div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, di, dd, dt, img {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	text-align: left;
	background-repeat: no-repeat;
	border: none;
}
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#wrapper a:link a:visited {
	text-decoration: none;
}
#main {
	background-color: #239B38;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
	background-image: url(../_images/recycle.jpg);
	background-repeat: repeat;
}
#main table  {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#main table tr td {
	vertical-align: top;
	background-color: #FFF;
}
#main table tr td table {
	width: 750px;
	padding-top: 0px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
#main table tr td table tr td p {
	padding-right: 15px;
	padding-left: 15px;
}
#main table tr td table tr td p.AHA {
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #080;
	vertical-align: middle;
	margin-top: 5px;
	padding-bottom: 5px;
}
.recycleGreen {
	font-size: 18px;
	font-weight: bold;
	color: #349B33;
	font-style: italic;
}
