@charset "windows-1251";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	background-color: #FC9027;
	background-image: url(images/fon_body.jpg);
	background-repeat: repeat-x;
}

table, td, th {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C50202;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3300;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}

a {
	font-size: 11px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.head {
	background-image: url(images/fon_head1.gif); 
	background-position: right;
	background-repeat: no-repeat;
}
.head2 {
	background-image: url(images/fon_head2.gif); 
	background-position: right;
	background-repeat: no-repeat;
}
.head_logo, .head_logo a, .head_logo:visited {
	font-family: "Century Gothic", Courier, Tahoma, Verdana;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#c50202;
}

.menu1 {
	background-color: #FEDFC0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu1 a:link {
	color: #333333;
}
.menu1 a:visited {
	text-decoration: none;
	color: #333333;
}
.menu1 a:hover {
	text-decoration: underline;
	color: #333333;
}
.menu1 a:active {
	text-decoration: none;
	color: #333333;
}
.menu2 {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FEDFC0;
}
.content {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	text-align: justify;
}
dt { margin-top:8px;
	text-align:left;
	cursor:pointer;
}
dl li {
	font-size: 11px;
    color: #ffffff;
	text-align:left;
	list-style:none;
	margin-left:28px;
}