/* ---- Formattazione testi ----- */

/* ---- Testo Menu ----- */

.testo_menu {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#254c5f;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

a.testo_menu:visited { color:#254c5f; text-decoration: none; }
a.testo_menu:link { color:#254c5f; text-decoration: none; }
a.testo_menu:hover { color:#68959b; text-decoration: none; }

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

a.testo_bottom:visited { color:#ffcc00; text-decoration: none; }
a.testo_bottom:link { color:#ffcc00; text-decoration: none; }
a.testo_bottom:hover { color:#fff; text-decoration: none; }

/* --------- */


/* -------------- Testo --------------- */

.testo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight: normal;
	text-align:justify;
}

a.testo:visited { color:#000000; text-decoration: underline; }
a.testo:link {  color:#000000; text-decoration: underline; }
a.testo:hover { color:#17415c; text-decoration: underline; }

.testo_big {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight: normal;
	text-align:justify;
}

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

.testo_small {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight: normal;
	text-align:left;
	
}

a.testo_small:visited { color:#000000; text-decoration: underline; }
a.testo_small:link {  color:#000000; text-decoration: underline; }
a.testo_small:hover { color:#17415c; text-decoration: underline; }

.testo_bold {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight: bolder;
	text-align:justify;
}

a.testo_bold:visited { color:#000000; text-decoration: underline; }
a.testo_bold:link {  color:#000000; text-decoration: underline; }
a.testo_bold:hover { color:#17415c; text-decoration: underline; }

.testo_nero_big {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight: bolder;
}

a.testo_nero_big:visited { color:#000; text-decoration: none; }
a.testo_nero_big:link {  color:#000; text-decoration: none; }
a.testo_nero_big:hover { color:#17415c; text-decoration: underline; }

.testo_rosso {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#c71e0a;
	font-weight: bolder;
}

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

.testo_rosso_big {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#c71e0a;
	font-weight: bolder;
}

a.testo_rosso_big:visited { color:#c71e0a; text-decoration: underline; }
a.testo_rosso_big:link {  color:#c71e0a; text-decoration: underline; }
a.testo_rosso_big:hover { color:#c71e0a; text-decoration: underline; }

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

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; }

/* ----------------------------- */	
