body
{

	background-color: #999;
	text-align:center;
	font-family: geneva, arial, lucida, sans-serif;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #fff;	
}


ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(img/menu.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 15px 0 15px;
}
	
ul#menu li a:hover
{	
	color:#fff;
	height:22px;
	background:transparent url(img/menu.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(img/menu.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}


div#header
{

	margin: 0px 0px 0px 0px;
	
	background-repeat: repeat-x;
	padding: 0;
	text-align: right;
	color:#000;
	margin:auto;
}


h1
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h2
{
	font-size: 13pt;
}

img {border: 0px;}

fieldset {border: none;}

div#container
{
	width:790px;
	background-image: url('./img/contenuto.jpg');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 0px;
	text-align: center;
	margin:auto;
	border-width:0px;
	border-color:#000;
	border-style:solid;
}	



.menuhead
{
	background-image: url('./img/menuhead.jpg');
	background-repeat: no-repeat;
	min-height: 28px;
	text-align:left;
	font-weight:bold;
	font-size: 9pt;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: white;
	padding: 0px;

}

.sottomenu
{
	min-height: 12px;
	margin-left:10px;
	background-image: url('./img/dot.jpg');
	background-repeat: no-repeat;
	min-height: 28px;
	text-align:left;
	font-size: 9pt;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: black;
	padding: 0px;
	text-margin-left:10px;
}

.cornice
{
	background-image: url('./img/cornice.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height:4px;
}


p
{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}



.pagina
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	background-color:#ededed;
	text-align:justify;
	color: #000;
	font-size: 10pt;
}

.pagina a:link
{
	color: #f11;
	text-decoration: none;
	font-weight: bold;
}



.pagina a:visited
{
	color: #f11;
	text-decoration: none;
	font-weight: bold;
}

.pagina a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.midpag
{
	padding-left:10px;
	padding-right:10px;
}

.toppag
{
	margin: 0px;
	padding: 0px;
	background-image: url('./img/top.jpg');
	background-repeat: repeat-x;
	min-height: 19px;
}

.botpag
{
	margin: 0px;
	padding: 0px;
	background-image: url('./img/bot.jpg');
	background-repeat: repeat-x;
	min-height: 19px;
}

.footer
{

	margin: 0px 0px 0px 0px;
	background-color:#444;
	background-image: url('./img/footer.jpg');
	background-repeat: repeat-x;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	color:#fff;
	min-height:43px;
	font-weight:bold;
	font-size: 8pt;
	margin:auto;
}

.vtop
{
	text-align: justify;
	vertical-align:top;
}

.sx
{
	text-align: left;

	padding: 0;
}


.ju
{
	text-align: justify;
	border: 0px;
}


.ce
{
	text-align: center;
	margin:0 auto;
	border: 0px;
}


.sottomenu a{display:block;margin-left:10px;}

a:link
{	/*9d603c*/
	color: #faa500;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active
{
	color: #fff;
	text-decoration: none;
	background-repeat:repeat-y;
} 


div#ie6ostia
{
	text-align: center;
	display:none;
}

.wat
{
	font-size: 8pt;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}


.floatsx{float:left;}

.floatdx{float:right;}

img.floatsx { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

img.floatdx { 
    float: right; 
    clear:right;
    margin: 4px; 

}

.testomid
{
	vertical-align:middle;
}

	
.clearboth { clear: both; }


