@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #003366
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #003366;
}
#Navigate {
	background-color: #C4D7FF;
	display: table;
	border: thin double #000000;
	height: auto;
	width: 575px;
}
#Listtable  {
	background-color: #C4D7FF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7B0000;
	border-right-color: #000000;
	border-bottom-color: #7B0000;
	border-left-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 575px;
}
body {
	background-color: #003366;
}
-->

