/* CSS Document */
 
.testo {
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 font-style: normal;
}

a.testo {
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.testo:hover {
 font-family: Verdana;
 font-size: 12px;
 color: #FF6600;
 font-style: normal;
 font-weight: bold;
}
 
a.testo:active {
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 font-style: normal;
 font-weight: bold;
}

.testo_rosso {
 font-family: Verdana;
 font-size: 12px;
 color: #FF0000;
 font-style: normal;
}

a.testo_rosso {
 font-family: Verdana;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.testo_rosso:hover {
 font-family: Verdana;
 font-size: 12px;
 color: #FF6600;
 font-style: normal;
 font-weight: bold;
}
 
a.testo_rosso:active {
 font-family: Verdana;
 font-size: 12px;
 color: #FFFFFF;
 font-style: normal;
 font-weight: bold;
}

.testo_piccolo {
 font-family: Verdana;
 font-size: 10px;
 color: #333333;
 font-style: normal;
}

a.testo_piccolo {
 font-family: Verdana;
 font-size: 10px;
 color: #333333;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.testo_piccolo:hover {
 font-family: Verdana;
 font-size: 10px;
 color: #FF6600;
 font-style: normal;
 font-weight: bold;
}
 
a.testo_piccolo:active {
 font-family: Verdana;
 font-size: 10px;
 color: #333333;
 font-style: normal;
 font-weight: bold;
}

.testo_grigio_chiaro {
 font-family: Verdana;
 font-size: 12px;
 color: #CCCCCC;
 font-style: normal;
}

a.testo_grigio_chiaro {
 font-family: Verdana;
 font-size: 12px;
 color: #CCCCCC;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.testo_grigio_chiaro:hover {
 font-family: Verdana;
 font-size: 12px;
 color: #FF6600;
 font-style: normal;
 font-weight: bold;
}
 
a.testo_grigio_chiaro:active {
 font-family: Verdana;
 font-size: 12px;
 color: #CCCCCC;
 font-style: normal;
 font-weight: bold;
}

.menu {
 font-family: Verdana;
 font-size: 11px;
 color: #000000;
 font-style: normal;
}

a.menu {
 font-family: Verdana;
 font-size: 11px;
 color: #000000;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
}
 
a.menu:hover {
 font-family: Verdana;
 font-size: 11px;
 color: #666666;
 font-style: normal;
 font-weight: normal;
}
 
a.menu:active {
 font-family: Verdana;
 font-size: 11px;
 color: #CCCCCC;
 font-style: normal;
 font-weight: normal;
}

.testo_bianco {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 font-style: normal;
}

a.testo_bianco {
 font-family: Verdana;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.testo_bianco:hover {
 font-family: Verdana;
 font-size: 12px;
 color: #FFCC33;
 font-style: normal;
 font-weight: bold;
}
 
a.testo_bianco:active {
 font-family: Verdana;
 font-size: 12px;
 color: #FFFFFF;
 font-style: normal;
 font-weight: bold;
}

.titolo_bianco {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

a.titolo_bianco {
 font-family: Verdana;
 font-size: 14px;
 color: #FFFFFF;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
}
 
a.titolo_bianco:hover {
 font-family: Verdana;
 font-size: 14px;
 color: #FFFF33;
 font-style: normal;
 font-weight: normal;
}
 
a.titolo_bianco:active {
 font-family: Verdana;
 font-size: 14px;
 color: #FFFFFF;
 font-style: normal;
 font-weight: normal;
}

.menu_blu {
 font-family: Verdana;
 font-size: 15px;
 color: #003366;
 font-style: normal;
}

a.menu_blu {
 font-family: Verdana;
 font-size: 15px;
 color: #003366;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
 
a.menu_blu:hover {
 font-family: Verdana;
 font-size: 15px;
 color: #FF9900;
 font-style: normal;
 font-weight: bold;
}
 
a.menu_blu:active {
 font-family: Verdana;
 font-size: 15px;
 color: #003366;
 font-style: normal;
 font-weight: bold;
}
