#tabella_annuncio{
background-color:#FFF;
}

.annuncio{

	border-bottom:1px dashed #818080;
	text-decoration: none;
	color: #F42932;
	padding-top: 4px;
	padding-bottom: 8px;
	font-size: 11px;
}
.annuncio a{
	font-size: 11px;
	color: #FFF;
	border-bottom: dashed;
	border-width: 0 0 1px 0;
	border-color: #818080;
}
.annuncio a:link, .annuncio a:visited{
	font-size: 11px;
	border:0;
}
.annuncio a:hover{
	font-size: 11px;
	border-bottom: dashed;
	border-width: 0 0 1px 0;
	border-color: #FFF;
}
.annuncio a:focus, .annuncio a:active {
font-size: 11px;
 border:0;
}
 
.annuncio span#tit{
	font-size: 12px;
	font-weight: bold;
}

td.codice{
	color: #F42932;
	font-size: 12px;
	font-weight: bold;
}
.back {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	background: url(/image/03news/back.gif) left no-repeat;

}
a.back:link, a.back:visited{
color: #FFF;
}
a.back:hover{
color: #CDCDCD;
}
.next {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	background: url(/image/03news/next.gif) right no-repeat;

}
a.next:link, a.next:visited{
	color: #FFF;
}
a.next:hover{
	color: #CDCDCD;
}
.numeri {
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}
.numeri a:link, .numeri a:visited, {
	color: #FFF;
}

.numeri a:hover, .numeri a:focus, .numeri a:active {
	color: #FFF;	font-weight: bold;
}
.pagcorrente {
	background-color: #F42932;
	padding: 1px 5px;
	border: 1px solid #FFF;
}

