img { behavior: url(iepngfix.htc); }

.mynt {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #66cc33;
	text-decoration: none;
}
.email {
	height: 22px;
	border: #e8e8e8 1px solid;
	font-size: 12px;
	color: #666666;
	font-family: arial;
	background-color: #ffffff
}

.texto {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8e8e8e;
	text-decoration: none;
	text-align: justify;
}

a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
.numeros {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #66cc33;
	text-decoration: none;
	letter-spacing: 2px;
}

.titulo {
	font: 14px Arial, Helvetica, sans-serif;
	color: #66cc33;
	text-decoration: none;
}




a.tipbalao{
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:bold;
	text-decoration:none;
	behavior: url(iepngfix.htc);
}

a.tipbalao span{ display: none; }

a.tipbalao:hover{ z-index:25; color: #aaaaff; background:;}

a.tipbalao:hover span.tooltip{
	behavior: url(iepngfix.htc);
	display: block;
	position: absolute;
	top: -60px; 
	*top: 20px;    /* for IE */
	left: 17;
	*left: 17;
	padding: 15px 0 0 0;
	width:110px;
	color: #993300;
	text-align: center;
}

a.tipbalao:hover span.topo{
	display: block;
	padding: 30px 2px 0;
	background: url(lupa.png) no-repeat top;
	/* for IE */
	filter:alpha(opacity=89);
	/* CSS3 standard */
	opacity:0.8;
}
