/* 11/01/2001 llh */

/* GENERIC STYLES */ 
.masterTitleText { font-family: Verdana; font-size: 16pt; font-weight: bold; text-decoration: none; color: white; }  
.masterTitleTextBlack { font-family: Verdana; font-size: 16pt; font-weight: bold; text-decoration: none; color: black; }  
.masterTitleTextBlack14 { font-family: Verdana; font-size: 14pt; font-weight: bold; text-decoration: none; color: black; }  
.customTitleText { font-family: tahoma; font-size: 16pt; font-weight: bold; text-decoration: none; color: #666699; }    
.titleText { font-family: Verdana; font-size: 10pt; font-weight: bold; color: white; text-decoration: none; }
.titleTextblack { font-family: Verdana; font-size: 10pt; font-weight: bold; color: black; text-decoration: none; }
.titleTextRed { font-family: Verdana; font-size: 10pt; font-weight: bold; color: red; text-decoration: none; }

.bodyTextBlack { font-family: Verdana; font-size: 8pt; color: black; text-decoration: none; }
.bodyTextBlackHover { font-family: Verdana; font-size: 10pt; color: black; text-decoration: underline; }
.bodyTextRed { font-family: Verdana; font-size: 10pt; color: red; text-decoration: none; }
.bodyTextDarkRed { font-family: Verdana; font-size: 10pt; color: #9b0000; text-decoration: none; }
.bodyTextDarkRedhover { font-family: Verdana; font-size: 10pt; color: #9b0000; text-decoration: underline; }
.bodyTextWhite { font-family: Verdana; font-size: 10pt; color: white; text-decoration: none; }
.bodyTextWhiteHover { font-family: Verdana; font-size: 10pt; color: #ffffcc; text-decoration: underline; }
.bodyTextGray { font-family: verdana; font-size: 10pt; color: #666666; text-decoration: none; }
.bodyTextGrayHover { font-family: Verdana; font-size: 10pt; color: #666666; text-decoration: underline; }
.bodyTextGold { font-family: Verdana; font-size: 10pt; color: gold; text-decoration: none; }
.bodyTextGoldHover { font-family: Verdana; font-size: 10pt; color: gold; text-decoration: underline; }
.bodyTextWhiteBigHover { font-family: Verdana; font-size: 12pt; font-weight: bold; color: white; text-decoration: none; }
.bodyTextWhitelink { font-family: Verdana; font-size: 10pt; font-weight: bold; color: white; text-decoration: none; }
.bodyTextWhitevisited { font-family: Verdana; font-size: 10pt; font-weight: bold; color: white; text-decoration: none; }
.bodyTextgreen { font-family: Verdana; font-size: 10pt; color: 6C6A52; text-decoration: none; }

.captionText { font-family: Verdana; font-size: 8pt; color: black; text-decoration: none; }
.captionTextBlack { font-family: Verdana; font-size: 8pt; color: black; text-decoration: none; }
.captionTextWhite { font-family: Verdana; font-size: 8pt; color: white; text-decoration: none; }
.captionTextGray { font-family: Verdana; font-size: 8pt; color: gray; text-decoration: none; }
.captionTextWhiteHover { font-family: Arial,Helvetica,Sans Serif; font-size: 8pt; color: white; text-decoration: underline; }

.tinyText { font-family: Arial,Helvetica,Sans Serif; font-size: 7pt; color: #666666; text-decoration: none; }

.breadTextWhite { font-family: Verdana; font-size: 8pt; color: white; text-decoration: none; }
.breadTextWhiteHover { font-family: Verdana; font-size: 8pt; color: white; text-decoration: underline; }
.breadTextWhiteHover { font-family: Verdana; font-size: 8pt; color: white; text-decoration: none; }


/* TAG -SPECIFIC STYLES */
BODY { 
  font-family: Verdana;
  color: black;   
}
TD { font-family: Verdana; font-size: 10pt; color: black; }  /* table cell text */  
OL { font-family: Verdana; font-size: 10pt; color: black; }  /* ordered list text */
UL { font-family: Verdana; font-size: 8pt; color: black; }  /* unordered list text */  
LI { font-family: Verdana; font-size: 8pt; color: black; }  /* bullet text */ 
IMG { border-style: none; } /* image attributes */
SPAN { font-family: Verdana; font-size: 10pt; color: black; }  /* body text */

