﻿
.FooterLink {
    text-decoration: none;
    color: #FF0000;
    font-size: 8pt;
    font-weight: normal;
}

a.FooterLink:hover {
    color: #CC3300;
    text-decoration: none;
    color: #FF0000;
    font-size: 8pt;
    font-weight: normal;
    cursor: pointer;
}

.CusCommentsLink {
    text-decoration: none;
    color: #FF0000;
    font-size: 7pt;
    font-weight: normal;
}

a.CusCommentsLink {
    text-decoration: none;
    color: #FF0000;
    font-size: 7pt;
    font-weight: normal;
    cursor: pointer;
}

.FooterCopyright {
    color: #3F4C5D;
    font-size:10px;
}


    .FooterCopyright a:link, a:visited, a:hover, a:active {
        color: #3F4C5D;
        font-size: 10px;
        text-decoration: none;
        cursor: pointer;
        font-weight: normal;
    }


td.FooterLinkTableCell {
    border-left-color: #979A9B;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

td.FooterLinkTableLastCell {
    border-right-color: #979A9B;
    border-left-color: #979A9B;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

td.Footer {
    height: 50px;
    background-color: White;
    background-position: left top;
}

table.Footer {
    height: 145px;
    background-image: url('../imagesV2/AdvantageTheme/Footer/Blue/Footer_Blue.png');
    background-repeat: no-repeat;
    width: 100%;
}