﻿body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
td, p {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
p {
	margin: 15px;
}
ul{
margin-left:30px;
margin-right:15px;
}
.margin{
margin:15px;
}
.marginR{
margin:15px 30px 15px 15px;
}
table.mainTable {
	background-color: #FFCC00;
}
td.mainContent {
	background-image: url(common/main-bg.gif);
	background-color: #FFFFFF;
	height: 400px;
	vertical-align: top;
}
td.topContent {
	background-image: url(common/main-top.gif);
	width: 414px;
	height: 40px;
}
.yellowText {
	color: #FFCC00;
}
.redText {
	color: #AF0000;
}
.greenText {
	color: #1E7500;
}
.cpy {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
}
.hours1 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.hours2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #af0000;
}
.hours3 {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #000000;
}
.hdr2 {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #af0000;
	font-weight: bold;
}
.hdr {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #1e7500;
	font-weight: bolder;
}
a:link, a:visited {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #1e7500;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
}
.hdr3 {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
a > .big {
	font-size: 14px;
}

p.coupon {
	width: 5in;
	height: 2.5in;
	border: 1px dashed #000000;
	margin: 4px;
	padding: 4px;
	text-align:center;
	font-size:13px;
}

span.couponHeader {
	font-size: 28px;
	font-weight: bold;
	font-family: Comic Sans MS;
}
span.couponSubHeader{
	font-size: 16px;
	font-weight: bold;
	font-family: Comic Sans MS;

}

span.table{
display:table;
}
span.tr{
display:table-row;
}
span.td{
display:table-cell;
margin:0;
padding:0 5px 0 0;
}

.boldItalic{
font-weight:bold;
font-style:italic;
}
    .errorMessage {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			border-right-width: 0px;
			border-right-style: none;
			color: red;
			font-weight: bold;
			margin-left:15px;
		}

		.showHide{
		display:none;
		}