/* CSS Document */

/* GLOSSARY */
/* COLOR GLOSSARY */
/* Precursor Blue 293: #006AB6 */
/* Precursor Blue 293 20%: #C6D3EC */
/* Precursor Blue 293: 40% #95B1DC */
/* Precursor Blue 293: 60% #6894CE */
/* Precursor Blue orignial web site: #001E82 */
/* Precursor Orange: #FF7F00 */
/* Precursor Orange: 20% #FFCC66 */
/* Precursor Orange: 40% #FF9933 */
/* Precursor Orange: 60% #FF7F33 */
/* END COLOR GLOSSARY */
/* END GLOSSARY */


/* Backgrounds */

/* Dark Mode styles */
body.dark-mode {
    background: #333333;
}

.precursorblue {color: #006AB6;
background-color: #ffffff;}

.bgPrecursor20 {BACKGROUND-COLOR: #FFCC66;}

.bgPrecursor40 {BACKGROUND-COLOR: #FF9933;}

.bgPrecursor60 {BACKGROUND-COLOR: #FF7F33;}

.bgPrecursor100 {BACKGROUND-COLOR: #FF7F00;}

.bgPrecursororiginal {BACKGROUND-COLOR: #001E82;}

.bgblack {BACKGROUND-COLOR: #333333;}

.bgwhite {BACKGROUND-COLOR: #ffffff}

.bg2 {BACKGROUND-COLOR: #CCCCCC;}

.bg3 {BACKGROUND-COLOR: #999999;}

.bg4 {BACKGROUND-COLOR: #666666;}

.bg5 {BACKGROUND-COLOR: #333333;}

.bg6 {BACKGROUND-COLOR: #EFEFEF;}

.bg7 {BACKGROUND-COLOR: #000000;}

.bg8 {BACKGROUND-COLOR: #ffffff}

.bg10 {BACKGROUND-COLOR: #ff0000}

.bg11 {BACKGROUND-COLOR: #0066ff}

.bg12 {BACKGROUND-COLOR: #E2E2E2;}

/* End Backgrounds */