/* Formatos de página */

body {
    background-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #F6B10B;
    scrollbar-highlight-color: #F6B10B;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #F6B10B;
    text-align: center; }
   
a:link,
a:active,
a:visited { color: gold }
a:hover { color: red }

a img { border-width: 0px; }

/* Formatos de tabela */

table.moldura {
   width: 100%;
   height: 100%;
   cellspacing: 0px;
   cellpadding: 0px;
   text-align: center; }

table.conteudos {
   width: 590px;
   cellspacing: 3px;
   cellpadding: 0px;
   font-size: 13px;
   color: white;
   font-family: microsoft sans serif, ms sans serif;
   text-align: justify; }

table.conteudos tr {
   vertical-align: top; }

table.reportagem {
   cellspacing: 3px;
   cellpadding: 0px;
   font-size: 13px;
   color: white;
   font-family: microsoft sans serif, ms sans serif;
   text-align: justify; }

table.reportagem tr {
   vertical-align: top; }
   
table.ligacoes {
   width: 590px;
   cellspacing: 0px;
   cellpadding: 0px;
   font-size: 12px;
   font-weight: bold;
   color: gold;
   font-family: times new roman;
   text-align: center; }
   
table.galeria {
   width: 590px;
   cellspacing: 3px;
   cellpadding: 0px;
   font-size: 10px;
   color: white;
   font-family: arial;
   text-align: center; }

table.historia {
   font-size: 10px;
   color: white;
   font-family: arial; }   

table.lista {
   width: 590px;
   font-size: 13px;
   color: white;
   font-family: arial;
   text-align: center; }

table.lista td {
   border: solid 1px gold; }
   
table.listapeq {
   width: 280px;
   font-size: 10px;
   color: white;
   font-family: arial;
   text-align: center; }

table.listapeq td {
   border: solid 1px gold; }

/* Formatos de divisão */

div#thumbs {
    width: 565px;
    overflow: scroll;
    overflow-y :hidden;	
    height: 115px; }

div#home {
    position: absolute;
    visibility: show;
    left: 300px;
    top: -50px;
    z-index: 2; }
    
div#bottom {
    position: absolute;
    visibility: show;
    width: 596px;
    left:50%; 
    margin-left:-298px;
    z-index: 2; }

div#facebook {
    width: 28px;
    height: 120px;
    position: absolute;
    visibility: show;
    left: 0px;
    top: 30px;
    z-index: 2; }

/* Formatos de texto */

.pequeno {font-size: 11px; color: white; font-family: microsoft sans serif, ms sans serif}

.lema {font-size: 20px; font-weight: bold; color: gold; font-family: times new roman}

.titulo {font-size: 18px; font-weight: bold; color: gold; font-family: times new roman}

.subtitulo {font-size: 16px; font-weight: bold; color: gold; font-family: times new roman}

.inftitulo {font-size: 12px; font-weight: bold; color: gold; font-family: times new roman}

.copyright {font-size: 11px; font-weight: bold; color: gold; font-family: microsoft sans serif, ms sans serif}

/* Texto em tabelas */

.inftitle td {font-size: 12px; font-weight: bold; color: gold; font-family: times new roman; text-align: center}
