body { margin: 0pt auto;
  padding: 10px;
  color: rgb(0, 0, 0);
  font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
  font-size: 6pt;
  background-color: rgb(0, 0, 153);
  }
a { 
	color: rgb(0, 0, 0);
  text-decoration: none;
  }
a:hover { 
	color: rgb(255, 0, 0);
  text-decoration: none;
  }
#principale { background-color: rgb(255, 255, 255);
  }

#tabprincipale { border-collapse: collapse;
  }

#tabprincipale td { border: 4px solid rgb(0, 0, 153);
  }
.logo { background-color: rgb(0, 0, 153);
  }
#contatti { background-color: rgb(0, 0, 153);
  font-size: 9pt;
  color: rgb(255, 255, 255);
  line-height: 5px;
  }

#contatti .primariga { font-size: 14pt;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  }
#contatti .email { color: rgb(255, 255, 255);
  }
#contatti .email:hover { color: rgb(255, 0, 0);
  text-decoration: none;
  }

.infoText
{
	width: 100%;
	height: 100%;
	background: #f2eeba;
}

a.selectable
{
	border:0px solid #ccc;
	height: 25px;
	width: 70px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	text-decoration: none;
}

a.selectable:hover
{
	border:0px solid #ccc;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.nota
{
	font-size: 8pt;
}

.progress {
	width: 650px;
	border: 1px solid #000;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}
