.offer1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
}
.product1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}
.limit1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.expire1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.offer2,  .offer3,  .offer4,  .offer5, .offer6, .offer7, .offer8{
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
}
.product2, .product3, .product4, .product5, .product6, .product7, .product8 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;	
	color: #000000;
}
.limit2, .limit3, .limit4, .limit5, .limit6, .limit7, .limit8 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.limit2, .limit3, .expire4, .expire5, .expire6, .expire7, .expire8 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* trying to convert coupons to divs */
div.darkcoupon {
	background-color: #cc0001;
	border:2px #000000 dashed;
	width: 125px;
	min-height: 113px;
	text-align: center;
	padding-top: 8px;
	margin-bottom:10px
}
div.lightcoupon {
	background-color: #ff999a;
	border:2px #000000 dashed;
	width: 125px;
	min-height: 113px;
	text-align: center;
	padding-top: 8px;
	margin-bottom:10px
}
div.couponcolumn {
}
/* end attempt */

td.lightcoupon {
	background-color: #ff999a;
	border:2px #000000 dashed;
}
td.darkcoupon {
	background-color: #cc0001;
	border:2px #000000 dashed;
}
#coup1 {
    background-color: #cc0001;
	border:2px #000000 dashed;
}
#coup2, #coup3, #coup4, #coup5, #coup6, #coup7, #coup8  {
    background-color: #ff999a;
	border:2px #000000 dashed;
}
