.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	color: #FF6300;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF6300;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
body {
 	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:FF6300;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:003366;
	scrollbar-face-color:003366;
	scrollbar-highlight-color:003366;
	scrollbar-shadow-color:white;
}
.bluebox {
	background: #014890;
	border-left: solid 1 #165CA4;
	border-right: solid 1 #165CA4;
	border-top: solid 1 #165CA4;
	border-bottom: solid 1 #165CA4;
	color: white;
	font-size: 11;
}