TABLE.clsMast
{
    color: white;
    background-color: #003263;
}

TABLE.copyright-block
{
    background-color: #0075bf;
    color: White;
}

    TABLE.copyright-block TD A:link
    {
        color: White;
        text-decoration: none;
    }

    TABLE.copyright-block TD A:visited
    {
        color: White;
        text-decoration: none;
    }

    TABLE.copyright-block TD A:hover
    {
        color: White;
        text-decoration: underline;
    }

TABLE.clsStatusBar TD
{
    background-color: #0075bf;
}
/*This is added to over write the background css for every customer*/
.PAM-background {
    color: white !important;
    background-color: #003263 !important;
}