@charset "utf-8";
#TrackLinks a {
	color: #0066FF;
	text-decoration: none;
	margin: 10px;
	padding: 8px;
	font-size: large;
}
#TrackLinks a:hover {
	background-color: #222222;
	color: #00FF00;
	text-decoration: underline;
}
#Email a:Link {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#Email a:hover {
	font-size: xx-large;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}
#Email a:visited {
	font-size: xx-large;
	font-weight: bold;
	color: #999999;
}
#StoreLink a:Link {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#StoreLink a:visited {
	font-size: medium;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#StoreLink a:hover {
	font-size: medium;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
.styleForStoreImageLinks {
	background-color: #330000;
	border: 1px solid #FF0000;
}
.driverPageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
.storeTitle {
	font-weight: bolder;
	color: #00FFFF;
	text-align: center;
	display: block;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center;
}
.favoriteLinks {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	display: block;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerCopyrightRed {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.footerCopyrightWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
