/* layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00FFFF;
}
.uova {
	background-attachment: fixed;
	background-image: url(images/struttura/uova.jpg);
	background-repeat: no-repeat;
	background-position: center 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%;
}

/* classetd */
.classetd {
	BACKGROUND-COLOR: #FFFFFF
}
.classetd A {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	DISPLAY: block;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	COLOR: #E50083; 
	POSITION: relative; 
	TEXT-DECORATION: none;
}
.classetd A:hover {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	DISPLAY: block;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	COLOR: #FFFFFF; 
	POSITION: relative; 
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: E50083;
}

/* testo */
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.testo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.testo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E50083;
}

/* 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: #989494;
	text-decoration: none;
}
.testo_eurob a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #989494;
	text-decoration: none;
}
.testo_eurob a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #989494;
	text-decoration: underline;
}

/* testo_privacy */
.testo_privacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

/* Moduli */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding-left: 2px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #525658;
	border: 1px solid #525658;
	width: 100%;
}