
body{
/*	background-image: url(../img/body-bg.gif); 
	background-repeat: repeat-x;

*/
	background-image: url(../img/BG_sfuma.jpg); 
	background-position: center;

	font-family: trebuchet MS;
	font-size: 11px;
	background-color: #E2E7E2;
	margin-top: 10px;
}
a:link{
	font-family: trebuchet MS;
	font-size: 11px;
	text-decoration: none;	
	color: #006400;
}
a:visited{
	font-family: trebuchet MS;
	font-size: 11px;
	text-decoration: none;	
	color: #006400;
}
a:hover{
	font-family: trebuchet MS;
	font-size: 11px;
	text-decoration: none;	
	color: #A9A9A9;
}
td{
	font-family: trebuchet MS;
	font-size: 11px;
}
.bordo{
	font-family: trebuchet MS;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #006400;
}

.form{
	background-color: white;
	font-family: trebuchet MS;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #006400;
}

hr{
	height: 1px;
	color: #006400;	
}
.immagine{
	background-color: white;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: Green;
	width: 100px;
}
.immagineLarge{
	background-color: white;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: Green;
	width: 500px;
}
.tasto{
	background-color: #008C00;
	font-family: trebuchet MS;
	font-weight: bold;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-top-color: #43D143;
	border-left-color: #43D143;
	border-bottom-color: #006400;
	border-right-color: #006400;
}

.testatabella{
	background-color: #008C00;
	font-family: trebuchet MS;
	font-weight: bold;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-top-color: #43D143;
	border-left-color: #43D143;
	border-bottom-color: #006400;
	border-right-color: #006400;
}