@charset "UTF-8";
/* CSS Document */
body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

.bottoni{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	text-transform:none;
	color:#999999;
	
}

.bottoni a:link{
	text-decoration: none;
	color: #666666;
	}

.bottoni a:visited{
	color: #666666;
	text-decoration: none;
	}

.bottoni a:hover{
	color: #666666;
	text-decoration: underline;
	}
.bottoni a:active{
	color:#666666;
	text-decoration:none;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal
	font-weight: lighter;
	text-transform:none;
	color:#999999;
	
}

.testo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal
	font-weight: lighter;
	text-transform:none;
	color:#333333;
}

.testo a:link{
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	}

.testo a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	}

.testo a:hover{
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	}
.testo a:active{
	color:#666666;
	text-decoration:none;
	font-size: 10px;
}
