BODY {
	color: #172F5B;
	background-color: #172F5B;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

BODY{
scrollbar-face-color:#172F5B;
scrollbar-arrow-color:WHITE;
scrollbar-track-color:#8A95A7;
scrollbar-shadow-color:#333333;
scrollbar-highlight-color:#CC9966;
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}

td {
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

td.rowblue {
	background-color: #ECECEC;
	color: Navy;
	font-size: 14px;
	font-weight: bold;
	
		}


form {
	background-color: #D8E4F9;
	border-style: dotted;
	padding: 3px;
}

input {
	background-color: White;
	font-weight: bold;
	font-size: 10px;
}




h1 {
	border-bottom: thin solid #C60A27;
	font-size: 14px;
}

.highlight {
	font-style: normal;
	font-weight: bold;
}

.footnote {
	vertical-align: top;
	font-size: xx-small;
	color: Gray;
}

A {
	color: #8a95a7;
}

A:HOVER {
	color: #c60a27;
}

