/* Текст страниц */
h1 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
}
h2, h2 a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #b90000;
  margin: 0px;
  text-decoration: none;
}
h3, h3 a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  color: #b90000;
  margin: 0px;
  padding: 4px;
  text-decoration: none;
}
p, ul.article li,  ol.article li {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 3px 0px 3px 0px;
}
ul.article, ol.article {
  list-style: disc outside;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 20px;
}
ul.article li, ol.article li {
  padding: 3px 0px 3px 0px;
}
p a, ul.article li a {
  color: #777;
  text-decoration: underline;
}
p a:hover, ul.article li a:hover {
  color: #b90000;
  text-decoration: none;
}
.headerpage_ttl {
    font-family: Tahoma;
    font-size: 18px;
    text-align: left;
    color: #990000;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    height: 20px;
}

.headerpage_ttl_lnk, .headerpage_ttl a {
    color: #990000;
    text-decoration: none;
}

.headerpage_ttl_lnk:hover, .headerpage_ttl a:hover {
    text-decoration: underline;
}

.main_ttl {
    font-family: Tahoma;
    font-size: 16px;
    color: #4d629e;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 16px;
}

.main_ttl_lnk, .main_ttl a {
    color: #4d629e;
    text-decoration: none;
}

.main_ttl_lnk:hover, .main_ttl a:hover {
    text-decoration: underline;
}

.main_txt, p {
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.main_txt_lnk, .main_txt a, p a {
    color: #040E8E;
    text-decoration: underline;
}

.main_txt_lnk:hover, .main_txt a:hover, p a:hover {
    text-decoration: none;
}
/* Логотип */
.logo_txt {
	color:#990000;
	font: bold 26px Tahoma;
}
.logo_txt a {
  color:#990000;
  text-decoration: none;
}
/* Таблица дополнительных параметров */
table.paramter_list {
  width: 100%;
  padding: 0px;
  margin: 0px 10px 0px 10px;
}
table.paramter_list tr td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0px; 
  padding: 5px 0px 0px 0px;
}
/* Название группы параметров */
.parameter_subttl {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #018509;
}
