@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #BACDB3;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
	text-align: center;
}
.header {
	font-weight: bold;
	color: #83AE42;
	font-size: medium;
	font-size: x-large;
}
.white {	
	color: #FFF;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:normal;
}
.maincontent {
	padding-left:5px;
}
.footer {
	font-size:x-small;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
