body {
	margin: 0;
	padding: 0 10%;
	background:#EEE;
	color: #000;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#corpo {
	width:100%;
	float:left;
	background: #FFF url(../../images/sfondo.2col.liquido.conBordo.gif) 35% 0 repeat-y;
	color: #000;
	border-left:3px solid #000;
	border-right:3px solid #000;
	margin: 0 -3px;
	display: inline;
}
#colonna-1 {
	float:left;
	width:35%;
	background: transparent;
	color: #000;
}
#colonna-2 {
	margin-left:35%;
	background: transparent;
	color: #000;
	padding-left: 3px;
}
#intestazione {
	background: #DCDCDC;
	color: #FFF;
	width:100%;
	border:3px solid #000;
	margin: 0 -3px;
}
#piedipagina {
	background: #DCDCDC;
	color: #fff;
	clear: left;
	width:100%;
	border:3px solid #000;
	margin: 0 -3px;
}
#intestazione, #colonna-1, #colonna-2, #piedipagina {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
div p {
	margin: 0;
	padding: 0.5em 1em;
}
h1, h2, h3, h4, h5 {
   	font-family : Verdana, Arial, Sans-serif;
	font-weight : bold; 
	font-style : normal;
	background-color: white; text-decoration: none; color: black; 
} 
h6 {
   	font-family : Verdana, Arial, Sans-serif; 
	font-weight : bold; 
	font-style : normal;
	background-color: transparent; text-decoration: none; color: black; 
}
h6.center {
   	font-family : Verdana, Arial, Sans-serif; 
	font-weight : bold; 
	font-style : normal;
	background-color: transparent; text-decoration: none; color: black;
	text-align: center; 
}
p.nor012, li.nor012, div.nor012 {
	margin: 1em;
	font-size:12pt;
	background-color: white; text-decoration: none; color: black;
	font-family: Verdana, Arial, Sans-serif;
}
p.tra012, li.tra012, div.tra012 {
	margin: 1em;
	font-size:12pt;
	background: transparent; text-decoration: none; color: black;
	font-family: Verdana, Arial, Sans-serif;
}
p.tra014, li.tra014, div.tra014 {
	margin: 1em;
	font-size:14pt;
	background: transparent; text-decoration: none; color: black;
	font-family: Verdana, Arial, Sans-serif;
}
a:link {
	background-color: transparent; text-decoration: none; color: #0000FF;
}
a:visited {
	background-color: transparent; text-decoration: none; color: #FF0000;
}
a:active {
	background-color: transparent; text-decoration: none; color: #00FF00;
}
a:hover {
	background-color: transparent; text-decoration: none; color: #F0000F;
}
/* Indent heading and following content */
div.section2 {
	margin-left: 3%;
}
