@charset "windows-1251";
body
 {
  color: #7e7e7e; 
  background-color: #ffffff;
  font-family: verdana;
  font-size: 11px;
 }

p, div, span, table, tr, td, input, select, textarea
 {
  color: #95595a;
  font-family: verdana;
  font-size: 11px;
 }
 
.logo
 {
  color: #800000; 
  font-family: trebuchet ms;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
 }
a.logo:link, a.logo:active, a.logo:visited, a.logo:hover
 {
  text-decoration: none;
 }
 
.logo_down
 {
  color: #800000; 
  font-size: 12px;
  text-decoration: none;
 }
a.logo_down:hover
 {
  text-decoration: none;
 }
 

.navbar
 {
  text-decoration: none;
  font-weight: bold;
 }
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover
 { 
  color: #95595a;
 }

.dot_line
 {
  height: 1px;
  background-image: url(../images/dot_line.gif);
 }

.h_pointer
 {
  width: 1px;
  background-image: url(../images/pointer.gif);
 }

.local_menu
 {
  margin: 10px 5px 10px 10px;
 }
a.l_menu:link, a.l_menu:active, a.l_menu:visited
 { 
  color: #800000;
  text-decoration: none;
  font-size: 11px;
 }
a.l_menu:hover
 { 
  color: #dfc7ab;
  text-decoration: none;
  font-size: 11px;
 }


#left-navcontainer ul
 {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 15px;
 }
#left-navcontainer li
 {
	margin: 5px 0;
 }

#left-navcontainer ul li a
 {
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 12px;
	text-align: left;
	font: normal 11px verdana;
	text-decoration: none;
	color: #999;
 }

#left-navcontainer ul li a:hover
 {
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
 }

#left-navcontainer ul li a#current
 {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #666;
 }


 
.main_page
 {
  margin: 20px 15px 15px 20px;
 }
 
.main_links
 {
 }
a.main_links:link, a.main_links:active, a.main_links:visited
 { 
  color: #7e7e7e;
  text-decoration: none;
 }
a.main_links:hover
 { 
  color: #d3cbbb;
  text-decoration: none;
 }
 
.last_news
 {
  margin-top: 3px;
 }
a.last_news:link, a.last_news:active, a.last_news:visited
 { 
  color: #7e7e7e;
  text-decoration: none;
 }
a.last_news:hover
 { 
  color: #d3cbbb;
  text-decoration: none;
 }
 
.last_forum
 {
  margin-top: 3px;
 }
a.last_forum:link, a.last_forum:active, a.last_forum:visited
 { 
  color: #7e7e7e;
  text-decoration: none;
 }
a.last_forum:hover
 { 
  color: #d3cbbb;
  text-decoration: none;
 }

 
.sub_title
 {
  font-size: 12px;
 }
a.sub_title:link, a.sub_title:active, a.sub_title:visited
 { 
  color: #95595a;
  text-decoration: none;
  font-weight: bold;
 }
a.sub_title:hover
 { 
  color: #7e7e7e;
  text-decoration: none;
  font-weight: bold;
 }
 
.sub_links
 {
 }
a.sub_links:link, a.sub_links:active, a.sub_links:visited
 { 
  color: #7e7e7e;
  text-decoration: none;
  font-weight: bold;
 }
a.sub_links:hover
 { 
  color: #d3cbbb;
  text-decoration: none;
  font-weight: bold;
 }

.copyright
 {
  font-size: 10px;
 }
a.copyright:link, a.copyright:active, a.copyright:visited
 { 
  color: #9a9a9a;
  text-decoration: none;
  font-size: 10px;
 }
a.copyright:hover
 { 
  color: #d3cbbb;
  text-decoration: none;
  font-size: 10px;
 } 
 
 
.subchapter
 {
  color: #3bb7c7;
  font-size: 12px;
  font-weight: bold;
 }
<!-- fe7945 -->


.in_form
 {
  font-size: 10px;
  background-color: #ffffff;
  border: solid 1px #808080;
  border-bottom-color: #D4D0C8;
  border-right-color: #D4D0C8;
 }

<!-- 
.in_form_BAK
 {
  background-color: #f8f2ea;
  color: #800000;
  font-family: Verdana, Tahoma, MS Sans Serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
 }
 -->

.in_form_button
 {
  height: 19px;
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  background-color: #dfc7ab;
  border: solid 1px #dfc7ab;
  cursor: hand;
 }