﻿body {

	background-color: white;

}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	line-height: 150%;
	text-align: justify;
}
.numero verde {
	font-family: Tahoma;
	font-size: 12px;
	color: #339933;
	line-height: 150%;
	text-align: justify;
	font-weight: bolder;
}
.bordo_immagine{
	border-style: solid;
	border-width: 1px;
	border-color:#003366;
}

.testo_bold {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	line-height: 150%;
	text-align: justify;
	font-weight: bolder;
}
.titolo_tabella{
	font-family:Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bolder;	
	text-transform: uppercase;
}






