/* new style sheet changes DAL 10-3-2006 */

/* Cascading Style Sheet modified:  07/09/2000 - TJ Sylvester
   Copyright 2001, Direct Mail Express, All Rights Reserved
   author=tsylvester@dmenet.com
*/

// Coupon Styles
.CouponHeadline{
	Color: #000000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Size: 14px;
	}
A.CouponHeadline:hover{
	Color:#cc0000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Style: normal;
	Text-Decoration: underline;
	Font-Size: 14px;
	}
A.CouponHeadline:link{
	Color:#cc0000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Style: normal;
	Text-Decoration: underline;
	Font-Size: 14px;
	}
A.CouponHeadline:visited{
	Color:#cc0000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Style: normal;
	Text-Decoration: underline;
	Font-Size: 14px;
	}
.CouponPrice{
	Color: #000000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Size: 18px;
	Font-Weight: Bold;
	}
.CouponExpiration{
	Color: #000000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Size: 11px;
	Font-Weight: Bold;
	}
.TableBgColor{
	Background: #FFFFFF;
	}
.TableRowColor{
/*	Background: #FFFBEE; */
	Background: #dddddd; 
	}
.OutlineColor{
/*	Background: #C0C0C0; */
	Background: #dddddd;
	}
.TextColor{
	Background: #000000;
	}
SUP{
	Color: #000000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Size: 13px;
	Font-Weight: Bold;
	}
SUB{
	Color: #000000;
	Font-Family: Arial,Helvetica,Sans-Serif;
	Font-Size: 13px;
	Font-Weight: Bold;
	}