/* CSS Document */
p{
	font-size: 12px;
	font-family: verdana;
	}
#bg{
    background-image: url('../img/bg09.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#container {
	width: 800 px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	}
#container2 {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-image: url('img/bg02.gif') no-repeat;
	border: 1px solid #000;
	}
a.link, a.link:visited, a.link:active{
    text-decoration: none;
	color: #A29;
	}
a.link:hover{
   	color: #A29;
	text-decoration: underline;
	text-weight: bold;
	}
.grigio	{
	font-size: 11px;
	font-family: verdana;
	color: #ccc;
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A29;
	font-weight: bold;

}
td.sx{
    border-right: 1px dotted #ccc;
	}
td.menu{
    border-bottom: 1px solid #A29;
	}
tr.grigio{
	border-top: 1pz dotted #fff;
	}
