/* CSS Document */

html, body {margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; background-color:#F4F4F4;}
a img {border: 0}



ol {
	width: 160px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	
}
ol li {	

	border: 1px solid #010099;
	
	
	margin: 2px;
	margin-bottom: 10px;
	padding: 5px;
	background: url("pics/left/sfondo_li.gif") no-repeat bottom right;


}

ol li a {
	text-decoration: none;
	font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
}
ol li a:hover {
	text-decoration: underline;
	color: #010099;
}









