body
	{
		background-color: #ffffff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		margin: 0px;
	}
table.Principale
	{
		width: 775px;
	}
td.Intestazione
	{
		width: 775px;
		height: 115px;
		background-image: url(private/logo.jpg);
		background-repeat: repeat-x;
	}
td.Menu
	{
	width: 775px;
	height: 20px;
	background-color: #028DA2;
	font-weight: bold;
	color: #B1DAE0;
}
td.Copyright
	{
	width: 775px;
	height: 20px;
	background-color: #028DA2;
	color: #B1DAE0;
	font-size: 8pt;
}
td.vMenu
	{
		width: 100%;
		height: 25px;
		background-image: url('private/menu.jpg');
		background-repeat: repeat-x;
	}
td.vMenu2
	{
		background-color: #B1DAE0;
	}
td.Pulsante
	{
		background-color: #028DA2;
	}
a.Pulsante
	{
		text-decoration: none;
		font-weight: bold;
		color: #B1DAE0;
	}
a:Hover.Pulsante
	{
		text-decoration: none;
		font-weight: bold;
		color: White;
	}
a.Menu
	{
	text-decoration: none;
	color: #B1DAE0;
}
a:Hover.Menu
	{
		text-decoration: none;
		color: White;
	}
p.Titolo
	{
		color: #028DA2;
		font-size: 12pt;
		margin-left: 10px;
		font-weight: bold;
	}
p.Testo
	{
		text-align: justify;
		margin-right: 10px;
	}
p.TestoInf
	{
		text-align: justify;
		margin-right: 10px;
		margin-left: 10px;
	}
ul
	{
		list-style-image:url('private/list.jpg')
	}
a
	{
		color: #028DA2;
		font-weight: bold;
	}
input
	{
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #028DA2;
		border-right-color: #028DA2;
		border-bottom-color: #028DA2;
		border-left-color: #028DA2;
	}
textarea
	{
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #028DA2;
		border-right-color: #028DA2;
		border-bottom-color: #028DA2;
		border-left-color: #028DA2;
	}
input.Pulsante
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #028DA2;
	border-right-color: #028DA2;
	border-bottom-color: #028DA2;
	border-left-color: #028DA2;
	background-color: #B1DAE0;
	color: #028DA2;
	font-weight: bold;
}