/* ================================
CSS STYLES 
================================
*/   

.Normal { 
	font-weight: normal;
	font-style: normal; 
	font-family: Geneva, Arial; 
	font-size: 12px;
	color: #0A204F;
}
.Normal a { 
	font-weight: normal;
	font-style: normal; 
	font-family: Geneva, Arial; 
	font-size: 12px;
	color: #0A204F;	
	text-decoration:none;
}
.Normal a:link, 
.Normal a:visited { 
	color: #0A204F;
	text-decoration:none;
}
.Normal a:hover { 
	color: #ff6600;
	text-decoration:none;
}
.Head {
	font-weight: bold;
	font-style: normal; 
	font-family: Geneva, Arial; 
	font-size: 12px;
	color: #0A204F;  
}
.NormalBold { 
	font-weight: bold;
	font-style: normal; 
	font-family: Geneva, Arial; 
	font-size: 12px;
	color: #0A204F;  
}
.SubHead {
	font-weight: normal; 
	font-style: normal; 
	font-family: Geneva, Arial;  
	font-size: 12px;
	color: #0A204F;  
}
.testoblu {
	color: #042B70;
}
.testoblu a { 
	font-weight: normal;
	font-style: normal; 
	font-family: Geneva, Arial; 
	font-size: 12px;
	color: #042B70;	
	text-decoration:none;
}
.testoblu a:link, 
.testoblu a:visited { 
	color: #042B70;
	text-decoration:none;
}
.testoblu a:hover { 
	color: #ff6600;
	text-decoration:none;
}
/* --------------- ECOMMERCE ----------- */

.btn_VediFoto {
	display:block;
	padding: 0; 
	margin-right:3px;
	width: 120px;
	height: 16px;
	background-image: url(/Portals/51/skins/SkinBaraleEOlivero/btn_VediFoto.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-align:left;
}
.btn_VediFoto a {
	display:block;
	padding-left: 10px;
	padding-top: 1px;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, serif;
	text-decoration:none;
	color: black; 
}
.btn_VediFoto a:link,
.btn_VediFoto a:visited {
	color: black; 
}
.btn_VediFoto a:active,
.btn_VediFoto a:hover {
	color: #666666; 
}
/* ======== USAGE: ===========================
<div class="btn_VediFoto"><a href="" title="aaaaa">clicca</a></div>
*/