.conteudo {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.conteudo_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.conteudo1 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

.conteudo1_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.conteudo2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.conteudo2_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.conteudo3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.conteudo3_bold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.branco {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}

.branco_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

.branco_lk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
a.branco_lk:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
a.branco_lk:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
a.branco_lk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.laranja {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFCC00;
}

.laranja_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
}

.verm {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CC0000;
}

.verm_bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #CC0000;
}

.header_grid {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	background: #5F6877;
}

.footer_grid{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #ffffff;
   background: #5F6877;

}

.linhaImpar_grid {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	background:#ffffff;
}

.linhaPar_grid {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	background:#f5f5f5;
}