BODY {
  margin: 0px;
  padding: 0px;
}

A {
  color: #1774D6;
}
A:hover {
  color: #FF9900;
}

H1 {
  font: bold 18px arial;
}

.top_bg {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: white;
  background: url(/images/top_fon.jpg);
}
.top_bg2 {
  height: 146px;
  background: url(/images/top_bg.jpg) no-repeat left top;
}

.bot_bg {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #CCCCCC;
  background: url(/images/top_fon.jpg);
}
.bot_bg2 {
  height: 46px;
  background: url(/images/top_bg.jpg) no-repeat left top;
}

.top_menu {
  padding-right: 50px;
  background: black;
}
.top_menu TD {
  padding: 0 20px;
  color: white;
}
.top_menu A {
  font: bold 12px tahoma;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.top_menu A:hover {
  color: white;
  text-decoration: underline;
}
.top_menu .act {
  background: #FF0000;
}
.top_menu .act A {
  color: #B2FF20;
}
.top_menu .act A:hover {
  color: #B2FF20;
}

.top_contacts {
  padding: 20px;
}

.rub_head {
  padding: 0 10px;
  height: 34px;
  background: url(/images/rub_bg.jpg) no-repeat left top;
  font: bold 14px tahoma;
  color: white;
}
.rub_head A {
  font: bold 14px tahoma;
  color: white;
  text-decoration: none;
}
.rub_head A:hover {
  text-decoration: underline;
}

.rub_sub_menu {
  margin: 10px 0;
  padding: 0 0 0 54px;
  list-style: none;
}
.rub_sub_menu A {
  font: 14px arial;
  color: #656565;
  text-decoration: none;
}
.rub_sub_menu A:hover {
  text-decoration: underline;
}

.main_content {
  padding: 10px;
  font: 12px arial;
  color: black;
}

.small_news {
  padding: 10px 0 10px 54px;
  font: 10px tahoma,arial;
  color: black;
}

.bottom_block {
  color: white;
}
.bottom_block .copyright {
  font: 10px tahoma,arial;
  color: white;
}
.bottom_block .copyright A {
  font: 10px tahoma,arial;
  color: white;
  text-decoration: none;
}
.bottom_block .copyright A:hover {
  color: white;
  text-decoration: underline;
}

.bottom_menu {
  font: bold 12px tahoma,arial;
  color: white;
}
.bottom_menu A {
  font: bold 12px tahoma,arial;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bottom_menu A:hover {
  color: white;
  text-decoration: underline;
}

#list_news {
  margin: 10px;
  padding: 0;
  list-style: none;
}
#list_news LI {
  margin-bottom: 10px;
}

#contactsform TD {
  font: 13px arial;
}
#contactsform .inp {
  width: 98%;
  font: 12px arial;
}
#contactsform .txt {
  width: 98%;
  height: 60px;
  font: 12px arial;
}
#contactsform .sel {
  width: 98%;
  font: 12px arial;
}
#contactsform .but {
  font: 12px arial;
}