body {
	background-color: #D0D0D0;
	margin-top: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0060AF;
}


a:link {
	color: #0060AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0060AF;
}
a:hover {
	text-decoration: none;
	color: #F2CB1A;
}
.sf_sito {
	background-image: url(images/bottoni/sfondo.png);
	background-position: bottom;
}
a:active {
	text-decoration: none;
	color: #0060AF;
}

.sf_testa {
	background-image: url(images/sf_testa.png);
	background-repeat: repeat-x;
}
.sf_blu {
	background-color: #0072d1;
	height: 30px;
	text-indent: 10px;
	margin-top: 0px;
}
.sf_blu_2 {
	background-color: #0072d1;
	height: 20px;
	text-indent: 5px;
	margin-top: 0px;
}
.txt_contenuto {
	padding: 8px;
}
.txt_evid_blu {
	color: #FFFFFF;
	background-color: #0062B4;
}
ul {
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
}
.txt_credits {
	font-size: 11px;
}

/* inizio css menu a comparsa */
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-image: url(images/sfondo_menu.png);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #007BD5;
}

/* fine css menu a comparsa */
