/* --- STILI OGGETTI GENERALI --- */
.object {
    margin-top: 0px;
	margin-bottom: 10px;
}
.object a {
    text-decoration: none;
}
.object h3 {
     font-size: 1em;
}
.object .title {
	display: none;
}
.object .title h2 {
	display: none;
}
.object .content {
	padding: 20px 0 20px 0;
	padding-top: 0px;
}
.object ul {
    list-style-type: square;
    margin-left: 20px;
}
.object ul li img {
    vertical-align: middle;
}
.object ul ul {
    list-style-type: none;
    margin-left: 0px;
}
.object ul ul li.titolo {
	font-weight: bold;
}
.object ul ul li.testo {
}
/* === === */
