BODY
{
        COLOR: #3333CC;
        FONT-FAMILY: Arial, Verdana, Helvetica, Geneva, sans-serif;
        FONT-SIZE: 14px;
        BACKGROUND-IMAGE: url(Background05.gif);
        BACKGROUND-ATTACHMENT: FIXED;
}
a:link
{
        color:#3333CC;
        text-decoration: underline
}
a:active
{
        color:#FF9933;
        text-decoration: underline
}
a:visited
{
         color:#3333CC;
         text-decoration: underline
}
a:hover
{
         color:#FF9933;
         text-decoration: underline
}

#menu
    {
    color           : #FFFFFF;
    font-family     : Verdana, Arial;
    font-size       : 10px;
    width           : 125px;
    }
    
 #menu   a:link
{
         color:#FFFFFF;
         text-decoration: none;
}   

#menu   a:hover
    {
    text-decoration : none;
    color:#FFFFFF;
    }
    
#menu    a:visited
{
         color:#FFFFFF;
         text-decoration: none
}

#menu   .title
    {
    margin-bottom   : 1px;
    font-weight     : bold;
    text-transform  : uppercase;
    width           : 100%-10px;
    padding-left    : 5px;
    padding-top     : 2px;
    padding-bottom  : 2px;
    background-color: #6666CC;
    cursor          : pointer;
    }

#menu   .item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    width           : 100%-10px;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #996666;
    cursor          : pointer;
    }