body {
	margin: 0px;
	padding: 0px;
	background-color: #0F4CA1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 14px;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

#intro {
	margin: 15px;
}

a:link, a:visited {
	color: #0F4CA1;
}
a:hover, a:active {
	color: #0F4CA1;
	text-decoration: none;
}

.testobianco {
	color: #FFFFFF;
}

	.testobianco a:link, .testobianco a:visited {
		color: #FFFFFF;
	}
	.testobianco a:hover, .testobianco a:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	
.sf-tabella-up {
	background-color: #FFFFFF;
	background-image: url(images/sf-tabella-up.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.sf-tabella-dw {
	background-color: #FFFFFF;
	background-image: url(images/sf-tabella-dw.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.titolo {
	background-color: #DFDFDF;
	padding: 20px 10px 10px 10px;
	width: 349px;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	color: #0F4CA1;
}

.titolo-bottom {
	background-color: #DFDFDF;
	padding: 10px;
	width: 349px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0F4CA1;
}

.content {
	padding: 10px 70px 10px 70px;
}
	.content p {
		text-align: justify;
	}

.content-galleria {
	padding: 10px 0px 10px 0px;
}
	
.popup-img img {
	border: 5px solid #FFFFFF;
}