BODY	{
		font-family : Verdana, Arial, Helvetica;
		scrollbar-face-color:#919BA5;
		scrollbar-highlight-color:#768089;
		scrollbar-3dlight-color:#CFD0D2;
		scrollbar-darkshadow-color:#CFD0D2;
		scrollbar-shadow-color:#768089;
		scrollbar-arrow-color:#768089;
		scrollbar-track-color:#CFD0D2;
		color: #444444;
		font-size : 11px;
		}
b		{
		font-size : 12px;
		}
a		{
		font-size : 12px;
		color:#3AA6E7;
		text-decoration: none;
		}
a:hover	{
		color:#FF7700;
		text-decoration: none;
		}
i		{
		font-size : 13px;
		}
p		{
		text-align: justify;
		text-indent: 10px;
		font-size : 11px;
 		}
div		{
		text-align: justify;
		text-indent: 10px;
		font-size : 11px;
 		}
.text	{
		color: #444444;
		font-size : 11px;
		}

.box 	{
		border-width: 1px;
		border-color: #FF7700;
    	border-style : solid;
		background-color: #FFF4DF;
		}
.letterePiccole
{
	font: 10px Verdana, Arial, sans-serif;
	color : #FF7700;
}

.rssheader {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #3AA6E7;

}
.rssline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #444444;

}
.rssfooter {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #3AA6E7;

}


/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #6E90B3;
 border: 1px solid #444444;
 margin-right: 0;
 width: 150px;
 font-size : 12px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: 0;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFFFFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FF7700;
 background-color: #CFD0D2;
}
.menulist  a.highlighted {
 color: #FF7700;
 background-color: #CFD0D2;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/* POPUP */
			/*#banner {
				position:absolute;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#FFFFFF;
				border:0px;
				background-color:#FFFFFF;
				width: 768px;
				height: 541px;
				left: 190px;
				top: 310px;
			}
			#banner a {
				text-decoration:none;
				background-color:#FFFFFF;
			}
			#banner a:hover	{
				text-decoration:underline;
				background-color:#FFFFFF;
			}
			#chiudi	{
				position:absolute;
				width:9px;
				background-color:#FFFFFF;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				color:#FF0000;
				left: 718px;
				top: 295px;
				text-align:right;
			}
			#chiudi a {
				background-color:#FFFFFF;
				font-weight:bold;
				color:#FF0000;
				text-decoration:none;
				text-align:right;
			}
			#chiudi a:hover	{
				background-color:#FFFFFF;
				font-weight:bold;
				color:#990000;
				text-decoration:none;
				text-align:right;
			}

/* fine POPUP */
