/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: #333333;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#ffffff;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
}
TD

{
	font-family:Verdana, Arial ;
	font-size:10pt;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #ffffff;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:Liberate , Verdana, Arial, Helvetica, sans-serif;
	font-size:	28pt;
	font-weight:	bold;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #CE0F10;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	
{
	font-weight:	bold;	
	text-decoration:	underline;
	color: #ee0000;
	}	
		
A:visited	
{
	font-weight:	bold;		
	text-decoration:	none;
	color:	#ee0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight:bold ;
	color:	#ffffff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/*-----------------------------*/
/* CSS per Menu di navigazione */
/*-----------------------------*/


#Navigatore {
  float: left;
  width: 190px;
  background-color:Transparent;
  color: White; 
  padding: 0;
  list-style: none;  
}

#Navigatore ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0px;
  list-style: none; 
}

#Navigatore ul li {
  margin-left: 0;
  padding-left: 0px;
  list-style: none;  
  
}

#Navigatore a {
  display: block;
  color:Black ;
  text-decoration:'underline';
  width: 190px; /* required for IE to display it correctly */
}
#Navigatore a:hover {
  display: block;
  width: 190px; /* required for IE to display it correctly */
  border:solid 1 gray; 
  font-weight:bold ;
}


#SfondoCaldo
{
	background-color:#FFCC99;
}


