BODY {
Font-Family: "ARIAL CYR", "ARIAL", "VERDANA";
Font-size: 12px;
Margin-left: 5px;
color: BLACK;
BackGround-color: transparent;
BackGround-Image: url(7.gif);
BackGround-Attachment: fixed;
}
.lien {
Font-Family: TIMES NEW ROMAN CYR;
Font-weight: bold; Font-size:9pt;
Text-decoration: none;
Letter-spacing: 0pt;
color: WHITE;
BackGround-color: #3366CC;
Position: relative;
Top: -5;

}
a.lien:hover {
Text-decoration: none;
color: AQUA;

}
a.lien:link {
Text-decoration: none;
color: WHITE;

}
a.lien:visited {
Text-decoration: none;
color: WHITE;

}
a.lien:active {
Text-decoration: none;
color: WHITE;

}
.divise {
Font-size: 12pt;
color: SILVER;
BackGround-color: #3366CC;
Position: relative;
Top: -3;

}
H1 {
Font-Family: TIMES NEW ROMAN CYR;
Font-size: 16px;
Text-align: center;
color: BLUE;

}
H2 {
Font-Family: TIMES NEW ROMAN CYR;
Font-size: 16px;
Text-align: center;
color: #000090;

}
H3 {
Font-Family: TIMES NEW ROMAN CYR;
Font-weight: bold; Font-size: 16px;
Text-decoration: underline;
Text-align: center;
color: #000090;

}
H5 {
Font-Family: TIMES NEW ROMAN CYR;
Font-weight: bold; Font-size: 16pt;
Word-spacing: 2px;
Text-align: center;
color: RED;

}
H6 {
Font-Family: TIMES NEW ROMAN CYR;
Font-weight: bold; Font-size: 16pt;
Text-align: center;
color: NAVY;

}
H4 {
Font-Family: TIMES NEW ROMAN CYR;
Font-weight: bold; Font-size: 16pt;
Text-align: center;
color: #0066FF;

}
P {
Font-Family: "ARIAL CYR", "ARIAL", "VERDANA";
Margin-top: 5px;
Margin-bottom: 0px;
color: BLACK;
Text-indent: 30px;

}
table {
Font-size: 12px;
color: BLACK;

}
.txt {
Text-indent: 30px;
Text-align: justify;
Margin-top: 5px;
Margin-bottom: 5px; Margin-left: 5px;
color: BLACK;

}
a:link {
Text-decoration: none;
color: BLUE;

}
a:visited {
Text-decoration: none;
color: #003399;

}
a:active {
Text-decoration: none;
color: BLUE;

}
a:hover {
Text-decoration: underline;
color: BLUE;

}
tr.kat td {
Font-Family: TIMES NEW ROMAN CYR;
Font-size: 11pt;
Font-style: italic;
Text-align: center;
color: WHITE;
BackGround-color: #3366CC;

}
P.smallgray {
Font-Family: Times New Roman, ARIAL, SANS-SERIF;
Font-size: 10pt;
Font-style: normal;
Text-align: left;
color: WHITE;
BackGround-color: #3366CC;

}
P.smallgray1 {
Font-Family: Times New Roman, ARIAL, SANS-SERIF;
Font-size: 11pt;
Font-style: normal;
Text-align: left;
color: WHITE;
BackGround-color: #73ADEE;

}
.sm {
Font-weight: bold;
Text-decoration: none;
color: WHITE;
BackGround-color: #0099FF;

}
a.sm:link {
Font-weight: bold;
Text-decoration: none;
color: WHITE;
BackGround-color: #0099FF;

}
a.sm:visited {
Font-weight: bold;
Text-decoration: none;
color: WHITE;
BackGround-color: #0099FF;

}
a.sm:hover {
Font-weight: bold;
Text-decoration: none;
color: BLUE;
BackGround-color: WHITE;

}
ul.spisok1 {
Font-Family: Times New Roman;
Font-weight: bold; Font-size: 16px;
Text-align: justify;
Margin-top: 1px;
Margin-bottom: 1px; Margin-left: 20px;
List-style-image:url(rombul2a.gif);

}
td.small {
Font-Family: Times New Roman, ARIAL, SANS-SERIF;
Font-size: 11pt;
Text-align: left;
Border-style: outset;
Border-width: 1px;

}
td.small1 {
Font-Family: Times New Roman, ARIAL, SANS-SERIF;
Font-size: 11pt;
Font-style: italic;
Text-align: center;
Border-style: outset;
Border-width: 1px;

}

/* Стили менюхи */
/* Root = Vertical, Secondary = Vertical */
ul#nav,
ul#nav li,
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 300px; /*For KHTML*/
  list-style: none;
}

ul#nav:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#nav, ul#nav ul{border-bottom: 1px solid #003399;}

ul#nav a {
  border: 1px solid #003399;
  border-bottom:0;
  padding: 0 5px;
  display: block;
  BackGround-Image: url(stonbk.gif);
  color: BLUE;
  font: normal 14px/26px Tahoma, Arial, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a {
/*  background: #DDD;
  color: #a52b2a;*/
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  BackGround-Image: url(stonbk.gif);
  color: BLUE;  
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
/*  background: #DDD;
  color: #a52b2a;*/
}

ul#nav ul,
ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 299px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}

/* Структура разметки */
#mainmenublock{margin:0 auto;}