html {
	height: 101%;
}

body {
	background-color: #3d4276;
	margin-top: 30px;
	margin-bottom: 30px;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3d4276;
	text-decoration: none;
}

.cellaTestata {
	background-repeat: no-repeat;
	background-image: url(immagini/graphics/testata.jpg);
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4276;
	text-align: justify;
}

.titoli {
	font-size: 14pt;
	font-weight: bold;
	color: #3d4276;
	font-family: Arial, Helvetica, sans-serif;

}

.sottotitoli {
	font-size: 10pt;
	font-weight: bold;
	color: #3d4276;
	font-family: Arial, Helvetica, sans-serif;
}

.cellaContatti {
	width: 300px;
	border: 1pt dashed #000066;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-image: url(immagini/contatti.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.testoInformazioni {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4276;
	text-align: right;
}

.linkImg {
	border: 1pt solid #000066;
}

.testoContatti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
}

