/* FastWebServer IE, NS6, Opera CSS */
body, table, td, li, p {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333;}
p.spacer {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Link Definitions */
a:hover {
	color: #0099FF;
}
a {	color: #0000CC; }
.largelink {
	font-size: 16px;
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
.largelink:hover {
	color: #FF0000;
	text-decoration: none;
}
.med-link {
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
.med-link:hover {
	color: #FF0000;
	text-decoration: underline;
}
.hoverlight { color: #FFFF99; text-decoration: underline; }
.hoverlight:hover {	color: #FFFFFF; text-decoration: none; }
/* Form Element Styles */
select {font-size:12px; font-family:Arial;}
select.small { 
	font-family: Arial; 
	font-size: 8pt; 
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #F7F7F7;
	color: #000000;
}
textarea {
 font-family: Verdana;
 font-size: 10pt; 
 background-color: #EEEEEE; 
 border-width: 1px;
 border-color: #000000;
 border-style: solid;
}
button, submit {
	font-family:Arial; 
	font-size:12px; 
	border-width: 1px;
	border-color:#999999;
	background-color: #F7F7F7;
	color: #000000;
}
.buttondark {
    background-color: #006699;
	color: #EEEEEE;
}
/* Input Sizes : Small, Medium, Large. */
input {font-size:12px; font-family:Arial;}
input.largeinput	{
	font-family:Arial; 
	font-size:12px; 
	border-width: 1px;
	border-color:#999999;
	width:220px;
	background-color: #F7F7F7;
	color: #000000;
}
input.medinput	{
	font-family:Arial; 
	font-size:12px; 
	border-width: 1px;
	border-color:#999999;
	width:120px;
	background-color: #F7F7F7;
	color: #000000;
}
input.sminput	{
	font-family:Arial; 
	font-size:12px; 
	border-width: 1px;
	border-color:#999999;
	width:60px;
	background-color: #F7F7F7;
	color: #000000;
}
/* Paragraph formats: */
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366}
.footer {font-size:9px; color:#333333;} 
.justify {
	text-align: justify;
	text-indent: 4pt;
}
/* Title and Subtitle Definitions */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitle {
	font-size: 11px;
	font-weight: bold;
}
.subtitledark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.subtitledark:hover { color: #333333; }
.subtitlelight { font-size: 11px;	font-weight: bold;	color: #FFFF99; text-decoration: none; }
.subtitlelight:hover {	color: #FFFFFF; text-decoration: underline; }
/* Horizontal Line */
hr { height: 1px; color: #000066; }
/* Lists */
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Navigation Styles */
.sidepanel { font-size: 11px; color: #FFFFFF}
.navlinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0033FF; text-decoration: underline}
.navlinks:hover { color: #0099FF; text-decoration: none}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.bottomlinks:hover {
	color: #CCFFCC;
}
/* Misc. Styles */
.error {
	color: #FF0000; 
	font-weight: Bold;
}
.standout {
	color: #FF0000; 
	font-weight: Bold;
}
.highlight {
	background-color: #FFFF00;
}
