@charset "utf-8";
body, html{
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #af7e10;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
li {
	padding-right: 30px;
	padding-left: 30px;
}
.table_home {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 0px;
	border: none;
}
.bordo_home {
	border: 2px solid #af7e10;
}
.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: justify;
	vertical-align: top;
}
.content_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}
.titolo {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}
.testo {
	padding-right: 30px;
	padding-left: 30px;
}
