/*
Menu related selectors

body {
	background: #FFFFFF;
}
*/
A:LINK {
 color : #064B81;
 text-decoration: none
}

A:VISITED {
 color : #064B81;
 text-decoration: none
}

A:HOVER {
 color : DarkMagenta;
 text-decoration : underline;
}

A:ACTIVE {
 color : SlateBlue;
 text-decoration: underline;
}	

.titolo {
	background: #4584af;
	color: white;
	font: 11pt arial; 
	font-variant: small-caps;
	text-align: center;
	height: 10px;

}

.Blocco {
	color: #064B81;
	font: 8pt arial;
	padding : 5pt;
	height: 80px;
	width: 200px;
	text-align: justify;
	background: #F5F7F6;
}

.Lista {
	color: #064B81;
	font: 8pt arial;
}
.BloccoB {
	
	width: 200px;
	height: 100px;
}

.BloccoCentrale {
	background: #FFFFFF;
	font: 10pt arial;
	color: #000033;
	padding : 10pt;
	text-align: justify;
	width: 100%;

}

hr {
	color: #064B81;
	height: 2pt;
}