	.style2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}	
	.normBG {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #000000; //black
	 }
	
	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 14pt;
		text-align: left
 		font-style: normal;
		font-variant: normal;
		color: #cc0000; //maroon
	 }

	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12pt;
 		font-style: normal;
		font-variant: normal;
		color: #000000; //black
	 }
	 	
	a:link {
		color: #B40000;
		text-decoration: none;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	}
	
	a:hover {
		color: #B40000;
		text-decoration: underline;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	}
	
	a {
		color: #B40000;
		text-decoration: none;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	}

    a.bodylink {
		color: #CC0000;
		text-decoration: normal;
		font-weight: normal;
		font-style: none;
		font-variant: normal;
    }
    a:hover.bodylink{
		text-decoration: underline;
    }