@charset "UTF-8";
.back_grey {
	background-image: url(../img/utility/gif_line.gif);
	background-repeat: repeat-x;
}
.back_grey_general {
	background-color: #dbdcdd;
	background-repeat: repeat;
}
.linea_rossa {
	background-color: #ed1c24;
}
.text {
	font-family: Times;
	font-size: 12px;
	color: #000000;
}
.text_and_grey {
	font-family: Times;
	font-size: 12px;
	color: #000000;
	background-color: #DBDCDD;
}
.bianco {
	background-color: #FFFFFF;
}

