@charset "utf-8";

* {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
body {
	background: url(/img/back.jpg) no-repeat top left #DFCD77;
	font: 10pt "Lucida Sans Unicode",sans-serif;
	color: #555A60;
	margin: 0;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
a {
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #4183c4;
}
a:visited {
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #336699;
}
a:hover {
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #4183c4;
}
img.clear {
	vertical-align: middle;
}
a.clear {
	border: 0;
	outline: none; /* Убираем пунктир вокруг ссылок в Firefox */
}
a.clear:visited {
	border: 0;
}
a.clear:hover {
	border: 0;
}
a[href $='.pdf'] { 
	padding-right: 18px;
	background: transparent url(/img/icon_pdf.jpg) no-repeat center right;
	color: #4183c4;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
.smile {
	vertical-align: middle;
}
#container {
	background-color: #F2F2F2;
	color: #665b2a;
	border: 1px solid #A29143;
	margin: 16px auto;
	width: 985px;
}
.header {
	width: 985px;
}
.banner468x60 {
	width: 468px;
	height: 60px;
	border: 0;
}
.warn {
	margin: 16px auto 0 auto;
	text-align: center;
	width: 60%;
	height: 18px;
	border: 1px dotted #FFF;
	background-color: #FF1111;
	font: bold 100% Arial, sans-serif;
	color: #FFFFFF;
	cursor: default;
}
.warn a {
	color: #FFFFFF;
	text-decoration: underline;
	border: 0;
}
.warn a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	border: 0;
}
.warn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}
.navigation a {
	border-left: 2px solid #A29143;
	border-bottom: 0;
	color: #A0C400;
	float: right;
	background-color: transparent;
	font: bold 120% "Trebuchet MS", sans-serif;
	margin-top: 0px;
	padding: 4px 18px 0px;
	text-align: center;
	text-decoration: none;
	outline: none; /* Убираем пунктир вокруг ссылок в Firefox */
}
.navigation a:visited {
	border-left: 2px solid #A29143;
	border-bottom: 0;
	color: #A0C400;
	background-color: transparent;
	font: bold 120% "Trebuchet MS", sans-serif;
	margin-top: 0px;
	padding: 4px 18px 0px;
	text-decoration: none;
}
.navigation a:hover {
	padding: 2px 18px 2px;
	border-bottom: 0;
	color: #F4DC5B;
	text-decoration: none;
	background: transparent url(/img/opacity.png) repeat;
}
#content {
	padding: 0px 16px 0px 30px;
}
#content h1 {
	background-color: transparent;
	font-family: Verdana, sans-serif; /* Шрифт с засечками */
	font-weight: bold;
	text-align: center;
	color: #807234;
}
#content p {
	padding: 8px 0px;
}
#content .justify:first-letter {
	float: left;
	padding: 2px 6px 0 0;
	background-color: transparent;
	font: bold 300% Georgia, "Trebuchet MS", sans-serif;
	color: red;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.subcontent {
	float: right;
	width: 250px;
	border: 1px inset #A29143;
	padding: 4px;
	margin: 4px 0 0 8px;
}
.footer {
	padding: 0;
	margin: 0;
	background-color: #A29143;
	color: #FFEC91;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	width: 100%;
}
.footer #footer_left {
	padding: 0;
	margin: 0;
	float: left;
}
.footer #footer_right {
	padding: 0;
	margin: 0;
	float: right;
}
.wrap {
	padding: 16px 0px 16px 0px;
	clear: both;
}
.importantText {
	font-weight: bold;
}
.errorNumber {
	font-weight: bold;
}
.errorText {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 150%;
	font-style: italic;
}
