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

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

a.testo:visited { color:#07456b; text-decoration: underline; }
a.testo:link { color:#07456b; text-decoration: underline; }
a.testo:hover { color:#eb520e; text-decoration: none;  }

.testo_big_nobold {
	font-size:13px;
	color:#07456b;
	text-decoration: none;
	text-align:justify;
	font-weight:normal;
}

a.testo_big:visited { color:#ee6c31; text-decoration: underline; }
a.testo_big:link { color:#ee6c31; text-decoration: underline; }
a.testo_big:hover { color:#ee6c31; text-decoration: underline; }

.testo_big {
	font-size:14px;
	color:#07456b;
	text-decoration: none;
	text-align:justify;
	font-weight:bolder;
}

a.testo_big:visited { color:#ee6c31; text-decoration: underline; }
a.testo_big:link { color:#ee6c31; text-decoration: underline; }
a.testo_big:hover { color:#ee6c31; text-decoration: underline; }

.titolo {
	font-size:18px;
	color:#eb520e;
	text-decoration: none;
	font-weight:bolder;
}

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

.testo_nero {
	font-size:12px;
	color:#000;
	text-decoration: none;
	text-align:justify;
}
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; }

.titolo_rosso {
	font-size:18px;
	color:#B50F01;
	text-decoration: none;
	font-weight:bolder;
}

a.titolo_rosso:visited { color:#B50F01; text-decoration: none; }
a.titolo_rosso:link { color:#B50F01; text-decoration: none; }
a.titolo_rosso:hover { color:#B50F01; text-decoration: underline; }

.titolo_blu {
	font-size:18px;
	color:#2a84a7;
	text-decoration: none;
	font-weight:bolder;
}

.titolo_giallo {
	font-size:18px;
	color:#EEB301;
	text-decoration: none;
	font-weight:bolder;
}

.titolo_verde {
	font-size:18px;
	color:#48B700;
	text-decoration: none;
	font-weight:bolder;
}

.titolo_arancio {
	font-size:18px;
	color:#FF8A00;
	text-decoration: none;
	font-weight:bolder;
}

.testo_grigio {
	font-size:11px;
	color:#5b5f65;
	text-decoration: none;
	font-weight:bolder;
	text-align:justify;
}

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


.testo_rosso {
	font-size:11px;
	color:#B50F01;
}

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

.testo_giallo {
	font-size:11px;
	color:#EEB301;
}
a.testo_giallo:visited { color:#EEB301; text-decoration: underline; }
a.testo_giallo:link { color:#EEB301; text-decoration: underline; }
a.testo_giallo:hover { color:#EEB301; text-decoration: underline; }

.testo_verde {
	font-size:11px;
	color:#46B800;
}
a.testo_verde:visited { color:#46B800; text-decoration: underline; }
a.testo_verde:link { color:#46B800; text-decoration: underline; }
a.testo_verde:hover { color:#46B800; text-decoration: underline; }


.testo_arancio {
	font-size:11px;
	color:#FF8A00;
}
a.testo_arancio:visited { color:#FF8A00; text-decoration: underline; }
a.testo_arancio:link { color:#FF8A00; text-decoration: underline; }
a.testo_arancio:hover { color:#FF8A00; text-decoration: underline; }


.titolo_default{
	font-size:18px;
	color:#EC510F;
	text-decoration: none;
	font-weight:bolder;
}

ul.elenco_edera {
	list-style-image: url('/immagini/titolo.png');
}


ul.elenco_edera1 {
	list-style-image: url('/immagini/01_edera.png');
}

ul.elenco_edera2 {
	list-style-image: url('/immagini/02_edera.png');
}

ul.elenco_edera3 {
	list-style-image: url('/immagini/03_edera.png');
}

ul.elenco_edera4 {
	list-style-image: url('/immagini/04_edera.png');
}