body {
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-image:url(../images/lines.gif);
}
img {
  border:0;
}
.imgborder {
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-top: solid #CCCCCC 1px;
}
H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	font-weight: bold;
	margin-bottom:0px;
	background-repeat: no-repeat;
}
H1.border{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	font-weight: bold;
	margin-bottom:0px;
	border-bottom: solid #333333 1px;
	background-repeat: no-repeat;
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	border-top: solid #333333 1px;
}
H2 {font-family:Arial, Helvetica, sans-serif; font-size: 12px; margin-top:0px; margin-bottom:0px }

td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color:#FF9900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* drop shadow*/
.dropleft {
	height:100%;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dropleft.png', sizingMethod='crop');
	background-position:100% 0px; 
}

.dropleft[class]{
	background: url(../images/dropleft.png) 100% 0 no-repeat;
}

.dropright {
	height:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dropright.png', sizingMethod='crop');
}
.dropright[class]{
	background-image: url(../images/dropright.png);
	background-repeat:no-repeat;
}

img.border {
	border: 1px solid #999999;

}

/* THIN TABLE*/
table.redborder {/* red border table */
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CC0033 #CC0033 #CC0033 #CC0033;
	background-color: #FFFFFF;
	
}
table.thin {/* thin table */
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	background-color: #FFFFFF;
	
}
table.thin th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background-color: #F4F4F4;
	color:#666666;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.thin td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.thin td.h1bg{
	text-align:center;
	height:36px;
	font-size: 13px;
	color:#666666;
	background-color:#ffcc00;
}
table.thin td.h2bg{
	background-color: #EEFCD1;
}
table.thin td.h3bg{
	background-color: #F4F4F4;
}
/* justified*/
table.justified {
	text-align:justify;

}


/* Sub menu links*/

ul.link{
	list-style-image:url(../images/bullet.gif);
	margin:5px 10px 10px 10px;	
}
ul.link li{
	margin:4px 4px 4px 4px; /*top right bottom left*/
	padding:4px 0px 4px 0px; /*top right bottom left*/	
}
ul.link a{
	font-weight: normal;
	font-size:12px;
	text-decoration:none;
	color:#FF9900;
}
ul.link a:hover{
	/*color:#FFFFFF;*/
	/*background-color: #f9b24a;*/
	/*display:block;*/
	text-decoration:underline;
}
ul.promo{
	list-style-image:url(../images/bullet.gif);
	margin:10px 10px 10px 15px;	
}
ul.promo li{
	margin:0px 4px 4px 0px; /*top right bottom left*/
	padding:0px 0px 4px 4px; /*top right bottom left*/	
}
ul.promo a{
	font-weight: normal;
	font-size:12px;
	text-decoration:none;
	color:#FF9900;
}
ul.promo a:hover{
	/*color:#FFFFFF;*/
	/*background-color: #f9b24a;*/
	/*display:block;*/
	text-decoration:underline;
}
ol.text{
	margin:10px 10px 10px 10px;	
}
ol.text li{
	margin:4px 4px 4px 4px; /*top right bottom left*/
	padding:4px 0px 4px 0px; /*top right bottom left*/	
}
ol.text a{
	font-weight: normal;
	font-size:12px;
	text-decoration:none;
	color:#FF9900;
}
ol.text a:hover{
	/*color:#FFFFFF;*/
	/*background-color: #f9b24a;*/
	/*display:block;*/
	text-decoration:underline;
}

/* STYLEs */
.subhead {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}
.red {
	color:#CC0000;
}
.orange {
	color: #FF9900;
}
.style4 {
	color: #000000;
	font-weight: bold;
}
.style5 {font-size: x-small}
.style6 {color: #FF9900}
.yellow {
	color: #FFCC00;
	text-decoration: none;
}
.style7 {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.style8 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.style11 {font-size: 10px}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style15 {font-size: 11px; font-weight: bold; }
.norepbg{
	background-repeat:no-repeat;
}
/* Alignment */
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.left{
	text-align:justify;
}
/* Anchor Links */
.anchor a{
	color:#FF9900;
	text-decoration:none;
}
.anchor a:hover{
	/*color: #666666;*/
	text-decoration:underline;
}
#glossary a {
	color: #FF9900;
	text-decoration:none;
}
#glossary a:hover {
	color: #FF9900;
	text-decoration:underline;
}
.newstitle {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}
	
/*Cocoon Right Menu*/
#cocoon_rightmenu a{
	text-align:left;
	color: #FFFFFF;
	text-decoration:none;
	padding-bottom: 10px;
}
#cocoon_rightmenu a:hover{
	color:#FFCC00;
	text-decoration:none;
	padding-bottom: 10px;
}
#cocoon_rightmenu img{
	padding:0px 20px 0px 10px;
}
#cocoon_rightmenu img.logo{
	padding:0px 20px 0px 10px;
}
#cocoon_rightmenu td{
	text-transform:uppercase;
	font-weight:bold;
	color: #666666;
	background-image:url(../images/cocoon_menu_bar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#cocoon_rightmenu .text{
	/*padding:0px 0px 0px 15px;*/
}
.index_4panel {
width:161px;
margin:10px 10px 20px 10px;
float:left;
}

.index_4panel img{
border:#666 1px solid;
margin-bottom:5px;
padding:1px;
}

/*Right Menu*/
#rightmenu a{
	text-align:left;
	color: #666666;
	text-decoration:none;
}
#rightmenu a:hover{
	color:#FFCC00;
	text-decoration:none;
}
#rightmenu img{
	padding:0px 20px 0px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#rightmenu img.logo{
	padding:0px 20px 0px 5px;
}
#rightmenu td{
	text-transform:uppercase;
	font-weight:bold;
	color: #666666;
	background-image:url(../cocoon/images/menu_grad_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#rightmenu .text{
	/*padding:0px 0px 0px 15px;*/
}
/* Top Menu */
#topmenu a{
	color:#FF9900;
	text-decoration:none;
}
#topmenu a:hover{
	color: #333333;
	text-decoration:underline;
}
/* Sign up table */
#signuptable {
	color: #660000;
}
#signuptable a{
	color: #660000;
	text-decoration:none;
}
#signuptable a:hover{
	color: #FF6600;
	text-decoration:underline;
}


/* FOOTER */
#footer {
	font-size:10px;
	color: #999999;
	text-align:center;
}
#footer a{
	color:#FF9900;
	text-decoration:none;
}
#footer a:hover{
	color: #FF6600;
	text-decoration:underline;
}
/* FOOTER 2 for index only*/
#footer2 {
	font-size:10px;
	color: #999999;
	text-align:left;
}
#footer2 a{
	color:#FF9900;
	text-decoration:none;
}
#footer2 a:hover{
	color: #FF6600;
	text-decoration:underline;
}
ul.sitemap{
	margin:5px 0px 5px 15px;
}
.text_wide {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #666666;
}

.mag_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
.mag_heading a{
	text-decoration: none;
	color: #996600;
}

.mag_heading a:hover{
	text-decoration: none;
	color: #996600;
}

.style7 a{
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.style7 a:hover{
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.orange	a{
	color: #FF9900;
	text-decoration: underline;
}
.orange	a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.style8 a{
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	text-decoration: none;
	color: #666666;
}
.style8 a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}
.red a{
	color:#CC0000;
	text-decoration: underline;
}
.red a:hover{
	color:#CC0000;
	text-decoration: underline;
}
.tdbackground_footer {
background-image: url(/images/footerbg.jpg);
}
.tdbackground_footer2 {
background-image: url(/images/footerbg2.gif);
}
.tablebackground_maillist {
background-image: url(/images/maillist1.jpg);
}
.tbackground_maillist_bk {
background-image: url(/cocoon/images/maillist2.jpg);
}
.tdspace1 {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}
.mhl {font-family:Verdana, Helvetica, Arial, sans-serif;
		color:#666666;}
.promobkgrd {	
background-image: url(/images/e-coupons/promo_touch_pad.jpg);
background-repeat: no-repeat;
}