@charset "windows-1251";
a {
  font-family: Tahoma;
  color: #063;
}
a.toplink {
  font-family: Tahoma;
  color: #333;
font-weight:bold;
  text-decoration:none;
}
a.toplink:hover {
  font-family: Tahoma;
  color: #000;
font-weight:bold;
}

.rb {
  font-family: Tahoma;
  font-weight: bold;
  color: #F00;
  font-size:11px;
}
.bb {
  font-family: Tahoma;
  color: #000;
  font-size:11px;
}
.rbb {
  font-family: Tahoma;
  color: #900;
  font-size:12px;
}
.rbold {
  font-family: Tahoma;
  color: #f00;
  font-size:16px;
  font-weight: bolder;  
}
a.rw {
  display:block;
  font-family: Tahoma;
  font-weight: bold;
  text-decoration:none;
  color: #fff;
  font-size:12px;
  text-align:center;
  width:100%;
  height:20px;
}

a.rw:hover {
text-decoration:underline;
}
.menu {
  font-weight: bold;
}
a.mn {
  display:block;
  font-family: Tahoma;
  color: #900;
background-color:#fff;
  font-size:11px;
  width:100%;
padding:5px;
}
a.mn:hover {
color:#fff;
background-color:#f00;
  text-decoration:none;
  font-weight: bold;
}

li, p, .txt, td {
  font-family: Tahoma;
  color: #000;
  font-size:9pt;
}
h1 {
  font-family: Tahoma;
  color: #600;
  font-size:13pt;
  font-weight: bold;
}