/* CSS Document */
html, body { height:100%; margin:0px; padding: 0px }

body {font-size:100%; background: url(images/sfondo.gif) repeat-x top #202224}

html, input, textarea	{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 11px;
	color:#FFFFFF;
}	

a img{ border:0px}

a{color:#f3c15d;} 
a:hover{color:#F8D794;}

.centro {
	position:relative;
	color:#ffffff;
	font-weight:normal;
	font-size: 10 pt;
	background: #0A3A69 url(images/sfondoCentro.gif) top left no-repeat;
	padding:10px;
	
}

.destra {
	position:relative;
	color:#ffffff;
	font-weight:normal;
	font-size: 10 pt;
	background: #0A2D4E url(images/sfondoDestra.gif) top left no-repeat;
	padding:10px;
}

.sotto {
	color:#527596;
	font-size: 10 pt;
	background: #0A1D2F url(images/sfondoSotto.gif) top left no-repeat;
	padding:15px
}

.sotto a {
	color:#ffffff;
}

.sotto a:hover{color:#f3c15d;}



.titolo {
	padding-top:10px;
	color:#88b7d0;
	font-weight:bold;
	font-size: 12pt;
}


a {text-decoration:none }
a:hover{text-decoration:none }

.destra ul{margin:0; padding:10 15 0 35; }
ul li {color:#f3c15d; text-decoration: none; line-height:1.5em} 
ul li a{color:#f3c15d; text-decoration: none; line-height:1.5em} 
ul li a:hover { text-decoration:none; color:#F8D794; }




.input{
   	border:1px solid #313438; 
	background:#242628;
	width:142px; height:17px;
	font-size:1em;
	padding-left:5px;
	margin:0 5px 0 5px;
	vertical-align:middle;
	text-transform:none
}
input{
   	border:1px solid #a4a4a4; 
	background:none;
	width:306px; height:18px;
	font-size:1em;
	padding-left:5px;
	padding-top:2px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #a4a4a4; 
	background:none;
	width:306px; height:185px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}