/* CSS Document */
table {
	font-family: trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bg{ background-image:url(images/c1.gif); background-attachment:fixed;}
.site{
background-image:url(images/bg1.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#C8D9F5;
}

a:visited {
	text-decoration: none;
	color: #003E5B;
}
a:link {
	color: #003E5B;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000066;
}
a {
	font-weight: bold;
}
.linkbianco a:hover {
	text-decoration: underline;
	color: #336699;
}