@charset "utf-8";
/* CSS Document */

.testoBase {
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color: #333333;
}

.testoBaseP {
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color:#FF8080;
}

.testoPiccolo {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: #333333;
}

.testoPiccoloP {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color:#FF8080;
}

.titolo {
	font-size: 14pt;
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight:bold;
}

.titoloP {
	font-size: 14pt;
	font-family: "Trebuchet MS";
	color: #FF8080;
	font-weight:bold;
}

.linkBase:link, .linkBase:visited{
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration:underline;
}
.linkBase:hover{
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color: #333333;
}

.linkBaseP:link, .linkBaseP:visited{
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color:#FF8080;
	text-decoration:underline;
}
.linkBaseP:hover{
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color: #FF8080;
}

.img{
	border:#FF8080 solid 1pt;
	margin:5px;
}
