/* Stile della pagina */
body{
	/* Layout */
	background-image: url(immagini/sfondomain.jpg);
	
	/* Testo */
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}

/* Stile barra di scorrimento */
body {
  scrollbar-3dlight-color: FFFFFF;
  scrollbar-arrow-color: 000000;
  scrollbar-base-color: FFFFFF;
  scrollbar-darkshadow-color: FFFFFF;
  scrollbar-face-color: 0099FF;
  scrollbar-highlight-color: FFFFFF;
  scrollbar-shadow-color: 000000;
  scrollbar-track-color: FFFFFF;
}

/* Stile del font all'interno delle tabelle */
td, th {
	font-size: 10pt;
}

a:link, a:visited, a:active {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.foot:link, a.foot:visited, a.foot:active {
	color: #0099FF;
	font-weight: normal;
	text-decoration: none;
}
a.foot:hover {
	color: #000000;
	text-decoration: underline;
}

div.tit{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;s
}

table.tab{
	background-image: url(immagini/sf_colore.jpg);
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;	
}