
.rslides {
  position: relative;
  list-style: none;
  overflow:
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 10px;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }




body, td, th {
	font-family: Candara;
	font-size: 10pt;
	color: #545454; }


body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-color: #FFFFFF; }
	
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;color: #006669;}
a:active {text-decoration: none;}


.destaque {font-size:14;
			color:red;}








-->