@charset "UTF-8";
/* CSS Document */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.logo {
	font-size: 20px;
	color: #000000;
}
.footer {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../immagini/bkg.gif);
	background-repeat: no-repeat;
}
.tabella {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabella3colonne {
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}
.boxtitolo {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.selezionato {
	font-weight: bold;
	color: #000000;
}
.titolo_news {
    font-size: 20px;
    color: #000000;
}
.sottotitolo_news {
	font-size: 16px;
	color: #333333;
}
.dida {
	font-size: 12px;
}
