﻿@import url(menu_style.css);
body, body.sidebar {
	background-color : #19273E;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #CCCCCC;
	margin-bottom: 0px;
}
.box_top {
	background-image: url(../images/bg_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #263E64;
	padding-bottom: 30px;
	padding-top: 30px;
}
.box_top_menu {
	background-color: #303D52;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: White;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: White;
	font-weight: bold;
	font-size: 12px;
}
.main_menu:Hover {
	color: #1D92C9;
}
.box_body {
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat;
}
.box1 {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.box2 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #E1E2E4;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #27436C;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #19273E;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
}
hr {
	border: 0px solid #BCBFC3;
	color: #BCBFC3;
	height: 1px;
	background-color: #BCBFC3;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #108DC7;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #42B8EE;
}
.footer {
	color: #737A85;
	font-size: 11px;
}
: /* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
