BODY, P, TD, A {
	font-family: "Arial", "sans serif"; 
	font-size: 10pt; 
	color: Gray;
}

A.inbody:link, A.inbody:active, A.inbody:visited  {
	color: Gray; 
	text-decoration: underline;
}
A.inbody:hover {
	 text-decoration: none ; 
	 color: Blue;
 }

A.nav:link, A.nav:active, A.nav:visited {
	color: White;
	text-decoration: none;
	font-size : 8pt;
}
A.nav:hover {
	text-decoration: none ;
	color: Blue;
}

TH {
	background-color: #D7EBFF;
	font-family: Arial, sans-serif; 
	font-size: x-small; 
	color: Gray;
	font-weight: normal;
	text-align: center;
}

.greytr {
	background-color: #EBEBEB;
}