BODY                { 
					  font-family : Verdana, Arial, Helvetica, sans-serif;
					  font-size: 11px;
					  padding-left: 8px;
					  padding-right: 8px;
					  background-image:url(images/bg2.gif);
					  background-attachment: fixed;
					  background-position:center;
					 }
					 
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; 
                      vertical-align: top;
					 }


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 : white; 
					  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
					 }
										  
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 : left;
					  padding-left: 8px;
                      padding-right: 8px      
                    }
											
A 		    	    { font-weight: bold;
		             color: #25589A; 
                     text-decoration: underline;
                    }

A:HOVER             { font-weight : bold; 
                      color : #3A73BA; 
                      text-decoration : underline;
                    } 

A:VISITED           { color: #293494; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

A:ACTIVE             { font-weight : bold; 
                      color : #25589A; 
                      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;
}

.Required {
	color : Navy;
	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 : 10pt;
	color : RED;
	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;
}

#footer 	{
			color:#FFFFFF;
			padding-top:25px;
			padding-bottom:10px;
			text-align:center;
			font-family:verdana,arial,helvetica;
			font-size:85%;
			width:738px;
			background:url(images/footer.gif) top left no-repeat #3A73BA;
			}


