.sfondo1 {
	background-image: url('/images/sfondo_body.png');
	background-repeat: repeat-x;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	
	border-width: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;	
	padding: 0px;	
	background-color: #ECF1F9;
}


a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}