BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

P {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

H3 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight : bold;
}



A {
	text-decoration: none;
	color: Gray;
}

A, A:VISITED {
	text-decoration: none;
	color: Gray;
}


A:Hover {
	text-decoration: underline;
	background-color : #DCDCDC;
}

A:ACTIVE {
	text-decoration: underline;
	background-color : #CCCCCC;
	color: Red;
}