@charset "windows-1251";

/* Основные элементы CSS */

body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	line-height: 21px;
}

h1 a, h1 a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

h1 a:hover {
	border: none;
}

h2 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	line-height: 14px;
	_line-height: normal;
}

h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

h2 a:hover {
	border: none;
}

h3 {
	color: #000;
	font-size: 14px;
}

h3 a, h3 a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

h3 a:hover {
	border: none;
}

p, ul, ol {
	color: #000;
	font-size: 14px;
}

p a, ul a, ol a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

ul, ol {
	margin-left: 0;
	padding-left: 20px;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	_margin-left: 10px;
}

p a:visited, ul a:visited, ol a:visited {
	color: #000;
	border-bottom: 1px dashed #000;
}

p a:hover, ul a:hover, ol a:hover {
	color: #000;
	border: none;
}

sup {
	font-size: 8px;
}

.small {
	font-size: 12px;
	color: #000;
}

.small a {
	color: #000;
	border: none;
	text-decoration: underline;
}

.small a:hover {
	color: #000;
	text-decoration: none;
}

.small sup {
	font-size: 6px;
}

.picNews {
	padding: 4px;
	border: 1px dotted #000;
	margin: 10px 0;
}

hr {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-width: 0;
	background-color: #CCC;
	_margin: 0;
	_color: #CCC;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	background-color: #000;
	border: none;
	padding: 3px 8px;
	color: #FFF;
}

input.text, textarea.text {
	color: #000;
	width: 100%;
	margin: 1px;
	_width: 95%;
}

.looklikemenu {
	font-size: 12px;
	margin-top: 0;
}

/* Таблица для форматирования форм */

.tblFormLayout {
	width: 100%;
	border-collapse: collapse;
}

.tblFormLayout th, .tblFormLayout td {
	vertical-align: top;
	padding: 0;
}

.tblFormLayout th {
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
	color: #000;
}

.tblFormLayout th sup {
	font-size: 8px;
}

.tblFormLayout td {
	text-align: left;
	width: 100%;
}

/* Дивы */

#top {
	width: 100%;
	height: 80px;
	border-collapse: collapse;
}

#top th, #top td {
	vertical-align: middle;
	padding: 0;
}

#top th {
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
}

#top td {
	text-align: right;
	padding-right: 30px;
}

#logo_1_print {
}

#logo_1_screen, #logo_2_screen, #header {
	display: none;
}

#content {
    width: 100%;
	border-collapse: collapse;
}

#content th, #content td {
	vertical-align: top;
}

#content th.menu {
	padding: 0;
}

#content td.text {
	padding: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 100%;
	_padding-bottom: 30px;
}

#main_menu {
	display: none;
}

#path {
	font-size: 12px;
	color: #666;
}

#path a, #path a:visited {
	color: #666;
}

#path a:hover {
	text-decoration: none;
}

#path strong {
	color: #666;
}

#main_text {
}

#footer_1 {
}

#footer_2 {
}

#footer_3 {
}

#copyrights {
	padding: 0 30px 0 40px;
	font-size: 10px;
	color: #999;
}

#feedback {
	display: none;
}

/* Пейджер */

#pager {
	font-size: 12px;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

#pager a {
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 1px;
	color: #000;
}

#pager a:visited {
	color: #000;
}

#pager .here {
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
	margin: 0 1px;
	background-color: #000;
}

/* Таблица в общем виде */

.tblGeniral {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.tblGeniral tr {
}

.tblGeniral th, .tblGeniral td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: top;
}

.tblGeniral th {
	color: #000;
}

.tblGeniral td {
}

.tblGeniral a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.tblGeniral a:visited {
	color: #000;
	border-bottom: 1px dashed #000;
}

.tblGeniral a:hover {
	color: #000;
	border: none;
}