a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: none;
}
body {
	font-family: "Palatino Linotype";
}
td {
	font-family: "Palatino Linotype";
}
.note {
	font-family: "Palatino Linotype";
	font-size: 10pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 15pt;
	line-height:1,5em;
	margin-top: 1pt;
	margin-bottom:1pt;
}
.indbr {
	font-family: "Palatino Linotype";
	font-size: 12pt;
	text-align: justify;
	text-indent: 15pt;
	
}
.tendina {
	font-family: "Palatino Linotype";
	font-size: 12pt;
	color: #000000;
	background-color:#F3F7F7;
}

.imgleftbordo { margin: 0 10px 0 0; border: 1px solid #CCC; float: left; }

.imgrightbordo { margin: 0 0 0 10px; border: 1px solid #CCC; float: right; }

.imgbordo { border: 1px solid #CCC; }

.imgleft { margin: 0 10px 0 0; float: left; }

.imgright { margin: 0 0 0 10px; float: right; }


