body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.errore {
	font-size: 12px;
	color: #000000;
	background-color: #FF0000;
	text-align: left;
}
.note_text {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0099FF;
	text-align: center;
}
.titolo {
	font-size: 24px;
	font-weight: bold;
	background: #0099FF;
}
.sottotitolo {
	font-size: 18px;
	font-weight: bold;
	background: #0099FF;
}

.table_input {
	display: block;
	background-color: #0099FF;
	color: #FFFFFF;
}

.outer_table {
  border: 1px solid;
  border-color: #0099FF;
}

.outer_td {
  border: 1px solid;
  border-color: #CCCCCC;
  vertical-align: top;
}
a:visited, a:link {
  text-decoration: undeline;
  color: #666666;
}
a:hover {
  text-decoration: undeline;
  color: #000000;
}
