@charset "UTF-8";
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	letter-spacing: -2px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

.border_img {
	border: 10px double #FFFFFF;
}
.bg_menu {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #003B72;
}




.bg {
	background-color: #003b72;
	background-image: url(../immagini_sito/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img_up {
	width: 1000px;
	left: 50%;
	right: 50%;
	background-image: url(../immagini_sito/bg_sez_up.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.img_down {
	background-image: url(../immagini_sito/bg_sez_down.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 200;
	color: #222222;
	text-decoration: none;
}
.lettering_copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 200;
	color: #222222;
}
.img_puntini {
	background-image: url(../immagini_sito/puntini.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.img_puntini_orizzontali {
	background-image: url(../immagini_sito/puntini_orizz.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.img_center {
	background-image: url(../immagini_sito/bg_sez_center.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 30px;
	padding-left: 30px;
}
.lettering_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 200;
	color: #222222;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.lettering_titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../immagini/bg_titoli.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;
}

