/* CSS Document */
.rednote {
    color: #CC3333;
    font-weight: bold;
}

a.lnk:link {
    color: #084097;
    text-decoration: none;
}

a.lnk:visited {
    color: #084097;
    text-decoration: none;
}
a.lnk:active {
    color: #084097;
    text-decoration: none;
}


a.lnk:hover {
    color: #0854C1;
    text-decoration: none;
}

.body12pxbold {
    font-weight: bold;
    color: #313131;
}
.body14pxbold {
    font-weight: bold;
    color: #313131;
}

.fieldheader {
    color: #CC3333;
    font-weight: bold;
}

