/*   Date: 21.03.01 21:59:12                              */
/*   Author: Alex Kargin  (http://dart.winner.ru)        */


/*------------------------------------------------------*/
/* Основные стили                                       */
/*------------------------------------------------------*/

    H1  { font-size : 18pt; }
    
    H2  { font-size : 16pt; }
    
    H3  { font-size : 14pt; }
    
    H4  {
         font-size : 12pt;
         font-weight : bold;
    }
   
    A:link  {
         text-decoration : none;
         color : #008080;
    }
         
    A:hover  {
         text-decoration : underline;
         color : #008080;
    }
         
    A:active  {
         text-decoration : none;
         color : #990000;
    }
         
    A:visited  {
         text-decoration : none;
         color : #004040;
    }
         
    BODY  {
         font-family : Verdana, Arial, Helvetica;
         font-size : 11pt;
         color : black;
         text-decoration : none;
         background-color : White;
    }
    
    th, td { 
         font-family: Verdana, Arial, Helvetica;
    }
    P {  text-indent:30; 
	margin:0; 
	padding:0, 10; 
        
	text-align:justify;justify;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size : 11pt; color : #000000;
        border-style: dashed; border-width: 0px; border-color: 000000;  border-bottom-width: 0px; 
        
     }
    
    small  { font-size : 8pt; }
         
    big  { font-size : 12pt; }
    
/*------------------------------------------------------*/
/* Дополнительные стили                                 */
/*------------------------------------------------------*/
   
    /* Для копирайтов */
    .copyright  {
         font-family : Verdana, Arial, Helvetica;
         font-size : 8pt;
    }
    
    /* Очень мелкий */
    .verysmall { font-size : 7pt; }

    /* Текст */    
    td.textnormal  {
         font-family : Verdana, Arial, Helvetica;
    }
    
    /* Заголовок */    
    td.headernormal  {
         font-family : Verdana, Arial, Helvetica;
    }

/*------------------------------------------------------*/
/* Стили для index.html                                 */
/*------------------------------------------------------*/
    /* категория - крупным */
    .conbig { color : #990000; }
    
    /* категория - мелким */
    .consml { color : #000000; }
    
    /* полоса новостей справа на головной странице */
    td.mainnews {
         font-family : Verdana, Arial, Helvetica;
         font-size : 8pt;
    }
    
    /* Для алфавита */
    td.alphabet { font-size : 8pt; }

    /* Для блока афоризмов */
    td.aphorizm {
     	 font-size : 8pt;
         font-style : italic;
    }
    
    /* Для текстового обращения к поситителям сайта - внизу страницы */
    td.downtext {  font-size : 8pt; }
    
/*------------------------------------------------------*/
/* Стили для навигационной панели                       */
/*------------------------------------------------------*/
    .navlink {
         font-size : 8pt;
         color : white;
         font-weight : bold;
         text-decoration : none;
    }
    .navlinkUp {
         font-size : 8pt;
         color : red;
         font-weight : bold;
         text-decoration : none;
    }
    .navcategory {
         font-size : 8pt;
         color : white;
         font-weight : bold;
         text-decoration : none;
    }
    .navcategoryUp {
         font-size : 8pt;
         color : black;
         font-weight : bold;
         background-color : white;
         text-decoration : none;
    }


/*------------------------------------------------------*/
/* Стили для публикуемой информации о людях             */
/*------------------------------------------------------*/
    /* ФИО */    
    td.infoname {	
         font-family : Verdana, Arial, Helvetica;
    }
    
    /* Текст о человеке  */    
    td.infotext {
         font-family : Verdana, Arial, Helvetica;
    }
    
    /* Дополнительная информации о человеке */
    td.infoinfo {
         font-family : Verdana, Arial, Helvetica;
         font-size : 9pt;
    }

    /* Для нижнего меню */
    td.infodownmenu {
        font-family : Verdana, Arial, Helvetica;
        font-size : 8pt;
    }

/*------------------------------------------------------*/
/* Новости                                              */
/*------------------------------------------------------*/

    /* Календарик в новостях */
    th.calendar { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 8pt;

    }
    td.calendar { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 8pt;
    }
    
    /* Номер и датат выпуска */
    td.datanumber { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 9pt;
        color : #990000;
    }
    
    /* Заголовок */
    td.topheader { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 10pt;
    }
    
    /* Содержание новостей */
    td.newscont { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 9pt;
    }
    
    /* Текст новостей */
    td.newsdoc { 
        font-family: Verdana, Arial, Helvetica;
    	font-size : 9pt;
    }
    /* Текст новостей */
    .facts { font-family: Arial; font-size : 10pt;}
    .facts1 { font-family: Arial; font-size : 10pt; color: #ffcd01;}
    
    
 .ring { font-family: Arial; font-size : 9pt; color: #ffcd01;
         font-weight : bold; }

/* End Of File */
