body {
	margin: 0px auto 0px auto;
	background-color: black;
	font-family: sans-serif,Verdana, Arial, Helvetica;
	text-align: center;
	padding: 0px;
	color: White;
	font-size: small;
}
img {
	border: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-family: sans-serif;
	font-size: small;
	color: White;
	background-color: transparent;
}
h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
h2,.contentheading {
	/*display: block;*/
	background-color: red;
	color: white;
	width: 50%;
	border: 1px solid;
	padding-left: 3px;
	padding-right: 5px;
	/*text-align: left;*/
	/*width: auto;*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 12px 0px 3px 0px;
	/*clear: both;*/
	/*float: left;*/
}
h3 {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #DAA520;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
h5 {
	background-color: none;
	color: red;
	display: block;
	float: right;
	font-size: 20px;
	border-bottom: 2px solid white;
	margin-bottom: 15px;
	padding: 0px 20px 0px 50px;
}

ul li {
	list-style-image: url(img/list.gif);
}
#intestazione {
	width: 740px;
	height: 101px;
	background-image: url(../images/header.gif);
	display: block;
	margin: auto;
}
#PosizioneMenu {
	width: 740px;
	height: 20px;
	display: block;
	margin: auto;
	padding: 0px;
}
.blank {
	width: 740px;
	height: 20px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#riquadrocentrale {
	clear: both;
	width: 740px;
	height: auto;
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/mid-background.gif);
	padding: 0px;
	margin: auto;
}
#bottom {
	width: 740px;
	height: 24px;
	background-image: url(../images/footer.gif);
	display: block;
	margin: auto;
}
#size95 {
	clear: both;
	margin: auto;
	padding: 0px;
	width: 95%;
}
.cornicetesto {
	clear: both;
	width: 100%;
	/*width: 95%;
	*/
	border-top: 2px solid Red;
	border-bottom: 2px solid Red;
	text-align: justify;
	margin: auto;
	padding-left: 5px;
}
.cornicescroll {
	overflow: auto;
	display: block;
	height: 450px;
	width: 100%;
	padding-right: 10px;
}
.cornicerossa {
	clear: both;
	width: 100%;
	background-color: red;
	color: black;
	border: 4px solid Silver;
	text-align: left;
	margin: auto;
	
}
.pind {
	font-size: x-small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.pind a:link {
	color: white;
}
.pind a:visited {
	color: white;
}
.imgdx {
	display: block;
	float: right;
	margin-bottom: 1px;
}
.imgsx {
	display: block;
	float: left;
	margin-bottom: 1px;
}
.undgray {
	background: Silver;
	color: red;
	font-weight: bold;
	padding: 5px;
}
.linkwhite {
	color: white;
}
.linkgold {
	color: #DAA520;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted white;
}
/*Mio Link con ToolTip */
.linktooltip {
	background-color: transparent;
	color: white;
}
.linktooltip a{
	position:relative; /*questa Ë fondamentale*/
   z-index:24;
   text-decoration: none;
	color: white;
}
.linktooltip a:hover{ z-index: 25; background-color: Red;
}
.linktooltip a span {display: none}
.linktooltip a:hover span{ /*lo span verrý mostrato solo sullo stato :hover */
    display: block; position:absolute;
    top: 2em; left: 2em; width: 15em;
    border: 1px solid #0cf; background-color: #cff; color:#000;
    font-size: 80%;text-align: center}
/*Mio Link con ToolTip */

.cornicescrollpiccola {
	overflow: auto;
	width: 335px;
	height: 170px;
	background-color: #DAA520;
	color: black;
	float: right;
	margin-top: 10px;
	padding: 5px;
	border: 5px solid silver;
	border-right: none;
	display: block;
	margin-bottom: 25px;
}
/*Stile Per il Menu D4J */
.moduletablemenu_eldes{
	background-color: Silver;
	border: 1px solid white;
}
.moduletablemenu_eldes a:link, a:visited{
	color: white;
	font-weight: bold;
}