/* CSS Document */
body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.fontmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
size: 12px;
font-weight: bold;
}

.Gbackground {
background-image: url(images/bck.jpg);
background-position: top;
background-repeat: repeat-y;
background-attachment: scroll;
}

.Mbackground {
background-image: url(images/bckmain.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
padding: 20PX 10PX 15PX 10PX;
} 

.p2 {
padding: 20PX 10PX 15PX 10PX;
}

.pcontatti {
padding-top: 10px;
}

.p1 {
padding-right: 1px;
}

.Bordo {
border-bottom: #000000 1px dotted;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}