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



body {
	background-color: #3c5044;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
.header2 {
	font-size: 12px;
	color: #569666;
	font-weight: bold;
}
.header3 {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}
.bottomlinks {
	color: #569666;
	text-align: center;
	font-size: 10px;
}
.bodytxt {
	font-size: 11px;
	color: #777777;
}

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