/* Dear Emacs, -*- c -*- mode please */
BODY  {
  
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: black;
   margin: 0;

}

P, H1, H2, H3, H4, H5, H6 {
     
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: black;
       
}

TD {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    vertical-align: top;
   
}

H1 { font-size: 14px; font-weight: bold; }
H2 { font-size: 13px; font-weight: bold; }
H3 { font-size: 12px; font-weight: bold; font-style: italic; }
H4 { font-size: 12px; font-weight: bold; }
H5 { font-size: 10px; font-weight: bold; font-style: italic; }
H6 { font-size: 10px; font-weight: bold; }

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #666666; }
A:active {text-decoration: none; color: #666666}
A:hover { text-decoration: underline; color: #666666; }


PRE {
    font-family: monospace;
    font-size: 12px;
}

CODE, KBD {
    font-family: monospace;
    font-size: 12px;
}

SELECT, OPTION, INPUT, TEXTAREA, {
    font-family: monospace;
    font-size: 12px;
    background-color: #EEEEEE;
}

.content {
   font-size: 12px;
   color: black;
   background-color: white;
   
}

.title {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    color: white;
    background-color: #cc6600;
}

.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;}


.menu {
   font-size: 12px;
   text-decoration: none;
   text-align: left;
   color: #000000;
   background-color: white;
   white-space: nowrap;
}
.menu A:link {text-decoration: none; color: #000000;}
.menu A:visited {text-decoration: none; color: #666666;}
.menu A:active {text-decoration: none; color: #666666;}
.menu A:hover{text-decoration: underline; color: #666666;}


.submenu 
{
   font-size: 10px;
   text-decoration: none;
   text-align: left;
   color: #000000;
   background-color: white;
   white-space: nowrap;
   vertical-align: bottom;
}

.submenu A:link {text-decoration: none; color: #000000;}
.submenu A:visited {text-decoration: none; color: #666666;}
.submenu A:active {text-decoration: none; color: #666666;}
.submenu A:hover {text-decoration: underline; color: #666666;}

.pager {
    font-size: 10px;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}

#pathinfo {
   vertical-align: top;
   font-size: 10px;
   text-decoration: none;
   text-align: right;
   color: black;
   background-color: #eeeeee;
   white-space: nowrap;
   
}

#static-links {
    font-size: 11px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}
