﻿#footer
{
    background-image: url(images/footer.gif);
    width: 920px;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    color: #898989;
    font-size: 11px;
}
#footer TABLE
{
    text-align: center;
    width: 920px;
}
#footer TD.left
{
}
#footer TD.right
{
}
#footer A.item
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
#footer A.item:visited
{
    color: #000000;
    text-decoration: none;
}
#footer A.item:hover
{
    color: #898989;
    text-decoration: none;
}
#footer A.item-red
{
    padding-left: 10px;
    padding-right: 10px;
    color: #aa0a00;
    text-decoration: none;
}
#sub
{
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
}
#sub SPAN
{
    margin-top: 7px;
    display: block;
}

