﻿@import url(menu_style.html);
body, body.sidebar {
	background-color : #5C869F;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #696969;
	background-image: url(../images/background1.jpg);
	background-position: top;
	background-repeat: repeat;
	margin-bottom: 0px;
}
.background2 {
	background-image: url(../images/background2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_body {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box_body2 {
	background-color: #18273E;
}
.box_body3 {
	background-color: White;
	border: 10px solid #18273E;
}
.box_right {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: White;
	padding-left: 3px;
}
.box_menu1 {
	background-image: url(../images/white_dot.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #465265;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #465265;
}
.box_menu1b {
	background-image: url(../images/white_dot.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #465265;
}
.box_menu2 {
	border-bottom: 1px solid #465265;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: White;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
}
.main_menu:hover {
	background-color: #0F8CC6;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #0F8CC6;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	border: 0px solid #525D6E;
	color: #525D6E;
	height: 1px;
	background-color: #525D6E;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #0F8CC6;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #67BAE1;
}
.footer_text {
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.footer:Link, .footer:Visited {
 	text-decoration: none;
	font-weight: bold;
	color: #0c5476;
}
.footer:Hover {
	color: #0C374D;
}


