html, body, div, ul {
	margin: 0;
	padding: 0;
}
/*
body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}
ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

*/
a {
	outline: none;
	color:White; 
	font-family:Arial;
	font-size:14px; 
}

a img {
	border: 1px solid #BBB;
	padding: 1px;
	/*margin: 10px 20px 10px 0;*/
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul.ListaLinks 
{
    font-family:Arial;
    color:White;
	list-style-image: inherit;
	list-style-position: inside;
}
    ul.ListaLinks ol
{ 
    font-style: normal; 
    text-align:left;
    list-style-type: none;
}
ul.ListaLinks li 
{ 
    font-style: normal; 
    text-align:left;
    list-style-type: none;/*url("../images/arrow.gif");*/
    padding:1px;
    display:block;
    background-repeat: repeat-x;           
}
   	
/* uc style Header */  
div.boxMasterHeaderLogo
{
	/* div contenente il controllo logo */	
	width: 1000px;
	background-color: rgb(90, 109, 120);
	height:220px;
}
table.Logo
{
    width:100%; 
    height:100%;
    border-width:0px;    
    border-color:transparent;  
    font-family:Arial;    	
}
.Title
{	
    font-family:Arial;    
    font-size:large;
    text-align:left;
    color:White;
}
.Text
{	
	width:30%;
    font-family:Arial;
    font-size:medium;
    padding:8px;
    color:White;
    text-align:left;
}
td.right
{
	border-style: solid; border-width: medium; border-color: White; width:70%
}  

/* Modulo form email*/

.tableConsulenza
    {
        /*width:680px;*/
        width:100%;
        font-family:Arial;
        color:White;   
        margin-left:4px;
        margin-right:4px;
        background-color:rgb(121, 143, 155);
    }
    .titoloModuloConsulenza
    {
        font-size:14px;
        font-weight:bold;
        font-family:Arial;        
    }
    .labelformConsulenza
    {
       	font-size:12px;
        font-weight:bold
    }
    .testoConsulenza
    {
        vertical-align:top;
        font-size:12px;
        font-weight:normal;
        text-align: justify;
     }
     .Button
     {
     	border-style:solid;
     }
   	