@import url(menu_style.css);
body, body.sidebar {
	background-color : White;
	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;
	margin-bottom: 0px;
}
.background_header {
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 250px;
}
.box_body {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.box_menu {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.box_menu2 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.box_footer {
	padding-top: 20px;
}
.box1 {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box2 {
	background-color: #EBEBEB;
	border: 1px solid #D6D6D6;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #38709F;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: Black;
	margin-top: 0px;
}
hr {
	height: 3px;
	color: #E2E2E2;
	background-color: #E2E2E2;
	border: 0px solid #E2E2E2;
}
TD, A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #38709F;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
A:Hover {
	color: #68AFE1;
}
.top_link, .top_link:Link, .top_link:Visited {
	color: White;
	font-weight: bold;
}
.top_link:Hover {
	color: White;
}
.main_menu {
	background-image: url(../images/menu_line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.menu_link, .menu_link:Link, .menu_link:Visited {
	color: White;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.menu_link:Hover {
	color: #FFEAB0;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 16px;
	font-weight: normal;
}