body {                           
	background-color : #ffffff;
	background-image : url(img/bg1.gif);
	background-repeat : repeat-y;
	background-position : top;
}

A:hover { color: #0033CC; text-decoration: underline; }
A:visited { color: #336699; }
A:visited:hover { color: #0033CC; text-decoration: underline; }

.le{
	background-image : url(img/bg2.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.to {
	background-image : url(img/bg1.jpg);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(img/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 37px;
	color: #97C1CF;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ma{
	padding-left: 20px;
	padding-right: 30px;
}

input{
	font-size: 10px;
}

.titolo {
	font-size:14px;
	font-weight: bold;
	line-height:140%;
}

.titologrande {
	font-size:20px;
	font-weight: bold;
	line-height:140%;
}

.par {
	font-size: 12px;
	color: Black;
}

.rettangolo {
	width: 300px;
	padding: 3px;
	background-color: #F0F0F0;
	margin-bottom: 15px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}