.main_tableborder {
	border: 1px solid #000000;
}
body {
	background-color: #E9E8CE;
	margin: 0px;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
}
.brown_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B5240;
}
.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.text_margins {
	padding: 5px;
}
.window_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
}
.text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
a {
	font-size: 11px;
	color: #C0944B;
}
a:link {
	text-decoration: none;
	color: #9F5000;
}
a:visited {
	text-decoration: none;
	color: #9F5000;
}
a:hover {
	text-decoration: underline;
	color: #C66300;
}
a:active {
	text-decoration: none;
	color: #9F5000;
}
a.white:link {color: #FFFFFF; text-decoration: none;}
a.white:visited {color: #FFFFFF; text-decoration: none;}
a.white:active {color: #FFFFFF; text-decoration: none;}
a.white:hover {color: #FFFFFF; text-decoration: underline;}

a.header:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.header:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.header:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.header:hover {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.footer_margin {
	padding-right: 5px;
	padding-left: 5px;
}
