body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
.menu{
	background: #FFFFFF;
	width:177px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
}
.menu_on{
	background: #DAE2E6;
	width:177px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
}
.menu a:link, .menu a:hover, .menu a:visited, .menu a:active{
	color: #5D5E62;
	text-decoration: none;
}
.menu_on a:link, .menu_on a:hover, .menu_on a:visited, .menu_on a:active{
	color: #5D5E62;
	text-decoration: none;
}
.left_submenu{
	padding-top: 15px;
	width: 175px;
	height: 100%;
	vertical-align: top;
	background-color: #F7F8FA;
}
.left_item{
	background:url(../img/left_arrow.gif) no-repeat top right;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align:right;
}
.left_item a:link, .left_item a:hover, .left_item a:visited, .left_item a:active{
	color: #666666;
	text-decoration:none;
}
.left_item_on{
	background:url(../img/left_arrow_on.gif) no-repeat top right;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.left_item_on a:link, .left_item_on a:hover, .left_item_on a:visited, .left_item_on a:active{
	color: #666666;
	text-decoration:none;
}
.content{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	vertical-align: top;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
.contacts{
	height:20px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.submenu_div_th{
	height: 22px;
	width: 177px;
	text-align: center;
	background: #E5EDF1;
	border:1px solid #FFFFFF;
}
.submenu_div_th_on{
	height: 22px;
	width: 177px;
	text-align: center;
	background: #DAE2E6;
	border:1px solid #FFFFFF;
}
.submenu_div_th_on a:link, .submenu_div_th_on a:hover, .submenu_div_th_on a:visited, .submenu_div_th_on a:active{
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
}
.submenu_div_th a:link, .submenu_div_th a:hover, .submenu_div_th a:visited, .submenu_div_th a:active{
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
}
.submenu_div_td{
	height: 22px;
	width: 177px;
	text-align: center;
	background: #E5EDF1;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.submenu_div_td_on{
	height: 22px;
	width: 177px;
	text-align: center;
	background: #DAE2E6;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.submenu_div_td_on a:link, .submenu_div_td_on a:hover, .submenu_div_td_on a:visited, .submenu_div_td_on a:active{
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}
.submenu_div_td a:link, .submenu_div_td a:hover, .submenu_div_td a:visited, .submenu_div_td a:active{
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}

