@import url(menu_style.css);
body, body.sidebar {
	background-color : #6F8B33;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #CCCCCC;
}
.box_header {
	background-color: #4589AE;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_subheader {
	background-color: #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box_body {
	background-color: White;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_footer1 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C4D666;
	background-image: url(../images/bg_footer1.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.box_footer2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_blue {
	background-image: url(../images/bg_blue_box.jpg);
	background-position: center;
	background-repeat: repeat-y;
	border-bottom: 1px solid #DBDCE0;
}
.main_title {
	color: White;
	font-size: 28pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #3872A0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F8B33;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: Black;
}
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: #3872A0;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #7CAED5;
}
.footer_link, .footer_link:Link, .footer_link:Visited {
	color: #C3D565;
}
.footer_link:Hover {
	color: #E1E7B3;
}