/* 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: black;}
A:visited  {text-decoration: underline; color: black;}
A:active   {text-decoration: underline; color: red;}
A:hover    {text-decoration: underline; color: black;}

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: 10px;
    vertical-align: right;
    text-align: right;
    color: white;
}

.contentwhite {
   font-size: 10px;
   vertical-align: right;
   text-align: right;
   color: black;
}

.title {
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    background-color: black;
    line-height:80%;
    text-indent: 0;
    letter-spacing: 1px;
    vertical-align: bottom;
}

.titletable {
   background-color: black;
   vertical-align: bottom;
}

.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;}


.submenu {
   font-size: 10px;
   text-decoration: none;
   text-align: left;
   color: black;
   background-color: white;
   white-space: nowrap;
}

.menu {
   vertical-align: bottom;
   color: black;
   text-align: left;
   line-height:100%;
   text-indent: 0;
   letter-spacing: 0px;
}

.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;
}
