/* CSS Document */
body { margin:0; }

/*Navigation Links*/
a.nav:link { color:#FFFFFF; 
			 font-size:9pt;
			 font-family:Arial;
		   }
		   
a.nav:visited { color:#FFFFFF;
				font-size:9pt;
				font-family:Arial;
			  }

a.nav:hover { text-decoration:none; }
	  
/*Espaņol Link*/
a.es:link { color:#000000;
			font-size:8pt;
			font-family:sans-serif;
		  }
		  
a.es:visited { color:#000000;
			   font-size:8pt;
			   font-family:sans-serif;
			 }
		  
a.es:hover { text-decoration:none; }
			
/*Header Text - Pages under 'Buy a Home' menu*/
.header { color:#000000;
		  font-size:12pt;
		  font-family:sans-serif;
		  font-weight:bold;
		}
		  
/*Text throughout site*/
.bodytext { color:#000000;
			font-size: 11pt;
			font-family:sans-serif;
		  }
		  
/*Copyright Information*/
.copyright { color:#000000;
			 font-size: 9pt;
			 font-family:Helvetica;
			}
.ltgreen {
	background-color: #d6f3dc;
}
