@charset "utf-8";
/* CSS Document */

/* Contrast Changes specifications */
body.contrast * {
    color: #000000 !important;
    
}
body.contrast h1, body.contrast .contentselector * {
    background: transparent none !important;
}
body.contrast a, body.contrast a.leftnavigation, body.contrast a:visited {
    text-decoration: underline !important;
}

body.contrast #faqcontent, body.contrast .contentselector  {
    background: none !important; 
}

/**** Event Styles ****/

body.contrast .event-table-td {
    background: none !important; 
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}


/**** RedDot Styles ****/ 

body.contrast .reddot, body.contrast .reddotopen  {
    color: red !important;
}





