@import url(menu_style.css);
body, body.sidebar {
	background-color : #556E09;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #CCCCCC;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_body {
	background-color: White;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_body_left {
	padding-bottom: 15px;
	padding-right: 15px;
	border-right: 3px dotted #CACACA;
}
.box_body_right {
	padding-bottom: 15px;
	padding-left: 10px;
}
.box_left {
	background-color: #F3EADB;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.box_blue {
	background-color: #E6EAF0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.box_blue2 {
	background-color: #E6EAF0;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_listings {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px dotted #CACACA;
}
.border_dot_right {
	border-right: 3px dotted #CACACA;
}
.border_dot_bottom {
	border-bottom: 3px dotted #CACACA;
	padding-bottom: 5px;
}
.box_menu {
	padding-bottom: 10px;
	border-bottom: 3px dotted #CACACA;
	padding-top: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #B46511;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99403B;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
hr {
	height: 1px;
	color: #EB8F33;
	background-color: #EB8F33;
	border: 0px solid #EB8F33;
}
TD, A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #683019;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #EB8F33;
}
.footer {
	color: #CCCCCC;
}
.footer_link, .footer_link:Link, .footer_link:Visited {
	color: #EFC404;
}
.footer_link:Hover {
	color: #FBE474;
}
