

@import url('../../css/reset.css');


body	{
	background: url(../images/bg-newsletter.png) top left repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h3	{
	color: #469A0F;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 1em;
}

td	{
	vertical-align: top;
}

	td	p	{
		color: #333;
		font-size: 0.6875em;
		line-height: 1.25em;
		margin-bottom: 1.25em;
	}
	
	p	a:link, 
	p	a:visited	{
		color: #333;
		text-decoration: underline;
	}
	
	p	a:hover, 
	p	a:active	{
		text-decoration: none;
	}

#newsletter-wrapper	{
	margin: 0 auto;
	width: 760px;
}

.mark-your-calendar	{
	background: url(../images/bg-mark-your-calendar.jpg) bottom left no-repeat #fff;
	height: 242px;
	margin-bottom: 1em;
	overflow: hidden;
}

.copyright	{
	color: #99C568;
	font-size: 0.625em;
}

.address	{
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6875em;
}

