/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
BODY
{
    BACKGROUND-COLOR: #cccccc;
    background-image: url(Immagini/BG.gif);
    background-repeat: repeat-x;
    background-position: center top;
    FONT-FAMILY: Lucida Sans Unicode, Tahoma;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
}
FORM
{
    background-image: url(Immagini/BGRiga.png);
    background-repeat: repeat-y;
    background-position: center top;
}
TABLE
{
    FONT-SIZE: 11px;
}
P
{
	margin: 5 0 5 0;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #d33d48;
}
H1	{	
	font-size:	17px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	font-variant: small-caps;
	margin: 0 0 0 0;
	
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#d33d48;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#d33d48;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#d33d48;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#d33d48;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

UL 
{
	margin: 0 0 0 15;
}
UL LI	{	
	list-style-type:	disc;
	margin-top: 5px;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
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: 0 0 0 0;
	border: 0;
	}
.TabellaPrincipale
{
	width: 853px;
}
.tdMenu
{
	background-image: url(Immagini/BGMenu.png);
	background-repeat: no-repeat;
	height: 32px;
}
.tdBody
{
	background-image: url(Immagini/BGBody.png);
	background-repeat: repeat-y;
	height: 450px;
}
.tblBody
{
	background-image: url(Immagini/UomoVitruviano.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 100%;
	padding: 5 15 5 15;
}
.tdFooter
{
	background-image: url(Immagini/BGFooter.png);
	background-repeat: no-repeat;
	height: 32px;
	padding: 0 15 2 15;
}
.tdFooter TABLE
{
	font-size: 10px;
	color: #d4d4d4;
}
.MenuITA .Menu
{
	color: #d33d48;
	text-align: center;
	width: 15%;
}
.MenuENG .Menu
{
	color: #d33d48;
	text-align: center;
	width: 20%;
}
.Menu A
{
	color: #d4d4d4;
	text-decoration: none;
}
.Menu A:visited
{
	color: #d4d4d4;
	text-decoration: none;
}
.Menu A:hover
{
	color: #d33d48;
	text-decoration: none;
}
.TextBox
{
	border: solid 1px #d33d5e;
	font-size: 8pt;
	padding: 2 2 2 2;
}

.EtichettaCampo
{
	font-size: 7pt;
	color: black;
}
.EtichettaPiccola
{
	font-size: 8pt;
}
.EtichettaErrore
{
	font-size: 8pt;
	color: Red;
}
.Intro
{
	color: #efefef;
	text-align: center;
	width: 20%;
}
.Intro A
{
	color: #efefef;
	text-decoration: none;
}
.Intro A:visited
{
	color: #efefef;
	text-decoration: none;
}
.Intro A:hover
{
	color: #efefef;
	text-decoration: underline;
}