.base {
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	display: none;
}
.clientes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
}
a.clientes:link{
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}
a.clientes:hover{
	font-weight:bold;
	text-decoration:none;
	color:#003366
}
a.clientes:visited{
	font-weight:bold;
	text-decoration:none;
	color:#003366
}
a.clientes:active{
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}