html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Verdana";
	text-align: center;
	background-color: #E7F9FF;
}
div#header {
	width: auto;
	height: 78px;
	margin: 0;
	background-image: url("/imgs/sfondo_top.gif");
	background-repeat: repeat-x;
}
div#menubar {
	width: auto;
	height: 30px;
	margin: 0;
	background-image: url("/imgs/sfondo_menu.gif");
	background-repeat: repeat-x;
}
div#nome_pagina {
	width: auto;
	height: 74px;
	margin: 0;
	padding: 0;
	background-color: #f2f3ff;
	border-color: #acbedf;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
div#footer {
	width: auto;
	height: 40px;
	margin: 20px 0px 20px 0px;
	padding-top: 7px;
	background-image: url("/imgs/sfondo_footer.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}
div#sp_container {
	height: auto;
	width: 92%;
}
div#content {
	height: 30%;
	width: 100%;
	margin: 0;
}
div#menu {
	float: left;
	margin: 0px 0px;
	width: 50%;	
}
div#splash_m {
	float: right;
	margin-right: 8%;
	margin-top: 5%;
}

td.colonne {
	width: auto;
	border: 1px solid #008040;
	background-color: #CCFF66;
	text-align: center;
}
td.righe {
	width: auto;
	border: 1px solid #008040;
	background-color: #E7F9FF;
	text-align: center;
}
.form {
	font-family: Verdana;
	font-size: 12px;
	line-height: 2.5em;
	font-weight: normal;
	text-align: center;
	margin: auto;
}

.testo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	margin-left: 10px;
	margin-top: 10px;
        margin-right: 10px;
}
.testo-big {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
    margin-right: 10px;
}
.testo_dx {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-left: 10px;
	margin-top: 10px;
    margin-right: 6em;
}
.testo_centrato {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}

.discl2 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	display: inline;
	margin: 0;
}


p.tabella {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: inline;
}
p.tab_d {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: inline;
}
p.tab_t {
	font-family: Bookman Old Style;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	display: inline;
}
.condizioni {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #8eb41e;
	}
a:hover {
	text-decoration: underline;
	}