body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainbodytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.mainbodybg {
	background-image: url(images/body-bg-top.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #355F00;
}
a:visited {
	color: #9900CC;
}
a:hover {
	color: #529500;
}
a:active {
	color: #529500;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FBEFD9;
}
.headertext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #366401;
	font-size: 18px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.homepagebox {
	background-color: #FEF5E7;
	border: 1px solid #325F00;
	padding: 22px;
}
.underlined {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #315F05;
}

