body {
	text-align: center ; 
	margin: 0; 
	padding: 0;
	color: #666;
	background-color: #FFF;
	}
	
div#headertop { 
     width: 100%;
		 text-align: center;
		 margin: 10px auto 10px auto;
}



img { 
     border: 0;
		 }
div#content{
             width: 900px; 
             margin-left: auto; 
		         margin-right: auto;
						 } 
						 
a.nav { font-family: Arial, Verdana, san-serif;
						 font-size: 20px;
						 color: #FF0099;
						 text-decoration: none;
					   font-weight: normal; }

a.nav:hover { text-decoration: underline;
					   
						  }						 
						 
.hiq, a.hiq:hover {
          color: #999;
					text-decoration: none;
					}	
						
table.form {
       font-size: 13px; 
			 font-family: verdana, sans-serif;
			 font-weight: bold;
			 color:#666; 
			 }
			 
table.form a { 
        color: #666;
				text-decoration: none; 
				}
				
table.form a:hover {
      color: #666;
			text-decoration: underline; 
			}
				
div#form {
        background-color: #FFF;
				margin-top: 10px;
				margin-bottom: 20px;
				}

span.pink { 
         color: #FF0099
				 }
				 
div#formresult {
      font-family: verdana, sans-serif;
			font-size: 13px;
			font-weight: normal;
      color: #666;
			margin-top: 80px;
			margin-bottom: 120px;
		   }
			 



