/* CSS Document */

.testo {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #222222;
}
.testotra {
font-family: verdana;
font-size: 9px;
font-weight: normal;
color: #222222;
}
.bordo {
	border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.bordoindex {
	border: 1px solid #000000;
   
}
.bordodx {
	border-right: 1px solid #000000;
   
}
.trosso {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color: #dd0000;
}
.testo2 {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #1A5106;
}
.titolo {
font-family: verdana;
font-size: 16px;
font-weight: bold;
color: #1A5106;
}
.linea {
border: 1px solid #acacac;
}
a { 
text-decoration:none;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #dd0000;
}
a:hover {
text-decoration: overline;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #1A5106;
} 
.copy {
	font-size: 10px;
	font-weight: normal;
	color: #1A5106;
	text-decoration: none;
	font-family: verdana;
}