body {
	background-image:url(../../immagini/sfondo_pag.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	background-color: #BFD5EB;
}

P{
	font-family : Helvetica;
	font-size : 12px;
}

A:LINK,A:ACTIVE {
	font-family:Helvetica;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
A:visited{
	font-family:Helvetica;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}

A:hover{
	font-family:Helvetica;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}

.cell-news {
	background-color : #ffffff;
	color : #0065CE;
	font-size : 12px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0066cc;
	border-right-color: #0066cc;
	border-bottom-color: #0066cc;
	border-left-color: #0066cc;
	font-family: Helvetica;
}
.preview-news {
	background-color : #ffffff;
}

span.btn a {
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	color: #FF9900;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: thin dotted #990033;
	height: auto;
	line-height: 20px;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}
span.btn:hover a:hover{
	background-color: #0066cc;/*#300000;*/
}

.cell-alert {
	background-color : Yellow;
	color : Black;
	font-size : 12px;
}
.errore {
	background-color : Yellow;
	color : Black;
	font-size : 12px;
}

.rss_item_title{
	background:#f0f0f0;
	padding: 2px 2px 2px 2px;
}