body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ECDFBF;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

input, textarea, select {
	color: #9B6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	padding: 0px;
	margin: 0px;
}

p, ul, ol {
	padding: 15px 30px 15px 30px;
	font-size: 12px;
	margin: 0px;
}
.carattere-standard {
	font-size: 11px;
}



a:link, a:visited {
	color: #9B6600;
	text-decoration: underline;
}
a:hover {
	color: #9B6600;
	text-decoration: none;
}

.linktesto:link, .linktesto:visited {
	color: #333333;
	text-decoration: underline;
}
.linktesto:hover {
	color: #333333;
	text-decoration: none;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #9B6600;
	border-top: 1px solid #9B6600;
	margin-bottom: 5px;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
}
	.menu a:link, .menu a:visited {
		color: #9B6600;
		text-decoration: none;
		padding-left: 3px;
		padding-right: 3px;
	}
	.menu a:hover {
		color: #9B6600;
		text-decoration: none;
		background-color: #EBE0CC;
		padding-left: 3px;
		padding-right: 3px;
	}


.titolo1 {
	height: 43px;
	background-image: url(images/sf-titolo1.gif);
	background-repeat: repeat-x;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #9B6600;
	margin: 0px;
}
.titolo2 {
	height: 43px;
	background-image: url(images/sf-titolo2.gif);
	background-repeat: repeat-x;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #9B6600;
}
.titolo3 {
	padding: 3px 20px 3px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #9B6600;
}
.paragrafo2 {
	padding: 3px 20px 3px 20px;
	font-size: 12px;
}

.video {
	text-align: center;
	margin: 10px auto 10px auto;
	width: 280px;
}