/*---FORMS---*/
.dealers
	{
	width: 110px;
	margin: 10px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	}
.dealers a:link
	{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
.dealers a:visited
	{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
.dealers a:hover
	{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	.dealers a:active
	{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
