@charset "UTF-8";
/* CSS Document */

body{
	background-color:#202055;
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link, a:visited
{
	color:#000;
	text-decoration:underline;
	border:none;
}

a:hover, a:focus, a:active
{
	color:#D20B00;
	text-decoration:underline;
	border:none;
}

#centrale{
	width:699px; 
	height:390px; 
	margin:auto;
	background-repeat:no-repeat; 
	background-color:#8eb9c0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#000;
	margin-top:130px; 
}

.titolored{
	font-size:11px;
	color:#F00;
	font-weight:bold;
}

#clear{
	clear:both;
	padding:0;
	margin:0;
	height:0;
	width:0;
	line-height:0;
}

#footer{
	border:1px solid #000; 
	width:699px;
	height:23px;
	font-weight:bold;
	line-height:23px;
	text-align:center;
	word-spacing:2px;
}