/* 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 Green: #00FF00 */
/* Precursor Green: 20% #CCFFCC */
/* Precursor Green: 40% #99FF99 */
/* Precursor Green: 60% #66FF66 */
/* END GLOSSARY */


/* Backgrounds */

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

.precursorblue {color: #00FF00;
background-color: #ffffff;}

.bgPrecursor20 {BACKGROUND-COLOR: #CCFFCC;}

.bgPrecursor40 {BACKGROUND-COLOR: #99FF00;}

.bgPrecursor60 {BACKGROUND-COLOR: #66FF66;}

.bgPrecursor100 {BACKGROUND-COLOR: #00FF00;}

.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 */