/*CSS DATA CODEX

Syntax:

     .captionBlackBU
          {
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;
          text-decoration: underline; color: #000000;
          background: #FFFFFF }
          .captionBlackB:visited{color: #000000;}    
          .captionBlackB:hover{text-decoration: underline;}    
          .captionBlackB:link{color: #000000;} 
  
Placement of CSS class attribute:
     
     <td class="captionBlackB"> OR <span class="captionBlackB">text</span>

CSS Naming Convention:

     .captionBlackB
     
     caption - the placement of the text
     Black - the approximate color
     B - bolded
     I - italic
     U - underline
*/

BODY
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; line-height: 1.3;
     text-decoration: none; color: #000000
     }
/*
____________ 

SECTION SPECIFIC CLASSES
____________
*/


.disclaimer
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal;
     text-decoration: none; color: #000000 }
     .captionBlackI:visited{text-decoration: underline;}      
     .captionBlackI:link{text-decoration: underline;}
   
     
/*
____________ 

BODY CLASSES 
____________
*/ 

.bodyBlack
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; line-height: 1.3;
     text-decoration: none; color: #000000 }
     .bodyBlack:visited{text-decoration: underline;}      
     .bodyBlack:link{text-decoration: underline;}
.bodyBlacksm
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 1;
     text-decoration: none; color: #000000 }
     .bodyBlacksm:visited{text-decoration: underline;}      
     .bodyBlacksm:link{text-decoration: underline;}
.bodyRed
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; line-height: 1.2;
     text-decoration: none; color: #DB2C27 }
     .bodyRed:visited{text-decoration: underline;}      
     .bodyRed:link{text-decoration: underline;}
.bodyRedB
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; line-height: 1.2;
     text-decoration: none; color: #DB2C27 }
     .bodyRedB:visited{text-decoration: underline;}      
     .bodyRedB:link{text-decoration: underline;}
.bodyRedsm
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; line-height: 1.1;
     text-decoration: none; color: #DB2C27 }
     .bodyRedsm:visited{text-decoration: underline;}      
     .bodyRedsm:link{text-decoration: underline;}
.bodyRedsm2
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 1.1;
     text-decoration: none; color: #DB2C27 }
     .bodyRedsm:visited{text-decoration: underline;}      
     .bodyRedsm:link{text-decoration: underline;}
.bodyGreen
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 1.2;
     text-decoration: none; color: #54813D }
     .bodyGreen:visited{text-decoration: underline;}      
     .bodyGreen:link{text-decoration: underline;}
.bodyBlack2
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 2;
     text-decoration: none; color: #000000 }
     .bodyBlack:visited{text-decoration: underline;}      
     .bodyBlack:link{text-decoration: underline;}
.bodyBlack15
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.5;
     text-decoration: none; color: #000000 }
     .bodyBlack:visited{text-decoration: underline;}      
     .bodyBlack:link{text-decoration: underline;}
.bodyBlackB
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
     text-decoration: none; color: #000000 }
     .bodyBlackB:visited{text-decoration: underline;}      
     .bodyBlackB:link{text-decoration: underline;}
.bodyBlackB2
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 2;
     text-decoration: none; color: #000000 }
     .bodyBlack:visited{text-decoration: underline;}      
     .bodyBlack:link{text-decoration: underline;}
.bodyBlackI
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal ; font-style: italic;
     text-decoration: none; color: #000000 }
     .bodyBlackI:visited{text-decoration: underline;}      
     .bodyBlackI:link{text-decoration: underline;}   
.bodyBlackBI
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold ; font-style: italic; text-decoration: none; 
     color: #000000 }
     .bodyBlackBI:visited{text-decoration: underline;}      
     .bodyBlackBI:link{text-decoration: underline;}  
.bodyBlackcaps
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
     text-decoration: none; text-transform: uppercase; color: #000000 }
     .bodyBlackcaps:visited{text-decoration: underline;}      
     .bodyBlackcaps:link{text-decoration: underline;}
.bodyBlackcapsB
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; 
     color: #000000 }
     .bodyBlackcapsB:visited{text-decoration: underline;}      
     .bodyBlackcapsB:link{text-decoration: underline;}
.bodyLGrey
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; 
     color: #999999 }
     .bodyLBrown:visited{text-decoration: underline;}      
     .bodyLBrown:link{text-decoration: underline;}
.bodyWhite
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
     text-decoration: none; color: #FFFFFF }
     .bodyWhite:visited{text-decoration: underline;}      
     .bodyWhite:link{text-decoration: underline;} 
.bodyWhite15
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.5;
     text-decoration: none; color: #FFFFFF }
     .bodyWhite:visited{text-decoration: underline;}      
     .bodyWhite:link{text-decoration: underline;} 
.bodyWhiteB
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
     text-decoration: none; color: #FFFFFF }
     .bodyWhiteB:visited{text-decoration: underline;}      
     .bodyWhiteB:link{text-decoration: underline;}
.bodyWhiteB2
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
     text-decoration: none; color: #FFFFFF }
     .bodyWhiteB2:visited{text-decoration: underline;}      
     .bodyWhiteB2:link{text-decoration: underline;}
.bodyWhiteI
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal ; font-style: italic;
     text-decoration: none; color: #FFFFFF }
     .bodyWhiteI:visited{text-decoration: underline;}      
     .bodyWhiteI:link{text-decoration: underline;}   
.bodyWhiteIbigger
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal ; font-style: italic;
     text-decoration: none; color: #FFFFFF }
     .bodyWhiteI:visited{text-decoration: underline;}      
     .bodyWhiteI:link{text-decoration: underline;}  
.bodyBlue
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 1.2;
     text-decoration: none; color: #015881 }
     .bodyBlue:visited{text-decoration: underline;}      
     .bodyBlue:link{text-decoration: underline;}     
.bodyGreen
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 1.2;
     text-decoration: none; color: #739632 }
     .bodyBlue:visited{text-decoration: underline;}      
     .bodyBlue:link{text-decoration: underline;}     
.bodyBlueB
     {
     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
     text-decoration: none; color: #666699 }
     .bodyBlueB:visited{text-decoration: underline;}      
     .bodyBlueB:link{text-decoration: underline;}   
/*
___________

FORM CLASSES
___________
*/

.forminput {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold;
	color: #DB2C27; background-color: #FEF6AD; line-height: 1.2;
	}

.formsubmit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold;
	color: #FFFFFF; background-color: #DB2C27; border-color: #FFFFFF; line-height: 1.2;
	}
	
SELECT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold;
	color: #DB2C27; background-color: #FEF6AD; line-height: 1.2;
	}

TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold;
	color: #DB2C27; background-color: #FEF6AD; line-height: 1.2;
	}


/*
___________

TABLE CLASSES
___________
*/

TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal;l ine-height: 1.3; color: #000000; vertical-align: top; }
TABLE TD TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal; line-height: 1.3; color: #000000; vertical-align: top; }
TABLE TD TABLE TD TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal; line-height: 1.3; color: #000000; vertical-align: top; }
TABLE TD TABLE TD TABLE TD TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal; line-height: 1.3; color: #000000; vertical-align: top; }
TABLE TD TABLE TD TABLE TD TABLE TD TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal; line-height: 1.3; color: #000000; vertical-align: top; }
TABLE TD TABLE TD TABLE TD TABLE TD TABLE TD TABLE TD { font-family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: normal; line-height: 1.3; color: #000000; vertical-align: top; }

A { font family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: bold; line-height: 1.2; color: DB2C27 }
A:hover { font family: Verdana, Arial, Helvetica, sans-serif; font size: 11px; font-weight: bold; line-height: 1.2; color: DB2C27; text-decoration: none }

  
/*
____________

BACKGROUND CLASSES 
____________
*/   
.bgBlack   {Background-Color: #000000}

          
.BulletSquare { list-style-position: outside; list-style-type: square}     
.bulletBlack {list-style-position: outside; list-style-type: square}  

