a:link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
body  {
	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
P  { 
 	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.link_alti:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a.link_alti:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a.link_bassi:link {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
a.link_bassi:visited {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
.linea_grigia {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.titolo {
 	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.titolo_piccolo {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.testo {
 	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.testo_bianco_scritta:link {
 	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.testo_bianco_scritta:visited {
 	font-family: Helvetiva, Verdana, Georgia, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.testo_rosso {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.testo_rosso:link {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.testo_rosso:visited {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.testo_bianco {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.testo_non_nero {
	color: #3E3E28;
	font-size: 12px;
	text-decoration: none;
}
.linea_bianca {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.indirizzo {
	color: #3E3E28;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

table.trasparente{
	filter:alpha(opacity=50); 
	opacity: 0.90;
	-moz-opacity: 0.90
}
table.calendario {
border-collapse:collapse;
}
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #f4d382;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #f4d382;
	background-color: white;
	-moz-border-radius: ;
}


