/* CSS Document */
body {
	margin-top: 0px;
	background-color: #8D6F6F;
}
a {text-decoration:none;}
.Bordas { border: 1px solid #F0E5E5;}
.texto_simples {
	color: #4F4747;
	font-family: Arial;
	font-size: 11px;
}
a:hover.texto_simples{
	color: #cc0000;	
	text-decoration:underline;
}
.texto_titulo {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #4F4747;
}
.formulario {
	font-family: arial;
	font-size: 11px;
	height: 17px;
	}
.formulario2 {
	font-family: arial;
	font-size: 11px;
	height: 17px;
	width:147px;
}
.botao {
	font-family: arial;
	font-size: 11px;
	height: 22px;
	width:80px;
	background-color:#EFE2E2; 
}
.texto_pesquisa_titulo{
	font-family: Arial;
	font-size: 11px;
	color: #cc0000;
}
.texto_admin {
	font-family: arial;
	font-size: 11px;
	color: #6F6565;
	font-weight: bold;
}
a:hover.texto_admin{
	color: #CC0000;
}
.texto_simples_admin {
	font-family: arial;
	font-size: 11px;
	color: #6F6565;
}
.rodape {
	font-family: arial;
	font-size:10px;
	color:#ffffff;
}