/* CSS Document */

body{
	margin-top:0px;
	background-color:#646464;
	background-attachment:fixed;
	background-image:url(../immagini/sax2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#sfondo_tbl{
	background-color:#4F4F4F;
}
#sfondo_td{
	background-color:#666666;
}
.data_yellow{
	font-family:Tahoma;
	font-size:12px;
	color:#FFDE5E;
	font-weight:bold;
}
.testo{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.testo_black{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}
.testo_yellow{
	font-family:Tahoma;
	font-size:11px;
	color:#FFDE5E;
	font-weight:bold;
}
.testo_orange{
	font-family:Tahoma;
	font-size:12px;
	color:#FF7F00;
	font-weight:bold;
}
.testo_grey{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.reg{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}
#border{
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	color: #ffffff;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	color: #ffffff;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	color: #ffffff;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	color: #ffffff;
}