body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	display: inline;
}

ul {
	margin:0px;
	padding: 0px;
	list-style: none;
}

table {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

.titoli {
	font-weight: bold;
}

#testata {
	margin: 0px;
	background: url(img/riga.gif) repeat-x;
	height: 140px;
}

#menu {
	font-size: 11px;
	color: #999;
	left: 15px;
	position: absolute;
}

#menu strong {
	font-weight: bold;
	line-height: 25px;
}

#main {
	left: 130px;
	position: relative;
	margin-bottom: 30px;
	width: 650px;
}
#main2 {
	left: 130px;
	position: relative;
	margin-bottom: 30px;
	width: 910px;
}

#foot {
	font-size: 9px;
	line-height: 9px;
	color: #999;
	display: block;
	left: 130px;
	position: relative;
	background: white;
	width: 580px;

}


#titoli {
	font-weight: bold;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color:#666;
	text-decoration: none;
}