body { 
	margin:0px; 
	padding:0px;
	font-size: 14px;
	line-height: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	padding: 20px 5px;
}
h2 {
	font-size: 1.2em;
}
a {
	color: #D40000;
}
#table {
	border: 1px solid #000;
	width: 100%;
}
#table td {
	border: 1px solid #000;
	margin: 0px;
	padding: 3px 4px;
	vertical-align: top;
}
#table thead {
	font-weight: bold;
	background-color: #DBBA75;
}
#table tbody tr.even {
	background-color: #ECECEC;
}
.no-print {
	display: none;
}
.hours, #navigation, #header, #footer {
	display: none;
}