/* CSS Document */
a:link	{text-decoration:underline; color:#837470}
a:visited {text-decoration:underline; color: #837470}
a:hover {text-decoration: none; color:#837470;}

body {
margin:0;
padding:0;
background-color:#2D2D2D;
}

#table1 {
border:0;
width:802px;
margin:0;
background-image: url('../images/sfondo_tb.jpg');
}

.verdana {
	font-family: verdana;
	font-size: 8pt;
	color: #837470;
	text-align: justify;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
}
.verdana_bottom {
	font-family: verdana;
	font-size: 8pt;
	color: #C7BAB2;
	text-align: center;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
}
.titolo {
	font-family: verdana;
	font-size: 11pt;
	color: #DD0469;
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}
.sezione {
	font-family: verdana;
	font-size: 9pt;
	color: #867E59;
	text-align: left;
	font-weight: strong;
	padding-left: 0px;
	padding-right: 0px;
}
a.link_trasparente:link	{
	color : #000000;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:	none;	
}
a.link_trasparente:hover	{
	color : #000000;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:	none;	
}
a.link_trasparente:visited	{
	color : #000000;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:	none;	
}
link_trasparente	{
	color : #000000;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:	none;	
}

.invisible {
	display:none;
	height:1px;
}
.mano { cursor: hand }