body 
{
    background-color: #D5E2E6;
    font-family: Arial;
    font-size: 8pt;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
}
table.tmain
{
    border-width:0px;
    background-color:#ffffff;
    --width:980px;
    --height:670px;
    padding:0px;
    margin:0px,0px,0px,0px,true;
}
td.menu#selected
{
    background-color: #3188A3 ;
    cursor: pointer;
}
td.menu#unselected
{
    background-color: #4BB2D2 ;
    cursor: pointer;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }