body .testo{
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #66C;
	outline: none;
	}
a:visited {
	color: #669;
	text-decoration: none;
	}
a:active {
	color: #66C;
	}
a:hover {
	color: #336;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
a.dizionario {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #333;
	border-bottom: dotted 1px;
	outline: none;
	}
	
h1 {
color: #006;
text-shadow: 2px 2px 2px silver;
font-size: 18px;
font-weight: bold;
}

.light {
color: #DDD;
}

.cat {
	font-size: 12px; 
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #CCC;
	border: 1px solid #999;
	color: #CC6600;
	padding: 1px;
}
.listino {
	font-size: 11px; 
	background: #EEE;
	color: #005;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 15px;
}

.descrizione {
	font-size: 11px; 
	background: #EEE;
	color: #005;
	border: 1px solid #999;
	padding: 15px;
}

.rinnovabile {
	background: url('../../listino/img/check.jpg') no-repeat;
	padding-left: 25px;
	padding-top: 8px;
	color: #005;
}

.nonrinnovabile {
	background: url('../../listino/img/uncheck.jpg') no-repeat;
	padding-left: 25px;
	padding-top: 8px;
	color: #BBB;
}


.boxgrigio {
border: 1px #333 dotted;
padding: 6px;
background: #BBC;
}

.boxgiallo {
border: 1px #333 dotted;
padding: 6px;
background: #FFC;
}.aranciobold {
	font-weight: bolder;
	color: #FF6600;
}

