body {
	background-image: url(grafica/bg.gif);
	background-color: #333300;
	font-family: verdana;
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
    font-weight: normal;
	}
	
.testata {background-image:url(Passenger/Testata.jpg); background-repeat:no-repeat;}
		
	
p	{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
	padding-right:15px;
}
.p_info	{
    padding-top:10px;
    padding-bottom:25px;
    padding-left:25px;
	padding-right:25px;
}	

.testo {
    font-family:verdana;
	color: #cccccc;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	
}

.testo_nero8 {
    font-family:verdana;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	
}

.testo_grassetto_bianco {
    font-family:verdana;
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	
}

.testo_bianco {
    font-family:verdana;
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.testo_bianco7 {
    font-family:verdana;
	color: #ffffff;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}
.testo_grassetto_nero {
    font-family:verdana;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	
}

a:link, a:visited { text-decoration:none; font-family: Verdana; font-size: 8pt; font-style: normal; font-weight: normal; TEXT-DECORATION: none}
a:hover, a:active { text-decoration:underline; font-family: Verdana; font-size: 8pt; font-style: normal; font-weight: normal; TEXT-DECORATION: underline }
 
a.rosso  { color: #ff0000; text-decoration:none; }
a.nero   { color: #000000; text-decoration:none; }
a.bianco { color: #ffffff; text-decoration:none; }

a.a_rosso_grassetto {font-size:8pt; text-decoration: none; font-weight:bold; font-family:Verdana; color:#b11111;}
a.a_rosso_grassetto:hover {font-size:8pt; text-decoration: underline; font-weight:bold; font-family:verdana; color:#b11111;}
a.a_rosso_grassetto:visited {font-size:8pt; font-weight:bold; font-family:verdana; color:#b11111;}

a.a_nero_grassetto {font-size:8pt; text-decoration: none; font-weight:bold; font-family:Verdana; color:#000000;}
a.a_nero_grassetto:hover {font-size:8pt; text-decoration: underline; font-weight:bold; font-family:verdana; color:#000000;}
a.a_nero_grassetto:visited {font-size:8pt; font-weight:bold; font-family:verdana; color:#000000;}


input {
       background:#B1D7EF;
       font-family:verdana;
	   color: #000000;
	   font-size: 7pt;
	   font-style: normal;
	   font-weight: normal;
       height:18px;
	   width:300px;
       margin:2 2 2 2;
       border-style:solid; 
       border-color: #ffffff; 
       border-width: 2; 
}

 input.bottone {
       font-family:verdana;
	   color: #000000;
	   font-size: 7pt;
	   font-style: normal;
	   font-weight: normal;
       height:18px;
	   width:50px;
       margin:5 5 5 5;
       background:#f0f0f0;
}
textarea {
       background:#B1D7EF;
       font-family:verdana;
	   color: #000000;
	   font-size: 7pt;
	   font-style: normal;
	   font-weight: normal;
       margin:2 2 2 2;
       border-style: solid; 
       border-color: #ffffff; 
       border-width: 2; 
       width:300px;
       height:75px;
}
 


