body {
	font: 81%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

#coupon {

	width: 550px; /* 6/16/09 AAM */

	padding: 15px;

	margin: 20px auto;

	border: dashed 2px #e6d3bd;

}

#couponcontact {

	font-weight: bold;

	color: #323d78;

	width: 550px; /* 6/16/09 AAM */

	float: left;

	clear: both;

	padding-top: 10px;

	border-top: solid 1px #e6d3bd;

}

#couponcontact p {

	margin: 0;

	text-align: center; /* 6/16/09 AAM */

	padding-right: 15px;

}

.clear {

	clear: both;

}

.print {

	font-size: 130%;

	text-align: center;

}

#coupon h2 {

	font-size: 130%;
	text-align: center;
	line-height: 1.2em;

}


#coupon h1, h2 {

	font-weight: normal;

	color: #781708;

	margin: 0;
	background: transparent;
	}


#coupon p {

	font-size: 92%;
	text-align: center;
	color: #bf8d18;


}


#coupon img {

	text-align: center; /* 6/16/09 AAM */

}

a:link {
	text-decoration: underline;
	color: #902b1b;
}
a:visited {
	text-decoration: underline;
	color: #a74535;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #bf8d18;
}