html { 
  height: 101%; 
}

td.border_top {
	width: 100%;
	border-top-width: 1px;
	border-top-color:#0099CC;
	border-top-style: solid;
}

td.border_bottom {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color:#0099CC;
	border-bottom-style: solid;
}

body { 
	background-image: url(../immagini/img_sfondo_body.jpg);
  margin: 0px; 
  padding: 0px; 
  height: 100%; 
  border-top: 1px transparent solid; 
  margin-top: -1px; 
  z-index: 0; 
  position: relative; 
}

img, div { behavior: url(iepngfix.htc) }

form {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

img.sfondo { 
  height: 100%; 
  width: 100%; 
  z-index: -1; 
  position: absolute; 
  color: white; 
}

table.tabella_esterna {
  width: 100%;
  background-image: url(../immagini/img_banda.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.footer {
	width: 100%;
	border-top-width: 1px;
	border-top-color:#666666;
	border-top-style: solid;
  	width: 950px;
	height: 42px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: regular;
	text-align: center;
	vertical-align: middle;
}

td.footer a {
	color: #666666;
}

td.footer a:hover {
	color: #ff6600;
}

td.cornice {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #496394;
}

div.titolo {
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	vertical-align: middle;
}

div.titolo a:link, div.titolo a:active, div.titolo a:visited {
	font-family: Arial;
	font-size: 12px;
	color:#006699;
	font-weight: bold;
	vertical-align: middle;
	text-decoration:none
}

div.titolo a:hover {
	color:#FF6600;
	text-decoration:none
}

div.testo_small {
	font-family: Arial;
	font-size: 8px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
}

div.testo {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
}

div.testo a:link, div.testo a:active, div.testo a:visited {
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	font-weight: normal;
	text-decoration:none;
}

div.testo a:hover {
	color:#FF6600;
}

div.testo2 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
}

div.testo2 a:link, div.testo2 a:active, div.testo2 a:visited {
	font-family: Arial;
	font-size: 12px;
	color:#006699;
	font-weight: normal;
	text-decoration:none;
}

div.testo2 a:hover {
	color:#FF6600;
}

div.tabella {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

td.bottone_menu a:active, td.bottone_menu a:visited {
  text-decoration: none;
	color: #006699;
}

H1 {
	font-family: Arial;
	font-size: 18px;
	color:#336699;
	font-weight: normal;
	margin-bottom:10px;
	text-align:left;
}

H1.titolo2 {
	font-family: Arial;
	font-size: 16px;
	color:#336699;
	margin-bottom:10px;
	text-align:left;
}

H2 {
	font-family: Arial;
	font-size: 12px;
	color:#006699;
	font-weight: lighter;
	margin-bottom:10px;
	text-align:left;
}

td.bottone_menu {
  background-image: url(../immagini/img_menu_bg.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 29px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: regular;
	text-align: center;
	vertical-align: middle;
}

td.bottone_menu a:link, td.bottone_menu a:active, td.bottone_menu a:visited {
  text-decoration: none;
	color: #FFFFFF;
}

td.bottone_menu a:hover {
	text-decoration: none;
	color: #ffcc00;
}

input.bottone_login {
	background-color:#DFECEC;
	vertical-align:bottom;
	border: 1px;
	style: solid;
	border-color:#666666;
	width: 150px;
	font-family: Verdana;
	font-size: 11px;
}

div.gmarker {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 15px;
}