/* CSS Document */

#footertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	width: 750px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	background-color: #006699;
}

#footertable a:link
{
color: #FFFFFF;
text-decoration: underline;
}

#footertable a:hover
{
color: #CCCCCC;
text-decoration: underline;
}

#footertable a:active
{
color: #FFFFFF;
text-decoration: underline;
}

#footertable a:visited
{
color: #FFFFFF;
text-decoration: underline;
}

#tyretable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	width: 750px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	background-image: url(../images/structure/tyres.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 192px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



