html, body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{color:#000000; text-decoration:underline;}
a:hover{color:#FF0000;}
#linkfoot {color:#ffffff; text-decoration:underline;}
#linkfoot:hover{color:#FF0000;}

.pattvert {
	background-attachment: scroll;
	background-image: url(patt-vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.sfbody {
	background-attachment: scroll;
	background-image: url(patt-orizz.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #bcbcbc;
}
.int {
	background-attachment: scroll;
	background-image: url(int.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-size: 11px;
}
.titolopag {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top:10px;
}

.menuservizi{
	width:280px;
	line-height:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 6px;
	margin-left:-30px;
}
.menuservizi ul li{
	font-weight:bold;
}
.menuservizi ul li ul li{
	margin-left:-20px;
}
.menuservizi ul li ul li a{
	text-decoration:underline;
	font-weight:normal;
}
.menuservizi ul li a{
	text-decoration:none;
}

#menubimbo a{
color:#FF0000;
line-height:20px;
}
.bottone {
	background-color: #CCCCCC;
}
.bottone:hover {
	background-color:#F0F0F0;
	color:#FF0000;
	cursor:pointer;
}
