body	{
		margin:0px;
		background-color:#000000;
		background-image: url("images/fill.jpg")
		}
body,td	{
		font-family:verdana;
		font-size:9pt;
		color:#D39854;
		}
hr		{
		color:#ce968c;
		height:1px;
		background-color:#000000;
		border: none;
		}
a:link, a:visited
		{
		color:#ce968c;
		}
a:hover
		{
		color:#ffffff;
		}
.menu_active	{
		width:250px;
		height:41px;
		color: white;
/*		background-repeat: no-repeat;
		background-position: left center; */
		background-image: url("images/menu_active.jpg");
		padding-left:80px;
		}
.menu_passive	{
		width:250px;
		height:41px;
		color: #CC792B;
/*		background-repeat: no-repeat;
		background-position: left center; */
		background-image: url("images/menu_passive.jpg");
		padding-left:80px;
		}
.menu_passive_link:link, .menu_passive_link:visited	{
		color: #CC792B;
		text-decoration: none;
		}
.menu_passive_link:hover	{
		color: #ffffff;
		text-decoration: none;
		}
.menu_active_link:link, .menu_active_link:visited	{
		color: white;
		text-decoration: none;
		}
.menu_active_link:hover	{
		color: white;
		text-decoration: none;
		}
		
.campi_form {
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #805E00;
}