body{
  text-align:center;
  background:#605d5d;
  margin:0;
  padding:0;
}
#divNewsGeral{
  width:632px;
  margin:0 auto;
  position:relative;
  text-align:left;
/*  border:1px solid red;*/
}
#divNewsTop{
  width:632px;
  height:161px;
  float:left;
  background:url(../images/news_topo.gif) no-repeat;
}
#divNewsMiddle{
  width:568px;/*632px;*/
  float:left;
  padding:0 0 0 64px;
  background:url(../images/news_middle.gif) repeat-y;
}
#divNewsBottom{
  width:632px;
  height:100px;
  float:left;
  background:url(../images/news_bottom.gif) no-repeat;
}

#divNewsImagem{
  width:500px;
  text-align: center;
  float:left;
}

#divNewsMiddle h1{
  width:500px;
  font:16px verdana;
  color:#000000;
  font-weight:bold;
  margin:0;
  padding:32px 0 0 0;
  float:left;
  text-align:center;
  line-height:20px;
}

#divNewsMiddle h2{
  width:500px;
  font:11px verdana;
  color:#515054;
  margin:0;
  padding:32px 0 0 0;
  float:left;
  text-align:justify;
  line-height:16px;
}

#divNewsMiddle h3{
  width:500px;
  font:10px verdana;
  color:#515054;
  margin:0;
  padding:32px 0 0 0;
  float:left;
  line-height:14px;
}
#divPaginator{
  width:500px;
  float:left;
  border-bottom:1px solid #cbcbcd;
}
#divPaginatorPrevious{
  width:16px;
  height:39px;
/*  background:url(../images/news_previous.gif) no-repeat;*/
  display:block;
  cursor:pointer;
  float:right;
  margin:0 11px 0 0;
}
#divPaginatorNext{
  width:13px;
  height:39px;
/*  background:url(../images/news_next.gif) no-repeat;*/
  display:block;
  cursor:pointer;
  float:right;
}


.next a{ background:url(../images/news_next.gif) no-repeat; width:13px; height:39px; float:left; }
.next a:hover{ background:url(../images/news_next_b.gif) no-repeat; float:left; }

.previous a{ background:url(../images/news_previous.gif) no-repeat; width:16px; height:39px; float:left; }
.previous a:hover{ background:url(../images/news_previous_b.gif) no-repeat; float:left; }


#divHome{
  width:500px;
  float:left;
  text-align:right;
  font:11px verdana;
  color:#6d6e71;
  font-weight:bold;
  text-transform:uppercase;
  padding:7px 0 10px 0;
}
.linkHome a{
  font:11px verdana;
  color:#6d6e71;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
}
.linkHome a:hover{
  color:#999;
  text-decoration:underline;
}
.displayNone{
  display:none;
}