table.Store
{
	width: 770px;
	margin: 0px;
	padding: 0px;	
	border-bottom: 1px solid #336699;
}
table.Store td.StoreLocation
{
	width: 280px;
	vertical-align: top;

}
table.Store td.StoreContacts
{
	vertical-align: top;
}
div.StoreInfo
{
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.StoreHours
{
	font-weight: bold;
	font-size: 9pt;
	padding-top: 3px;
}

table.Contacts
{
	width: 490px;
	margin: 0px;
	padding: 0px;
}
table.Contacts td
{
	width: 50%;
	vertical-align: top;
	padding-bottom: 6px;
}
div.ContactName
{
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
}
div.ContactInfo
{
	padding-top: 1px;
	padding-bottom: 2px;
}