body {
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}
/*
body,td,th {
	color: #FBFBFB;
}
*/
.style1 {color: #FFFFFF}

.tabella_registrazione {
	font-size: 12px;
	color: black;
	text-align: right;	
}
.tabella_login {
	font-size: 11px;
	color: black;
}
form {
	margin: 0px;
	padding: 0px;	
}
input {
	border: 1px #cccccc solid;	
}
.tasto_login {
	color: #ff7e00;
	cursor: pointer;
}
.bottone_registrazione {
	background: white;
	color: #ff7e00;
	border: 1px #dddddd solid;
}
.avviso_rosso {
	font-size: 11px;
	padding: 3px;
	display: block;
	color: red;	
	text-align: center; 
	font-weight: bold;
}
.avviso_verde {
	font-size: 11px;
	padding: 3px;
	display: block;
	color: green;	
	text-align: center; 
	font-weight: bold;
}
.scritta_arancio {
	color: #ff7e00;
	font-weight: bold;	
}
.scritta_verde {
	color: #4dbf2a;
	font-weight: bold;	
}
.menu_sinistro {
	margin: 7px; 
	clear: both;
}
.menu_sinistro a, .menu_sinistro a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
.menu_sinistro a:hover {
	color: #ff7e00;	
}
.cella_bold {
	font-weight: bold;
	text-align: right;	
}
#news
{
	width:100%;
	height: 200px;
	display: none;
	margin-top: 10px;
}
#news a
{
	font-weight: bold;
	font-size: 11px;
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	margin-bottom: 15px;
	line-height: 2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	width: 100%;
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

