﻿@import url(Reset.css);
body 
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
}
.noPrint { display: none; }

#footer  
{
	text-align: center;
	border-top: 1px solid black;
	padding-top:10px;
	margin-top: 10px;
}

#footer .location {	float: left;}
#footer .date { float: right; }

h1 { border-bottom: 1px solid #999; padding-bottom:5px; margin-bottom:5px;}

#modalControls a { color: #fff;}
#modalControls  
{
	padding: 4px; font-size: .7em; 
	background-color: #222;
	text-align: right;
	color: #fff;
}
#container { padding: 10px; }

img.couponImage {
	width: auto;
	height: auto;
}
