div#BoxNavBar{
	background:url(../images/bg/bg_menu.jpg) no-repeat;
	width:163px;
	height:435px;
}	
div#secondaryNav{
	background:url(../images/bg/bg_nav_secondary.jpg) no-repeat;
	width:163px; 
	height:80px;
}
ul#navSecondary{
	position:relative;
	top:15px;
	left:15px;
	float:left;
}
div#PalavraPresidente{
	width:163px;
	background:#f7f7f6;
	position:relative;
	left:8px;
	margin-top:10px;
	color:#494F71;
	font:12px arial;
}

.rotulo{
	vertical-align: top;
	text-align: right;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.campo_texto {
	border: 1PX solid #D3D3D3;
	background-color: White;
	color:Black;
}
.texto_destaque {
	border: 1PX solid #D3D3D3;
	background-color: White;
	color: Black;
	border-bottom: 1;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.botao{
	border: 1PX solid #D3D3D3;
	background-color: transparent;
	color:#000000;
	font-size:10px;
	padding: 5px;
}

.drop {
	font-family: Arial, Verdana;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #D3D3D3;
}

.red{
	font-weight: bold;
	color: red;
}
