/* ELEMENTOS GERAIS  */

* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


body {
  margin-top: 0;

}
/* ELEMENTOS DE TABELAS */

table#estrutura {
  width: 780px;
}

td#tdmenu {
  width: 19%;
  background: url(imagens/degrade.jpg) repeat-y;
}

td#tdconteudo {
  width: 81%;
  background-color: #FFFFFF;
  vertical-align: top;
  border-collapse: collapse;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px dashed #CCCCCC;
}


td#tdsuperior{
  height: 119px;
  width: 100%;
  
}

td.destaque{
  height: 100px;
  width: 42%;
}

tr#trmeio {
  vertical-align: top;
  width: 780px;
}
td#anuncio{
  padding-top: 5px;
  padding-bottom: 0px;
  width: 411px;
  height: 60px;
}

table.direcao{
  width: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #E8E9EE;
  color: #000000;
}

table.direcao tr td {
  background-color: #FFFFFF;
  color: #000000;
}

table.direcao tr td.cargo {
  text-align: center;
  font-weight: bold;
  width: 25%;
}

table.associado{
  width: 100%;
  font-size: 11px;
  background-color: #E8E9EE;
  color: #000000;
}

table.associado tr td {
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
}

td#tdrodape{
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #000364;
  width: 100%;
  height: 39px;
}

td.tdtitulo {
  width: 453px;
  height: 49px;
  background-image: url(imagens/titulo.jpg);
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}


/*  ELEMENTOS DE MENU  */

div.divtitulo {
  font-size: 14px;
  color: #646464;
  text-align: left;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 0px;
  color: #000000;
  width: 95%;
  height: 22px;
  border-bottom: thin solid #FF8202;
  margin-bottom: 10px;
}

/*  LINKS    */

a:link {
  text-decoration: underline;
  color: #003399;
}
a:active {
  text-decoration: underline;
  color: #000000;
}
a:visited {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #FF8202;
}


/* ELEMENTOS DE ACAO */


.acao {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #003399;
  margin-bottom: 0px;
  margin-top: 0px;
}


/*  ELEMENTOS DE TEXTO   */

.boletimtipo {
  font-size: 12px;
  font-weight: bold;
  color: #003399;
}

.boletimlink {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #003366;
  }

h4 {
  font-size: 13px;
  font-weight: bold;
  color: #FF8202;
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  font-size: 11px;
  color: #000000;
}

p.grande {
  font-size: 12px;
  color: #000000;
  line-height:150%;
}

.dica {
  font-size: 10px;
  font-style: italic;
  color: #888888;
  font-weight: lighter;
}

pre {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}


/*   DIVS     */

div#divnoticias{
  margin-left: 10px;
  width: 90%;
}


/* ELEMENTOS DE FORMULÁRIOS  */

label {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.cabecalho {
  font-size: 13px;
  font-weight: bold;
  color: #FF8202;
  margin-bottom: 0px;
  margin-top: 0px;
}
input.botao{
  font-weight: bold;
  height: 25px;
  color: #FFFFFF;
  background-color: #000364;
  margin: 10px 0px 10px 0px;
}

form input {
  font-size: 12px;
  background-color:#E8E9EE;
  color:#003399;
  border: 1px solid #CCCCCC;
}

.form {
  font-size: 12px;
  background-color:#E8E9EE;
  color:#003399;
  border: 1px solid #CCCCCC;
}


/*  OUTROS ELEMENTOS   */


hr {
  border-collapse: collapse;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dashed #CCCCCC;
}

ul {
  font-size: 11px;
  color: #000000;
}

ol {
  font-size: 11px;
  color: #000000;
}

