/* STRUTTURA PAGINA */
html {height:100%;}
body {
margin:0;
padding:0;
height:100%;
background-image: url(../../immagini/intro/intro_bk.jpg);
background-attachment: fixed;
}
#PGSTR {
min-height:100%;
position:relative;
}
* html #PGSTR {height:100%}
#PGSTR-HEADER{
	  height:0px;
}
#PGSTR-CONTENT {
width:900px;
margin-left:auto;
margin-right:auto;
padding-bottom:200px;
}
* html #PGSTR-CONTENT {
height:1px;
}
#PGSTR-FOOTER {
width:900px;
position:absolute;
bottom:0;
width:1024px;
left:50%;
margin-left:-512px;
height:200px;
/*background-image: url(../../immagini/common/site_btmback.jpg);*/
}

/* TAG STANDARD */
BODY{
	font-family: Arial;
	font-size: 12px;	
	color: #2A2A2A; 
	letter-spacing: 0px;  
	line-height: 18px; 
}
TABLE, TH, TR, TD{
	font-family: Arial;
	font-size: 11px;	
	color: #2A2A2A; 
	letter-spacing: 0px;  
	line-height: 18px; }
OL,P, FONT, A, BLOCKQUOTE, LABEL{ margin-top: 0px; margin-bottom: 0px; }
FORM{	margin-bottom: 0px;	margin-top: 0px;}
P{	margin-bottom: 6px;	margin-top: 6px;}
HR{	border: 1px solid #D1E3F8; margin-top:0; margin-bottom:0; }
a:link, a:visited{	color: #138ce1;	text-decoration: none;}
a:hover, a:active{	color: black;	text-decoration: underline; }
h1	{	font-family: Arial; font-size: 160%; color: #061F38; letter-spacing: -1px;margin-top: 1px;  margin-bottom: 1px;}
h2	{	font-family: Arial; font-size: 22px; color: #061F38; margin-top: 1px;  margin-bottom: 1px;}
h3	{ 	font-family: Arial; font-size: 14px; color: #061F38;  margin-top: 1px;  margin-bottom: 1px;   }
h4	{ 	font-family: Arial; font-size: 12px; color: #061F38;  margin-top: 1px;  margin-bottom: 1px;   }

h5	{ 	font-family: Arial; font-size: 130%; color: #F5F5F5;  margin-top: 1px;  margin-bottom: 1px;   }
.IMG{ border: 0px solid Fuchsia; }