/* CSS Document */

.texto {
font-family:Tahoma;
font-size:11px;
color:#000000;

}

.link
	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

A.link:link
	{
	color: #000000;
	font-family:Tahoma;
	font-size:11px;
	text-decoration: none;
	}

A.link:visited
	{
	color: #000000;
	font-family:Tahoma;
	font-size:11px;
	text-decoration: none;
	}

A.link:hover
	{
	text-decoration: none;
	color: #DA251C;
	font-family:Tahoma;
	text-decoration: none;
	font-size:11px;
	}


.linkativo
	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #DA251C;
	}
	
.form {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	color:#000000;
}

.form2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	color:#000000;
	height:18px;
	
}

.form3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	color:#000000;
}

.fundo_navegacao
{
widht:26px;
height:23px;
background-image: url('imagens/back_paginacao.gif');
}

.fundo_navegacao_ativo
{
widht:23px;
height:22px;
background-image:url('imagens/back_paginacao2.jpg');
}

