
/**
 * Main font
 */
html, body {
    font: normal 13px Arial, "Trebuchet MS", Arial ,sans-serif;
    color: #333333;
}

select, input, textarea {
    font: normal 13px Arial, "Trebuchet MS", Arial ,sans-serif;
    color: #000000;
}

/**
 * Links
 */

a:link, a:visited, a:active {
    color: #8B1A1A;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
    background-color: transparent;
}

/**
 * Content box
 */
.box .cBg .c h1, .box .cBg .c h1 {
    font: bold 13px Arial, "Trebuchet MS", Arial ,sans-serif !important;
    color: #eee !important;
    padding: 7px 0 0 0 !important;
    margin: 0 !important;
    margin-left: 0px !important;
    margin-top: -45px !important;
    position: absolute !important;
}

.box .cBg .c h1, .box .cBg .c h4 {
    font: bold 13px Arial, "Trebuchet MS", Arial ,sans-serif;
    color: #eee;
    padding: 7px 0 0 0;
    margin: 0;
    margin-left: 0px;
    margin-top: -45px;
    position: absolute;
}

/**
 * Content box
 */
.box .cBg .c h1, .box .cBg .c h2  {
    font: bold 13px Arial, "Trebuchet MS", Arial ,sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}
