body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin-top: 0px;
}

a:link {color:#333333;}      /* unvisited link */
 a:visited {color:#333333;}  /* visited link */
 a:hover {color:#000000; }    /* mouse over link */
 a:active {color:#FFFFFF; }   /* selected link */ 

a.nav:link {color:#666666;}      /* unvisited link */
 a.nav:visited {color:#CCCCCC;}  /* visited link */
 a.nav:hover {color:#FFFFFF; font-weight: bold; }    /* mouse over link */
 a.nav:active {color:#FFFFFF; font-weight: bold; }   /* selected link */ 


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

th {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000000;
}
.style2 {font-weight: bold; }
.style_small {
	font-weight: bold;
	font-size: small;
}
.style_large {

	font-weight: bold;
	font-size: large;
}
