TD, TR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 95%;
	color : #000000;
	background-color: #ffffff;
	background:#FFFFFF;
	scrollbar-3dlight-color:blue;
	scrollbar-arrow-color:SteelBlue;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:SteelBlue;
	scrollbar-face-color:SteelBlue;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:black;
}

BODY {
	background-color: #ffffff;
	background:#FFFFFF;
	bgcolor: #ffffff;
}

A:LINK  { color: SteelBlue; text-decoration: underline }

A:ACTIVE  { color: black; text-decoration: underline }

A:VISITED   { color: SteelBlue; text-decoration: underline }

H1   {
	color: SteelBlue;
	font-weight: bold;
	font-size: 105%;
	line-height: 100%;
}

H2  { color: SteelBlue; font-weight: bold; font-size: 110%; line-height: 100% }

H3    { color: SteelBlue; font-weight: bold; font-size: 115%; line-height: 100% }

H4    { color: SteelBlue; font-weight: bold; font-size: 120%; line-height: 100% }

UL, OL {
	line-height : 150%;
	list-style-type : disc;
	color: SteelBlue;
}
strong {
	color: SteelBlue;
	font-size: 110%;
}

/* code for the forms scrollbar */

.FSB {scrollbar-3dlight-color:black;
	scrollbar-arrow-color:SteelBlue;
	scrollbar-base-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:SteelBlue;
	scrollbar-shadow-color:SteelBlue;}
	
HR {
	color : SteelBlue;
	height: 1px;
}