/*tabella*/


table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
	width:90%;
	line-height: 12px;
}

 th {
	padding: 12px 10px 8px 10px;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background: #004066;

}

 tbody {
	background: #FAFAFA;
}

td {
	padding: 10px;
	color: #004066;
	border-top: 1px dotted #004066;
}
 tbody tr:hover td {
	color: #004066;
	background: #EBEBEB;
}

 table a:hover {
font-weight: normal;
 }