/* -----------------------------------------------------------------------------------------
title		::	Style sheet
date		::	20030101
author	::	Beth Ann Witherow
note		::	NOTES/USAGE
$$ -----------------------------------------------------------------------------------------
date		::	20050701
author	::	Greg Roth
note		::	Consolidated pages into a single folder, made minor appearance modifications, 
				and modified to draw data from a "web content" database instead of the original 
				IPITTR database and hardcoded links.
$$ -----------------------------------------------------------------------------------------
date		::	20070723
author	::	Greg Roth
note		::	Retrofitted to new sites database and Web Management Console custom tag.
$$ -------------------------------------------------------------------------------------- */

body,
p,
td,
span,
pre, 
code, 
dl, 
li,
dt, 
dd, 
lt, 
blockquote, 
input, 
textarea, 
select {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
}

span.notes {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #000000; 
}

span.caution {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	color: #cc0000;
}

a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: Green;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color:#0033ff;
	text-decoration: underline;
}

a.tab:link,
a.tab:visited,
a.tab:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.return:link,
a.return:visited,
a.return:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #fc1921;
	font-weight: bold;
	text-decoration: underline;
}

a.notes:link,
a.notes:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: Green;
	text-decoration: underline;
}
a.notes:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color:#0033ff;
	text-decoration: underline;
}

td.tab {
	width: 83px;
	height: 17px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}

td.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

p.copyright {
	text-align:left;
	font-size: 8pt;
	color: #336633;
}

a.copyright:link, 
a.copyright:visited, 
a.copyright:active {
	font-size: 8pt;
	color: #336633;
	text-decoration:none;
}

a.copyright:hover {
	font-size: 8pt;
	color: #336633;
	text-decoration:underline;
}
