/* ************ */
/* CORPO PAGINA */
/* ************ */
.bckg {
	background-attachment: fixed;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
/* ************ */
/* LINKS */
/* ************ */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5A5A5;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5A5A5;
	text-decoration: none;
}
/* ************ */
/* LINKS INFERIORI*/
/* ************ */
a.under {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
a:hover.under {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BFBFBF;
	text-decoration:none;
}
/* ************ */
/* PARAGRAFI */
/* ************ */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
