.coupBox {
	height: 200px;
	width: 140px;
	border: 2px dashed #800000;
	position: relative;
	left: 0px;
	top: 0px;
}
.coupBoxHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	width: 140px;
	background-color: #800000;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: 50%;
	letter-spacing: normal;
	word-spacing: normal;
}
.coupBoxBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800000;
	height: 125px;
	width: 140px;
	position: relative;
	left: 0px;
	top: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	font-weight: bold;
}
.coupBoxExp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	height: 25px;
	width: 140px;
}
.coupBox2 {
	height: 170px;
	width: 140px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
}
.coupBoxHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	width: 140px;
	background-color: #800000;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: 50%;
	letter-spacing: normal;
	word-spacing: normal;
}