﻿.APM_footer {
    margin-top: 50px;
    padding: 10px 0 20px;
    color: white;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .75rem;
    /*//.7rem;*/
    background-color: #004489;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

    .APM_footer a {
        color: white;
        text-decoration: underline;
        FONT-FAMILY: Tahoma,Arial,sans-serif;
    }

        .APM_footer a:hover {
            text-decoration: none;
        }