/*
 * Style sheet for "CISSTAT Statistical Database " (www.cisstat.com)
 * $Id: default.css,v 0.63 29.08.01 CISSTAT Exp $
 */
 
    body {
	font-size: 8pt;
	font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
	text-align : left;
}


    /* need for netscape 4.0 */
    P {
        font-size: 9pt;
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
    }

    H1 {
        clear: left;
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
        font-size: 12pt;
/*
        margin-top: 2em;
        padding: 0.5em;
        color: white;
        background-color: black;
*/
        text-align: center;
  }

    .enl {
        font-size: 16pt;
        font-weight: bold;
    }
    
    H2 {
	font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
	font-size: 12pt;
	text-align: center;
	margin-top: 0em;
	margin-left: 0em;
	padding: 0em;
	color:  #234dd5;
	background-color: #e0e6ef;
}
    
    H3 {
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
        font-size: 12pt;
    }
    
    /* we need both ol & ul for netscape 4.0 */
    ol {
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
        font-size: 9pt;
    }

    ul {
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
        font-size: 9pt;
    }

    ADDRESS {
        font-family: Times New Roman, Times, serif;
        font-size: 9pt;
        font-style: italic;
    }

    CITE {
        font-family: GaramondC, GaramondCTT, Times New Roman, Times, serif;
        font-size: 9pt;
        font-style: italic;
    }
	
   TABLE  {
	border : thin double Navy;
	}
    td {
	font-size: 8pt;
	font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
	text-align: left;
}

    td P{
	font-size: 9pt;
	font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
	}

    td BR{
        font-size: 9pt;
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
    }

    th {
        font-size: 9pt;
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
        font-weight: bold;
    } 

    TD.hd {
        font-size: 12pt;
        font-weight: bold;
    }

    TH.hd {
        font-size: 11pt;
    }

    td.sm {
        font-size: 8pt;
        font-family: Tahoma, Lucida Sans Unicode, Arial Cyr, Helv, sans-serif;
    }

    TD.cp {
        font-size: x-small;
    }
    
    TD.foot {
      font-size: x-small;
    }

    TH.foot {
      font-size: x-small;
    }
