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


a:link {
	color: #445026;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #445026;
}
a:hover {
	text-decoration: underline;
	color: #445026;
}
a:active {
	text-decoration: none;
	color: #445026;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #333333;
}
body {
	margin-top: 0px;
	
}

.maintxt {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.greenhead {
	font-family: Arial, sans-serif;
	color: #445026;
	font-size: 16px;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
img.floatLeft { 
	float:left;
	border:1px solid #999999;
	margin:0px 15px 5px 0px;
}

