﻿<!-- Scrollbar Color Styles -->
BODY {
	scrollbar-arrow-color: #F9E900;
	scrollbar-3dlight-color: #009fc6;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #00208C;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #009fc6;
}
<!-- Navbar Styles -->
.normal {
	text-align:center;
	background-color:#1E9AB0;
	cursor:hand;
	font-family:Arial;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.hilite {
	text-align:center;
	background-color:Navy;
	cursor:hand;
	font-family:Arial;
	font-size:17px;
	color:#1E9AB0;
	font-weight:bold;
	text-decoration:none;
}
.inputform {
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color:#FFFFFF;
	font-size:14pt;
	text-align: center;
}
.active {
	text-align:center;
	background-color:navy;
	cursor:hand;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.blank {
	text-align:center;
	background-color:#ff9900;
	cursor:hand;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}
P.dropcap:first-letter {
	font-size: 300%;
	float: left;
}