body{

	margin: 0 0 0 0;
	background-color: #FFF;
}
.tabella {
	border: 1px solid #c2c2c4;
}
.testo_medio_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:
}
.testo_medio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 18px;
}
.testo_medio_senza-interlinea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.testo_piccolo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000;
}

.bottone {
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	font-size: 12px;
	font-weight: normal;
	color: #003;
	background-color: #fff;
	height: 25px;
	border: 1px solid #999;
}


#auto {background-image:url(images/logo-auto.gif);
}

a:link, a:visited {
	color: #003;
	/*text-decoration: none;*/
	
}
a:hover {
	/*text-decoration: none;*/
	color: #06C;
}

/*input:hover { border: 1px solid #ff0000; }
input:focus { border: 2px solid #FF7E00; }*/

