
BODY {
	font-family: Tahoma, Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	font-size:12px;
	margin: 0px;
	color:#000000;
	background-color: #D8D8D8;
	height:100%;

}
TD {
	font-family: Tahoma, Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	font-size:12px;

}



H1 {
	font-family: Tahoma, Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color:#999999;
	margin:0px;

}


H2 {
	font-family: Tahoma, Verdana, sans-serif, Arial, Helvetica;
	font-weight:100;
	font-size: 18px;
	color:#CC0000;
	margin:0px;
}

H3 {
	font-family: Tahoma, Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

ul {
	color:#CC0000;
}

a:link {
	text-decoration : underline;
 	color :#CC0000;
	font-size:12px;
}
a:visited {
	text-decoration : underline;
 	color :#CC0000;
	font-size:12px;
}
a:hover {
	text-decoration : none;
 	color :#CC0000;
	font-size:12px;
}
a:active {
	text-decoration : underline;
 	color :#CC0000;
	font-size:12px;
}




.greyText { color:#666666; }
.whiteText { color:#FFFFFF; }

.redText {color: #CC0000}