a:link {
	color: #0037AA;
}
a:visited {
	color: #0037AA;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
.Pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(immagini/pagine/sfondo.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	margin-left: 5px;
	color: #002675;
}
.Tabella {
	background-color: #FFFFFF;
	border: thin dotted #FF6600;

}
.MenuAlto {
	border-top: thin #FF6600;
	border-right: thin #FF6600;
	border-bottom: thin dotted #FF6600;
	border-left: thin #FF6600;

}
.MenuSinistra {
	background-color: #FFEFE5;
	font-size: 14px;
	padding: 8px 4px 4px;
}
.TestoNormale {
	font-size: 12px;
	text-align: justify;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.TestoTitoli {
	font-size: 18px;
	text-align: center;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
	color: #FF6800;
}
.TestoFinePagina {

	font-size: 11px;
	text-align: center;
}
.TestoGrande {

	font-size: 14px;
}
