li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	color: Black;
}

div.head {
	font-size: 10pt;
	font-family: Arial;
	color: white;
	font-weight: bold;
}

div.three,h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
}

tr.alt {
	background:#d5d5d5;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: Yellow;
	background:#669966;
}

a:hover {
	
	color:#F00
	
	}