body 
{
    font-size   : 10pt;
    font-family : "Trebuchet MS", "Helvetica", sans-serif;
    color       : #FFFFFF;
    background  : #000005;
}      
td 
{
    font-size   : 10pt;
    font-family : "Trebuchet MS", "Helvetica", sans-serif;
}      
p 
{
    font-size   : 10pt;
    font-family : "Trebuchet MS", "Helvetica", sans-serif;
}      
ul 
{
    font-size   : 10pt;
    font-family : "Trebuchet MS", "Helvetica", sans-serif;
}
h1, h2, h3, h4, h5
{
    font-family: sans-serif;
}
h1 
{
    font-size: 18pt;
}      
h2 
{
    font-size: 16pt;
}      
h3 
{
    font-size: 15pt;
}      
h4 
{
    font-size: 14pt;
}      

tt
{
    font-family: "Clean", "Courier", serif;
}

input, textarea, select 
{
    background-color          : #404040; 
    color                     : #f0f0f0; 
    border-color              : #404040;
    scrollbar-color           : #404040;
    scrollbar-highlight-color : #202020;
}

span.lowercasehead 
{
    font-size   : 130%;
    font-family : "Trebuchet MS", "Helvetica", sans-serif;
}

em, i, address 
{
    font-family : "Helvetica", sans-serif;
}

a:link    { color: #9AB0FF; }
a:visited { color: #D0D0FF; }
a:hover   { color: #5A70FF; }
a:active  { color: #FFFFFF; }


