/* CSS Document */

body{
	background-color:#e6e9e5;
	background-image:url(../imagens/bg.gif);
	background-repeat:repeat-x;
}

.texto_menu{
	font-family:arial;
	font-size:10px;
	color:#3b3b3b;
	text-decoration:none;
}

.texto_menu:hover{
	font-family:arial;
	font-size:10px;
	color:#c80000;
	text-decoration:none;
}

.texto_logar{
	font-family:arial;
	font-size:10px;
	color:#c80000;
	text-decoration:none;
}

.texto_rodape{
	font-family:arial;
	font-size:11px;
	color:#3b3b3b;
	text-decoration:none;
}
