#art {
	color: red;
	background-color: #fddd63;
	text-transform: uppercase;
}

#a { 
	color: gray;
	background-color: #fddd63;
	text-transform: uppercase;
}

#com { 
	color: black;
	background-color: #fddd63;
}

table {
  width: 100%;
  vertical-align: top;
  border-spacing: 0px;
  border: 0px;
  background-color: white;
}

table.main {
  width: 780px;
  vertical-align: middle;
  border-spacing: 0px;
  border: 0px;
  background-color: white;
}


body {
  font-family: verdana, arial, 'sans serif';
  background-color: white;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

h1,h2,h5 {
  text-align: center;
}

h5 {
  font-size: xx-small;
  font-weight: normal;
}

#note {
  font-size: xx-small;
  color: grey;
}

td.image {
  padding: 0 0 0 0;
  text-align: center;
}

td,input {
  font-size: small;
}

dt {
  font-weight: bold;
}

a:link, a:visited, a:active, a:hover {
  color: gray;
  text-decoration: none;
}

a.navigazione:link, a.navigazione:visited, a.navigazione:active, a.navigazione:hover {
  color: yellow;
  text-decoration: none;
}

a.backUrl:link, a.backUrl:visited, a.backUrl:active, a.backUrl:hover {
  color: yellow;
  text-decoration: none;
  font-size: small;
}

td.nav_bar {
  font-size: medium;
  font-weight: bold;
  background-color: black;
  color: white;
}

tr.legenda {
  background-color: #7f0000;
  color: white;
  font-weight: bold;
  font-style: italic;
}

tr.totale {
  background-color: #efc753;
  font-weight: bold;
  font-style: italic;
}

tr.r0 {
  #background-color: #ddeaea;
  background-color: #f0d057;
}

tr.r1 {
  #background-color: #bbeaea;
  background-color: #f8d860;
}

tr.categoria {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: #ff4444;
  height: 50px;
  vertical-align: bottom;
}

tr.regione {
  text-align: left;
  font-size: medium;
  font-weight: bold;
  font-style: italic;
  color: #ff4444;
  height: 50px;
  vertical-align: bottom;
}

tr.var {
  font-size: xx-small;
  font-style: italic;
  height: 20px;
  vertical-align: bottom;
}

tr.inav {
  height: 100%;
  vertical-align: bottom;
}

/*PAGINA HELP*/
.titolohelp
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	background-color: #efc753;
	text-align: center;
	width: 408px;
	padding: 5px;
}


/*testo help*/
.testohelp
{
	background-color: #aaaaaa;
	color: black;
	font-size: 10px;
	padding: 5px;
}

.testohelp a
{
	font-weight: bold;
}


