BODY {
	background: #F2F2F2;
	margin: 10px 0 20px 0;
	color: #333;
}
A {
	color: black;
	font-weight: bold;
}
.coupon {
	background-image: url('images/coupon_print_bg.gif');
	text-align: center;
}
.coupon .headline {
	margin: 10px 10px 10px 10px;
	font: 20px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 22px;
	color: black;
}
.coupon .details {
	margin: 0 10px 10px 10px;
	font: 11px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 13px;
}
.coupon .disclaimer {
	margin: 0 10px 5px 10px;
	font: 10px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 11px;
	color: #666;
}
.coupon .link {
	margin: 0 10px 5px 10px;
	font: bold 11px trebuchet ms, arial, helvetica, sans-serif;
}
.footer {
	font: 10px trebuchet ms, arial, helvetica, sans-serif;
	color: #999;
}
.footer A {
	text-decoration: none;
	color: #666;
}
.pagetitle {
	margin: 11px 3px 0 25px;
	padding: 2px 20px 3px 24px;
	color: white;
	font: 20px trebuchet ms, arial, helvetica, sans-serif;
	background-image: url('images/title_bg.jpg');
	background-position: left bottom;
}
.bodytext {
	font: 11px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 16px;
}
.heading {
	font: bold 13px trebuchet ms, arial, helvetica, sans-serif;
	color: black;
	margin-bottom: 3px;
}
.sublinks .bullet {
	padding: 10px 8px 0 40px;
}
.sublinks .link {
	font: 12px trebuchet ms, arial, helvetica, sans-serif;
	padding: 10px 40px 0 0;
}
.sublinks .caption {
	font: 11px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 13px;
}
.image-caption {
	margin-top: 5px;
	font: 10px trebuchet ms, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #666;
}
.inline-image {
	border: 1px solid #333;
}

@media print {
	BODY
	{
		background: #ffffff;
		color: #000000;
	}
	.coupon .disclaimer {
		color: #000000;
	}
	.footer {
		color: #000000;
	}
	.footer .links {
		display: none;
	}
}
