body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: 150%;
	padding: 15px 15px 15px 15px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	}

.testo a:link {
	color: #003366;
	text-decoration: underline;
}
.testo a:visited {
	color: #003366;
	text-decoration: underline;
}
.testo a:hover {
	color: #FF6600;
		text-decoration: underline;
	}

.bordo {
	border: 1px dashed #006699;
}
.testogrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 150%;
	text-align: center;
	font-style: normal;
}
.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	padding: 5px;
}
.testo2 a:link {
	color: #003366;
	text-decoration: none;
}
.testo2 a:visited {
	color: #003366;
	text-decoration: none;
}
.testo2 a:hover {
	color: #FF6600;
		text-decoration: none;
	}

