html
{
	width: 100%;
}
body
{
	font-family: arial, tahoma, verdana, times;
	font-size: small;
	width: 768px;
	MARGIN: 10px auto 0px auto;
	background-image: url(img/bodybck.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
td
{
 font-family: arial, tahoma, verdana, times;
}
.verdechiaro
{
 background:#BADDFB;
 border: 1px solid #008040;
 color: #000000;
 font-size: small;
}
.verdescuro1
{
 background:#0062AC;
 border: 1px solid #008040;
 color: #ffffff;
 font-size: 18px;
}
.verdescuro2
{
 background:#0062AC;
 border: 1px solid #008040;
 color: #ffffff;
 font-size: 12px;
}
fieldset
{
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}
legend
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #DB3026;
	padding: 4px;
	margin-bottom: 10px;
}
#titolo
{
	font-family: arial, tahoma, verdana, times;
	font-size: xx-large;
	font-weight: bolder;
	color: #0062B0;
	text-align: center;
	border: 1px dotted Red;
	background: #B1DAFA;
}
#contenitore
{
 clear: both;
}
#spaziatore
{
 height: 15px;
 clear: both;
}
#sx
{
 float: left;
 width: 50%;
 padding: 3px 3px 0px 0px;
}
#dx
{
 padding: 3px 3px 0px 0px;
}
#campo
{
 float: left;
 width: 200px;
}
.categoria
{
 color:#FF0000;
 font-size: 13px;
 font-weight: bolder;
}
.sottocategoria
{
 color:#000000;
 font-size: 13px;
}
.bottone
{
	color: #ffffff;
	font-size: medium;
	text-decoration: none;
}