body {
	background-color: #E4E4E4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: Black;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: Navy;
}	
a:hover {
	color: #00BFFF;
}	

table.tabellagenerale {
	border: 1px solid White;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: White;
}

.testotitolo {
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.sfondotitolo {
	background-image: url(images/struttura/sfondotitolo.jpg);
}

.testonormale {
	font-size: 11px;
	line-height: 18px;
}

.testopiccolo{
	font-size: 10px;
	line-height: 15px;
}

.barrapulsanti {
	background-color: Black;
}

.testocopyright {
	font-size: 9px;
	color: Black;
}


.pulsanti_nav {
	color: White;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
}

.pulsanti_nav a:link,.pulsanti_nav a:active,.pulsanti_nav a:visited {
	text-decoration: none;
	color: White;
}	
.pulsanti_nav a:hover {
	color: Yellow;
}	

