body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
	background-color: #CCC;
	margin-left: 0px;
}

th {
	font-size: 12px;
	font-weight: bold;
}

td {
	font-size: 10px;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: Black;
	font-weight:bold;
}

a:hover  {
	font-size: 12px;
	text-decoration: none;
	color: Black;
	font-weight:bold;
}

a:visited{
	font-size: 12px;
	text-decoration: none;
	color: Red;
	font-weight:bold;
}

#content{
	width:780px;
	margin:0px;
	padding:0px;
	background-color: #FFF;
	border-bottom: dashed 1px #333;
}

#menu_left {
	float:left;
	padding:10px 0 0 15px;
	width: 175px;
}

#content_right {
	margin-left:177px;
	border-left: 1px solid #999;
	padding: 10px 15px 15px 15px;
	text-align: left;
	font-size:10px;
}

.titolo {
	font-weight: bold;
	font-size: 12px;
}

