/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #315d8a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #315d8a;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #98B7CE;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #98B7CE;
}


.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #315d8a;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #315d8a;
}

.abbonamento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305C89;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.numeroverde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a7d11;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #315d8a;
	padding-left: 30px;
}

.area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d1e4f1;
	padding-left: 10px;
}

.testo_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1e4f1;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305C89;
	background-color: #9DB1D2;
	border: 1px solid #7A93BB;
}

.bordo {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #6992b5;
	border-right-color: #6992b5;
}

.bordo_sx {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6992b5;
}

.bordo_dx {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6992b5;
}
