/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, h7, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 6px 20px 0px 20px;
	font-size: 14px;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #E6E7E8;
}
a{
	color: #ED1C24;
	text-decoration: none;
	}
a:hover, a:focus{
	color: #666666;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 2px 15px;
	color: #ED1C24;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #513c3c;
	padding-bottom: 6px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	color: #E9E9E9;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	}
h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 2px 15px;
}
h6 {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
h6 A{
	color:#CCCCCC;
}
p {
	padding: 1px 0px 6px 15px;
}
ul {
	list-style-type: none;
}
form a{
	color: #ED1C24;
	text-decoration: none;
	}
hr {
color:#3D1720
	}
#nav ul li{
	color: #999999;
	display: inline;
	font-weight: bold;
}
#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 11px;
	text-align: right;
	width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #666666;
}
#ftr ul li{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	width: auto;
}
#ftr ul li a{
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 9em;
	border-right: 1;
	border-right-color: #000000;
} 
#ftr ul li a:hover, #nav ul li a:focus{
	color: #666666;
}
.coupon{
	color:#cccccc;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
.dashbox {
	padding: 4px;
	border: 2px thin #ED1C24;
	font-weight: bold;
	background-color: #b5b5b5;
	text-align:center;
}
.gridtext{
	font-size: 12px;
}
.formlabel{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.smcopy{
	font-size: 11px;
}
.indexcopy{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	}
.caption{
	font-size: 12px;
	color: #333333;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	text-align:center;
	}
.orange{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 2px 0px;
	color: #ED1C24;
}