		a:link
	{
		color: #464646;
		text-decoration: none;
	}
		a:visited
	{
		color: #464646;
		text-decoration: none;
	}
		a:active
	{
		color: #464646;
		text-decoration: none;
	}
		a:hover
	{
		color: #464646;
		text-decoration: underline;
	}
	body
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
		font-size: 8pt;
		color: #000000;
		background-color: #898989;
	}
	table
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
		font-size: 8pt;
		color: #000000;
	}
	form
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
		font-size: 8pt;
		color: #000000;
	}
	input
	{
		border-style: solid;
		border-width: 1;
		padding-left: 4;
		padding-right: 4;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	textarea
	{
		border-style: solid;
		border-width: 1;
		padding-left: 4;
		padding-right: 4;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	select
	{
		border-style: dotted;
		border-width: 1;
		padding-left: 4;
		padding-right: 4;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	img
	{
		border: 1px solid #000000;
	}
	img.layout
	{
		border: 0px solid #000000;
	}
	.titolo
	{
		background-color: #959595;
		background-image: url(images/barra_sfondo.jpg);
		height: 26px;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
		vertical-align: middle;
	}
	.contenuto
	{
		background-color: #ffffff;
		background-image: url(images/sfondo_logo.jpg);
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-position: center;
		background-repeat: no-repeat;
		border-left: 1px solid #959595;
		border-right: 1px solid #959595;
		height: 500px;
		vertical-align: top;
	}
	.link
	{
		font-weight: bold;
		color: #464646;
		text-align: center;
		margin-bottom: 20px;
	}

