/* CSS Document */


a:link {
	color: #5BAD52;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:visited {
	color: #5BAD52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
	color: #DE7528;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:active {
	color: #5BAD52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.whyusheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #DE7528;
	line-height: 34px;
	font-weight: bold;
}

.aboutheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5BAD52;
}

.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E17223;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #5BAD52;
	background-color: #FFFFFF;
}
