/* CSS Document */
html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
}
#header {
	width:560px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:0px;
}
/* formattazione pagina intera content colonna 560px */
#contenuto_content {
	width:560px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:0px;
}
#contenuto_content h3 {
	color:#002446;
	width:560px;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#contenuto_content p {
	color:#002446;
	line-height:15px;
	font-size:10px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}
#contenuto_content ul {
	color:#002446;
	line-height:15px;
	font-size:10px;
	margin-left:25px;
	padding:0px;
	list-style:url(../images/grafica/freccia_content.gif)  outside;
}
#contenuto_content img {
	border:1px solid #FFF;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

#contenuto_content h2 {
	color:#002446;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
#contenuto_content p img {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:5px;
}
#contenuto_content p.data {
	color:#000;
	line-height:15px;
	font-size:10px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:0px;
	text-align:right;
	border-top:1px dashed #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#contenuto_content p.service {
	color:#000;
	line-height:15px;
	font-size:10px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:0px;
	text-align:right;
	border-bottom:1px dashed #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#contenuto_content p.service a {
	color:#000;
}
#contenuto_content p.service a:hover {
	color:#FF0000;
}

#footer {
	width:560px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:0px;
}
#footer p {
	font-size:10px;
	text-align:center;
}