html{
	padding:0px;
	margin:0px;
	text-align: center;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	background-color: #00778d;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	height: 768px;
	text-align: center;
	margin: 0px auto;
}
h1{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: none;
}
h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0px;
	text-align: left;
	color: #797979;
}
h3{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0px;
	color: #6c8437;
}
form{
	margin: 0px auto;
	padding: 0px; 
}
div {
	text-align: left;
}
#contenitore{
	margin: 0px;
	padding: 0px; 
	width: 854px;
	/*height: 451px;*/
	background-color: White;	
	text-align: left;
	margin-top: 30px;
}

#menu{
	margin: auto;
	font-size: 12px;
	width: 854px;
	height: 104px;
	text-align: center;
/*	margin-top: 12px;*/
	background-image: url(img/menu_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#contienitutto{
	margin: auto;
	font-size: 12px;
	width: 854px;
	height: 451px;
	text-align: center;
}

#box_download{
	margin: auto;
	font-size: 12px;
	width: 237px;
	height: 96px;
/*	margin-top: 12px;*/
	background-image: url(img/box_down.gif);
	background-repeat: no-repeat;
}

#footer{
	margin: auto;
	background-color: White;
	font-size: 12px;
	color: #b7d37e;
	width: 854px;
	height: 41px;
	text-align: center;
}

a.link{
	text-decoration: none;
	border: none;
}
a.link:hover{
	text-decoration: underline;
	border: none;
}

a.menu{
	text-decoration: none;
	color: #95dfed;
	border: none;
	font-weight: bold;
	font-size: 10px;
	height: 39px;
	/*width: 95px;*/
	display: block;
}
a.menu:hover,.selezionato{
	text-decoration: none;
	border: none;
	color: White;
	font-weight: bold;
	font-size: 10px;
	height: 39px;
	/*width: 95px;*/
	display: block;
}
.bordo{
	border: 1px solid #000;
}
.bordobianco{
	border: 1px solid #fff;
}
.gras{
	font-weight: bold;
}
.f0 {
	font-size: 0.1em;
	line-height: 0.1em;
	margin-bottom: -1px;
}
.f1 {
	font-size: 11px;
}
.f2 {
	font-size: 12px;
}
.f3 {
	font-size: 13px;
}
.f4 {
	font-size: 14px;
}
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.floatRight {
	float: right;
}
.clearRight {
	clear: right;
}
.allineaDx{
	text-align: right;
}
.allineaSx{
	text-align: left;
}
.justify{
	text-align: justify;
}
.centra{
	text-align: center;
}
.noBorder{
	border: 0;
}
.noMargin {
	margin: 0;
	padding: 0;
}

.bottom{
	vertical-align: bottom;
}

.padding5{
	padding: 5px;
}
.c1 {
	color: #000; 
}
.c2 {
	color: #FFF;
}
.c3 {
	color: #b7d37e; /*verdolino*/
}
.c4{
	color: #6c8437; /*verde + scuro*/
}
.middle{
	vertical-align: middle;
}
.top{
	vertical-align: top;
}
input.form{
	font-size: 12px;
	width: 105px;
	height: 14px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #FFF;
}

.foto{
	margin-left: 20px;
	margin-top: 20px;
}

.scriviData{
	background-color: #f26522;
	color: #fff;
	font-size: 19px;
	width: 300px;
	height: 40px;
	position: relative;
	top: 280px;
	margin-left: 295px;	
	text-align: right;
}

.scriviLuogo{
	color: #fff;
	font-size: 19px;
	width: 300px;
	height: 40px;
	position: relative;
	top: 280px;
	margin-left: 295px;	
}

a{
	text-decoration: underline;
	color: #88AE3B;
}
a:hover{
	text-decoration: none;
	color: #6c8437;
}

p{
padding:0;
margin-top:2px;
margin-left:0;
margin-right:0;
margin-bottom:0;
}