body {
	background-color: #FFFFFF;
}
.topbanner {
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side_borders {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #525E1B;
	border-right-color: #525E1B;
	border-bottom-color: #525E1B;
	border-left-color: #525E1B;
}
.onesideborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #525E1B;
	border-right-color: #525E1B;
	border-bottom-color: #525E1B;
	border-left-color: #525E1B;
}
.right_sideborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #525E1B;
	border-right-color: #525E1B;
	border-bottom-color: #525E1B;
	border-left-color: #525E1B;
}
.lower_left_background {
	background-image: url(../images/lower_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.leftbackground {
	background-image: url(../images/left_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bottom_green_background {
	background-image: url(../images/bottom_green_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.linktext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #495813;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #495813;
}
a:hover {
	text-decoration: underline;
	color: #495813;
}
a:active {
	text-decoration: none;
	color: #495813;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.style2 {color: #FFFFFF}
.border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.red { color: red; font-weight:bold; }