/* CSS Document */



.anag_list {
	text-align:center;
	margin:4px;
	padding:4px;
}


.anag_list_intestazione th, .anag_list_intestazione td{
	background-color:#0C6FA3;
	width:220px;
	HEIGHT: 26px;
	white-space:nowrap;
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.anag_list_gruppo th, .anag_list_gruppo td{
	white-space:nowrap;
	text-align:left;
	HEIGHT: 26px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333
}

.anag_list td{
	background-color:#ffffff;
	HEIGHT: 26px;
	
	white-space:nowrap;
	text-align: left;
	FONT-FAMILY: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size:12px;
}

.anag_list a:link, .anag_list a:hover, .anag_list a:visited, .anag_list a:active{
	color:#3A469B;
	text-decoration:none;
}