/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.red {
	color: #990000;
	font-weight: bold;
}
.blue {
	color: #003366;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

a.link:link 			{ color: #003366; font-weight: bold; }
a.link:active			{ color: #003366; font-weight: bold; }			
a.link:visited		{ color: #003366; font-weight: bold; }		
a.link:hover			{ color: #990000; font-weight: bold; }

a.white:link 			{ color: #FFFFFF; font-weight: bold; }
a.white:active		{ color: #FFFFFF; font-weight: bold; }			
a.white:visited		{ color: #FFFFFF; font-weight: bold; }		
a.white:hover			{ color: #FFCC00; font-weight: bold; }
-->