@CHARSET "ISO-8859-1";

#financialInfo {
	float: left;
	margin: 5px 0;
/*	border: 1px dotted #336633;
	border-bottom: 0 none;
	border-left: 0 none;
*/	color: #003333;
}

#financialInfo ul {
	list-style:none;
	width:159px;
	text-align: center;
}

#financialInfo ul li { /* fila */
	overflow: hidden;
	background-color: #B4D137;
	width:159px;
	font-size: 10px;
	padding: 3px 0;
}

#financialInfo ul li ul {
	clear:both;
	font-size:10px;
	padding: 6px 0 3px 0;
	border: 0 none;
	border-bottom: 1px dotted #336633;
	text-align: right;
}

#financialInfo ul li ul li { /* columna */
	display: inline;
	font-size:10px;
	padding: 3px 0;
	font-weight: normal;
	line-height: 13px;
}

#financialInfo .title {
	font-weight: bold;
	font-size: 10px;
}

#financialInfo .name {
	float: left;
	width: 48px;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 10px;
	text-align: left !important;
	border-right: 1px dotted #336633;
}

#financialInfo .value {
	width:90px;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 9px;
	text-align: right !important;
	/*border-right: 1px dotted #336633;*/
	color: #006633;
}

#financialInfo .note {
	float: left;
	padding: 0px 5px 3px 5px;
	font-weight: normal;
	font-size: 9px;
	text-align:left !important;
}