.titolo {
	color: #3360a3;
	/*color: #955d24;*/
	font-size: 13pt;
	font-weight: bold;
	background-color: #dddcdd;
	text-align: center;
}

.titolo1 {
	color: #d59b00;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

table {
	text-align: justify;
	font-size: 11pt;
}

body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
	border: solid #666666 1px;
}

.noborder {
	border: 0px;
}

.evidenziato {
	color: #004d85;
	font-weight: bold;
}

.nero_piccolo {
	color: #000000;
 	font-size: 9pt;
	/*background-color: #ffffff; */
}

.menu, .menu a:hover, .menu a:link, .menu a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 9pt;
	background-color: #f9b500;
	/*background-color: #955d24;*/
}

.testo {
	font-size: 9pt;
	/*background-color: #ffffff;*/
	color: #000000;
}

.destra {
	text-align: right;
}