body {
	background-color: #ffffff;
	color: #79797d;
}
h1, h2, h3, h4, h5, h6 { color: #292c2e; }

.usys_fg, .usys_fgchild *, .usys_hover, .usys_bgdark *[class*=usys_fg], .usys_bgdark .usys_hover:hover, body .usys_bgdark .usys_fgchild * { color: #0067c6; }

.usys_bg, .usys_btn, .usys_hover:hover, .usys_btn.invert:hover, .usys_btn.invert:focus { background-color: #0067c6; color: #ffffff; }
.usys_bg * { color: #ffffff; }
.usys_bg.usys_hover:hover, .usys_bg .usys_hover:hover, .usys_btn.invert { background-color: #ffffff; color: #0067c6; }

.usys_bgdark { background-color: #20232a; color: #ffffff; }
.usys_bgdark * { color: #ffffff; }
.usys_fgdark, .usys_fgdarkchild *, .usys_hoverdark:hover { color: #20232a; }

.usys_bglight { background-color: #f6f7fb; color: #282828; }
.usys_borderlight { border: 1px #f0f1f6 solid; }

.site-footer .usys_bgdark * { color: #989898; }
.site-footer .usys_bgdark a:hover, .site-footer .usys_bgdark a:focus { color: #ffffff; }

.usys_btn { border-color: #0067c6 !important; }
.usys_btn:hover, .usys_btn:focus { background-color: #ffffff; color: #0067c6; }
