body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #2A2A2A;
	background-color: #FFFFFF;
}

a:link {
	font-size:11px;
	color: #676767;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #676767;
}
a:hover {
	text-decoration: underline;
}

<!--- All headers together  --->

h1 h2 h3 h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}


#content {width: 750px;
background-position:center;
background-color:#FFFFFF;
border-left: 1px solid #336633;
border-right: 1px solid #336633;
padding:10px;
}

#leftnav {width: 100%;
margin: 3px 10px 3px 30px;
text-align:left;
}

#trans {width: 100%;
border: 1px solid; border-color:#CCCCCC;
padding:5px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

.details {width: 100%;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

#banner {width: 750px;
background-position:center;
background-color:#FFFFFF;
border-left: 1px solid #01431B;
border-right: 1px solid #01431B;
}

#footlinks a {
    color: #666666;
    font-size: 10px;
	font-weight: normal;
	text-decoration:none
}
#footlinks a:hover {
	text-decoration:underline
}

.headline { 
font-size:14px;
color:#000000;
font-weight:bold;
} 
.style1 {
	font-size:10px;
	color: #999999;
	font-weight:bold;
	}
.style2 {
font-size:11px; font-weight: bold; color:#676767;
}
.greentitle {color: #336633; font-weight:bold;}
