/* CSS Document */

body {
	background-image: url(imagens/fundo.png);
	background-color: #6d6e71;
	background-repeat:no-repeat;
	background-position: bottom right;
	background-attachment:fixed;
	margin-top: auto;
}

.topico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
.rodape {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #AAA9A9;
}

.detalhe {font-family: Verdana;
	font-size: 9px;
	color: #AAA9A9;
}
