/* CSS Document */
body {
	background-image: url(/imma/sf.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p.testo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:left;
}
td.testo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:left;
}
h1.titolo {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 5px;
	text-align:center;
}
#testo {
	overflow:auto;
	position:relative;
	width:700px;
	height: 189px;
	margin-top:5px;
}
.errore {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:left;
	color:#FF0000;
	font-weight:bold;
}
.testo_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:0px;
	color:#438E3C;
}

a.se:hover, a.se {
	text-decoration:none;
	cursor: text;
	color:#438E3C;
}

