body {
	margin: 0px; 
	font-family: Arial, Helvetica CE, sans-serif; 
	font-size: 12px; 
	color: #333; 
	TEXT-ALIGN: left; 
	background-color: #330000; 
	}
p	{font-size: 12px; 
	}

IMG {
	BORDER: 0px;
	}

a {
	TEXT-DECORATION: none;
	}

h1 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #900;
	text-transform: uppercase;
	margin: 20px;
	}
	
h2 {
	font-family: Arial,"Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	background: #B90000;
	text-transform: uppercase;
	padding: 5px;
	
}

h3 {
	font-size: 11px;
	color: #666;
	font-weight:normal;
	display: block;  
	padding: 2px 0px 2px 10px; 
	background-color: #f4f4f4; 
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	}
	
h4 {
	color: #fff; 
	font-weight: bold; 
	font-family: Arial, "Times New Roman", Times, serif; 
	font-size: 8pt;
	margin: 0px;
	} 
	
a:link, a:visited{
	color: #C00;
		}

a:hover,  a:active {
	color: #C66; 
		}


.feature {
	padding: 10px 20px 0px 20px;
	min-height: 150px;
	}

.feature img {
	float: left; 
	padding: 10px;
	}

.story {
	padding: 10px 20px 0px 20px;
	font-size: 12px;
	}
	
	/************ sectionLinks styles **************/
#sectionLinks {margin: 0px;}
#sectionLinks a {text-decoration:none; color:#333;font-size: 12px;}
#sectionLinks a:hover {text-decoration:underline ; color:#333;font-size: 12px;}