/*tabella*/


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

th {
padding: 12px 10px 8px 10px;
font-weight:   normal;
font-size: 11px;
color: #004066;
background: #E4E4E4;
text-transform: uppercase;
letter-spacing: 1px;
}

tbody {	
background: #F7F7F7;
}

td {	
padding: 10px;
color: #666666;
}

td a {

color: #004066;
}

tbody tr:hover td {
color: #004066;
background: #EBEBEB;
}

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