body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.scritte_bianche {
	font-size: 10pt;
	text-decoration: none;
	border: medium none;
}
.zoccolo {
	font-size: 8pt;
	color: #999999;
}
/* MENU PRINCIPALE */
.menuNavigazione{
	font-size:10px;
	font-weight: bold;
}
.menuNavigazione a{
	text-decoration:none;
	border:2px solid #fff;
	text-align:center;
	display: block;
	background-color: #346A9B;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
/* COLORI */
.menuNavigazione{
color:#039;
}
/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
text-decoration:none;
border-color:#003399;
}
.titolo_pagina {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	font-weight: bold;
	color: #346A9B;
	text-align: center;
}
.descrizione {
	font-size: 9pt;
	color: #346A9B;
}
