.mainbody {
  color: #702010;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-image: url("imagens/acervacariocabackground.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mainbody h1 {
  font-size: 20px;
  font-weight: bold;
}
.mainbody h2 {
  font-size: 18px;
  font-weight: bold;
}
.mainbody h3 {
  font-size: 16px;
  font-weight: bold;
}
.mainbody h4 {
  font-size: 14px;
  font-weight: bold;
}
table.maintable {
  font-size: 10px; 
  width: 640px
}
table.maintext {
  font-size: 12px;
  width: 640px;
  text-align: justify;
  background-color: #ffffc0;
  border-style: solid;
  border-width: 1px;
  border-color: #ffc060;
}
td.maintitle {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ffd080;
}
.mainbody a:link {
  color: #d07020;
}
.mainbody a:visited {
  color: #a03010;
}
.mainbody a:hover {
  color: #ffc060;
}

.mainbody ul.copopale {
  list-style-image: url("imagens/copopaleitem.gif");  
  padding-right: 12px;
}
.copopale li {
  padding-bottom: 18px;
}
.mainbody ol.decimal {
  list-style-type: decimal;
  list-style-image: none;
}
.decimal li {
  padding-bottom: 3px;
}
.mainbody ul.nomarker {
  list-style-type: none;
  list-style-image: none;
}
.nomarker li {
  padding-bottom: 3px;
}

ul.novidades {
  line-height: 1.4;
  list-style-position: inside;
}
div.novtitle {
  font-size: 14px;
  color: #E15D23;
  font-weight: bold;
}

div.container {
  position: relative;
  font-size: 12px;
  height: 380px;
  overflow: auto;  
  text-align: justify;
}
div.contents {
  position: absolute;
  width: 638px;
  min-height: 370px;
  background-color: #ffffc0;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #ffc060;
}
div.contentsinicial {
  position: absolute;
  width: 638px;
}
div.maintitle {
  font-size: 14px;
  font-weight: bold;
  width: 638px;
  text-align: center;
  background-color: #ffd080;
  border-style: solid;
  border-width: 1px;
  border-color: #ffc060;
}

.topbody {
  color: #702010;
  background-color: #ffffff;
  margin-left: 24px;
}


.leftbody {
  font-family: Arial, sans-serif;
  font-size: 9px; 
  font-weight: bold;
  color: #702010;
}
.leftbody a {
  display: block;
  border: 1px solid #ffffff;
  color: #702010;
  background-color: #ffa030;
  text-align: center;
  text-decoration: none;
  padding: .2em;
  width: 96px;
}
.leftbody a:hover {
  color: #ffa030;
  background-color: #702010;
}


