/* CSS Document */


.titolo_domanda {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;;
	font-weight: bold;;
	color: #026169;
}


.testo_domanda {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


.mittente_domanda {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;	
	color: #000000;
	font-size: 12px;
}


.risposta_domanda {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 12px;
}


