/**
 	*
	* HOME PAGE
 	*
**/

#leggi, #leggi li {
	list-style-type: none;
}
#leggi li {
	line-height: 19px;
	height: 19px;
	padding-left: 20px;
}

.doc {
	background-image: url(../images/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nodoc {
	background-image: url(../images/nodoc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#leggi a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#leggi a:hover {
	font-weight: bold;
	color: #003366;
}
