P,H1,H2,H3,TD,BODY {
	font-family: Nevada,Arial,Sans-Serif;
}

H1,H2,H3,H4,H5 {
	text-align: center;
	color: Black;
	text-transform: capitalize; 		
}

TD {
	font-size: 10pt;
}

P {
	font-size: 10pt;
}

P.header {
	font-size: 12pt;
	font-weight: bold;	
	text-transform: capitalize; 	
}

Body { background-color: white }

P.acclaim {
	font-size: large;
	text-align: center;
}

TH, TD.header {
	font-weight: bold;
	text-color: Black;
	background-color: #3399ff ; 	
}

A:link { 
	color: blue ;
	text-decoration: none;
}

A:visited {
	color: blue ;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:active {
	color: #FF3300;
	text-decoration: none ;
}

SPAN.lookatme {
	font-size: 12pt;
	font-weight: bold;
}



