/*
Общие стили
*/
BODY {
	color: Black;
	background-color: #ECECEC;
	background-image: url(/pics/bg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 7px;
}

A {
	color: #002222;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A:HOVER {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

/*
Главная таблица
*/

table.main {
	background-image: url(/pics/dot_white.gif);	
	width: 791px;
	border: thick dashed;
}

table.error_table {
	background-image: url(/pics/dot_white.gif);	
	width: 530px;
	vertical-align: top;
}

table.ptb {
	width: 520px;
	font-size: 12px;
	vertical-align: top;
}


td.leftt {
	background-image: url(/pics/lt.gif);
	height: 18px;
	width: 18px;
}

td.rightt {
	background-image: url(/pics/rt.gif);
	height: 18px;
	width: 18px;
}

td.leftb {
	background-image: url(/pics/lb.gif);
	height: 18px;
	width: 18px;
}

td.rightb {
	background-image: url(/pics/rb.gif);
	height: 18px;
	width: 18px;
}

td.top {
	background-image: url(/pics/t.gif);	
	text-align: right;
	font-size: 10px;
	color: Black;
}

td.bottom {
	background-image: url(/pics/b.gif);	
}

td.dark {
	background-image: url(/pics/dot_dark-grey.gif);	
}

td.wt {
	background-image: url(/pics/dot_white.gif);	
}

td.orange {
	background-color: #FFC900;	
}

td.black {
	background-color: #000000;	
}

td.blue {
	background-color: #3260A0;
	color: #FFFF33;
}

td.middle {
	background-image: url(/pics/middle.gif);	
	width: 32px;
}

td.topliv {
	height: 77px;
}

td.left {
	background-image: url(/pics/dot_grey.gif);	
	width: 200px;
}

td.contents {
	width: 531px;
	vertical-align: top;
}

/* Верхнее навигационное меню */
A.top_menu {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.top_menu:HOVER {
	color: FF0000;
	text-decoration: none;
}

A.top_menu_act {
	color: #FFFF99;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.top_menu_act:HOVER {
	color: #FFFFFF;
	text-decoration: none;
}

/* Верхнее навигационное меню второго уровня */
A.top_menu2 {
	color: #FFFF55;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

A.top_menu2:HOVER {
	color: FF3333;
	text-decoration: none;
}

A.top_menu_act2 {
	color: #FFC900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

A.top_menu_act2:HOVER {
	color: #FF4433;
	text-decoration: none;
}

/* Нижнее навигационное меню */
A.bottom_menu {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.bottom_menu:HOVER {
	color: FF0000;
	text-decoration: none;
}

A.bottom_menu_act {
	color: #FFFF66;
	background-color: #3260A0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.bottom_menu_act:HOVER {
	color: #FFFFFF;
	text-decoration: none;
}


/*
Специфичные стили
*/
/* Надпись в заголовке*/
td.alpha {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

/* Область CopyRight */
td.copy {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* Знаки */
td.z1 {
	background-image: url(/pics/z1.gif);	
	width: 34px;
	height: 8px;
}

td.z2 {
	background-image: url(/pics/z2.gif);	
	height: 24px;
}

td.z3 {
	background-image: url(/pics/z3.gif);	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	height: 15px;
}

.on_dark {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
}

.select {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}

.calc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 3;
	margin-right: 3;
}

.inp {
	width: 40px; 
	height: 19px;
	border: 1px solid;
}

.calc_botton {
	font-size: 12px;
	height: 19px;
	background-color: #FFC900;
}

h1 {
	font-size: 21px;
	text-align: center;
}

h2 {
	font-size: 17px;
	text-align: center;
}

h3 {
	font-size: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 15px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 10px;
}