body	{
	/*
	margin:		0;
	padding:	0; */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;

	}
div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	/*color: #84889D;*/
	/*color: #4E5150;*/
	font-size: 12px;
    }
a {
	/* */
	font-weight: bold; 
	color: #82AB41;
	font-size: 15px;
	text-decoration: none;
}

A:hover {background-color: #FFFFCC;}

.highlightred {
	font-weight: bolder;
	color: #BC4445;
}
.small {
	font-size: 11px;
}
	
.main {
background:FFFFFF; 
/*border-width:thin; 
border-style:groove; 
padding-left:0px; 
color: #000000; 
font-size: 10px; */
height:100%;
height:auto;
width:750px;  /*new*/
text-align:center;
/*overflow:400px; */
} 

.highlightyellowbg {
	background-color: #FFFF99;
}

.coupons {
	background-image:url(../images/coupon_bg.gif);
	background-repeat: no-repeat;
/*	font-size: 10px;
	color: #999999; 
	height: 221px; */
	height: 220px;
	width: 355px; 
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
	text-align:center;
	white-space: -moz-pre-wrap; /* Mozilla */
}

.footer {
/*
	font-weight: bold; 
	color: #82AB41;
*/	
	font-size: 10px;
	text-decoration: none;
	height: 40px;
	vertical-align: top;
}

.header {
	font-weight: bolder; 
	font-size: 16px;
	text-decoration: none;
	/* height: 40px; */
	vertical-align: top;
}

.highlighttbl {
	background-color:#FFFFCC;
	padding: 10px;
}