/* CSS Document */

#pageImgWrapper {
    background-color: #FFFFFF;
}

hr {
    color: #E7EEFF;
    background: #E7EEFF;
    border: 0px;
    height: 3px;
}

a, a:visited {
    color: #004B85;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.blue {
    color: #004B85;
    font-weight: bold;
}

.red {
    color: #CC0000;
}