.testo, #RTE {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333;
line-height : 16px;
}
.testo A:LINK,  .testo A:VISITED {
color: #CC0000;
text-decoration: underline;
}
.testo A:HOVER, .testo A:ACTIVE {
text-decoration : none;
}
.copyright {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #999999;
}
.copyright A:LINK, .copyright  A:VISITED {
color: #999999;
text-decoration : none;
}
.copyright A:HOVER, .copyright A:ACTIVE {
color: #CC0000;
}
.titolo {
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px;
font-weight: bold;
color: #000000;
}
.sottomenu { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
; font-weight: normal
}
.sottomenu  A, .sottomenu A:ACTIVE, .sottomenu A:VISITED {
color: #000000;
text-decoration : none;
}
.sottomenu  A:HOVER {
color: #CC0000;
}
.form {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border-style:groove;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}
.formButton {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #D4D0C8;
	border-style:groove;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}
li {
	list-style-type : square;
}