TABLE.clsMast
{
    color: white;
    background-color: #014a8e;
}

TABLE.clsMessageArea
{
    background-color: WhiteSmoke;
    border-color: WhiteSmoke;
}
/* copyright area */
TABLE.copyright-block
{
    background-color: #014a8e;
    color: White;
}

    TABLE.copyright-block TD
    {
    }

        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;
        }
/*This is added to over write the background css for every customer*/
.PAM-background {
    color: White !important;
    background-color: #014a8e !important;
}