body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #CC9E3C;
	text-decoration: none;
}
a:hover, a:active {
	color: #7F7F7F;
	text-decoration: underline;
}

/* inizio struttura */
.barra-top, .barra-bottom {
	height: 110px;
	background-image: url(images/sf01.gif);
	background-position: center;
	background-repeat: no-repeat;
}
	.barra-top {
		background-image: url(images/sf01.gif);
	}
	.barra-bottom {
		background-image: url(images/sf02.gif);
	}

.container, .menu, .menu-bottom, .testata, .footer {
	width: 745px;
	margin: 0px auto 0px auto;
	padding: 36px 40px 36px 40px;
}
	/* inizio menu */
	.menu, .menu-bottom {
		background-color: #FFFFFF;
		height: 110px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
		.menu table, .menu-bottom table {
			height: 110px;
		}
		.menu a:link, .menu a:visited {
			display: block;
			/*width: 115px;*/
			height: 20px;
			line-height: 20px;
			margin-bottom: 5px;
			padding-left: 5px;
			padding-right: 10px;
			border-left: 7px solid #FFEBBF;
			color: #333333;
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
		}
		.menu a:hover, .menu a:active {
			border-left: 7px solid #333333;
			color: #CC9E3C;
			text-decoration: none;
		}
		.menu .spazio {
			display: block;
			width: 135px;
			height: 20px;
			line-height: 20px;
			margin-bottom: 5px;
			padding-left: 5px;
		}
		/* inizio variazione menu BOTTOM */
		.menu-bottom a:link, .menu-bottom a:visited {
			display: block;
			/* width: 130px; */
			padding-right: 20px;
			height: 15px;
			line-height: 15px;
			margin-bottom: 3px;
			color: #333333;
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
		}
		.menu-bottom a:hover, .menu-bottom a:active {
			color: #CC9E3C;
			text-decoration: none;
		}
		.menu-bottom .spazio {
			display: block;
			width: 130px;
			height: 15px;
			line-height: 15px;
			margin-bottom: 3px;
		}
		/* fine variazione menu BOTTOM */
	/* fine menu */
	.container {
		width: 825px;
		padding: 0px;
	}
	.footer {
		text-align: right;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 11px;
	}
/* fine struttura */

#intro {
	width: 825px;
	height: 340px;
	background-color: #B2B2B2;
}

.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.sottotitolo {
	font-weight: bold;
	color: #FF6600;
}

.testo-corsivo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: left;
}

p {
	text-align: justify;
}

.testo-piccolo {
	font-size: 11px;
}
.testo-grande {
	font-size: 18px;
}

.invisibile {
	display: none; 
}
.visibile {
	display: block;
}
