/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: 0px; 
	margin-left: 0px;
	background-color: #1D2E42;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color: #FFFFFF;
	}
a{
	color: #FFFFFF;
}


#sinistra {
		background-image:url(img/sinistra.jpg);
		width: 535px;
		background-position:left;
		background-repeat:repeat-y;}
		
#sinistra2 {
   background-image:url(img/sfondo_vuoto2.jpg);
			background-repeat:no-repeat;
			width: 533px;
			height:410px;		
						}

#destra2 {
			background-image:url(img/foto_destra.jpg);
			background-position:top;
			background-position:right;
			width: 271px;
			height:410px;
			background-repeat:no-repeat;
			}
#destra3 {
			background-image: url(img/sfondo_destra.jpg);
			background-repeat:repeat-y;
			}
			
#tabellatesto {
			width: 500px;
			height:400px;
			margin-top:20px;
			margin-bottom:0px;
			margin-left:20px;
			margin-right: 10px;
			}
		
.former {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}
H1 {
			font-family:Times New Roman, Times, serif;
			font-size:200%;
			font-weight:normal;
			color:#FFFFFF;
			}
			
.bottonemodulo {
	border: 1px solid #EEEEEE;
	color: #000000;
	background:#FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
}