





/******************************************************************************

STYLESHEET

Created: 4/20/2005 by Jill Davis (Blue Room Creative)

Modified:



NAMING CONVENTI0N:

function | descriptor



Use lowercase letters for first word, then capital letters for each additional word.



example: subtext white = subWht

		 subtext white bold = subWhtBld



ABREVIATIONS:



bd				body text

sub				subtext

hd				head

subhd			subhead

nav				navigation

lnk				link

wht				white

blu				blue

blk				black

lt				light

med				medium

dk				dark

sm				small

lg				large

bld				bold

ul				underline



*****************************************************************************/

/* Background Color */

.ltGray {BACKGROUND-COLOR: #E1E1E1}

.black {BACKGROUND-COLOR: #000000}

.dkGray {BACKGROUND-COLOR: #666666}

.Rust {BACKGROUND-COLOR: #990000}

.blu {BACKGROUND-COLOR: #0099CC} 





/* Sub text */

.subWht {FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 16px}

.subWhtBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 16px}



/* Body text */

.bdWht {FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 18px}

.bdWhtBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 18px}





/* Large text */

.bdLgWht {FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 16px}

.bdLgWht {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 16px}


/* Headers and Subheaders */

.hdDkBluBld {FONT-WEIGHT: bold;FONT-SIZE: 20px; COLOR: #003366; FONT-FAMILY: arial, sans-serif; line-height: 22px}

.hdWhtBd {FONT-WEIGHT: bold;FONT-SIZE: 20px; COLOR: #F9F9F2; FONT-FAMILY: arial, sans-serif; line-height: 22px}


/* Links */

.lnkSubGrn {FONT-SIZE: 10px; COLOR: #999900; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 16px}

.lnkSubGrnBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #999900; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 15px}

.lnkGrn {FONT-SIZE: 11px; COLOR: #999900; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 16px}

.lnkGrnBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999900; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 15px}


/* Miscellaneous */

B {FONT-WEIGHT: bold;}

HR {COLOR: #cccccc; HEIGHT: 1px}

UL {LIST-STYLE-TYPE: square; MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px; margin-left: 16px}

INPUT {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial, sans serif}

SELECT {FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: arial, sans serif}

.spcr {FONT-SIZE: 1px;}

.anchorSpacer {FONT-SIZE: 1px; line-height: 5px}

.spacer {MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px}



/* Specific class to handle netscape 4.x selects */

.slctBdDkGray {font-family: arial, sans serif; font-size: 10px; color:#666666;} 