/* ================================
    CSS STYLES 
   ================================
*/   

body {behavior:url(/portals/54/csshover.htc);}
/* -------------- TESTI -------------- */

.Normal { 
	font-weight: normal;
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 12px;
	color: black; 
}
.Head {
	font-weight: bold;
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 16px;
	color: white;  
}
.HeadRed {
	font-weight: bold;
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 16px;
	color: #E74B32;  /* rosso mattone*/
}
.NormalBold { 
	font-weight: bold;
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif;
	font-size: 12px;
	color: black;  
}
.SubHead {
	font-weight: normal; 
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 14px;
	color: #0D643A;  
}
.titolo1 {
	font-style: italic; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 32px; 
	font-weight: bold;
	color: white; 
}
.titolo2 {
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 14px;
	font-weight: bold;
	color: white; 
}
.VoceMenu {
	height:60px;
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 12px;
	font-weight: normal;
	color: black; 
	line-height:14px;
	margin:0;
}
.VoceMenu a,
.VoceMenu a:link, 
.VoceMenu a:visited {
	font-style: normal; 
	font-family: 'trebuchet ms', Tahoma, Verdana, Arial, serif; 
	font-size: 12px;
	font-weight: normal;
	color: black; 
	text-decoration:none;
}
.VoceMenu a:hover {
	font-weight: normal;
	color: #E74B32;  
	text-decoration:none;
}

.selected {
	font-weight: bold;
	color: #E74B32; 
	text-decoration:none;
}
.selected a,
.selected a:visited,
.selected a:link, 
.selected a:hover {
	font-weight: bold;
	color: #E74B32; 
	text-decoration:none;
}

.green {
	color: #0D643A;
}
p {
	margin:0;
}
.btn100 {
	width:100px;
	height:39px;
	background-image:url(btn100.gif);
	background-repeat:no-repeat;

	margin: 0 auto; 
	text-align: center;
}
.btn100 a,
.btn100 a:link,
.btn100 a:visited,
.btn100 a:hover  {
	text-decoration:none;
	color:white;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height:38px;
}
.box220 {
	width:220px;
	height:340px;
	background-image:url(box220.gif);
	background-repeat:no-repeat;

	margin: 0 auto; 
}

