/* 
Document   : menuStyleSheet
Created on : Nov 5, 2008, 9:17:04 AM
Author     : WILKINR
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    text-decoration: none;
}
body{
    text-decoration: none;
    font-size: 10pt;
    font-weight: 600;
   
}
a {
    display:block;
    text-decoration: none;
    color:white
    
}


a:visited.menuLink    {
    text-decoration: none;
    color: white;
}
a.logOnOff:hover{
   
    background-color:#009CCE;
}
a:hover{
    background-color: red;
}



td {
     text-decoration: none;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    border-bottom-style: outset;
    border-bottom-width: 1px;

}


