﻿@import url(menu_style.css);
body, body.sidebar {
	background-color : #E5E5E5;
	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/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.box_body1 {
	border: 1px solid #696969;
	background-color: White;
}
.box_body2 {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.box_footer {
	background-color: #023467;
	color: #3672AF;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.box_menu {
	background-image: url(../images/bg_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #9D9D9D;
}
.box_bottom1 {
	border-bottom: 20px solid White;
	border-top: 20px solid White;
	background-image: url(../images/blue_pixel.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.box_bottom2 {
	border-right: 20px solid White;
	border-left: 20px solid White;
	background-image: url(../images/blue_pixel.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-top: 20px;
}
.box1 {
	background-color: #235384;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #BDCCDA;
}
.box2 {
	background-color: #023467;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: White;
}
.box3 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box4 {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #C0CCD9;
	border: 1px solid #235384;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #023465;
}
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: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #235384;
}
hr {
	border: 0px solid #C0CCD9;
	color: #C0CCD9;
	height: 1px;
	background-color: #C0CCD9;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #03356A;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #3778BC;
}
.footer_text {
	color: #5497DB;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.footer:Link, .footer:Visited {
 	text-decoration: none;
	font-weight: bold;
	color: White;
}
.footer:Hover {
	color: #C0CCDA;
}

