body,html,form {
	padding: 0px;
	margin: 0px;
	font-family:Verdana;
	font-size:12px;
}

BODY {
	margin-top: 0px; 
}

#body {
	width: 100%;
	height: 100%;
	background-image: url('/img/body_background_top.png');
	background-repeat: repeat-x;
	padding-top: 5px;
}

P {
	padding-bottom:0px;
	margin-bottom:0px;
}

A {
	text-decoration: none;
	color: #2D4F95;
}
A:hover {
	text-decoration: underline;
}

#page_body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top_header_area {
	width: 1000px;
	height: 218px;
	background-image: url('/img/header_back.png');
}

.top_h1 {
	width: 1000px;
	height: 50px;
	background-image:url('/img/h11.png');
}

#page_content {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/img/content_back_bottom.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: bottom;
}

#footer {
	width: 1000px;
	height: 54px;
	background-image: url('/img/footer.png');
	text-align: center;
}

.footer_contacts {
	color: #ffffff;
	font-weight: bold;
}

.footer_contacts A {
	color: #ffffff;
	font-weight: bold;
}
.footer_contacts P{
	margin: 0px;
	padding: 0px;
}

.bbox {
	width: 180px;
	background: #d359d9;
	background-image: url('/img/bbox_back.png');
	background-repeat: no-repeat;
	text-align: center;
}
.bbox_bottom {
	background-image: url('/img/bbox_bottom.png');
	width: 180px;
	height: 13px;
}
.bbox_top {
	background-image: url('/img/bbox_top.png');
	width: 180px;
	height: 13px;
}
.hdr {
	width: 300px;
	font-size: 24px;
	font-family: Arial;
	color: #2D4F95;
	font-weight: bold;
}
#dhtmltooltip{
position: absolute;
width: 383px;
visibility: hidden;
z-index: 100;
}

.popup_hdr {
	width: 312px;
	height: 42px;
	background-image: url('/img/popup_hdr.gif');
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 60px;
	padding-top:10px;
	padding-bottom: 10px;
}

.popup_content {
	width: 350px;
	background-color: #ffffff;
	border: 1px solid #2e5095;
	padding: 15px;
}

.leftside {
	background-image: url('/img/left_side.png');
}
.rightside {
	background-image: url('/img/right_side.png');
}

.hor_space {
	background-image: url('/img/page_back.png');
	height: 8px;
	width: 1000px;
}

.small_day {
	font-size: 10px;
	color: #2d4f95;
}
.small_day_selected {
	font-size: 10px;
	color: #ff0000;
}
.topmenu_item {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma,Arial;
	font-size: 13px;
	white-space: none;
	padding-left: 10px;
}
.article_title {

}

.error {
	color: #ff0000;
}

.form_text {
	width:300px;
	border:1px solid #d5d9c9;
	font-family: Tahoma;
	font-size: 12px;
}