.titolo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #cc3300;
}
.testo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #003366;
}
.data {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}
.firma {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}
.formfiled {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-image: url(../images/trasparency.gif);
	border: 1px solid;
}
.formbutton {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #003366;
}
.errortext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #cc3300;
	text-decoration: underline blink;
}
