/*
 * A CSS file for overriding defaults
 */

body {
    background-image: url(../images/layout/backgrounds/page_fade.png);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
}

a {
    color: #004276;
    text-decoration: none;
    font-weight: bold;
}

a.emph {
    color: #00b200;
}

a:hover {
    text-decoration: underline;
    color: #FC7410;
}

a.underline {
    text-decoration: underline;
}

abbr {
    border-bottom: 1px dotted #333333;
}

em {
    font-style: italic;
    color: #004276;
}

em.red {
    font-style: normal;
    color: red;
}