/* PAGINA P6 */
/* IDs DOS ELEMENTOS */
#level{/* DIV EXTERNO */
	position: relative;
	width: 655px;
	height: 577px;
	right: -100px;
	background: url(images/p6_comercializacao.gif) no-repeat;
}

#lvl1,#lvl2,#lvl3,#lvl4{/* DIVs INTERNOS */
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	left: 17px;
	border: 0px;
	line-height: 110%;
}

#lvl4{
	top: 106px;
}

#lvl3{
	top: 233px;
}

#lvl2{
	top: 354px;
}

#lvl1{
	top: 490px;
}

/* STYLES CLASS */

.alvl{/* ANCORAS */
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.alvl:hover{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}