/* CSS Document fonts */
.link12_b a{
	font-size: 12px;
	font-weight: bold;
}
.txt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3px;
}
.txt8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14bold {
	font-size: 14px;
	font-weight: bold;
}
.txt14boldbianco {
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
.txt16 {
	font-size: 16px;
}


/* TESTI BIANCHI/GRIGI */
.txt9bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.txt10bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.txt11bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.txt12bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}.txttitolo {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #FF6600;
	font-weight: bold;
	text-align: right;
}
.txt14boldBlu {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.txt12boldBlu {

	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.txt14 {

	font-size: 14px;
}
.txt14arancio {
	font-size: 14px;
	color: #CC6100;
}
.txt12boldArancio {


	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.txt12Arancio {



	font-size: 12px;
	color: #FF6600;
}
.txt12BoldSottolineato {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.txt12Azzurro {

	font-size: 12px;
	color: #666666;
}
