/* CSS Document */
/* all other sites point toward TheTireStore  */
body {
	background-image:url(bg-grn.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
img {
	border:0;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
	color:#000066;
}
 .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
}
 .text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	line-height: 16px;
}
 .textNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
	line-height: 20px;
}