/*************************************************************************************/
/********               STILI BASE                                ********************/
/*************************************************************************************/

body {
	background-color: #8B8761;
	text-align: center;
	margin-top: 0px;
}
#contentsTable {
	background-color: #FFFFFF;
	background-image: url(../images/sfondo_contenuti.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#contentsTable td {
	vertical-align: top;
	text-align: left;

}

#contentsTable td#menu{
	vertical-align: top;
	text-align: left;
	background-color: #354155;
}
#contentsTable td#contentsTd{
	vertical-align: top;
	text-align: left;
	background-image: url(../images/sfondo_contenuti_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 20px 5px 10px;
}

table#footer{
	background-color: #E6E6DF;

}

table#footer td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-align: center;
	padding: 30px 5px 10px 5px;
	background-image: url(../images/sfondo_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #E0E0D4;
}

/*********** USATE PER IMG HEADER E FOOTER *******/
.asAblock {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/************************ TESTO *********************/
h1{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #354155;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
	border-bottom: 2px solid #8B8861;
}

h2{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #354155;
	margin: 5px;
	text-transform: uppercase;
	border: 1px solid #8B8861;
	background-color: #E6E6DF;
	text-align: center;
	padding: 5px;
}

h3{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #354155;
	margin: 5px;
	text-align: justify;
	padding: 5px;
	line-height: 15px;
}

h4{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	color: #354155;
	margin: 5px;
	text-align: justify;
	padding: 2px;
	line-height: 15px;
	border-bottom: 1px solid #8B8861;
}


h5{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: justify;
}
h6{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: justify;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 10px 20px;
	line-height: 20px;
	text-align: justify;
}

a, a:active, a:visited, a:link {
	color: #354155;
	text-decoration: none;
}

a:hover {
	color: #900;
	background-color: #E6E6DF;
}


a.noHover, a.noHover:active, a.noHover:visited, a.noHover:link {
	color: #354155;
	text-decoration: none;
}

a.noHover:hover {
	color: #900;
	background: none;
}


ul{
	margin-right: 20px;
}

li{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	list-style-image: url(/img/bullet.jpg);
}

hr{
	height: 1px;
	color: #CCC;
	margin-top: 20px;
}

.listaservizi {
	font-size: 10px;
	line-height: normal;
	margin: 2px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}