/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #022C81;
}
a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
.Copyright {font-size: 9px}
-->