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

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

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

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

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

.testo_rosso {
	font-size:11px;
	color:#ed1c24;
	text-decoration: none;
	/*text-align:justify;*/
	font-weight:bold;
}

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

.titolo {
	font-size:22px;
	color:#ed1c24;
	text-decoration: none;
}

a.titolo:visited { color:#ed1c24; text-decoration: underline; }
a.titolo:link { color:#ed1c24; text-decoration: underline; }
a.titolo:hover { color:#ed1c24; 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; }


.sottomenu {
	font-size:12px;
	color:#606970;
	text-decoration: none;
	text-align:left; 
	font-weight: bold;
	}

a.sottomenu:visited { color:#606970; text-decoration: none; }
a.sottomenu:link { color:#606970; text-decoration: none; }
a.sottomenu:hover { color:#ed1c24; text-decoration: underline; }
