body {
	margin: 0px;
	padding: 0px;
    background-color:#ebebeb;
    background-image: url(../images/bg.jpg);
    background-position:top center;
    background-repeat: no-repeat;
}

.footerBlacktext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 8px;
	text-align: center;
}
.blackLink {
	color: #000;
	text-decoration: underline;
}
.textBlack {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
}
.headline {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #00b6f1;
	font-weight:bold;
	padding: 0px;
}
.highlight {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #b43e97;
}

/* post-kyle styles, mostly from the old version of the site, can be removed if not needed */
.requiredIndicator {
	color: #CC0000;
}

.error {
	color: #CC0000;
}

.divider {
	border-top: 1px solid #cccccc;
	height: 1px;
	margin: 20px 0;
}

.couponslist td.couponcompanyodd {
	font-weight: bold;
	padding: 7px;
	color: #0033FF;
	background-color: #eeeeee;
}

.couponslist td.couponcompanyeven {
	font-weight: bold;
	padding: 7px;
	color: #0033FF;
	background-color: #dddddd;
}

.couponslist {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #000066;
}

.couponslist td {
	text-align: left;
}

.couponslist a {
	text-decoration: none;
	color: #000066;
}

.couponslist td.description {
	padding: 4px 7px 20px 7px;
	border-bottom: 1px solid #000066;
} 

.couponslist td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu {
	background-color: #DAD9CF;
	text-align: center;
	padding-top: 6px;
}

.gold {
	background-color: #E8C827;
	padding: 4px;
}

.menulist {
	list-style-type: none;
	display: inline;
}

.menulist li {
	display: inline;
	margin: 6px;
	padding: 3px;
	background-color: #ffffff;
}

.menu table.menutable {
	border-right: 3px solid #E8C827;
	border-left: 4px solid #E8C827;
	border-bottom: 4px solid #E8C827;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.menu table.menutable td {
	margin: 1px;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
	padding: 2px;
	border-top: 4px solid #E8C827;
	border-right: 2px solid #E8C827;
	border-left: 1px solid #E8C827;
	border-bottom: 2px solid #9A7A2D;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

.head td {
	color: #FFFFFF;
	background-color: #0F0F3F;
	font-weight: bold;
}
.odd {
	background-color: #ffffff;
}

.even {
	background-color: #C7CFE6;
}

.couponslist {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #000066;
}

.couponslist td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.printer {
	margin-right: 5px;
	margin-top: 2px;
}

.couponslist td.couponcompanyodd {
	font-weight: bold;
	padding: 7px;
	color: #0033FF;
	background-color: #eeeeee;
}

.couponslist td.couponcompanyeven {
	font-weight: bold;
	padding: 7px;
	color: #0033FF;
	background-color: #dddddd;
}

.couponslist a {
	text-decoration: none;
	color: #000066;
}

.couponslist td.description {
	padding: 4px 7px 20px 7px;
	border-bottom: 1px solid #000066;
} 

.actualcoupon {
	background-color: #ffffff;
	border: 3px dashed black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;
	font-size: 12px;
}

.couponword {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	padding: 10px;
}

.center	{ 
	text-align: center;
}

.couponlogo {
	margin: 10px;
}

.couponheading {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
}

.coupontext {
	padding: 4px 4px 10px 4px;
}

.formtable {
	text-align: left;
}

.homeloginbox {
	margin-left: 20px;
	text-align: left;
}

.radioformbox td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
}