*                 { font-family: verdana, arial, helvetica, sans-serif;
                    font-size: 8pt;
                    font-weight: normal;
                    color: #000000;
                  }

a:link,
a:active,
a:visited         { color: #333399;
                    text-decoration: none;
                  }

a:hover           { color: #5050FF;
                    text-decoration: underline;
                  }

a.barLink:link,
a.barLink:active,
a.barLink:visited { color: #004020;
                    text-decoration: none;
                    font-size: 10px;
                  }

a.barLink:hover   { color: #C02020;
                    text-decoration: underline;
                  }

.menuBar          { background-color: #cc3333;
                  }

.titulo           { color: #333399;
                    font-weight: bold;
                    font-size: 10pt;
                  }

.tituloInfo       { color: #000000;
                    font-weight: bold;
                    font-size: 10pt;
                  }

.tituloGrande     { color: #000000;
                    font-weight: bold;
                    font-size: 12pt;
                  }

.info             { color: #000000;
                    font-weight: normal;
                  }

.alerta           { color: #c03030;
                    font-weight: bold;
                  }

.produto          { font-weight: bold;
                    font-size: 9pt;
                  }

.descricao        { font-weight: normal;
                    font-size: 7pt;
                  }

.nota             { font-weight: normal;
                    font-size: 7pt;
                  }

.negrito          { font-weight: bold;
                  }

.desabilitado     { color: #808080;
                  }

.categoria        { margin-left: 5px;
                    font-weight: bold;
                    font-size: 10pt;
                  }

.subCategoria     { margin-left: 15px;
                    font-size: 10pt;
                  }

.sessao           { color: #ffffff;
                    font-size: 12pt;
                    font-weight: bold;
                  }

.label        {
              font-size: 5pt;
              margin-left: 2px;
              margin-bottom: 2px;
              }
 
.valor        {
              font-size: 9pt;
              font-weight: bold;
              margin-right: 4px;
              margin-left: 4px;
              }

TABLE.bordaFina   {
                  border-collapse: collapse;
                  border: 1px solid black;
                  padding: 2px;
                  }

TABLE.bordaFina 
               TD {
	              border: 1px solid black;
                  vertical-align: top;
                  }

TABLE.semBorda    {
                  border-collapse: collapse;
                  border: none;
                  padding: 0px;
                  }

TABLE.semBorda TD {
                  border: none;
                  vertical-align: top;
                  }
