/* layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7C6355;
}
.tratteggio {
	background-attachment: fixed;
	background-image: url(images/struttura/tratteggio.gif);
	background-repeat: repeat x;
	background-position: left top;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 0px;
	padding: 0px;
}

/* table */
.table_x100 {
	height: 100%;
	width: 100%;
}
.table_Hx100 {
	height: 100%;
}
.table_Wx100 {
	width: 100%;
}

/* testo */
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
}

.testo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
}

.testo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* testo_bottom */
.testo_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.testo_bottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.testo_bottom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/* testo_eurob */
.testo_eurob {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D2822;
	text-decoration: none;
}
.testo_eurob a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D2822;
	text-decoration: none;
}
.testo_eurob a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Moduli */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
