@charset "UTF-8";
a {
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #C51614;
}
a:hover {
	color: #C51614;
}
a:active {
	color: #C51614;
}
a:link {
	color: #C51614;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #C51614;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	width: 930px;
	height: 590px;
	margin: 0 auto;
}

#header {
	width: 930px;
	height: 60px;
	margin-top: 30px;
}

#central {
	width: 930px;
	height: 480px;
	float: left;
}

#left {
	width: 210px;
	height: 470px;
	float: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #333;
}

#footer {
	width: 930px;
	height: auto;
	float: right;
	margin-top: 10px;
}

#filetti {
	width: 710px;
	height: 470px;
	float: right;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #333;
}

.grigio {
	color: #999;
}

.small_grey {
	color: #999;
	font-size: 10px;
}

.small_black {
	color: #333;
	font-size: 10px;
}

