/* CSS Document Style */

h1{
	font:1.5em Verdana, "Times New Roman", Times, serif;
	color:#fc0;
	font-weight:bold;
}

h2{
font:1.2em Verdana, "Times New Roman", Times, serif;
	color:#fc0;
	font-weight: bold;
  text-align:left;
  line-height:20px;

}

#contentCX{
  font:75% Verdana, "Times New Roman", Times, serif;
	color:#fff;
  text-align:justify;
  line-height:20px;
}

#contentCX b{
  	color:#fc0;
		
} 


#contentDX{
  font:70% Verdana, "Times New Roman", Times, serif;
	color:#ccc;
  text-align:justify;
  line-height:20px;
}

#contentDX b{
  	color:#fc0
} 


/* email e link a siti web e pdf*/

.email{
  color:#fff;
	text-decoration:none;
	padding-left:20px;
	line-height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background:url(../images/email.gif) left no-repeat;
	
	}
.email a:link{
	text-decoration:none;
	color:#fff;
}
.email a:hover{
	color:#0f0;
	text-decoration:none;
}


.website{
  color:#fff;
	text-decoration:none;
	padding-left:15px;
	line-height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background:url(../images/link.gif) left no-repeat;
	
	}
.website a:link{
	text-decoration:none;
	color:#fff;
	
}
.website a:hover{
	color:#0f0;
	text-decoration:none;
	
}


/*Box per Form di invio dati*/

.box{
background:#000;
border:1px solid #ccc;
color:#fff;
}
.pulsante{
background:#000 url(../images/invia.jpg) top left no-repeat;
width:190px;
height:40px;
border:none;
color:#fff;
}
