﻿#footer
{
    width: 100%;
    height: 60px;
    border-bottom: solid 4px #a0a0a2;
    border-top: solid 4px #ffdd00;
}
#footer TABLE
{
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#footer TD.side
{
    width: 250px;
    font-size: 11px;
    color: #a0a0a2;
}
#footer TD.center
{
    width: 458px;
}
#footer SPAN
{
    font-size: 11px;
    color: #231f20;
    display: block;
    width: 458;
    text-align: center;
}
#footer .side A
{
    font-size: 11px;
    color: #a0a0a2;
    text-decoration: none;
}
#footer .side A:hover
{
    text-decoration: none;
    color: #231f20;
}
#footer .side A.strong
{
    font-size: 12px;
    font-weight: 700;
    color: #a0a0a2;
    text-decoration: none;
}
#footer .side A.strong:hover
{
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

