/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	background-color: #ffffff;	
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	
	}
hr {
   display:none;
   }
	
#container table{
margin-top: 0px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration:none;

}

.newslettertext {
 display: none;
   }
   
select {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight:bold;
color: #000000;
text-decoration:none;
}

input {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight:bold;
color: #000000;
text-decoration:none;
}


small{
margin-top: 0px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration:none;

}

.microtitle{
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-decoration:none;
text-transform: uppercase;

}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}

/* .anniversary {
// display: none;
}

.houses {
// display: none;
}

.zipcode {
 display: none;
}

*/