/* Overall Font*/

body, td {
	
	color: #029901;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

/* General Body Hyperlinks*/

a:link{
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}

a:visited{
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}

a:hover{
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}

a:active{
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}

/* Footer Hyperlinks*/

.footer a:link{
	color: #999966;
	font-size: 10px;
	text-decoration: none;
}

.footer a:visited {
	color: #CCCC99;
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover {
	color: #CCCC99;
	font-size: 10px;
	text-decoration: underline;
}

.footer a:active {
	color: #CCCC99;
	font-size: 10px;
	text-decoration: none;
}

/* Heading Styles*/

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h2{
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h3{
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h4{
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Classes*/

.faq{
	font-style: italic;
}

.teal{
	color: #669999;
	font-weight: bold;
}

.tealheader{
	color: #669999;
	font-size: 14px;
	font-weight: bold;
}

.bottomfootertext {
	color : #999999;
	font : 9px Arial, sans-serif;

}.bottomBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #029901;
}
.rightBorder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #029901;
	border-right-width: 1px;

}
.greyText {
	color: #676767;
}

.newsbox
{
	margin-top: 58px;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #029901;
}
