﻿body
{
    background-color: #eaeae2;
    background-image: url(BABBg.jpg);
    color : #605a3e;
    font-family : Arial;
    font-size : 9pt;
}

TABLE
{
    color : #605a3e;
    font-family : Arial;
    font-size : 9pt;
}

TABLE.TopTable
{
    font-size: 8pt;
}


H1,H2,H3,H4,H5 
{
    font-family : Arial;
    font-size : 10pt;
    font-weight : bold;
    color:Black;
}

H1.TopTable
{
    font-family : Arial;
    font-size : 8pt;
    font-weight : bold;
    color:Black;
}


A 
{
    color : Black;
    text-decoration : underline;
}

A:hover 
{
    text-decoration:none;
}


A.TopLink 
{
    color : #605a3e;
    font-family : Arial;
    font-size : 8pt;    
    font-weight : normal;
    text-decoration : none;
}

A.TopLink:hover 
{
    color : Black;
}
