body {
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #C5E4C5;
}
	
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #0B4414;
}

.header {
	font-size:11pt;
	font-weight:bold;
	color: #CE6F6C;
}

.links {
	font-weight: bold;
	color: #336A3E;
}
.links:hover {
	text-decoration:none;
	color: #D37901;
}

.footer {font-size:11px;}

hr {width:80%; height:1px;
	color: #66A668;
}

.imgbrd {border:2px solid; border-color:#ADD2A6;}

/*Form Field Formatting*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #0A551D;
	width:200px;
	background-color: #E0EFD8;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #5AA258;
}
