html, body {
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #3C3C3C;
	background-color: #FFFFFF;


}
.bg_grey {
	background-color: #EBEBEB;
}

.bg_grey2 {
	background-color: #C2C2C2;
}

.bg_grey3 {
	background-color: #F8F8F8;
}


.bg_grey_dark {
	background-color: #D2D2D2;
}

.bg_white {
	background-color: #FFFFFF;
}


.horizontal_line {
	background-image: url(img/grey_point.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.vertical_line {
	background-image: url(img/grey_point.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	background-color: #FFFFFF;
}

.right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
		background-color: #FFFFFF;
}

.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
		background-color: #FFFFFF;
}

.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
		background-color: #FFFFFF;
}
/********************************************************************/
.bottom_line_al {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
		background-color: #F8F8F8;
}

.link_more_al {
	text-decoration: none;
	color: #004B97;
}

.link_more_al:hover {
color: #004B97;
	text-decoration: none;

}

/********************************************************************/
.left_line2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	background-color: #F8F8F8;
	
}

.right_line2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	background-color: #F8F8F8;
	
}

.left_right_line2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	background-color: #F8F8F8;
	
}




.footer_main_middle {
	background-image: url(img/footer_main_middle.gif);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #FFFFFF;
}

.footer_sub_middle {
	background-image: url(img/footer_sub_middle.gif);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #FFFFFF;
}

.link_more {
	text-decoration: none;
	color: #CF4B03;
	background-image: url(img/more_ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

.link_more:hover {
	text-decoration: underline;

}


.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link:hover {
	text-decoration: underline;
}


.lmenu_link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/arrow_lmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 10px;
	
}

.lmenu_link:hover {
	text-decoration: underline;
	
}

.lmenu_bg_line {
	background-image: url(img/lmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.lmenu_bg_active {
	background-image: url(img/lmenu_active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.lmenu_active {
	color: #000000;
	text-decoration: none;
	background-image: url(img/arrow_lmenu_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 10px;
	
}


.rmenu_bg_line {
	background-image: url(img/rmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.rmenu_bg_active {
	background-image: url(img/rmenu_active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}


.rmenu_bg_last_line {
	background-image: url(img/rmenu_last_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.rmenu_bg_last_active {
	background-image: url(img/rmenu_last_active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}



.rmenu_link {
	color: #3C6BB4;
	text-decoration: none;
	background-image: url(img/arrow_rmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-top: 6px;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: left;
	
}

.rmenu_link:hover {
	text-decoration: underline;
}

.rmenu_active {
	color: #000000;
	text-decoration: none;
	background-image: url(img/arrow_rmenu_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-top: 6px;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: left;
	
}

.link_print {
	text-decoration: none;
	color: #CF4B03;
	background-image: url(img/print_ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

.link_print:hover {
	text-decoration: underline;

}


.link_page_top {
	text-decoration: none;
	color: #CF4B03;
	background-image: url(img/page_top_ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

.link_page_top:hover {
	text-decoration: underline;

}

.link_news {
	text-decoration: none;
	color: #093570;
	background-image: url(img/arrow_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.link_news:hover {
	text-decoration: underline;
	color: #6F0000;
}


/**************************************************************/
.link_page_back {
	text-decoration: none;
	color: #CF4B03;
	background-image: url(img/page_back_ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

.link_page_back:hover {
	text-decoration: underline;

}

/*.muz {
	position: absolute;
	top: 42px;
	right: 100px;
}*/

/**************************************************************/


