

.texto{
	padding-right: 2px;
	font-family: "Arial";
	color: #6F6F6F;
	font-size: 9pt;
	font-weight:normal;
}



/* Layers */
/* MUST tooltip styling */
.hide {position:absolute; z-index:800; left:-9999px; }
 
/* general tooltip styling */
.hide {border:1px solid #000; padding:5px 10px;background:#fff; text-align:left;}
.hide h3 {font-size:16px; font-family:georgia, serif; color:#800; margin:0; padding:5px 0;}
.hide p {padding:5px 0; margin:0; font-family:arial;sans-serif; font-size:11px; line-height:1.5em;}
.hide img {border:1px solid #aaa; padding:5px;}


.div1_off {
	background: transparent;
	width: 190px;
	position:absolute;
}

.div1_on {
	background: url(../img/div_professional.png) no-repeat;
	width: 190px;
	height: 78px;
	position:absolute;
	margin-left:415px;
	margin-top:144px;
}

.div2_off {
	background: transparent;
	width: 190px;
	position:absolute;
}

.div2_on {
	background: url(../img/div_investor.png) no-repeat;
	width: 190px;
	height: 78px;
	position:absolute;
	margin-left:415px;
	margin-top:240px;
}

.div3_off {
	background: transparent;
	width: 190px;
	position:absolute;
}

.div3_on {
	background: url(../img/div_client.png) no-repeat;
	width: 190px;
	height: 78px;
	position:absolute;
	margin-left:415px;
	margin-top:340px;
}
.alink
{
	font-family: "Arial";
	color: #6F6F6F;
	font-size: 9pt;
	font-weight:normal;
	text-decoration:none; 
}
.alink:hover
{
	text-decoration:underline;
}

