.titolo
{
	font-size: 18px;
	color: #ff760b;
	font-weight: bold;
}
.sottotitolo
{
	font-size: 16px;
	color: #ff760b;
}
.titolo_sezione
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.sezione
{
	background-color: #FCC547;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.testo_grigio {
	color: #666666;
}
.testo_intestazione {
	font-weight: bold;
	color: #333333;
}
.lista
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
.testo_bianco
{
	color: white;
}
.links {
	font-size: 11px;
	font-weight: bold;
}
