/* CSS Document */
BODY, td {
	COLOR: #666; 
	FONT:11px verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body {
	background: url(immagini/bg_tab.gif) center center repeat-y;
}
a img {
border:0;
}
a.grigio {
	color:#6e6e6e;
	text-decoration: none;
}
a.grigio:hover{
	COLOR: #2B3782; 
	text-decoration: underline;
}

.blu {
	font-size: 12px;
	font-weight: bold;
	color:#2B3782;
	text-decoration: none;
}
a.blu {
	font-weight: bold;
	color:#2B3782;
	text-decoration: none;
}
a.blu:hover{
	font-weight: bold;
	COLOR: #2B3782; 
	text-decoration: underline;
}
.bianco {
	COLOR: #fff; 
}
a.bianco{
    COLOR: #fff; 
	text-decoration: none;
}
a.bianco:hover {
    COLOR: #fff; 
	text-decoration: underline;
}
.mini {
	FONT-SIZE: 10px; 
	COLOR: #6E6E6E; 
}
a.mini{
    COLOR: #6E6E6E; 
	text-decoration: none;
}
a.mini:hover {
    COLOR: #2B3782; 
	text-decoration: underline;
}
.miniblub {
	font-weight:bolder;
	FONT-SIZE: 10px; 
	COLOR: #2B3782; 
}
a.miniblub {
    COLOR: #2B3782; 
	text-decoration: none;
}
a.miniblub:hover {
    COLOR: #666666; 
	text-decoration: underline;
}
.verdeb {
color: #009933;
font-weight: bold;
 }