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

body {
	margin: 0px;
	padding: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	margin: 0px auto 10px;
	padding: 0px;
}

.title {
	margin: 0px auto 20px;
	padding-left: 63px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #ee8652;
	background: url(../logo.jpg) no-repeat center left;
}

a {
	color: #000000;
	text-decoration: underline
}

a:hover {
	color: #EA3F1D;
	text-decoration: none;
}

.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.clear {
	clear: both;
}

.immagini {
	text-align: center;	
	margin-top: 0px;
}
.immagini img {
	margin: 0px 40px -15px 0px;	
}
legend {
	color: #E95F1D;
	font-weight: bold;
}
