body  {
	background: url(images/bg_cartolina.jpg) repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	BORDER-BOTTOM-STYLE: none;
	min-width: 600px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline overline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.bt5 {
	color:#000000;
	background-color:#EBF9FE;
	border : 1px solid #000000;
	font-weight:bold;
	font-size:11px
}

.titoloboxcentrale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CCCCCC;
	background: #993300 center;
	border: 1px outset #666666;
}

.corpoboxcentrale {	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	color: #000000;
	background: #dfebeb;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
}

.sottotitoloboxcentrale {
	background: #999999;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
}
.chiusuraboxcentrale {
	background: #666666;
	border: 1px outset #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background: #FFDB88;
	text-transform: capitalize;
}

#menubar a a:link a:active a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background: #FFDB88;	
}
#menubar a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline overline;
	background: #FFDB88;	
}
.titoloboxspalla {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background: #FFDB88;
	border-top: 1px outset #666666;
	border-right: 1px outset #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px outset #666666;
}
.navbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF9900;
	text-align: center;
	height: 5px;
	width: 10px;
	border: thin solid #6699CC;
}
.canvas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: thin solid #999999;
	font-size: 10px;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #FF9933;
	font-style: normal;
	font-weight: bold;

}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	background-color: #FFFFFF;
	border: 1px solid;
}
.submit { 
	font-family: Verdana, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-decoration:none; 
	background-color: #87CEEB; 
	border-color: #f0f0f0; 
	border-width: 1px; 
	color: #ffffff; 
	margin: 3px;
	padding: 0px 1px 0px 1px;
}

.button2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #6699CC;
	border: 1px solid #99CCFF;
}

#container{
	WIDTH: 100%;
	height: 100%;	
	POSITION: relative;
	vertical-align: top;
	margin-top: 10 px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

li { /* all list items */
	position: relative;
}

li ul { /* second-level lists */
	display: none;	
	top: 1em;
	left: 1.2em;
	width: 100%;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;

	margin-left: 1.5em;
	margin-right: 0.5em;
	color: Black;
}

#map {	background: transparent;}
#map ol{	list-style: square;}
#map li ol{	list-style: circle;}
