/*Base*/
*{
  margin: 0;
  padding: 0;
}

body{
  background: #fefefe url(/i/design/bg.gif) repeat-y;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 62.5%;
  color: #333333;
  cursor: default;
}
td {
  font-size: 62.5%;
}

.maintable{
  width: 992px;
}

/*Styles*/
a, a:visited {
  color: #ED1C24;
  text-decoration: underline;
}

a:hover, a:active {
  color: #FF7F00;
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 160%;
  color: #333333;
  border-bottom: 1px solid #F0F0F0;
}

 h2 {
  font-weight: bold;
  font-size: 120%;
  color: #333333;
}

 h3 {
  font-weight: bold;
  font-size: 120%;
  color: #333333;
  padding-bottom:15px;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

p {
  margin: 0px 0px 0.5em 0px;
  padding: 0px;
  line-height: 1.3em;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 120%;
}

.news-detail {
  margin: 0px 0px 0.5em 0px;
  padding: 0px;
  line-height: 1.3em;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 110%;
}

p.quote {
  clear: left;
  margin: 0em 30px 0.6em 30px;
  line-height: 120%;
  font-size: 120%;
  padding-left: 15px;
  background-color: #EBEBEB;
  text-indent: 0px;
  border-left: 3px solid #ED1C24;
}

br {
  clear: none;
}

#content a, a:visited {
  font-size: 12px;
  color: #ED1C24;
  text-decoration: underline;
}

#content a:hover, a:active {
  font-size: 12px;
  color: #FF7F00;
  text-decoration: none;
}

.print{
  float: right;
  background: transparent url(/i/icons/print.gif) no-repeat;
  padding: 5px;
  margin-top: 8px;
  cursor: hand;
}

  img {border:0;}
  img a {border:0;}

h2.contacts {
  font-weight: bold;
  font-size: 140%;
  color: #333333;
  border-bottom: 1px solid #F0F0F0;
}

.text {
  font-size:12px !important;
}

/*Пользовательские стили*/

.red {color:#ED1C24 !important;}
.green {color:#006600 !important;}
.blue {color:#000099 !important;}

.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dedede;
}

.separator_subhead {
margin: 0px 10px 10px 5px;
border-bottom: solid 1px #dedede;
}