/* CSS Document */

body 
{
   margin: 0px;
   background-color: #ffffff;
}

.grid_linhaA
{
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: 300;
	line-height: 22px;
	border-bottom: 1px solid #f2f2f2;
}

.grid_linhaB
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: 300;
	line-height: 12px;
}
/* LETRA FUNDO BRANCO */
.grid_linhaB2
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: 300;
	line-height: 14px;
}

/* TITULO DAS TABELAS NA INDEX */
.TITULO_MEIO_INDEX
{
	font-family: Arial;
	font-size: 15px;
	color: #006699;
	font-weight: 300;
	font-weight: bolder;
	line-height: 20px;
}

.TITULO_PG_INTERNAS
{
	font-family: Arial;
	font-size: 16px;
	color: #006699;
	font-weight: 300;
	font-weight: bolder;
	line-height: 30px;
}