@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCCCCC;
}
.Titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: center;
}
.Titolo_tab_sx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	background-color: #666666;
}
.Testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.link_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3C4E;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
.menu_superiore
{
}
.menu_superiore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu_superiore a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menu_superiore_attivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #CDD8F3;
	text-decoration: none;
	font-weight: bold;
}

.Nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: small-caps;
	color: #004285;
	text-decoration: none;
}
.tabella_sx {
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tabella_sx_100percento {
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}