body {
	font-family: Verdana;
	font-size: 9px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	color: #CCCCCC;
}

/* code for the forms scrollbar */

.FSB {scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999 }
	
td {font-family: Verdana; font-size: 12px; color: #6f6f6f;}	

.BlueLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
}

.TextBlue {
	font-family: Verdana;
	font-size: 12px;
	color: #3C88CB;
}

.HeaderText {
	font-size: 16px;
	color: #3C88CB;
	font-weight: bold;
	padding-left: 40px;
}

.SubHeaderText {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3C88CB;
	padding: 5px;
	font-weight: bold;
}

.BoxText {
	padding: 5px;
	border: 1px solid #3C88CB;
}

a.blue:link {color: #3C88CB; text-decoration: none; font-weight: bold;}
a.blue:visited {color: #3C88CB; text-decoration: none; font-weight: bold;}
a.blue:hover {color: #9DBFE3; text-decoration: underline; font-weight: bold;}
a.blue:active {color: #9DBFE3;text-decoration: none; font-weight: bold;}

a.grey:link {color: #6f6f6f; text-decoration: none;}
a.grey:visited {color: #6f6f6f; text-decoration: none;}
a.grey:hover {color: #6f6f6f; text-decoration: underline;}
a.grey:active {color: #6f6f6f;text-decoration: none;}

