/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
}


.titolo {
	color:#333333;
	font-size:20px;
}

.top {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;	
}



.testo {
	color:#333333;
	font-size:14px;
	line-height:20px;	
}

.testo a:link, .testo a:active, .testo a:visited {
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-decoration:none;	
}

.testo a:active {
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-decoration:none;	
}

.testo a:visited {
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-decoration:none;	
}

.testo a:hover {
	color:#98B475;
	font-size:14px;
	line-height:20px;
	text-decoration:none;	
}


.indirizzo {
	color:#333333;
	font-size:12px;	
}

.indirizzo a:link {
	color:#333333;
	font-size:12px;
	text-decoration:none;	
}

.indirizzo a:active {
	color:#333333;
	font-size:12px;
	text-decoration:none;	
}

.indirizzo a:visited {
	color:#333333;
	font-size:12px;
	text-decoration:none;	
}

.indirizzo a:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;	
}
.bordobasso {
	border-bottom: 1px solid #98b575;
}