.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}
.mainlinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 12px;
	text-align: centre;
	list-style-position: outside;
	list-style-type: square;
}
.tablelined {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9CA642;
	border-right-color: #9CA642;
	border-bottom-color: #9CA642;
	border-left-color: #9CA642;
}
body {
	background-attachment: scroll;
	background-image: url(images/bgnd_lower.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #CFE3B0;
}
.style1 {font-size: 14px}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #9CA642;
}