/* CSS Document */
<style type="text/css">

		  
/*Apply to Footer text*/
.footer1        {
	font:normal 11px/normal Arial, Verdana, Helvetica;
	color:#330000;
	text-decoration: none;
	      }
		  
.footer2        {
	font:normal 10px/normal Arial, Verdana, Helvetica;
	color:#330000;
	text-decoration: none;
	      }


/*Apply to Header elements that define a page or direction*/
/*LARGE*/
.header1        {
	font:bold 18px/normal Arial, Verdana, Helvetica;
	color:#330000;
	text-decoration: none;
	      }
/*MEDIUM*/		  
.header2        {
	font:bold 14px/normal Arial, Verdana, Helvetica;
	color:#330000;
	text-decoration: none;
	      }
/*SMALL*/		  
.header3        {
	font:bold 12px/normal Arial, Verdana, Helvetica;
	color:#330000;
	text-decoration: none;
	      }
			  		  
/*Apply to regular body text content*/
td {
	FONT-FAMILY: Arial, Verdana, Helvetica;
	FONT-SIZE: 12px;
	COLOR: #330000;
	font-weight: ;
	line-height: 15px;
}

/*Apply to links on light yellow background*/
.nav a:link {
	COLOR: #330000;
	font-weight: bold;
	text-decoration: underline;
}
	
.nav a:visited {
	COLOR: #330000;
	font-weight: bold;
	text-decoration: underline;
}
.nav a:hover {
	COLOR: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}

/*Apply to links on dark color background*/
.nav1 a:link {
	COLOR: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
	
.nav1 a:visited {
	COLOR: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.nav1 a:hover {
	COLOR: #CC9900;
	font-weight: normal;
	text-decoration: none;
}

</style>