@charset "utf-8";
/* CSS Document */

body {
	background: #DCD453 url(images/fundo.jpg) no-repeat -200px;
}
.menuc {
	background: url(images/menu.png) no-repeat;
}
.texto-menu {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
.fundo-tabela {
	background: url(images/fundo-tabela.png);
	color: #FFF;
}
.rodape {
	background: url(images/rodape.png) no-repeat;
}
.rodape {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.texto-branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

