FONT {
   font-family: Verdana, Arial, Sans-serif;
   font-size: 11px;
   color: #2A2A2A;
   letter-spacing: 0px;
   font-weight: normal;
   line-height: 5.5mm; 
}

FONT.titolo {
   font-family: Verdana, Arial, Sans-serif;
   font-size: 11px;
   color: #125125;
   font-weight: bold;
   letter-spacing: 0px;
   line-height: 10mm; 
}

FONT.banner {
   font-family: Verdana, Arial, Sans-serif;
   font-size: 10px;
   color: #545454;
   letter-spacing: 0px;
   font-weight: normal;
   line-height: 4.2mm; 
}

FONT.copyright {
   font-family: Verdana, Arial, Sans-serif;
   font-size: 9px;
   color: #545454;
   font-weight: normal;
   letter-spacing: 0px;
}

A {
	text-decoration: none;
	color: #2A2A2A;
}

A:HOVER {
 	text-decoration: underline; 
 /* text-decoration: none; */
	color: #AB8A44;
	font-style: normal;
}

A.link_banner {
	text-decoration: none;
	color: #B85500;
}

A.link_banner:HOVER {
    text-decoration: none; 
	color: #F77302;
	font-style: normal;
}

LI {
   list-style-image: url('../images/punto2.gif');
   list-style-position: outside;
}
