.tabella {
	width: 210px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2D4045;
}

.tabella td {
	text-align:center;
	padding:1px 0;
}

.riga_intestazione_tabella {
	font-size: 16px;
	color: #18292C;
}

.riga_post_intestazione_tabella {
	font-size: 16px;
	color:#5C8A9A;
}

.riga_intestazione_tabella a#arrow_left, a#arrow_right, a#arrow_left_2, a#arrow_right_2 {
	width:16px;
	height:12px;
	background: url(l.gif) no-repeat center bottom;

	text-indent:-9999px;
	display:inline-block;
}
	

a#arrow_right { 
	background: url(r.gif) no-repeat center bottom;
}

a#arrow_left:hover {
	background: url(l_hover.gif) no-repeat center bottom;
}
	
a#arrow_right:hover {
	background: url(r_hover.gif) no-repeat center bottom;
}

a#arrow_left_2 { 
	background: url(ll.gif) no-repeat center top;
}
	
a#arrow_right_2 { 
	background: url(rr.gif) no-repeat center top;
}

a#arrow_left_2:hover {
	background: url(ll_hover.gif) no-repeat center top;
}
	
a#arrow_right_2:hover {
	background: url(rr_hover.gif) no-repeat center top;
}

