/*--------------------------- TESTI ---------------------------*/
.testo {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}

a.testo:visited { color:#333333; text-decoration: underline; }
a.testo:link { color:#333333; text-decoration: underline; }
a.testo:hover { color:#DF2510; text-decoration: underline; }

.testo_nero_bold {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

a.testo_nero_bold:visited { color:#000; text-decoration: underline;}
a.testo_nero_bold:link { color:#000; text-decoration: underline;}
a.testo_nero_bold:hover { color:#EE8F11; text-decoration: underline;}

.testo_rosso {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:justify;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B11C15;
}

a.testo_rosso:visited { color:#DF2510; text-decoration: underline; }
a.testo_rosso:link { color:#DF2510; text-decoration: underline; }
a.testo_rosso:hover { color:#DF2510; text-decoration: underline; }

.titolo {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#b68304;
	text-decoration: none;
	font-weight: bold;
}

a.titolo:visited { color:#b68304; text-decoration: underline; }
a.titolo:link { color:#b68304; text-decoration: underline; }
a.titolo:hover { color:#b68304; text-decoration: underline; }

.testo_grigio {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-decoration: none;
}

a.testo_grigio:visited { color:#636363; text-decoration: underline; }
a.testo_grigio:link { color:#636363; text-decoration: underline; }
a.testo_grigio:hover { color:#B11C15; text-decoration: underline; }

.testo_copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
	text-decoration: none;
	font-weight: bold;
}

a.testo_copy:visited { color:#424242; text-decoration: underline; }
a.testo_copy:link { color:#424242; text-decoration: underline; }
a.testo_copy:hover { color:#424242; text-decoration: underline; }

.testo_grigio_chiaro {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#959595;
	text-decoration: none;
}

a.testo_grigio_chiaro:visited { color:#959595; text-decoration: none; }
a.testo_grigio_chiaro:link { color:#959595; text-decoration: none; }
a.testo_grigio_chiaro:hover { color:#000; text-decoration: underline; }

.testogrigio9_giusty {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #636363;
	text-align: justify;
}
a.testogrigio9_giusty:visited { color:#636363; text-decoration: none;}
a.testogrigio9_giusty:link { color:#636363; text-decoration: none;}
a.testogrigio9_giusty:hover { color:#B11C15; text-decoration: none;}

