/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body {
	scrollbar-arrow-color: #4e658a;
	scrollbar-3dlight-color: #777799;
	scrollbar-darkshadow-color: #666677;
	scrollbar-face-color: #a1b1c3;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-shadow-color: #a1b1c3;
	scrollbar-track-color: #003366;
	background-color: White;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text: "#003366";
	topmargin: "0";
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: Red;
	text-decoration: none;
}

a:visited {
           color: #990000;
		   text-decoration:none;
}

a:hover {
	color: Navy;
	text-decoration: none;
}


a:active {
	color: Blue;
	text-decoration: none;
}

