body {
	margin: 0px 0px 0px 0px;
}
/********************* HOMEPAGE **********************/
.sfondo1 {
	background-image: url(images/sfondo1.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 670px;
	height: 140px;
}
.sfondo2 {
	background-image: url(images/sfondo2.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 670px;
	height: 300px;
}
.sfondo3 {
	background-image: url(images/sfondo3.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 670px;
	height: 50px;
}
.sfondo4 {
	background-image: url(images/sfondo4.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 670px;
	height: 70px;
}
.powered {
	font: 10px Verdana, Arial;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.powered a:link, .powered a:active, .powered a:visited {
	font: 10px Verdana, Arial;
	font-weight: normal;
	color: #009DFF;
	text-decoration: none;
}
.powered a:hover {
	text-decoration: underline;
}
/********************* PAGINE INTERNE **********************/
.ombratbl {
	background-image: url(images/ombra.gif);
	background-position: top right;
	background-attachment: scroll;
	background-repeat: repeat-y;
	padding: 0px 3px 0px 0px;
	width: 770px;
}
.maintbl1 {
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.maintbl2 {
	border-left: 2px solid #FFF;
	/*border-top: 2px solid #FFF;*/
	border-right: 2px solid #FFF;
	/*border-bottom: 1px solid #FFF;*/
}
.maintbl3 {
	border-left: 2px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.tbl2col1 {
	background-color: #92A8B6;
}
.tbl2col2 {
	background-color: #FFFFFF;
}
.tbl2col3 {
	background-color: #E2E9EF;
}
.tbl3col1 {
	background-color: #FFFFFF;
}
.tbl3col2 {
	background-color: #475965;
}
.tbl3col3 {
	background-color: #023555;
	height: 27px;
}
.testo {
	font: 12px Verdana, Arial;
	font-weight: normal;
	color: #023555;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
.testo a {
	font: 11px Verdana, Arial;
	font-weight: normal;
	color: #009DFF;
	text-decoration: underline;
}
.testo a:hover {
	text-decoration: none;
}
.testonews {
	font: 11px Verdana, Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.testonews a:link, .testonews a:active, .testonews a:visited {
	font: 11px Verdana, Arial;
	font-weight: normal;
	color: #009DFF;
	text-decoration: underline;
}
.testonews a:hover {
	text-decoration: none;
}

/********************* CONTATTACI **********************/
.contact {
	font: 12px Verdana, Arial;
	font-weight: normal;
	color: #000000;
}
.contact input, textarea {
	font: 11px Verdana, Arial;
	font-weight: normal;
	color: #000000;
	width: 250px;
	border: 1px solid #666666;
}