@charset "UTF-8";
/* CSS Document */

.body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #736a6a;
	margin-left: 20px;
}
.menu {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #736a6a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e07422;
}
ul {
list-style-type: none;
padding-left: 10px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 10px;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 16px;
	line-height:20px;
	}
	
.headers {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a72702;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}
.subHeaders {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e07422;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}