@charset "utf-8";

/* CSS Document */

/* Tag Elements */
html 
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body 
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, p, td, tr, th, a, div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.donotshow
{
	display: none;
}

/* Class Elements */
.coupon
{
	border: thin dashed #000000;
	width: 100%;
	height: 200px;
}

.coupon-header
{
	width: 100%;
}

.coupon-body
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}

.coupon-footer
{
	width: 100%;
	font-size: 10px;
}

.coupon-focus-text
{
	font-size: 18px;
}

.coupon-focus-text-bold
{
	font-size: 18px;
	font-weight: bold;
}

.coupon-focus-text-bold-italic
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.coupon-text
{
	font-size: 12px;
}

table.fax-menu-border
{
	border-collapse: collapse;
}

table.fax-menu-border td
{
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0px;
	height: 16px;
}

td.fax-menu-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu-link
{
	color: #000000;
	font-weight: bold;
}

/* Div Elements */
#body-container
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#hdr-container
{
	display: none;
}

#bdy-container
{
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: table;
}

#bdy-text
{
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
	margin: 0px;
	width: 700px;
	display: table;
}

#ftr-container
{
	display: none;
}