.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	background-image: url(../../sfondi/form_blu.gif);
	background-color: #336699;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #003366;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.titolino {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.testino {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;/*AA era none */
}
a:hover {
	color: #FF9900;
	text-decoration: none;/*AA era underline */
	font-weight: bold;
}
a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.grassetto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}
.testinoSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.testo a:link {
	color: #FF9900;
	text-decoration: underline;/*AA era none */
}
.testo a:visited {
	color: #FF9900;
	text-decoration: underline;
}
.testo a:hover {
	color: #FF9900;
	text-decoration: none;/*AA era underline */
}
.titolino a:link {
	color: #FF9900;
	text-decoration: underline;/*AA era none */
}
.titolino a:hover {
	color: #FF9900;
	text-decoration: none;
}
.titolino a:visited {
	color: #FF9900;
	text-decoration: underline;/*AA era none */
}
/* class aggiuta da Andrea Orlandi: da usare per evidenziare solo il testo - andrea@andreaorlandi.it */
.strong {
	color: #ffffff;
	font-weight: bold;
}
