﻿@import url(menu_style.css);
body {
	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 : Silver;
	margin-bottom: 0px;
	background-image: url(../images/background_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_header {
	background-image: url(/images/headers/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #9FD067;
}
.box_top_menu {
	background-image: url(/images/background_top_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #5B4199;
	border-bottom: 1px solid #919094;
}
.box_left_menu {
	background-image: url(/images/background_left_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 150px;
	background-color: White;
}
.box_body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: White;
}
.box_body2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.left_menu, .left_menu:Link, .left_menu:Visited {
	font-size: 10px;
	color: #333333;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #919094;
	padding-right: 2px;
	text-align: right;
}
.left_menu:Hover {
	background-image: url(/images/bg_purple.gif);
	color: Black;
}
.box1 {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.box_orange {
	border: 1px solid Gray;
	background-color: #F9F9F2;
}
.box3 {
	background-color: #3A2A75;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #27436C;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #517725;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
}
hr {
	border: 0px solid Silver;
	color: Silver;
	height: 1px;
	background-color: Silver;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}
img {
	border: 0;
}
A, A:Link, A:Visited {
	color: #6A51A2;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #3A2A75;
}
.link_white, .link_white:Link, .link_white:Visited {
	color: White;
}
.link_white:Hover {
	color: #C9BCE4;
}
: /* 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;
 }
