body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
}

/* Controls link styles */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
a:Visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #58BEF1;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}

/* Controls the background color in the map area */
.MapBackground {
	background-color: #FFFFFF;
}

/* Controls the instructions above the search criteria */
.instructions {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
}

.StoreInfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
}

.route {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
}

/* Controls From, To, Store Name and Address, and Telephone lines */
.cls1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #00659C;
}

/* Unknown */
.cls2a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	cursor: pointer;

}

/* Unknown */
.cls2b
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	cursor: pointer;

}

/* Controls the Store Name in the results listing */
.cls3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	vertical-align: top;
}

/* Controls the Address and Phone Number in the results listing */
.cls4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	background-color: #ffffff;
	vertical-align: top;
}

/* Controls the Product List and More Locations link in the results listing */
.cls5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	font-style: italic;
}

/* Controls Street, City, State, and More Locations link in the TO block */
.cls6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	vertical-align: top;
}

/* Controls Address Info in the TO block */
.cls7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	background-color: transparent;
	vertical-align: top;
}

/* Controls Street, City, and State, in the FROM block */
.cls9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;
}

/* Controls the form elements in the Narrow Criteria area */
.cls16 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #EEEEEE;
	vertical-align: top;
}

.StoreTable {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}


div.MarkerA {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px; 
}


div.MarkerB {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* Controls the NEXT>> link */
.Next {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

/* Controls the <<PREVIOUS link */
.Previous {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

/* Controls the Your search returned X results text */
.results {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	vertical-align: bottom;
	text-align: center;
	width: 100%;
}

/* Controls the word Products in the map ballon */
.callout1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

/* Controls the word Product list in the map ballon */
.callout2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style:italic; 
	vertical-align: top;
}
/*Controls the word Print next to the Print icon on mouse over*/
.PrintBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
}

/*Controls the word Print next to the Print icon on mouse out*/
.Print {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	background-color: #ffffff;
}
