.item {
	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border-bottom-color: #333;
	border-bottom: 1px;
    border-right-color: #333;
	border-left: 0;
	border-right: 1px;
	border-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.fundo {
   background-color:#EEE;
}
.nome_coluna{
    background-image:url(imagens/fundo_item_menu_02.jpg);
	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #333;
	border-bottom: 1px;
    border-right-color: #333;
	border-left: 0;
	border-right: 1px;
	border-top: 0;
	margin-bottom: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.texto {
	font-family: Verdana, Arial, Times;
	font-size: 14px;
    color: #000;
	text-decoration: none;
}
.ind_pag{
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.ind_pag_sel{
	font-family: Verdana, Arial, Times;
	font-size: 16px;
	color: #380;
	font-weight:bold;
	text-decoration: none;
}
.linha_par{
    background-color: #BCB;
	font: inherit("nome_coluna");
}
.linha_impar{
    background-color: #CDC;
}
.sem_margem{
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
}


