/******** CHURCH COLOR STYLE *************/ 
/******** created 2/8/2005 10:07:03 AM *************/ 
 
/* L1 primary light 
L2 secondary light 
D1 primary dark 
D2 secondary dark 
W white (sometimes off white) 
LG light gray (sometimes grayish) 
DG dark gray (sometimes grayish) 
B black (sometimes with some color) 
A accent (generally bright color used as accent - sparingly) */ 
 
/* TEXT COLORS */ 
.textB { COLOR: #000000; } 
.textB A:link { COLOR: #000000; } 
.textB A:visited { COLOR: #000000; } 
.textB A:hover { COLOR: #000000; } 
.textB A:active { COLOR: #000000; } 
 
.textL1 { COLOR: #D2DCE1; } 
.textL1 A:link { COLOR: #D2DCE1; } 
.textL1 A:visited { COLOR: #D2DCE1; } 
.textL1 A:hover { COLOR: #D2DCE1; } 
.textL1 A:active { COLOR: #D2DCE1; } 
 
.textL2 { COLOR: #F9AA84; } 
.textL2 A:link { COLOR: #F9AA84; } 
.textL2 A:visited { COLOR: #F9AA84; } 
.textL2 A:hover { COLOR: #F9AA84; } 
.textL2 A:active { COLOR: #F9AA84; } 
 
.textD1 { COLOR: #002E57; } 
.textD1 A:link { COLOR: #002E57; } 
.textD1 A:visited { COLOR: #002E57; } 
.textD1 A:hover { COLOR: #002E57; } 
.textD1 A:active { COLOR: #002E57; } 
 
.textD2 { COLOR: #F15D2A; } 
.textD2 A:link { COLOR: #F15D2A; } 
.textD2 A:visited { COLOR: #F15D2A; } 
.textD2 A:hover { COLOR: #F15D2A; } 
.textD2 A:active { COLOR: #F15D2A; } 
 
.textW { COLOR: #ffffff; } 
.textW A:link { COLOR: #ffffff; } 
.textW A:visited { COLOR: #ffffff; } 
.textW A:hover { COLOR: #ffffff; } 
.textW A:active { COLOR: #ffffff; } 
 
.textLG { COLOR: #b3b3b3; } 
.textLG A:link { COLOR: #b3b3b3; } 
.textLG A:visited { COLOR: #b3b3b3; } 
.textLG A:hover { COLOR: #b3b3b3; } 
.textLG A:active { COLOR: #b3b3b3; } 
 
.textDG { COLOR: #585C62; } 
.textDG A:link { COLOR: #585C62; } 
.textDG A:visited { COLOR: #585C62; } 
.textDG A:hover { COLOR: #585C62; } 
.textDG A:active { COLOR: #585C62; } 
 
 
/* BACKGROUND COLORS */ 
.backL1 { background-color: #D2DCE1; } 
.backL2 { background-color: #F9AA84; } 
.backD1 { background-color: #002E57; } 
.backD2 { background-color: #F15D2a; } 
.backW { background-color: #ffffff; } 
.backLG { background-color: #dddddd; } 
.backLG2 { background-color: #dddddd; } 
.backDG { background-color: #585C62; } 
.backDG2 { background-color: #585C62; } 
.backB { background-color: #000000; } 
 
/* BORDER COLORS */ 
.borderL1 { border-color: #D2DCE1; } 
.borderL2 { border-color: #F9AA84; } 
.borderD1 { border-color: #002E57; } 
.borderD2 { border-color: #F15D2a; } 
.borderW { border-color: #ffffff; } 
.borderLG { border-color: #dddddd; } 
.borderDG { border-color: #585C62; } 
.borderB { border-color: #000000; } 

