body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7F6DA;
}
.welcome_margin {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}
.green_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2F6430;
}
.home_box {
	background-color: #F0EDC4;
	padding: 10px;
	border: 1px solid #D6D195;
}
.text_margin {
	padding: 10px;
}
.footer_class {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D295;
}
.interior_header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D295;
	border-bottom-color: #D6D295;
	padding-right: 3px;
	padding-left: 3px;
}
a:link {
	text-decoration: none;
	color: #0E6737;
}
a:visited {
	text-decoration: none;
	color: #0E6737;
}
a:hover {
	text-decoration: underline;
	color: #094222;
}
a:active {
	text-decoration: none;
	color: #0E6737;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #348946;
}
