/******** BEACH1 COLOR STYLE *************/ 
/******** created 9/25/2006 2:14:23 PM *************/ 
 
/* L1 lightest 
L2 medium light 
L3 darkest light 
D1 lightest dark 
D2 medium dark 
D3 darkest dark 
W white (sometimes off white) 
LG1 lightest gray (sometimes grayish) 
LG2 medium light gray (sometimes grayish) 
LG3 darkestlight gray (sometimes grayish) 
DG1 lightest dark gray (sometimes grayish) 
DG2 medium dark gray (sometimes grayish) 
DG3 darkest dark gray (sometimes grayish) 
B black (sometimes with some color) 
LA1 light accent (generally bright color used as accent - sparingly) 
LA2 light accent (generally bright color used as accent - sparingly) 
DA dark accent (generally bright color used as accent - sparingly) 
DA2 dark 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: #EBF0F5; } 
.textL1 A:link { COLOR: #EBF0F5; } 
.textL1 A:visited { COLOR: #EBF0F5; } 
.textL1 A:hover { COLOR: #EBF0F5; } 
.textL1 A:active { COLOR: #EBF0F5; } 
 
.textL2 { COLOR: #CCD9E5; } 
.textL2 A:link { COLOR: #CCD9E5; } 
.textL2 A:visited { COLOR: #CCD9E5; } 
.textL2 A:hover { COLOR: #CCD9E5; } 
.textL2 A:active { COLOR: #CCD9E5; } 
 
.textD1 { COLOR: #264D73; } 
.textD1 A:link { COLOR: #264D73; } 
.textD1 A:visited { COLOR: #264D73; } 
.textD1 A:hover { COLOR: #264D73; } 
.textD1 A:active { COLOR: #264D73; } 
 
.textD2 { COLOR: #1A334D; } 
.textD2 A:link { COLOR: #1A334D; } 
.textD2 A:visited { COLOR: #1A334D; } 
.textD2 A:hover { COLOR: #1A334D; } 
.textD2 A:active { COLOR: #1A334D; } 
 
.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: #EEEEEE; } 
.textLG A:link { COLOR: #EEEEEE; } 
.textLG A:visited { COLOR: #EEEEEE; } 
.textLG A:hover { COLOR: #EEEEEE; } 
.textLG A:active { COLOR: #EEEEEE; } 
 
.textDG { COLOR: #666666; } 
.textDG A:link { COLOR: #666666; } 
.textDG A:visited { COLOR: #666666; } 
.textDG A:hover { COLOR: #666666; } 
.textDG A:active { COLOR: #666666; } 
 
.textLA { COLOR: #FFFF00; } 
.textLA A:link { COLOR: #FFFF00; } 
.textLA A:visited { COLOR: #FFFF00; } 
.textLA A:hover { COLOR: #FFFF00; } 
.textLA A:active { COLOR: #FFFF00; } 
 
.textDA { COLOR: #BD0D04; } 
.textDA A:link { COLOR: #BD0D04; } 
.textDA A:visited { COLOR: #BD0D04; } 
.textDA A:hover { COLOR: #BD0D04; } 
.textDA A:active { COLOR: #BD0D04; } 
 
 
/* BACKGROUND COLORS */ 
.backL1 { background-color: #EBF0F5; } 
.backL2 { background-color: #CCD9E5; } 
.backL3 { background-color: #9AB3CD; } 
.backD1 { background-color: #336699; } 
.backD2 { background-color: #264D73; } 
.backD3 { background-color: #1A334D; } 
.backW { background-color: #FFFFFF; } 
.backLG1 { background-color: #EEEEEE; } 
.backLG2 { background-color: #CCCCCC; } 
.backLG3 { background-color: #AAAAAA; } 
.backDG1 { background-color: #888888; } 
.backDG2 { background-color: #666666; } 
.backDG3 { background-color: #444444; } 
.backB { background-color: #000000; } 
.backLA1 { background-color: #E0C6A0; } 
.backLA2 { background-color: #D0A870; } 
.backDA1 { background-color: #A37636; } 
.backDA2 { background-color: #604620; } 
 
/* BORDER COLORS */ 
.borderL1 { border-color: #EBF0F5; } 
.borderL2 { border-color: #CCD9E5; } 
.borderD1 { border-color: #264D73; } 
.borderD2 { border-color: #1A334D; } 
.borderW { border-color: #FFFFFF; } 
.borderLG { border-color: #EEEEEE; } 
.borderDG { border-color: #666666; } 
.borderB { border-color: #000000; } 
.borderLA { border-color: #FFFF00; } 
.borderDA { border-color: #BD0D04; } 
