/* CSS Document 
Formatação de Textos
*/

.texto13_bordo_bold{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #A2021C;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
}

.texto14_bordo_bold{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #A2021C;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
}

.texto11_bold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}

.texto11_azul_bold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3F3B70;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}

.texto13_azul_bold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3F3B70;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;	
}

.p_first{
	margin-top: 0;
}

.celula_td{
	font: 8pt; 
	font-weight: bold;
	text-align: center;
	color: #3F3B70; 
	background: #F7F7FF; 
	border: 1 solid #3F3B70; 
	padding-top: 5px; 
	width: 150px; 
	height: 25px; 
	float: left; 
	display: block; 
}