BODY                { font-family : Verdana, Arial, Helvetica, sans-serif;
					  font-size: 11px;
					  padding-left: 8px;
					  padding-right: 8px;
					 }
					 
P                   { font-family : Verdana, Arial, Helvetica, sans-serif; 
                	  font-size : 11px;
                      padding-left: 8px;
                      padding-right: 8px
                    }

TD                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : 11px; 
					 }


H1                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : x-large; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;
                    }

H2                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : large; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;
					  padding-left: 8px;
                      padding-right: 8px
                    }

H3                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : 20px; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;  
   				      padding-left: 8px;
                      padding-right: 8px
; text-decoration: blink
					                      }
										  
H4                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : medium; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;
					  padding-left: 8px;
                      padding-right: 8px                    }

H5                  { font-family: Verdana, Arial, Helvetica, sans-serif; 
                      font-size: small; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;
					  padding-left: 8px;
                      padding-right: 8px
                    }

H6                  { font-family: Verdana, Arial, Helvetica, sans-serif; 
                      font-size: x-small; 
                      font-weight : bold; 
                      color : #184584; 
                      text-align : center;
					  padding-left: 8px;
                      padding-right: 8px      
                    }
									
A 		    	    { font-weight: bold;
		             color: #6C9E6C; 
                     text-decoration: underline;
                    }

A:HOVER             { font-weight : bold; 
                      color : #1C4485; 
                      text-decoration : underline;
                    } 

A:VISITED           { color: #333333; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

A:ACTIVE             { font-weight : bold; 
                      color : #; 
                      text-decoration : underline;
                    } 

LI                  { font-family: Verdana, Arial, Helvetica, sans-serif; 
		              font-size: 11px;
                    }

.bannertext         { font-face: Verdana, Arial, Helvetica;
                      font-size: 8pt;
                      color: #FFFFFF;
                      font-weight: bold;
                    }

.bannertext:link    { color: #FFFFFF; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:visited { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:active  { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:hover   { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }
.RequiredField {
	color : red;
	font-weight : bold;
}

.MediumWhite {
	font-size : small;
	color : white;
	font-weight : bold;
}

.SmallBlue {
	font-size : 10pt;
	color : 000066;
	font-weight : bold;
}

.SmallWhite {
	font-size : 10pt;
	color : White;
	font-weight : bold;
}

.SmallRed {
	font-size : 11px;
	color : RED;
	font-weight : bold;
}

.Required {
	font-size : 11px;
	color : green;
	font-weight : bold;
}
.ONRED {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}


.SubmittedValue {
	color: Blue;
	font-weight: bold;
}

.Title {
	font-size : medium;
	color : white;
	font-weight : bold;
}

.WhiteCenterTitle  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : white;
	text-align : center;
}


