body 
{
    margin: 0px;
    font-family: Arial,Verdana;
}
h4
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

/************************** Account Info *****************************************/
.accountinfo td .label
{
    font-weight: bold;
}
a.logout
{
    display: block;
    background: #1A2465;
    height: 15px;
    font-size: 12px;
    line-height:  15px;
    font-weight: bold;
    width: 80px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
a.logout:hover
{
    background: #808080;
}
/************************** Main Menu *****************************************/
.mainmenu
{
     border: solid 1px #336699;
     padding: 1px;
}
.mainmenu td
{
     background: #86615F;
     text-align: center;
}
.mainmenu td.selected
{
    background: #336699;
}
.mainmenu a 
{
    color: #FFF;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.mainmenu a:link
{
    text-decoration: none;
}
.mainmenu a:visited
{
    text-decoration: none;
}
.mainmenu a:active
{
    text-decoration: none;
}
.mainmenu a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
/*************************************** Stats ****************************************/
.stats thead
{
    border: solid 1px #BBA5D3;
}
.stats thead td
{
    background: #C9C9B8;
    color: #000; 
    font-size: 10pt;
    font-weight: bold;
}
.stats tbody
{
    background: #fff;
}