html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12;
  background-color: white;
  color: #07134C;
}

input, select, option, th, td {
  font-size: 12;}

.testa { background-color: #0982CA; padding: 30px; }
.corpo { background-color: white; padding: 30px;}
.coda { background-color: #0084C8; padding: 30px; }

.menu { font-weight: bold }
.titolo { font-weight: bold; color: white; letter-spacing: 1 }

a:link { color: #07134C }
a:visited { color: #07134C }
a:active { color: #07134C }
a:hover { color: #FF7C20 }

a.indirizzo:link { color: white }
a.indirizzo:visited { color: white }
a.indirizzo:active { color: white }
a.indirizzo:hover { color: #07134C }

.titolo_link { font-weight: bold; color: white; letter-spacing: 1; text-decoration: none }
.titolo_link:link { color: white }
.titolo_link:visited { color: white }
.titolo_link:active { color: white }
.titolo_link:hover { color: #FF7C20 }

ul { line-height: 140% }

th, td {
  padding: 5px;
}

th { color: white; background-color: #0982CA; font-weight: bold; white-space:nowrap; }

td.scuro { color: white; background-color: #0982CA; font-weight: bold }
td.scuro2 { color: white; background-color: #0982CA }
td.chiaro { background-color: #C8E3EB }

.red { color: red; }
.green { color: green; }

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
