.caixa-b{}

.caixa-b .cabecalho{}

.caixa-b .cabecalho .esquerdo{
	width:7px;
	height:31px;
	background:url('../img/caixa-b/fundo-cabecalho-esquerdo.png') no-repeat;
	float:left;
}
.caixa-b .cabecalho .corpo{
	height:31px;
	width:660px;
	background:url('../img/caixa-b/fundo-cabecalho-corpo.png') repeat-x;
	float:left;
	font:bold 16px Arial;
	color:#002061;
	line-height:31px;
}

.caixa-b .cabecalho .direito{
	width:7px;
	height:31px;
	background:url('../img/caixa-b/fundo-cabecalho-direito.png') no-repeat;
	float:left;
}

.caixa-b table{
	background:#CCC;
	clear:both;
	width:674px;
}

.caixa-b table tr{}

.caixa-b table tr.par{
	background:#E7E9EE;
}

.caixa-b table tr.impar{
	background:#F7F5F6;
}

.caixa-b table tr td{
	font:11px Arial;
	padding:5px;
}

.caixa-b table tr td a,
.caixa-b table tr td a:visited{
	/*color:#000;*/
	color:#00297D;
}

.caixa-b table tr td a:hover{
	text-decoration:underline;
}