@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
}
body {
	background-color: #E0F4FB;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}
.hours {
	font-size: 14px;
}
.hdg1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #245478;
}
.hdg2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #245478;
}
.cntnt {
	font-size: 14px;
}
.small1 {
	font-size: 10px;
}
.coupons {
	border: medium dotted #666;
}
.brdr {
	border: medium solid #E0F4FB;
}

