

BODY {

    background-color: White;

	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

    color: #000000;

}




B { color: #004080 } ;



A:Link {
	color : Blue;
	font-weight : normal;
}



A:VISITED {
	color: #004080;
	font-weight : normal;
}







/* above is for anchors, links */



/* header tags below */

H1 {

	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	color: #C60000;

	padding: 0px;

	font-weight : bold ;

	font-size : 18px;

}



H2 {

	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	color: #C60000;

	padding: 0px;

	font-weight : bold ;

    font-size : 16px;

}



H3 {

	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	font-size : 18px;

}



H4 {

	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	font-size : 16px;

}



H4.red {

	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	color: #CA0000 ;

	font-weight : bold ;

	font-size : 16px ;

}

/* header tags above */



/* Main content text areas  */



/* */



TD {

	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;

	font-size : 13px ;

	color: #000000 ;

}




