@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(sfondo.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 0pt;
	color: #668bb5;
	background-image: url(button1.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	width: 184px;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
.menu a:hover {
	color: #CC0000;
	background-image: url(button2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu_attivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 0pt;
	color: #CC0000;
	background-image: url(button3.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	width: 184px;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}


.TITOLO1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	color: #C6AA64;
	font-weight: bold;
	padding-left: 60px;
}
.TITOLO1b {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	color: #C6AA64;
	font-weight: bold;
}
.TITOLO1c {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C6AA64;
	font-weight: bold;
}





.TITOLO2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #5680AD;
	padding-right: 100px;
	text-align: justify;
	padding-left: 60px;
}
.TITOLO3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #CC0000;
	font-weight: normal;
	padding-left: 60px;
}



.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}
.txt1b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #41454A;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #745932;
}

.txt2 a{
		color: #745932;
	text-decoration: none;
}

.txt2 a:hover{
	color: #069;
	text-decoration: none;
}

.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.txt4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}
.txt4-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}



.border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #C6AA64;
}
.border_vertical {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #668bb5;
}
