﻿body  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8 pt;
    color: #DCC98C;
    background-color: #000000;
    scrollbar-base-color: #756255;
    scrollbar-track-color: #4E433A; 
    scrollbar-face-color: #655245;
    scrollbar-highlight-color: #857265;
    scrollbar-3dlight-color: #756255;
    scrollbar-darkshadow-color: #3C342C;
    scrollbar-shadow-color: #222222; 
    position: relative; 
    topmargin:5; leftmargin:10; rightmargin:10; bottommargin:5;
}

p {
    line-height: 150%; 
    color: #DCC98C;
    margin-top: 12; 
    margin-bottom: 0
}


li {
    margin-left:8px;
    margin-top:-8px;
    margin-bottom:10px;
    padding-top:0px; 
    padding-bottom:0px;
}


H2 {
    font-family: Verdana;
    font-size: 12 pt;
    color: #D17700;
    font-variant: small-caps;
    font-weight: bolder;
}


H3 {
    font-family: Verdana;
    font-size: 10pt; 
    color: #D17700;
    font-weight: bold; 
    background-color: #7899C5; 
    margin-top: 0; 
    margin-bottom: 0
}


H4 {
    font-family: Verdana; 
    font-size: 10pt; 
    color : #D17700;
    margin-bottom: 3
}


TD {
    font-family: Verdana;
    font-size: 8 pt;  
    margin-top: 4 px;
    margin-bottom: 4 px;
    color: Black;
}


TH {
    font-family : Verdana;
    font-size : 8 pt;
    color : Black;
}


a:link {
    color: #FFC600;
}


a:visited {
    color: #FFC600;
}

a:hover {
    color: #8D9610;
}


.bg_form{
    background: #D3E2F7;
    border: 1px solid #7899C5;
    margin-left : 3px;
    margin-right : 3px;
    margin-top : 3px;
    margin-bottom : 3px;
}


.text_header
{
    color: Black;
    font-weight : bold;
    background-color : #ECF3FC;
    text-align : left;
}


.listblock {
    line-height: 150%; 
    margin-left: 16; 
}


.picturesign {    
    font-style: italic; 
    text-align: right;
}


.picturelink {    
    font-style: italic; 
    text-align: center;
    color: blue;
    text-decoration: underline;
    cursor: hand;
}


.quote {
    font-style: italic;
    font-size: 8 pt;
    margin-bottom: 6;
    margin-top: -6
}


.hint {
    color: #008000; 
    font-style:italic;
    cursor:help
}


.seealso {
    font-size: 8pt;
}