@media screen {

body {
	background-color: #e1e1e1;
}

.menu {
	font-family: Arial; 
	font-size: 12px; 
	padding-left: 10px;
}

.menu_sx {
	padding-right: 10px;
}

.testo_blu {
	font-family: Arial; 
	font-size: 12px; 
	color: #134D6C; 
}

.testo_bianco {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

.menu_prodotti {
	font-family: Arial;
	font-size: 18px;
	color: #134d6c;
	font-weight: bold;
	padding-left: 10px;
}

.titolone {
	font-family: Arial; 
	font-size: 32px;
	color: #134d6c;
	font-weight: bold;
}

.testo_11 {
	font-family: Arial; 
	font-size: 11px;
}

.testo {
	font-family: Arial; 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	color: #134d6c;
}

a:link {
	text-decoration: none;
	color: #134d6c;
}

a:visited {
	text-decoration: none;
	color: #134d6c;
}

a:hover {
	text-decoration: underline;
	color: #134d6c;
}

a.testo_bianco:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.testo_bianco:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.testo_bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.testo_bianco:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.menu:active {
	text-decoration: none;
	color: #000000;
}

a.menu:link {
	text-decoration: none;
	color: #000000;
}

a.menu:visited {
	text-decoration: none;
	color: #000000;
}

a.menu:hover {
	text-decoration: underline;
	color: #134d6c;
}

.tabcentr{
	height: 632px;
	overflow: auto;
}

.tableft{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #141414;
}

}

@media print {

.no{display: none;}

.testo {
	font-family: Arial; 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

}
}