/* Dear Emacs, -*- c -*- mode please */
BODY  {  
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: white;
   margin: 0;

}

H1, H2, H3, H4, H5, H6 {     
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: white;
       
}

TD {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    vertical-align: top;
}

H1 { font-size: 12px; font-weight: bold;}
H2 { font-size: 12px; font-weight: bold;}
H3 { font-size: 12px; font-weight: bold;}
H4 { font-size: 12px; font-weight: bold;}
H5 { font-size: 10px; font-weight: bold;}
H6 { font-size: 10px; font-weight: bold;}

A:link     {text-decoration: underline; color: white;}
A:visited  {text-decoration: underline; color: white;}
A:active   {text-decoration: underline; color: white;}
A:hover    {text-decoration: underline; color: white;}

PRE {
    font-family: monospace;
    font-size: 10px;
}

CODE, KBD {
    font-family: monospace;
    font-size: 10px;
}

SELECT, OPTION, INPUT, TEXTAREA, {
    font-family: verdana;
    font-size: 10px;
    background-color: #ffffff;
}

.content {
    font-size: 12px;
    vertical-align: right;
    text-align: left;
    color: white;
}

.contentwhite {
   font-size: 12px;
   vertical-align: right;
   text-align: right;
   color: black;
}

.title {
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    line-height:120%;
    text-indent: 0;
    letter-spacing: 1px;
    vertical-align: middle;
}

.title A:link {text-decoration: none; color: white;}
.title A:visited {text-decoration: none; color: white;}
.title A:active {text-decoration: none; color: white;}
.title A:hover {text-decoration: underline; color: white;}


.activetitle 
{
   color: white;                                                                                                                                                                  
   font-weight: bold;                                                                                                                                                             
   font-size: 12px;                                                                                                                                                               
   text-decoration: none;                                                                                                                                                         
   text-align: left;                                                                                                                                                              
   line-height:120%;                                                                                                                                                              
   text-indent: 0;                                                                                                                                                                
   letter-spacing: 1px;                                                                                                                                                           
   vertical-align: middle;                                                                                                                                                           
}

.activetitle A:link     {text-decoration: underline; color: white;}
.activetitle A:visited  {text-decoration: underline; color: white;}                                                                                                                             
.activetitle A:active   {text-decoration: underline; color: white;}
.activetitle A:hover    {text-decoration: underline; color: white;}
                                                                                                                             

.submenu {
   font-size: 10px;
   text-decoration: none;
   text-align: left;
   color: black;
   background-color: white;
   white-space: nowrap;
}

.menu {
   font-size:16px;
   vertical-align: bottom;
   color: white;
   text-align: left;
   line-height:100%;
   text-indent: 0;
   letter-spacing: 0px;
}

.menu A:link  {text-decoration: none; color: white;}
.menu A:visited {text-decoration: none; color: white;}
.menu A:active {text-decoration: none; color: white;}
.menu A:hover {text-decoration: underline; color: white;}



.logo {
   font-size: 25px;
   vertical-align: bottom;
   color: white;
   text-align: right;
   line-height:100%;
   text-indent: 0;
   letter-spacing: 0px;
}

.logowhite {
   font-size: 25px;
   vertical-align: bottom;
   color: black;
   text-align: right;
   line-height:100%;
   text-indent: 0;
   letter-spacing: 0px;
}

