@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	background-color: #F2F4F3;

}
.FPcentrato {
	width: 960px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear:left;
}.FPintestazione {
	width: 960px;
	background-color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.FPintestazione2 {
	width: 900px;
	border: 1px solid #0099CC;
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.FPtesto {
	width: 960px;
	background-color: #edece9;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FPtesto h1{
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 18px;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

.FPtesto p{
	font-size: 12px;
	text-align: justify;
	margin-right: 30px;
	margin-left: 30px;
}

.FPtesto li{
	font-size: 10px;
	text-align: justify;
	margin-right: 30px;
	margin-left: 30px;
}
.FPchiusura {
	background-color: #333333;
	color: #B1C1C7;
	padding: 20px;
	margin: 0px;
	line-height: 20px;
}
.FPchiusuraLINK{
	float: left;
	width: 480px;
	line-height: 40px;
	height: 40px;
	background-color: #FF6600;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.FPchiusuraLINK a{
	color: #FFFFFF;

}

.FPchiusuraLINK a:hover{
	color: #990000;

}
.FPcentrato img {
	border: 5px solid #333333;
}
