/* Folha de estilo em cascata */
/* Cliente: www.ibapepb.org.br */
/* Responsável: Carlos Felippe Dias Limeira (carlos@bc10.com.br) */
/* Empresa: BC10 Comunicação Interativa */

#quadro_principal {
	font-size: 13px;
}

/* Estlizacoes do bloco 'tamanho do texto' */

#tamanho_texto {
	background: #DEF1F8;
	border: 1px solid #A7DCEE;
	width: 55px;
	height: 20px;
	position: relative;
	top: 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
} 

#texto_menor {
	display: block;
	padding: 0 5px 0 5px;
	position: absolute;
	right: 30px;
	top: 0;
	font-family: "Times New Roman", serif;
	font-size: 15px;
	background: #5D92C6;
	height: 100%;
	color: #fff;
}

#texto_maior {
	display: block;
	padding: 0 5px 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Times New Roman", serif;
	font-size: 15px;
	height: 100%;
}

#quadro_principal #texto_menor a:link {
	color: #fff;
	text-decoration: none;
}

#quadro_principal #texto_maior a:link {
	text-decoration: none;
}