	
body	{ 	text-align: center; 
		background-color: #FFFFFF; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px; 
		margin: 0; 
        padding: 0 
	}


.font_site	{	font-size:12px; 
			font-family: Arial, Helvetica, sans-serif; 
			line-height:16.2px; 
			font-weight:400; 
			color: #000000 
		}
               

.font_site_didasc	{ 	font-size: 16.8px; 
				font-family: Arial, Helvetica, sans-serif; 
				line-height:22.6667px; 
				font-weight: 400; 
				color:#333333; 
			}

a	{
		text-decoration: none;
	}



.titolo_section	{
			color:#444444; 
			font-size: 12.2667px; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold;
		}


#pagina	{
	   width:100%;
	}


             
	#header {
	   border-bottom: none;
	   background: transparent url("./immagini/top.png") no-repeat bottom left;
	   height:15px;
	   width:750px;
	}

	#footer {
	   	clear: both;
	   background: transparent url("./immagini/bottom.png") no-repeat top left;
		height:15px;
		width:750px;
	}

	#main {
		background: transparent url("./immagini/body_new.png") repeat-y top left;
		width:750px;
	}
             

#documentation a:link	{ 
				color:#004477; 
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif; 
				font-size:12px;
				font-weight: bold;
	
}

#documentation a:visited	{
					color:#004477; 
					font-family: Arial, Helvetica, sans-serif; 
					font-size:12px;
					font-weight: bold;
				}


#documentation a:hover		{ 
					text-decoration: none; 
					background:#FFF5C0;
					color:#CC0000;
				}

.titolo_introduzione	{
				font-size:18px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
			}


/* Fieldset  */
fieldset {
	position:relative;
	margin: 1em 0px 5px 5px;
	padding: 2em 0px 0px 0px;
	/*background-color:#e9f9ac;*/
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#CCCCCC;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:small;
}
legend {
	line-height: 100%;
	position:absolute;
	padding: 3px 5px;
	left:0px;
	top: 10px;	
	background-color:#6F7074;
	border-width:1px 1px 1px 10px;
	border-color:#6F7074;
	border-style:solid;	
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:left;
} 	 

/* Nested Fieldset  */
fieldset fieldset  {
}
fieldset fieldset legend {
}	


