/* STILI GENERICI ------------------------*/

.testo {
	font-size:11px;
	color:#231f20;
	text-decoration: none;
	text-align:justify;
}

a.testo:visited { color:#231f20; font-weight:bold; text-decoration: underline; }
a.testo:link { color:#231f20; font-weight:bold; text-decoration: underline; }
a.testo:hover { color:#231f20; font-weight:bold; text-decoration: underline;  }

.testo_nero {
	font-size:11px;
	color:#000;
	text-decoration: none;
	text-align:justify;
	font-weight:bold;
}

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

.testo_grigio_chiaro {
	font-size:11px;
	color:#909aa0;
	text-decoration: none;
	text-align:justify;
	font-weight:bold;
}

a.testo_grigio_chiaro:visited { color:#909aa0; text-decoration: none; }
a.testo_grigio_chiaro:link { color:#909aa0; text-decoration: none; }
a.testo_grigio_chiaro:hover { color:#231f20; text-decoration: underline;  }

.testo_grigio_scuro {
	font-size:11px;
	color:#57636a;
	text-decoration: none;
	text-align:justify;
	font-weight:bold;
}

a.testo_grigio_scuro:visited { color:#57636a; text-decoration: none; }
a.testo_grigio_scuro:link { color:#57636a; text-decoration: none; }
a.testo_grigio_scuro:hover { color:#231f20; text-decoration: underline;  }

.titolo {
	font-size:16px;
	color:#2a2929;
	text-decoration: none;
	font-weight:bold;
}

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

.titolo_grigio {
	font-size:18px;
	color:#3f3e3e;
	text-decoration: none;
	font-weight:bold;
}

a.titolo_grigio:visited { color:#3f3e3e; text-decoration: underline; }
a.titolo_grigio:link { color:#3f3e3e; text-decoration: underline; }
a.titolo_grigio:hover { color:#231f20; text-decoration: underline;  }

.testo_bianco {
	font-size:11px;
	color:#fff;
	text-decoration: none;
	font-weight:bolder;
	text-align:justify;
}

a.testo_bianco:visited { color:#fff; text-decoration: underline; }
a.testo_bianco:link { color:#fff; text-decoration: underline; }
a.testo_bianco:hover { color:#fff; text-decoration: underline; }

