/* CSS Document */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	background-color: #000000;
	height:100%;
}
form {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
td {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	/*background-color: #000000; */
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.campiForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
}
.red {
	color: #CC0000;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-size: 11x;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-color:#ffffff;
}
.size12 {
	font-size: 12px;
}
.grassetto {
	font-weight: bold;
}
.grigio {
	color: #999999;
}