.testobold {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}
p {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #333333;
	padding:0px;
	margin:0px;
}

p.testointerlinea {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #333333;
	padding:0px;
	margin:0px;
	line-height:20px;
}

p.eventotitolo {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}
p.eventotesto {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #333333;
	padding-left:15px;
}


a.indirizzofooter:link,
a.indirizzofooter:visited,
a.indirizzofooter:hover {
	font-family: "Tahoma";
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
a.linkpiccolo:link,
a.linkpiccolo:visited {
	font-family: "Tahoma";
	font-size: 8pt;
	color:#333333;
	text-decoration: none;
	cursor: pointer;
}
a.linkpiccolo:hover {
	font-family: "Tahoma";
	font-size: 8pt;
	color:#333333;
	text-decoration: underline;
	cursor: pointer;
}
a.linknormale:link,
a.linknormale:visited {
	color:#333333;
	text-decoration: none;
	cursor: pointer;
}
a.linknormale:hover {
	color:#333333;
	text-decoration: underline;
	cursor: pointer;
}
a.linknormalebold:link,
a.linknormalebold:visited {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a.linknormalebold:hover {
	color:#333333;
	text-decoration: underline;
	font-weight:bold;
	cursor: pointer;
}

a.linkhollow:link,
a.linkhollow:visited,
a.linkhollow:hover {
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
}