body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	background-color: #82B64A;
	color: #4C1C1E;
	margin-top: 0px;
	padding-bottom: 0px;
	background-image: url(../../img/fondo.jpg); 
	background-repeat: repeat-x; 
	background-position: top;
	/*background-image: url(../../img/bg2.gif); 
	background-position: top;*/

}

hr{
	display: none;
}
td { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C1C1E;
}

/* tabella grande */
#tab 
{
	margin-top: 15px;
	background-color: #fff;
}

/* tabella titolo */

#titletab {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	height: 180px;
	
 	width: 600px;
	margin-left: 140px;
	
}

/*MINIATURE FOTO */

img {
	border: 0;
}

.foto {
	border: 4px solid #86B916;
	margin-right: 18px;
	margin-bottom: 18px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #3A5720;
	margin: 5px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}

.titolo {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}


a, a:link {
	color: #537C2D;
	text-decoration: none;
}

a:hover, a:active {
	color: #537C2D;
	text-decoration: underline;
}

