html{
 height: 100%;
 overflow: -moz-scrollbars-vertical;
} 
body, table {		
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
  margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px; 
	text-align: left;
	padding-top: 0px;
}
span.titolo, h1 {
	font-family: Verdana;
  font-size: 12px;
	letter-spacing: 3px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
h2 {
	font-family: Verdana;
  font-size: 10px;
	letter-spacing: 3px;
	color: #003366;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
  padding-right: 6px;
}
img {
	border: 0; 
}
p {
	text-indent: 20px;
}
td.menu {	
	background-color: #76A2D0;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	border-bottom: #ffffff 3px solid;
	vertical-align: bottom;
}
td.menu_bottom {	
	background-color: #76A2D0;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
	border-bottom: #ffffff 3px solid;
	vertical-align: bottom;
}
td.titolo {
	font-family: Verdana;
  font-size: 13px;
	font-weight: bold;
	background-color: #76A2D0;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: justify;	
	vertical-align: bottom;
}
td.corpo {
	font-family: Verdana;
  font-size: 11px;	
	background-color: #76A2D0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 30px;
	text-align: justify;			
}
td.piedipagina {
	font-family: Arial;
  font-size: 10px;
	color: #ffffff;
	background-color: #76A2D0;	
	text-align: justify;
	padding-top: 5px;
}
td.powered {
	font-family: Verdana;
  font-size: 9px;
	color: #666666;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 5px;
}
input.flat {
  font-size: 11px;
	color: #000000;
	border: #9999CC 1px solid;
	background-color: #D7DCEC;
	width: 150px;
	height: 20px;
}
select.flat {
  font-size: 11px;
	color: #000000;
	border: 0;
	background-color: #D7DCEC;
	width: 150px;
	height: 20px;
	text-transform: lowercase;
}
textarea.flat {
  font-size: 14px;
	color: #000000;
	border: #9999CC 1px solid;
	background-color: #D7DCEC;
	width: 415px;
	height: 70px;
}
a:link {
	COLOR: #004988;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited {
	COLOR: #004988; 
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover {
	COLOR: #666666;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.homepage:link { 		
	font-family: Verdana;
  font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	text-align: right;	
	text-decoration: none;
}
a.homepage:visited {
	font-family: Verdana;
  font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}
a.homepage:hover {
	font-family: Verdana;
  font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;	
	text-decoration: underline;
}
a.powered:link {
	font-family: Verdana;
  font-size: 9px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 2px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.powered:visited {
	font-family: Verdana;
  font-size: 9px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 2px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.powered:hover {
	font-family: Verdana;
  font-size: 9px;
	color: #666666;
	letter-spacing: 2px;
	font-weight: bold;
	TEXT-DECORATION: none;
	font-weight: bold;
}
/*F5C01A 00478C*/


ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: justify;
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #00478C;
	padding-bottom:10px;
	padding-top:10px;
}

ul#menu li {
  line-height: 15px;	
  color: #333333;
	padding-left:0px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  /*content: "- ";*/
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #F5C01A;
}

ul#menu a.active {
  color: #00478C;
}



