/* CSS Document */
html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}
.cellatesto {
	width: 350px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

.titolo_nero {
	font-size: 24px;
	font-weight: bolder;
	color:#000000;
	text-decoration: none;
}

#menu {
	color: #000000;
	background-color: #EFEFEF;
}
#menu img {
	display: inline;
	vertical-align: middle;
}

#menu a {
	font-size: 19px;
	color: #827c64;
	font-weight: bolder;
	text-decoration: none;

}

#menu a:hover {
	text-decoration: underline;
	color: #827c64;
	font-weight: bolder;
}

#content {
	position: relative;
	clear: left;

}

#content a {
	font-size: 10px;
	color: #827c64;
	text-decoration: none;

}

#content a:hover {
	text-decoration: underline;
	color: #827c64;
	font-weight: bold;
}

#footer {
	background-color:#000000;
	padding-top:40px;
	padding-bottom: 10px;
	clear: left;
}

#footer a {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

#footer .titolo {
	font-size: 9px;
	color: #827c64;
}

select {
	font-size: 11px;
}
input {
	font-size: 11px;
}
#content #tab_cont {
	clear: left;
	text-align: left;
	width: 990px;
}
