BODY {
	
	color : White;
	font-family : Verdana, Arial, sans-serif;

}


a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: underline;
	color: #cc0000;
}



H1 {
	color : #000000;
	font-family : Verdana, Helvetica,  sans-serif;
	font-size : 14pt;
	font-weight : bold;

}

H2 {
	color : #000000;
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	
}

TD {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
}

UL {
	color : Black;
	font-weight : normal;
}

.duired {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;
	font-weight : bold;
}