body {
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	color: #000000;
	background-color: #4891B2;
	text-align: center; /* for IE */
	margin: 0px 0px 0px 0px;
	margin-bottom: 20px;
	height: 100%;
}
	
A:link    { text-decoration: none; color:black}
A:visited { text-decoration: none; color:black}
A:hover   { text-decoration: underline; color: #27477C}


.header {
	width: 100%;
	height: 212px;
	text-align: center;
	background: #00569C url('../pics/bg_blue.jpg');
	overflow: auto;
}




.container {
	display: table;
	width: 889px;
	height: 100%;
	background: #FFFFFF url('../pics/bg_contattaci.jpg') left repeat-y;
	text-align: left;
	
}



.left-side {
	width: 235px;
	float: left;
	text-align: right;
	line-height: 18px;
	height: 100%;
}



.main {
	width: 654px;
	text-align: left;
	line-height: 17px;
	background: #FFFFFF url('../pics/puntino.jpg') repeat-y left;
	float: right;
}



.testo_menu {
	font-family: Tahoma; 
	font-size: 11px; 
}

.testo_menu a:link {
	font-family: Tahoma; 
	color: #003366; 
	font-size: 11px; 
	text-decoration: none;
}

.testo_menu a:visited {
	font-family:Tahoma; 
	color: #003366; 
	font-size: 11px; 
	text-decoration: none;
}

.testo_menu a:hover   {
	font-family:Tahoma; 
	color: #336699; 
	font-size: 11px; 
	text-decoration: none;
}



.testo_table {
	font-family:Tahoma; 
	font-size: 11px; 
}



.left-menu {
	width: 100%;
	text-align: left;
	line-height: 18px;
	background: #FFFFFF;
}



.testo {
	padding: 15px 15px 15px 15px;
	text-align: left;
	line-height: 19px;
}



.contatti {
	padding: 10px 20px 10px 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	height: 100%;

}



img.bordo {
	border: solid 5px #E5D8C8;
}



h1.titolo {
	font-family: Arial;
	font-size: 16px;
	color: #08407D;
}




.dotted_line {
	height: 11px;
	background: url('../pics/puntino.jpg') repeat-x;
	background-position: 0px 5px;
	margin-left: 5px;
}






.field{ 
	color: black;
	font-size: 11px;
	font-family: Tahoma;
  	background-color: #FFFFFF;
	border:1px solid #00156E;
	width: 100px
}





.button
{
		font-family: Tahoma;
		font-size: 10px;
		font-weight: bold;
		height: 2.0em;

		display: inline-block;	
		position: relative;
		cursor: pointer;
		text-align:center;

		background: #F1F1F1 url(../pics/hover-blue-1px.png) center repeat-x;
		padding : 0px 5px 0x 5px;
		border:1px solid #00156E;
		color:#00156E;
}
