﻿@media screen {
	
	body { background-color: white; color: black; font-family: 'Lato', sans-serif; font-size: small; }
	
	#headerWrapper { background-color: white; }
	#headerWrapper, #headerWrapper a { color: black; }
    #copyrightWrapper, #copyrightWrapper a { color: white; }
}

.cems-sectionheader-main, .ui-widget-header, .sectionHeader { background-color: #00245d; color: white; }
.cems-sectionheader-main a, .ui-widget-header a, .sectionHeader a { color: white; }
.cems-sectionheader-alt, .sectionHeaderHighlighted { background-color: #0081c6; color: white; }
.cems-sectionheader-alt a, .sectionHeaderHighlighted a { color: white; }
.cems-copyright, .cems-copyright a { color: black; }
.ui-widget-content, .ui-widget-content a { color: #333333; }


