.fontSite {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.alinhaDireita {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-position: right;
	text-align: right;
}
.campoCarro {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	width: 150px;
}
.campoMarca {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFCC;
	width: 100px;
}
.campoModelo {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	background-color: #FFFFCC;
	width: 120px;
}
.campoAno {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	width: 64px;
}
.campoPreco {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #006600;
	width: 84px;
	text-align: right;
}
.formBgCinza {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #E9E9E9;
}
