body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	color: #CC3300;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.text {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.text a {
	color: #CC3300;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}
.textbold {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.prestazione {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.prestazioneatt {
	color: #CC3300;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.prestazioneattbold {
	color: #CC3300;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}








a.opacity img {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

a.opacity:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

