body
{       background-color : #980000;
        color : #FFFFF4;
        font-size: 12;
        font-weight: bold;
        font-family : Verdana;
}

table
{       background-color : #980000;
}

tr
{       background-color : #980000;
        height : 14px;
}

td
{       background-color : #980000;
        color : #FFFFF4;
        font-family : Verdana;
        font-size : 11px;
        font-weight : bold;
        text-decoration : none;
        text-align : left;
}

a
{
   color : #FFFFF4;
   text-decoration : none;
}

a:hover
{
        color : #FFFFF4;
        text-decoration : underline;
}


a.sub
{
                text-decoration : none;
                color : #FFFFF4;
}

a.sub:hover
{
        text-decoration : underline;
        color : #FFFFF4;
}

td.sub
{
        color : #FFFFF4;
        font-family : Verdana;
        font-size : 10;
        text-decoration : none;
        text-align : left;
}