BODY{
	background: #3c0c0c;
}
BODY, TD{
	margin: 0;
	padding: 0;	
	font: 12px Arial, Verdana;
	color: #fff;	
}
h1{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 21px;	
}
h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #F7DC5E;
}
h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FBD731;
}
h4{
	margin: 0;
	padding: 0;
	font-size: 22px;
}
.layout{
	height: 436px;	
	vertical-align: top;
	background: url(inside_coupon.jpg) no-repeat top center;
}
.logo{
	width: 378px;
	padding-left: 30px;
}
.car{
	text-align: right;
	vertical-align: top;
}
.message{
	padding-left: 40px;
	color: #000;
	vertical-align: top;
}
.lightblue{
	color: #fcc0c0;
}
.topright{
	padding-right: 20px;
}
.formtable{
	margin-left: 20px;
	margin-top: 26px;
}
.fieldstable{
	border-top: solid 1px #f7dbdb;
}
.smalltext{
	font-size: 11px;
}
.smalltext a, .smalltext a:visited, .topright a, topright a:visited, .whitelnk, .whitelnk:visited{
	color: #fff;
}
.smalltext a:hover, topright a:hover, .whitelnk:hover{
	text-decoration: none;
}

.midtable{
	width: 600px;
	height: 437px;
	background: #8c0303 url(wbg.gif) no-repeat 26px 26px;
	border: solid 1px #f7dbdb;
	margin: 0 auto;
}
.whitecnt{
	width: 530px;
	height: 300px;
	color: #000;
	border: dashed 1px #000;
	margin-top: 35px;
}
.terms{
	display:block;
	width: 530px;
	margin: 33px auto;
	font-style: italic;	
	font-size: 11px;
}
.innertable{
	margin: 3px;
}
.innertable td{
	color: #000;
}
.innertable .bluerow{
	background: #800404;
	height: 83px;
	color: #fff;
	padding-left: 20px;
}
.innertable ul{
	list-style: square;
	padding-left: 30px;
	margin: 0;
}
.innertable ul li{
	padding: 2px 0;
	margin: 0;
}
.flright{
	display: block;
	float: right;
}
.light{
	background: #f7dbdb;
}
.title{
	color: #3c0c0c;
	font-size: 15px;
	font-weight: bold;
}
.subtitle{
	color: #929AC3;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
}
.logos{
	border-collapse: collapse;
}
.hidden{
	display:none;
}
.visible{
	display:inline;
}
#det1,#det2,#det3{
	position: absolute;
	top: 94px;
	left: 73px;
	width: 300px;
	background: #3c0c0c;
	padding: 5px;
	font-size: 11px;
	border: solid 2px #fff;
	border-right-width:0;
}

@media print{
	.hidden{
		display: inline;
	}
	.visible{
	display:none;
	}
}
