body {
	font-family: Arial;
	font-size: 9pt;
	color: #2C341F;
	background: #1f2515;
	scrollbar-face-color: #76f75b;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-arrow-color: White;
	scrollbar-track-color: White;
}
table{
	font-family: Arial;
	font-size: 9pt;
}
a:link {
	color: #aa7802;
	text-decoration: none;
}
a:visited {
	color: #d09200;
	text-decoration: none;
}
a:hover {
	color: #eba400;
	text-decoration: none;
}
a:active {
	color: #eba400;
	text-decoration: none;
}
H1 {
	color: #e7a200;
	font-family: Helvetica, sans-serif;
	font-size: 18pt;
	padding-bottom: 2px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #008bf6;
}
H2 {
	color: #008bf6;
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	padding-bottom: 0px;
}
H3 {
	color: #1e820a;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	padding-bottom: 0px;
}
H4 {
	color: #32b218;
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	padding-bottom: 0px;
}
H5 {
	color: #768858;
	font-family: sans-serif;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #76f75b;
	border-bottom: 1px solid #76f75b;
	text-align: center;
}
h1 span {display: none;}
BIG
{
font-size: 11pt;
font-family: Arial;
}
SMALL
{
font-size: 8pt;
font-family: Arial;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #cfe0b6; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid #76f75b;
border-left-width: 0;
border-top-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 50px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #cfe0b6 url(grafica/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #c6dba7 url(grafica/arrow-right.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* colori */
.bordo1{border-color: #76f75b;}
.colore1{color: #142A2A;}
.sfondo1{background-color: #e2edd3;}
.bordo2{border-color: #153E3E;}
.colore2{color: #0F2B2D;}
.sfondo2{background-color: #c4de9f;}
.bordo3{border-color:#A3E9BC}
.colore3{color:#A3E9BC}
.sfondo3{background-color:#A3E9BC}

