@charset "utf-8";
/* CSS Document */

.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	text-indent:25px;
	padding-left:15px;
	padding-right:5px;	
}
.maintextLink:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-decoration:underline;
	text-align:justify;
}
.maintextLink:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
    font-weight:bold;
	color:#369;
	text-decoration:underline;
	text-align:justify;
}
.maintextLink:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#399;
	text-decoration:underline;
	text-align:justify;
}
.maintextLink:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-decoration:underline;
	text-align:justify;
}
.maintextBoldPodsk:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-decoration:none;
	text-align:justify;
}
.maintextBoldPodsk:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
    font-weight:bold;
	color:#369;
	text-decoration:none;
	text-align:justify;
}
.maintextBoldPodsk:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#399;
	text-decoration:none;
	border-bottom:dotted;
	border-left:dotted;
	border-right:dotted;
	border-top:dotted;
	border-color:#099;
	border-width:thin;
	text-align:justify;
}
.maintextBoldPodsk:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-decoration:none;
	text-align:justify;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#369;
	text-align:center;
	text-indent:25px;
	padding-left:10px;
	padding-right:10px;	
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#969;
	text-align:left;
	text-indent:25px;
	padding-left:15px;
	padding-right:10px;	
}
.divForma {
	text-align:center;
}

/*Список*/
.Spisok {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	padding-right:5px;	
}

/*Верхняя таблица*/
.tdMainTableTop {
	width:800px;
	border-collapse:collapse;
	padding:0px;
	vertical-align:top;
	text-align:center;
	
}

/*Основная таблица в центре*/
.MainTable {
	border:none;
}
    /*Левая верхняя ячейка*/
.tdMainTableCenterLT {
	width:15px;
	height:15px;
	vertical-align:top;
	text-align:left;
	line-height:15px;
	background-image:url(i/tmp/lt.gif);
	background-repeat:no-repeat;
}
    /*Верхняя центральная ячейка*/
.tdMainTableCenterCT {
	width:770px;
	height:15px;
	vertical-align:top;
	text-align:center;
	line-height:15px;
	background-image:url(i/tmp/px-v.gif);
	background-repeat:repeat-x;
}
    /*Верхняя правая ячейка*/
.tdMainTableCenterRT {
	width:15px;
	height:15px;
	vertical-align:top;
	text-align:right;
	line-height:15px;
	background-image:url(i/tmp/rt.gif);
	background-repeat:no-repeat;
}
    /*Средняя левая ячейка*/
.tdMainTableCenterLM {
	width:15px;
	vertical-align:top;
	background-image:url(i/tmp/px-h.gif);
	background-repeat:repeat-y;
}
	/*Средняя средняя ячейка*/
.tdMainTableCenterCM {
	width:770px;
	vertical-align:top;
	background-image:url(i/tmp/px.gif);
	background-repeat:repeat;
}
	/*Средняя правая ячейка*/
.tdMainTableCenterRM {
	width:15px;
	vertical-align:top;
	background-image:url(i/tmp/px-h.gif);
	background-repeat:repeat-y;
}
	/*Нижняя левая ячейка*/
.tdMainTableCenterLB {
	width:15px;
	height:15px;
	vertical-align:top;
	line-height:15px;
	background-image:url(i/tmp/lb.gif);
	background-repeat:no-repeat;
}
	/*Нижняя средняя ячейка*/
.tdMainTableCenterCB {
	width:770px;
	height:15px;
	vertical-align:top;
	line-height:15px;
	background-image:url(i/tmp/px-v.gif);
	background-repeat:repeat-x;
}
	/*Нижняя правая ячейка*/
.tdMainTableCenterRB {
	width:15px;
	height:15px;
	vertical-align:top;
	line-height:15px;
	background-image:url(i/tmp/rb.gif);
	background-repeat:no-repeat;
}

/*Нижняя таблица*/
.tdBottomTable1 {
	width:200px;
	border-collapse:collapse;
	padding:0px;
	text-align:left;
	
}
.tdBottomTable2-3 {
	width:200px;
	border-collapse:collapse;
	padding:0px;
	text-align:center;
	
}
.tdBottomTable4 {
	width:200px;
	border-collapse:collapse;
	padding:0px;
	text-align:right;
	
}

/*Стили меню слева*/
.AMenu:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:16px;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}
.AMenu:visited{	
    font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#999;
	line-height:16px;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}
.AMenu:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#969;
	line-height:16px;
	text-decoration:underline;
	display:block;
	height:100%;
	width:100%;
}
.AMenu:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#969;
	line-height:16px;
	text-decoration:underline;
	display:block;
	height:100%;
	width:100%;
}
.tdMenu {
	width:24%;
	text-align:left;
	border-width:1px;
	border-style:dotted;
	border-color:#D8D8D8;
	text-decoration:none;
}
.tdMenu:hover {
	color:#36C;
	background-color:#F0F0F0;
	text-decoration:underline;	
}
.TableMenu:hover {
	cursor:pointer;
}

/*Форма*/
.FormTextMini {
	font-size: 11px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	vertical-align:top;
}
.FormTextBig {
	font-size: 15px;
	text-align:left;
}
