/* FastWebServer IE, NS6, Opera CSS */
body, table{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
p {
	text-align: justify;
}
p.spacer {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;

}

/* 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;
}
.sm-link {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.sm-link:hover { color: #0099FF; }
.fwslink {
	font-size: 10px;
	color: #9F8F35;
	text-decoration: underline;
	font-weight: bold;
}

.fwslink:HOVER {
	color: #CED312;
}

.maplink {
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	
}
.maplink:hover {
	color: #0099FF;
	text-decoration: underline;
}
.locationlink {
	text-decoration: none;
}
.locationlink:hover {
	color: #0099FF;
	text-decoration: underline;
}

/* Form Element Styles */
form {
margin-top:5;
margin-left:0;
margin-right:0;
margin-bottom:5;
}
select {
 color: #000000;
 font-family: Arial; font-size: 10pt; 
 background-color: #EEEEEE;
 font-weight: normal;
 border: 1px solid #000000 
}
select.small { 
	font-family: Arial; 
	font-size: 8pt; 
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #F7F7F7;
	color: #000000;
}
textarea.medarea {
 font-family: Verdana;
 font-size: 9pt; 
 background-color: #EEEEEE; 
 font-weight: Bold;
 border: 1px solid #000000 
 rows: 15;
 cols: 60;
}
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 {
 color: #000000;
 font-family: Verdana, Arial;
 font-size: 12px;
 background-color:#EEEEEE; 
 font-weight: Bold;
 border: 1px solid #111111;
}
input.largeinput{
	width:220px;
}
input.medinput	{ 

	width:120px;
}
input.sminput	{
	width:60px;
}

/* 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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.subtitle {
	font-size: 12px;
	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 */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	list-style-type: disc;
	list-style-image: url(images/ulbullet.gif);

}
/* Navigation Styles */

.sidepanelSMALL {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.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: 10px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.bottomlinks:hover {
	color: #0099FF;
}
.bottomlinksMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.bottomlinksMain:hover {
	color: #FFFFCC;
}
/* Misc. Styles */
.error {
	color: #FF0000; 
	font-weight: Bold;
}
.standout {
	color: #FF0000; 
	font-weight: Bold;
}
.highlight {
	background-color: #FFFF00;
}
.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maptitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.maphead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.maptext {
	font-size: 10px;
}
.smalltext {
	font-size: 10px;
	color: #000000;
}
.tabletitle{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Side Navigation Panel */
.menulines{ border: 0px none; }

.menulines a{
	display: block;
	width: 180;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

.menulines a:hover {
	background-color:#538ACE;
	color: #FFFFFF;
}

.menulinesSMALL{ border: 0px none; }

.menulinesSMALL a{
	display: block;
	width: 146;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.menulinesSMALL a:hover {
	background-color:#538ACE;
	color: #FFFFFF;
}

