	body
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
		font-size: 70%;
		text-align: justify;
		color: #000000;
		margin-top: 3px;
		background-color: #c7c7c7;
	}

	h1
	{
		font-size: 140%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	p
	{
		margin-top: 3px;
		margin-bottom: 8px;
	}

		a:link, a:visited, a:active
	{
		color: #0045cd;
		text-decoration: none;
	}

		a:hover
	{
		color: #0000ff;
		text-decoration: underline;
	}

	img
	{
		border: 1px solid #000000;
		display: inline;
	}

	img.layout
	{
		border: 0px;
		display: inline;
	}

	form
	{
		margin: 0px;
	}

	input
	{
		display: inline;
		border: 1px solid #000000;
	}

	input.layout
	{
		border: 0px;
		display: inline;
	}

	hr
	{
		display: none;
	}

	#riferimentipagina
	{
		display: none;
	}

	#contenitore
	{
		width: 785px;
		margin: auto;
	}

	#testa
	{
		background-color: #e2c26b;
		border-bottom: 1px solid #555754;
		border-right: 1px solid #555754;
		clear: both;
	}

	#data
	{
		background-color: #ffffff;
		border-bottom: 1px solid #555754;
		border-right: 1px solid #555754;
		text-align: right;
		padding: 2px 5px 4px 5px;
		margin-top: 5px;
		clear: both;
	}

	#coda
	{
		background-color: #e2c26b;
		border-bottom: 1px solid #555754;
		border-right: 1px solid #555754;
		text-align: center;
		padding: 2px 0px 4px 0px;
		margin-top: 5px;
		clear: both;
	}

	#corpo
	{
		margin-top: 5px;
		clear: both;
	}

	#sx
	{
		float: left;
		width: 150px;
		word-wrap: break-word;
	}

	#contenuto
	{
		float: left;
		width: 461px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
		padding: 0px 5px 5px 5px;
		margin: 3px 5px 7px 5px;
		line-height: 150%;
		border-bottom: 1px solid #555754;
		border-right: 1px solid #555754;
		background-color: #feefc4;
		background-image: url(images/fondo.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	#dx
	{
		float: left;
		width: 150px;
		word-wrap: break-word;
	}

	.titolo
	{
		background-color: #e2c26b;
		padding: 2px 5px 2px 5px;
		margin: 0px -5px 0px -5px;
		font-weight: bold;
	}

	.box
	{
		background-color: #feefc4;
		border-bottom: 1px solid #555754;
		border-right: 1px solid #555754;
		padding: 0px 2px 2px 2px;
		margin: 3px 0px 7px 0px;
		line-height: 150%;
		text-align: left;
	}

	.boxtitolo
	{
		background-color: #e2c26b;
		padding: 2px 2px 2px 2px;
		margin: 0px -2px 0px -2px;
		font-weight: bold;
	}

	.menu_dipendente
	{
		display: block;
 		padding-left: 10px;
		clear: both;
	}
	
	.menu_line
	{
		clear: both;
		margin: 5px 0px 5px 0px;
		/*text-align: left;*/
	}
	
	a.menu_item
	{
	}
	
	a.menu_item_selezionato
	{
		font-weight: bold;
	}

	.angolo
	{
		position: relative;
		right: -3px;
		bottom: 18px;
		float: right;
		border: 0px;
	}

