/* DIMENSIONI CARATTERE --------------------------------------------------------------- */

.testo9px {
	font-size:9px;
}
.testo10px {
	font-size:10px;
}
.testo11px {
	font-size:11px;
}
.testo12px {
	font-size:12px;
}
.testo14px {
	font-size:14px;
}
.testo16px {
	font-size:16px;
}
.testo08em {
	font-size:0.8em;
}
.testo1em {
	font-size:1em;
}
.testo1p1em {
	font-size:1.1em;
}
.testo1p2em {
	font-size:1.2em;
}

.titolo {
	width:500px;
	height:22px;
	font-size:1.2em;
	border-right:1px solid #DCDCDC;
	border-bottom:2px solid #DCDCDC; 
	background-color:#F5F5F5;
	color:#000080;
	letter-spacing:1px;
	font-family: 'lucida sans', 'Microsoft Sans Serif', helvetica, arial, verdana, sans-serif;
	/* font-family:'Microsoft Sans Serif', helvetica, arial, tahoma, verdana, sans-serif; */
}


