.imgc
{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.couponTable
{
	width: 600px;
	height: 100px;
	margin-bottom:8px;
}
.couponTable2
{
	width: 100%;
	height: 100%;
}
.couponTableBorder
{
	height: 10px;
}
.couponTableMainCell1
{
	width: 75%;
	vertical-align:top;
}
.couponTableMainCell2
{
	width: 25%;
}
/* Adding to try fixing some themes that have different border behavior for :link and :hover states -pk */
.couponTableMainCell2 img {
	border-width:0;
}
.couponTableMainCell2 a > img {
	border-width:0;
}

.couponTitle
{
	color: #666666;
	font-weight: bold;
}
/* orig f12 applied to span tags, keep for now until we know they are not used
11/17/2008 6:11:39 AM -pk */
/*
.f12
{
	font-size: 12px;
}
.f12bold
{
	font-size: 12px;
	font-weight: bold;
}
*/

/* new f12 applied to <p> tags so we can stop using <br /> tags around expiration date.
11/17/2008 6:12:04 AM -pk */
p.f12 {
    font-size:12px;
    margin:0;
}
p.f12bold {
    font-size:12px;
    font-weight:bold;
    margin:0;
}

.fbold
{
	font-weight: bold;
}
.corner1
{
	width: 10px;
	background-image: url('./img/bg1.jpg');
}
.corner2
{
	background-image: url('./img/bg2.jpg');
}
.corner3
{
	width: 10px;
	background-image: url('./img/bg3.jpg');
}
.corner4
{
	background-image: url('./img/bg4.jpg');
}
.corner5
{
	background-color: #e3eafa;
}
.corner6
{
	background-image: url('./img/bg6.jpg');
}
.corner7
{
	background-image: url('./img/bg7.jpg');
}
.corner8
{
	background-image: url('./img/bg8.jpg');
}
.corner9
{
	background-image: url('./img/bg9.jpg');
}

