﻿
body
{
    background-color: #000500;
    color: #202020;
    font-family: 'Tahoma';
    font-size: 9pt;
    font-weight: 900;
    margin-top: 0px;
}


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: 800px;
    height: 600px;
    background-position: center center;
}


#TD11
{
    width: 800px;
}


#TD21
{
    width: 80px;
}

#TD22
{
    width: 110px;
}

#TD23
{
    width: 610px;
}


#TD31
{
    width: 800px;
}


#TD41
{
    width: 80px;
}

#TD42
{
    width: 110px;
}

#TD43
{
    width: 610px;
}


