/* CSS Document */
HTML,body {
	background-color:#003466;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 76%; /*dimensionamento percentuale del font */
}
div#allcontainer {
	display:block;
	width:790px;  
	height:586px;  
	position:absolute;  
	top:50%;  
	left:50%;  
	margin: -293px 0 0 -395px;
}
div#container {
	width: 790px;
	height:525px;
	margin: 0px; 
	padding: 0px;
	border: 0px;  
	text-align: center;
	background-color: #003466;
	background-image: url(../images/cornice_body_blue.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#middlecontent {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 525px;
	width: 770px;
	background-color: #00365C;
	text-align: center;
}
div#topcornice {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 790px;
	background: transparent url(../images/cornice_top_blue.gif) no-repeat center bottom;
}
div#botcornice {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 790px;
	background: transparent url(../images/cornice_bottom_blue.gif) no-repeat center top;
}
div#bottomlink {
	position: absolute;
	margin: 0px;
	left: 0px; 
	height: 41px;
	width: 790px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #003466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
DIV#linkita {
    visibility: visible;
	margin: 0px auto; 
    position: absolute;
    width: 100%;
    left: 0px;
    top: 5px;
	line-height:18px;
    text-align: center;
}
DIV#linking, DIV#linkfra, DIV#linkger {
    visibility: hidden;
	margin: 0px auto; 
    position: absolute;
    width: 100%;
    left: 0px;
    top: 5px;
	line-height:18px;
    text-align: center;
}
a {
	color: #aabbff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #33FFFF;
}
div#indexcontent {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
}
div#indexlink {
	margin: 0px auto;
	height: 30px;
	padding: 8px 20px 4px;
	LEFT: 0px;
	WIDTH: 100%;
	vertical-align: middle;
	color: #666666;
	text-align: center;
	background-color: #E6E6E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}
DIV#content_ita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 9px;
}
DIV#content_eng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 9px;
}
DIV#content_fra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 9px;
}
DIV#content_ger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 9px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
color:#3333CC;
}
p.whitemsg {
	color:#FFFFFF; 
	font-size:1.5em;
	text-align:center;
}
span.fp {color:#8989FE; font-size:0.8em;}