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

body {
	margin-top: 0px;
}
.greenhead {
	color: #A6CC3D;
	font-weight: bold;
	font-size: 16px;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
a:link {
	color: #A6CC3D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6CC3D;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
