html
{
	height: 100%;
	background-color: white;
}
body
{
	height: 100%;
	background-color: white;
	margin: 0px;
	color: black;
	font-family: Arial;
	font-size: 9pt;
}
form
{
	height: 100%;
	background-color: white;
}
table
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
table.sfondo_grigio
{
	width: 100%;
	height: 100%;
	background-color: #333333;
}
a.white_link
{
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}
a.white_link:active
{
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}
a.white_link:visited
{
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}
a.white_link:hover
{
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}
a.black_link
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.black_link:active
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.black_link:visited
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.black_link:hover
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.blue_link
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #66bee6;
	text-decoration: none;
}
a.blue_link:active
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #66bee6;
	text-decoration: none;
}
a.blue_link:visited
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #66bee6;
	text-decoration: none;
}
a.blue_link:hover
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #66bee6;
	text-decoration: none;
}
span.white_span
{
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
}
span.black_span
{
	font-size: 8pt;
	font-family: Arial;
	color: #000000;
}
span.blue_span
{
	font-size: 8pt;
	font-family: Arial;
	color: #66bee6;
}
span.blue_span_bold
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #66bee6;
}
span.white_span_bold
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
span.black_span_bold
{
	font-size: 10pt;
	font-family: Arial;
	
	color: #000000;
}
div.ScrollDiv
{
	overflow: hidden;
	position:relative;
	left:0;
}

