/** body.css */



#bodyDiv {
  text-align: center;
  /* width: 780px; */
  width: 90%;
  background: url(../imagens/bgbody.jpg);
  background-repeat: repeat-y;
  background-position: center;
  margin-top: 0px;
}

table.bgbody {
  width: 95%;
/*  background-color: #ffffff; */
/*
  background: url(https://remoto.mntb.org.br/imagens/fxmnu.jpg);
  background-repeat: no-repeat;
  background-position: top center;
*/
}

td.rodape {
  width: 780px;
  height: 51px;
/**  background: url(https://remoto.mntb.org.br/imagens/fxrodape.jpg);
  background-repeat: repeat-x;
  background-position: center; */
  font-family: sans-serif;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

a.rodapelink:link {
  font-family: sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoratio: none;
}

a.rodapelink:visited {
  font-family: sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoratio: none;
}

a.rodapelink:hover{
  font-family: sans-serif;
  color: orange;
  font-size: 11px;
  font-weight: normal;
  text-decoratio: none;
}

#ContentsBody {
  width: 730px;
  border-style: solid;
  border-width: 0px;
  border-color: #333;
  text-align: justify;
}

p.title {
font-weight: bold;
font-family: sans-serif;
font-size: 14px;
text-align: left;
}

p.item {
line-height: 200%;
font-weight: bold;
font-family: sans-serif;
font-size: 12px;
text-align: left;
}

p.subitem {
margin-top: -10px;
margin-left: 30px;
font-family: sans-serif;
text-align: left;
font-size: 12px;
}

#divleft {
  text-align: left;
}

dt {
  margin-left: 15px;
  color:#8D875A;
  font-size:120%;
  font-weight: bold;
  padding: 3px;
  border-top: 0px solid #D5CC8E;
  border-bottom: 0px solid #D5CC8E;
  border-left: 0px solid #D5CC8E; 
  border-right: 0px solid #D5CC8E;
  width:25.0em;
}

dd {
  padding-left: 20px;
  color:#8D875A;
  font-size:110%;
  background:#EEEEEE;
  border-top: 1px solid #D5CC8E;
  border-bottom: 1px solid #D5CC8E;
  border-left: 1px solid #D5CC8E; 
  border-right: 1px solid #D5CC8E;
}



