@charset "UTF-8";
body {
	margin: 0px;
	background-attachment: scroll;
	background-color: #7BA15B;
	background-image: url(images/fill.png);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #7BA15B;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #7BA15B;
}
#maintable {
	height: 641px;
}
#foottext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #E1EFBC;
	float: right;
	text-align: right;
	margin-right: 76px;
}
#foottext a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#foottext a:hover {
	color: #CBDCEE;	
}

