body {
	background-color: #000000;
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 0.7em;
	margin: 0px;
	color: #ffffff;
	font-weight : normal;
}


.imageStyle {
    border: none;
	padding: 0px;
}

.imageStyle_erba {
    border: none;
	vertical-align: baseline;
	text-align: center;
	color : #555353;
	font-weight : normal;
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 1em;
	
}

/* show various link effects (including the rollover effect) */
a {
	text-decoration : none;
	font-weight : normal;
	border: 0px;
}
a:link {
	color: #999999;
	border: 0px;
	background-color : transparent;
}

a:visited {
	color : #999999;
	background-color : transparent;
	border: 0px;

}
a:active {
	color : #999999;
	background-color : transparent;
	border: 0px;

}
a:hover {
	color : #999999;
	background-color : transparent;
	border: 0px;
	
}
/* fine rollover) */





/* show various link effects (including the rollover effect) */

a.alternativo {
	text-decoration : none;
	font-weight : normal;
	border: 0px;
}


a.alternativo:link {
	color: #0B54AC;
	border: 0px;
	background-color : transparent;
}

a.alternativo:visited {
	color : #0B54AC;
	background-color : transparent;
	border: 0px;
	font-weight: bold;

}
a.alternativo:active {
	color : #A2EC71;
	background-color : transparent;
	border: 0px;

}
a.alternativo:hover {
	color : #0B54AC;
	background-color : transparent;
	border: 0px;
	
}



