html, body {
            scrollbar-fase-color: white;
	scrollbar-HIGHLIGHT-color: white;
	scrollbar-SHADOW-color: white;
	scrollbar-3DLIGHT-color: white;
	scrollbar-ARROW-color: white;
	scrollbar-DARKSHADOW-color: white;
    margin: 0; /* Убираем отступы */
    font-family: Verdana, Arial, Times New Roman, sans-serif; Helvetica;
    font-size: 90%;
  
                  }

hr {
    border: none; /* отмена для мозила */
    color: Slategray; /* цвет */
    background-color: Slategray; /* цвет для мозила */
    height: 1px; /* толщина */ 
   }
   
p { 
    text-indent: 3em; /* Отступ первой строки */
    text-align: justify;  /* Выравнивание по ширине */
    line-height: 1.5;  /* между строчный интервал */
     font-size: 10pt;

   }
   
          
h1, h2, h3, h4, h5, h6 {   
                                   font-family: Verdana, Arial, Times New Roman, sans-serif; Helvetica; 
                                   line-height: 3;  /* между строчный интервал */
                                   padding: 0; /* Убираем значение полей */
                                   margin: 0; /* Обнуляем значения отступов */ 

}

h1 {  font-size: 13pt; color: #0080FF;
      text-align: center; /* Отступ от края*/
   } 

h2 {   color: #0080FF;
       font-size: 13pt; 
       font-style:  italic; /* курсив */
       text-indent: 50px;
         }  

h3 { font-size: 9pt; 
     text-transform: uppercase; }

h4 {  font-size: 8pt; }

h5 { font-size: 9pt; 
     color: #0080FF; 
     }

h6 { 
      font-size: 8pt;
      font-style:  italic;
      color: #0080FF;
  }

a {
      text-decoration: none; /* Отменяем подчеркивание у ссылки */
      outline: none; /* Убираем границу вокруг ссылок  */
     color: #555555; /* Цвет текста */
      font-size: 9pt;
}

 a:visited {
        color: #5F9EA0; /* Цвет посещенной ссылки */
        }

 a:hover {
         color: #5F9EA0; /* Цвет ссылки при наведении на нее курсора мыши */  
         text-decoration: underline; /* Добавляем подчеркивание */
         }
         
 table
          {   width: 50%; /* Ширина таблицы */
              border-collapse: inherit; 
              font-size: 10pt; 
         }
              
TD {
    padding: 10px; /* Поля в ячейках */
   
   }      
         
 /*** Spec news ***/
#specNews {position: absolute; top: 330px; margin: 0; padding: 0; width: 55%;}
	#specNews div.close {float: right; margin: 1px 1px 0 0;}
		#specNews div.close img {cursor: pointer;}
	#specNews div.cntr {border-top: 4px solid #FF0000; border-right: 1px solid #FF0000; border-bottom:
       1px solid #FF0000; border-left: 1px solid #FF0000; width: 500px; background: #fff;}
	#specNews div.specAnnounce {margin: 21px 15px 12px; font-weight: bold; color: #1A1243; text-align: left; line-height: 1.5;}
	#specNews div.specText {margin: 0 15px 13px; font: 12px Arial; font-weight: bold; color: #1A1243; line-height: 21px; text-align: left;}
    #specNews div.specText2 {margin: 0 15px 13px; font: 12px Arial; color: #1A1243; line-height: 21px; text-align: left;}
	#specNews div.specDate {margin: 0 15px 10px; font: 12px Arial; color: #c30008; text-align: center;}

  a img {border: 0;}

         