body         { font-family: Verdana; font-size: 14pt; text-align: justify; background-color:#FFFFCC }
.TabelaGeral { box-shadow: 5px 5px 10px black; }
.CampoTextoTabela { background-color: #FFCC66 }
.CampoTextoTabelaCentralizado { background-color: #FFCC66; text-align:center }
.CabecaTabelas { font-family: Verdana; font-size: 10pt; font-weight: bold; background-color: 
               #99CCFF; text-align:center }
.TituloCabecalhoSubItens { color: #FFFFFF; font-size: 12pt; font-weight: bold; background-color: #3399FF }
.TituloCabecalhoTabela { color: #000000; font-size: 14pt; font-weight: bold; background-color: #FFCC66 }
.TituloCampoTabela { font-family: Verdana; font-size: 8pt; font-weight: bold }
.LinhaSubItens { color: #000000; font-size: 10pt; font-family: Verdana; background-color: 
               #FFFFFF }
.bodybg               {
  background-image: url('http://www.bydesigner.com.br/gestor/icones_sistema/imagem/Dashboard-com-background.png'); /* Substitua por sua imagem */
  background-size: 40%;
  background-position:   center;
  background-repeat: no-repeat; /* Evita a repetição da imagem */
  background-attachment: fixed; /* Mantém a imagem fixa ao rolar */
  min-height: 100vh; /* Garante que o background cubra toda a altura da viewport */
  margin: 0; /* Remove margens padrão do body */
  padding: 0
}