.mainText { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 14px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}
		   
.smallText { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 10px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}
		   
.mainTextBlue { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 14px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #000066; 
           text-decoration: none}
		   
.mainTextItalic{ font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 14px; 
           font-weight: normal; 
           font-variant: normal;
		   font-style: italic;
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}
		   
.mainTextBold { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 16px; 
           font-weight: bold; 
           font-variant: normal;
           text-transform: none ; 
           color: #000066; 
           text-decoration: none}

.pdfLinks { font-family: arial, helvetica, geneva, sans-serif; 
                 font-size: 14px; 
                 font-weight: normal; 
                 font-variant: normal; 
                 text-transform: none ; 
                 color: #0033cc; 
                 text-decoration: none} 

.pdfLinks:hover { font-family: arial, helvetica, geneva, sans-serif; 
                          font-size: 14px; 
                          font-weight: normal; 
                          font-variant: normal; 
                          text-transform: none; 
                          color: #0033cc; 
                          text-decoration: underline}

.smallGray { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 11px; 
           font-weight: normal; 
           font-variant: normal;
		   font-style: italic;
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}
		   
.smallRed { font-family: arial, helvetica, geneva, sans-serif; 
           font-size: 11px; 
           font-weight: normal; 
           font-variant: normal;
		   font-style: italic;
           text-transform: none ; 
           color: #cc0000; 
           text-decoration: none}
		     
.boldGray { font-family: Arial Black; 
           font-size: 14px; 
           font-weight: normal; 
           font-variant: normal;
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}
		   
.header1 { font-family: Arial Black; 
           font-size: 14px; 
           font-weight: bold; 
           font-variant: normal; 
           text-transform: none ; 
           color: #990000; 
           text-decoration: none}
		   
.header2 { font-family: Arial Black; 
           font-size: 14px; 
           font-weight: bold; 
           font-variant: normal; 
           text-transform: none ; 
           color: #000066; 
           text-decoration: none}
		   
.requiredBold { font-family: Verdana; 
           font-size: 13px; 
           font-weight: bold; 
           font-variant: normal; 
           text-transform: none ; 
           color: #cc0000; 
           text-decoration: none}

.required { font-family: Verdana; 
           font-size: 12px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #cc0000; 
           text-decoration: none}


.footerText { font-family: Arial; 
           font-size: 11px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}

.footerLinks { font-family: Arial; 
                 font-size: 11px; 
                 font-weight: normal; 
                 font-variant: normal; 
                 text-transform: none ; 
                 color: #333333; 
                 text-decoration: none} 

.footerLinks:hover { font-family: Arial; 
                          font-size: 11px; 
                          font-weight: normal; 
                          font-variant: normal; 
                          text-transform: none; 
                          color: #333333; 
                          text-decoration: underline}
						  
						  
.footerNav { font-family: Arial; 
                 font-size: 12px; 
                 font-weight: normal; 
                 font-variant: normal; 
                 text-transform: none ; 
                 color: #000066; 
                 text-decoration: none} 

.footerNav:hover { font-family: Arial; 
                          font-size: 12px; 
                          font-weight: normal; 
                          font-variant: normal; 
                          text-transform: none; 
                          color: #c00000; 
                          text-decoration: none}
						  	   						  
.spacer { font-family: Verdana; 
                          font-size: 11px; 
                          font-weight: normal; 
                          font-variant: normal; 
                          text-transform: none; 
                          color: #000066; 
                          text-decoration: none}

.email { font-family: Arial; 
                 font-size: 11px; 
                 font-weight: normal; 
                 font-variant: normal; 
                 text-transform: none ; 
                 color: #0033cc; 
                 text-decoration: none} 

.email:hover { font-family: Arial; 
                          font-size: 11px; 
                          font-weight: normal; 
                          font-variant: normal; 
                          text-transform: none; 
                          color: #0033cc; 
                          text-decoration: underline}
						  					  						  
.arrow { font-family: Arial Black; 
           font-size: 13px; 
           font-weight: normal; 
           font-variant: normal; 
           text-transform: none ; 
           color: #333333; 
           text-decoration: none}

.hr  {border: 2px solid #000066;
      background-color: #ffffff;
      height: 2px;
    }
	
.formField {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #ffdddd;
	vertical-align: middle;
    }
	
.tableBorder {
        border-style: dashed;
		border-width: 2px;
		border-color: #cccccc;
		background-color: #ffffff;
            }

.formBorder {
        border-style: solid;
		border-width: 1px;
		border-color: #cccccc;
		background-color: #f7f7f7;
            }










