@charset "utf-8";
.Cornice {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	border: thick solid #1267A0;
	background-color: #FFFFFF;
	color: #1267A0;
}
body {
	background-repeat: no-repeat;
}
.CorniceBanner {
	border: thin solid #61B6EF;
}

.Titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #3094CF;
}
.Botton {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #666666;
}
.Linea {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #63B6EC;
	text-decoration: none;
}
.Testo {
	font-family: "Trebuchet MS", Verdana;
	color: #105787;
	font-size: 14px;
}

a:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #63B6EC;
	text-decoration: underline;
}
