BODY 
{font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #002870;
 line-height: 150%;
 background-color: #FFFFFF; 
 background-image:    url(images/bg.gif);
 background-attachment: fixed;
 text-align: justify;
 scrollbar-arrow-color: "#0088CC";
 scrollbar-base-color: "#CCF8FF";
 scrollbar-dark-shadow-color: "#006688";
 scrollbar-face-color: "#C6F7FF";
 scrollbar-highlight-color: "#FFFFFF";
 scrollbar-shadow-color: "#0088CC";
 margin-top: 5; 
 margin-left: 5; 
}

/*Рисунки*/
IMG
{
 border-style: none;
}

UL /*Рисунок для не нумерованнонго списка*/
{
 list-style-image:    url(images/bullet.gif);
}

/*Заголовки*/
H2
{
 font-family: Courier New, Courier, mono;
 color: #0088FF;
 text-align: left;
 font-weight: bold;
 font-size: 200%;
}

H3
{
 font-family: Arial, Helvetica, sans-serif;
 color: #0077EE;
 font-weight: bold;
 font-size: 140%;
}

H4
{
 font-family: Courier New, Courier, mono;
 color: #0028CC; 
 text-align: left;
 font-weight: bold;
 font-size: 120%;
}

/*Текст*/
A:link    {color: #0070FF;}
A:visited {color: #0040FF;}
A:hover   {color: #0020A0;}
A:active  {color: #6000FF;}

B
{
 color: #003090;
}

STRONG
{
 color: #0068E8;
}

.remark
{
 color: #000090;
 font-size: 90%;
 line-height: 150%;
}

.NewsDate
{
 background-color: #0060F0;
 font-family: System, Fixedsys;
 font-weight: bold;
 color: #F0F8FF;
}
        
/*Таблицы*/
.MTable
{
 width: 760;
}

TD
{
 vertical-align: text-top;
 font-size: 90%;
}

.TDmenu         /*Ячейка содержания*/
{
 width: 150;
 background-color: #99CCFF;
 line-height: 150%;
 font-size: 80%;
 text-align: left;
 vertical-align: text-top;
}

.TDBar
{
 width: 10;
}

.TDmain         /*Основная ячейка*/
{
 width: 600;
 border-width: 0;
 border-style: none;
 padding: 0;
 text-align: justify;
 line-height: 150%;
 vertical-align: text-top;
}

.HeadTR
{
 font-weight: bold;
 color: #EEF0FF;
 background-color: #4080FF; 
 text-align: center;
}

