body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center; /* centra in IE */
	width: 100%;
	height: 100%;
}
div#foglio {
	width: 950px;
	padding: 0;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	
	background: url(/img/sfondo.gif) repeat-y top left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
	
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: black;
}
div#testata {
	background-image: url(/img/testata.jpg);
	background-repeat: no-repeat;
	height: 86px;
}
div#footer {
	border-top:  1px solid black;
	text-align: center;	
	color: #138986;
	font-weight: bold;
	clear: both;
	background-color: white;
}
div#footer a, div#footer a:hover, div#footer a:visited {
	color: #138986;
}
img {
	border: 0;
	margin: 0;
}
div#corpo div#titolo {
	color: #138986;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 10px;
}
div#corpo a,div#corpo a:hover,div#corpo a:visited {
	color: #138986;
	text-decoration: underline;
}
div#corpo a.editLink,div#corpo a:hover.editLink,div#corpo a:visited.editLink {
	color: #FF00FF;
	text-decoration: underline;
}
div#corpo h2 {
	padding: 2px 2px 2px 10px;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-align: left;
}
div#corpo h2 a {
	color: #138986;
	text-decoration: underline;
}
div#corpo h2 a:hover {
	color: #138986;
	text-decoration: underline;
}
div#corpo h2 a:visited {
	color: #138986;
	text-decoration: underline;
}
div#corpo p {
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 10px 8px 10px;
}
input, textarea {
	border: 1px solid black;
	background-color: white;
	margin: 2px;
	padding: 2px;
	font-size: 1em;
	color: #138986;
	font-weight: bold;
}
span.cb input {
	border: 0;
}
ul {
	margin: 2px 2px 2px 40px;
}