/* CSS Document */
html, body {
	margin: 0px 0px 0px 0px;
}

.testo_bianco{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: middle;
	font-style: normal;
	background-repeat: no-repeat;
	line-height:12px;
}

a.testo_bianco:link, a.testo_bianco:active, a.testo_bianco:visited { color:#FFFFFF; text-decoration:none; }

.testo_grigio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3d3d3d;
	font-style: normal;
	background-repeat: no-repeat;
}

a.testo_grigio:link, a.testo_grigio:active, a.testo_grigio:visited {
	color:				#3d3d3d;
	text-decoration:	underline;
}

.testo_login{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	font-weight:bold;
	background-repeat: no-repeat;
}

a.testo_login:link, a.testo_login:active, a.testo_login:visited {
	color:				#3d3d3d;
	text-decoration:	none;
}

.testo_nero{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	background-repeat: no-repeat;
}

a.testo_nero:link, a.testo_nero:active, a.testo_nero:visited, a.testo_nero:hover, {
	color:				#000000;
	text-decoration:	underline;
}

.input {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#FFFFFF;
	background-color: 	#000000;
	border:				#666666 solid 1px;
}

a.testo_menu1:link, a.testo_menu:active, a.testo_menu1:visited {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	display:			block;
	padding-left:		5px;
	line-height:		11px;
	vertical-align:		middle;
}
a.testo_menu1:hover {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	display:			block;
	background-color:	#666666;
	height:				13px;
	line-height:		13px;
	padding-left:		5px;
	vertical-align:		middle;
}

a.testo_menu2:link, a.testo_menu2:active, a.testo_menu2:visited  {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FF0000;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	display:			block;
	padding-left:		5px;
	line-height:		11px;
	vertical-align:		middle;
}
a.testo_menu2:hover {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FF0000;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	display:			block;
	background-color:	#666666;
	height:				13px;
	line-height:		13px;
	padding-left:		5px;
	vertical-align:		middle;
}

#cento {
	height:100%;
}