/* ---- Formattazione testi ----- */

/* -------------- MENU --------------- */

.bianco {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

a.bianco:visited { color:#fff; text-decoration: none; }
a.bianco:link { color:#fff; text-decoration: none; }
a.bianco:hover { color:#f2e906; text-decoration: none; }


.giallo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#f2e906;
	text-decoration: none;
	font-weight: bold;
}

a.giallo:visited { color:#f2e906; text-decoration: none; }
a.giallo:link { color:#f2e906; text-decoration: none; }
a.giallo:hover { color:#fff; text-decoration: none; }

/* -------------- Testo --------------- */

.testo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#706f6f;
	font-weight: normal;
	text-align:justify;
}

a.testo:visited { color:#706f6f; text-decoration: underline; }
a.testo:link {  color:#706f6f; text-decoration: underline; }
a.testo:hover { color:#000; text-decoration: underline; }

.titolo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight: bold;
}

a.titolo:visited { color:#000; text-decoration: underline; }
a.titolo:link {  color:#000; text-decoration: underline; }
a.titolo:hover { color:#000; text-decoration: underline; }

.testo_small {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight: normal;
	text-align:justify;
}

a.testo_small:visited { font-weight: bolder; color:#000; text-decoration: underline; }
a.testo_small:link { font-weight: bolder; color:#000; text-decoration: underline; }
a.testo_small:hover { font-weight: bolder; color:#000; text-decoration: underline; }

.titolo_nero {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration: none;
	font-weight: bolder;
}

a.titolo_nero:visited { color:#2c6495; text-decoration: underline; }
a.titolo_nero:link { color:#2c6495; text-decoration: underline; }
a.titolo_nero:hover { color:#2c6495; text-decoration: underline; }

.testo_verde {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#7dae36;
	text-decoration: none;
	font-weight: bolder;
}

a.testo_verde:visited { color:#7dae36; text-decoration: underline; }
a.testo_verde:link { color:#7dae36; text-decoration: underline; }
a.testo_verde:hover { color:#7dae36; text-decoration: underline; }

.testo_bianco {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

a.testo_bianco:visited { color:#f2e906; text-decoration: underline; }
a.testo_bianco:link { color:#f2e906; text-decoration: underline; }
a.testo_bianco:hover { color:#f2e906; text-decoration: underline; }

.testo_giallo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff200;
	text-decoration: none;
	font-weight: normal;
}

a.testo_giallo:visited { color:#fff200; text-decoration: underline; }
a.testo_giallo:link { color:#fff200; text-decoration: underline; }
a.testo_giallo:hover { color:#fff200; text-decoration: underline; }

.titolo_giallo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#fff200;
	text-decoration: none;
	font-weight: bold;
}

a.titolo_giallo:visited { color:#fff200; text-decoration: underline; }
a.titolo_giallo:link { color:#fff200; text-decoration: underline; }
a.titolo_giallo:hover { color:#fff200; text-decoration: underline; }


/* ----------------------------- */	
