/* CSS Document */

.menu {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #6B3200;
	text-decoration: none;
}
a:hover.menu {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #E69418;
	text-decoration: none;
}
.testo{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #6B3200;
}
.titoli{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 15px;
	color: #6B3200;
	font-weight: bold;
}
.titoletti{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #6B3200;
}
.grassetto{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.testoNormale{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.inclinato{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-style:italic;
}
.testoLink {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:hover.testoLink {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #E69418;
	text-decoration: none;
}
.minitesto{
 font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 9px;
	color: #6B3200;
}
.zonaVisibile {
DISPLAY:block;
}
.zonaNascosta {
DISPLAY:none;
}.titoloni {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #4D1E02;
}
