@charset "utf-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
/*adjust upper header image here for store and town headers*/
.header1 {
	background-image: url(../template_images/h1_image_bkgrd.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
/*adjust lower header image here for store and town headers*/
.header2 {
	background-image: url(../template_images/h2_image_bkgrd.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #0F0;
}

.footer {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFF;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
}
