body, body.sidebar {
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #CCCCCC;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
@media print {
      .noprint { display: none; }
}
img {	border: 0 none;}
.box_body {
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_header {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 3px dotted #155B89;
}
.box_footer {
	border-top: 3px dotted #155B89;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box_left {
	width: 175px;
	padding-right: 15px;
	border-right: 3px dotted #155B89;
}
.box_news {
	background-image: url(../images/bg_news.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CBCBCB;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border: 1px solid #9D9D9D;
}
.box_menu {
	background-image: url(../images/menu_bg.jpg);
	padding-left: 15px;
	padding-right: 15px;
}
.box_left_menu{
	background-image: url(../images/left_menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box2 {
	border-bottom: 3px dotted #155B89;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.box3 {
	background-color: #E0E0E0;
	border: 1px solid #B4BABF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box_request {
	background-color: #E0E0E0;
	border: 1px solid #B4BABF;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.boxcontacts {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.request_text {
	font-size: 11px;
	color: #004C7E;
	font-weight: bold;
	text-align: right;
}
.dots {
	border-bottom: 3px dotted #155B89;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 12px;
	color: #0e3154;
	font-weight: bold;
}
.main_menu:Hover {
	color: #155B9D;
}
.red_link, .red_link:Link, .red_link:Visited {
	color: #DC3837;
}
.red_link:Hover {
	color: #841C1C;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 5px;
	color: #0E3154;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #0E3154;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin-bottom: 0px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #004573;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin-bottom: 0px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: Black;
	font-weight: bold;
}
hr {
	border: 0px solid #9C9C9C;
	color: #9C9C9C;
	height: 1px;
	background-color: #9C9C9C;
}
td {
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}

td2 {
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #696969;
	line-height: 15px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #004c7e;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #007ECE;
}
: /* 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;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }