


/******************************************************************************
STYLESHEET
Created: 6/12/2003 by Jill Davis (Idezine)
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}
.red {BACKGROUND-COLOR: #990000}
.blu {BACKGROUND-COLOR: #0099CC} 


/* Sub text */
.subRed {FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subRedBld {FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ff0000; FONT-FAMILY: verdana, sans-serif; line-height: 15px}
.subLtGray {FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subLtGrayBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subDkGray {FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subDkGrayBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subBlu {FONT-SIZE: 10px; COLOR: #0099CC; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subBluBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #0099CC; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subBlk {FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subBlkBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.subRed {FONT-SIZE: 10px; COLOR: #FF0000; FONT-FAMILY: arial, sans-serif; line-height: 16px}


/* Body text */
.bdRed {FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdRedBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdLtGray {FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdLtGrayBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdDkGray {FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdDkGrayBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdBlu {FONT-SIZE: 11px; COLOR: #0099CC; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdBluBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #0099CC; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdBlk {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdBlkBld {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; 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}
.bdWht {FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 18px}
.bdUgDkGray {FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 13px}

/* Large text */
.bdLgDkGray {FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; line-height: 16px}
.bdLgBlu {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0099CC; 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: #ffffff; FONT-FAMILY: arial, sans-serif; line-height: 22px}


/* Links */
.lnkGray {FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkGrayBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkRed {FONT-SIZE: 10px; COLOR: #cc0000; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkRedBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #cc0000; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkSubBlu {FONT-SIZE: 9px; COLOR: #0099CC; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkSubBluBld {FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #0099CC; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 15px}
.lnkBlu {FONT-SIZE: 10px; COLOR: #0099CC; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkBluBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #0099CC; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 15px}
.lnkWht {FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 16px}
.lnkWhtBld {FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 15px}
.lnkUgBluBld {FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #0099CC; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none; line-height: 12px}

/* 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;} 





