﻿BODY
{
	background-color: whitesmoke;
	color: Black;
	font-family:Verdana;
	font-size:8pt ;
	
	scrollbar-face-color:CadetBlue;
	scrollbar-base-color:CadetBlue;
	scrollbar-arrow-color:black;
	scrollbar-track-color:Gainsboro;
	scrollbar-shadow-color:CadetBlue;
	scrollbar-highlight-color:CadetBlue;
	scrollbar-3dlight-color:White;
	scrollbar-darkshadow-Color:Black;



}
H1
{
	font-weight: bold;
	font-size: 18pt;
	text-decoration:underline;
	color:Gray;
	font-family: Arial;
}
H2
{
	font-weight: bold;
	font-size: 12pt;
	text-decoration:underline;
	color:Gray;
	font-family: Verdana;
}
H3
{
	font-weight: bold;
	font-size: 11pt;
	color: Black;
	font-family: Verdana;
	
}
H4
{
	font-weight:normal;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
	text-decoration:underline;
}

a.Link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}
a.Link:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}

.TestoNormale
{
	font-family:Verdana;
	color: Black;
	font-weight:normal;
	font-size: 10pt;
}
.TestoPiccolo
{
	font-family:Verdana;
	color: Black;
	font-weight:normal;
	font-size: 8pt;
}
.Titolo
{
	font-family:Verdana;
	color:Navy ;
	font-weight:bold;
	font-size: 12pt;
}
.TitoloTabella
{
	font-family:Verdana;
	color:white  ;
	background-color:#0099cc ;
	font-weight:bold;
	font-size: 12pt;
}
.PiedeTabella
{
	font-family:Verdana;
	color:white  ;
	background-color:#0099cc ;
	font-weight:bold;
	font-size: 8pt;
}
