BODY,TD,P {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

A {
	color: Blue;
}

A:HOVER {
	color: Red;
}

A.menu {
	color: Black;
	text-decoration: none;
}

A.menu:HOVER {
	color: Red;
}

HR.footerborder{
	border:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-style:dotted;
	border-color:Silver;
	height:0px;
}

div.carList
{
	background-color:#E5E5E5;
	font-weight:bold;
	border-style: dashed;
	border-width:1px;
	border-color:Silver;
}
div.carListInside
{
	background-color:White;
	font-weight:normal;
}
