﻿
body
{
    color: #000000;
    font-family: 'Tahoma';
    font-size: 9pt;
    font-weight: 900;
    margin-top: 10px;
}


A:LINK, A:VISITED, A:ACTIVE
{
    color: #000000; /* Set text-decoration to none to remove underline;*/
}

A:HOVER /* Sets color for menu bar and site hovering links.*/
{
    cursor: auto; /* Setting it to crosshair would replace the hover hand with an x */
    color: blue;
}


#Table1
{
    border: medium hidden #000000;
    width: 735px;
    height: 576px;
    background-position: center center;
}




#TD11
{
    width: 200px;
}

#TD12
{
    width: 65px;
}

#TD13
{
    width: 470px;
}

#TD21
{
    width: 735px;
}

#TD31
{
    width: 735px;
}

#TD41
{
    width: 735px; /* MasterPage has height fixed in the Div tag for scroll bars and the overflow set to auto */
}





