html,body {
	height: 100%;
}

.testo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

.testo_indirizzo {
	color: #FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
}

.testo_indirizzo a{
	color: #344f78;
	text-decoration: underline;
}

.testo_indirizzo a:hover{
	color: #344f78;
	text-decoration: underline;
}

.testi_piccoli_bianchi {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

.testi_piccoli_bianchi a{
	color: #FFFFFF;
	text-decoration: none;
}

.testi_piccoli_bianchi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

