/* FRONT-END: ROSSO - PICCOLO */
.testo_fisso_1{
	font-family: Tahoma, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.testo_fisso_2{
	font-family: Tahoma, sans-serif;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.gen_button {
	color: #000000;
	background-color: #F2F2F2;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, sans-serif;
	color: #333333;
	text-decoration: underline;
}

