body {
	font-size:	11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 20%;
	margin-right: 5%;
}

#sommario, #sommario ul, #sommario ul li, #sx, #dx, #titolo, #menu-top, #menu-sx, hr, #loghi {
	display: none;
}

.none-titolo {
	display:	block;
}

#titolo-sito {
	display: none;
	}

#testalino {
	position: relative;
	top: 5mm;
	}
	
#testalino #t-logo{
	position: relative;
	top: 0mm;
	left: 0mm;
	width: 310px;
	height: 84px;
	}
	
#testalino #t-loghi{
	position: relative;
	float: right;
	top: -84px;
	width: 55px;
	height: 58px;
}

#main {
	clear: right;
	position: relative;
	top: 15mm;
	text-align:	justify;
	}


/* Tipografia - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	font-size:	20pt;
	margin-bottom: 1pt;
}

h2 {
	font-size:	15pt;
	margin-top: 1pt;
	}
	
h4 {
	font-size:	11pt;
	font-weight: bold;
	}
	
a {
	text-decoration: underline;
	color: #333333;
}


