* {
	margin: 0px 2px;
	padding: 0px;
}


body {
	background-color: #fff;
	font-family: Garamond, Arial, Tahoma;
	color: black;
}

hr {
	width : 100%;
	margin-bottom: 10px;
}

h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	background-color : transparent;
	margin:0px;
}
/* classes */

.p1 {
	margin-bottom: 0;
}

.p2 {
	margin-bottom: 1em;
}

.w3c IMG { display: none; }


/* specific divs */

#header {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

#logo IMG {
	display: none;
}

#logo h1 span {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

#logo h3 span {
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
}

#immagine {	display: none;}



/* div controllo menu */

#menu { display: none; }


/* testo centrale */	
	

#testo {
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
}

#testo h3 {
	font-size: 1em;
	font-weight: bold;
}

#testo h3 a {
	color: #fff;
	font-weight: bold;
	background-color : transparent;
	line-height: 1.0em;
	text-decoration: none;
}

#testo A:hover {
	color: #fff;
	text-decoration: underline;
	background-color : transparent;
}

#testo UL {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	list-style: disc outside;
	margin: 0px 20px;
}

#testo UL.nobold {	font-weight: normal; }

#testo UL.nobold UL, #testo UL.nobold UL LI UL {
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	line-height: 1.5em;
}

#testoHeader {
	position: relative;
	margin-bottom: 15px;
	color: #000;
}

#testoHeaderDes {
	display: none;
}

#footer {
	display: none;
}



