html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background-image: url('../images/bolhas.jpg');
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 9pt; 
  font-family: Arial, sans-serif; 
  color: #000000;

}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  /*overflow: auto; */
  width: 860px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -260px; 
  width: 860px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;
}

#menu li
{
  float: right;
  display: block;
  width: 102px;  height: 13px;  
}

#menu a
{
  display: block;
  width: 102px;  height: 13px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 13px;
  text-align: center;
  border: 0px;
  color: #fff;
 /* border-bottom: 1px solid black;*/
}

#menu a:link, #menu a:visited
{
  /*color: #749942; */
  /*background-color: #DCEAF3;#D3E2C3;*/
  border: 0px;
  /*border-bottom: 1px solid black; /*#f3f7fa;*/
}

#menu a:hover, #menu a:active
{
  text-decoration: underline;
  /* color: #ffffff; */
  border: 0px;
  /*border-bottom: 1px solid black;*/
}

#menuselected
{
  display: block;
  width: 102px;  height: 13px;   
  text-decoration: underline;
  line-height: 13px;
  color: #ffffff;
  text-align: center;
  border: 0px;
  /*border-bottom: 1px solid black;*/
}

/* === Other Divs === */
 


.border
{
  background-color: #75c5f0;
  padding: 13px 13px 13px 30px;
  height: 500px;
  background-image: url('../images/back_branco.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.border_index
{
  background-color: #75c5f0;
  padding: 13px 13px 13px 30px;
  height: 500px;
  background-image: url('../images/back_branco.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 232px;
  background-image: url('../images/vanero.gif');
}

.content
{
  height: 480px;
  overflow: auto;
  padding: 7px;
}
.content_
{
  /*height: 480px;*/
  overflow: auto;
  padding: 2px;
}

.content_index
{
  height: 428px;
  overflow: auto;
  padding: 7px;
}

.designinfo
{
  float: right;
  width: 300px;
  margin-top: 5px;
  text-align: right;
  color: #000;
  /*color: #749942;
  background-color: inherit;*/
}

.copyright {
  float: left;
  width: 270px;
  margin-top: 5px;
  color: #6E7468;
  text-align: left;
}


/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #6E7468; /*0099cc;*/
  background-color: inherit;
  border-left: 3px solid #6E7468 /*2288dd; rgb(211, 226, 195);*/

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 10px 12px;
  text-align: justify;
}

.text a
{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #2A166F;
}


blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
.sub_title
{
  font-size: 16px;
  color: #6E7468;
  font-weight: bold
}
a.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099cc;
	font-weight: bold;
}
a.link1:link {
	text-decoration: none;
}
a.link1:visited {
	text-decoration: none;
	color: #0099cc;
}
a.link1:hover {
	text-decoration: none;
	color: #ffc61e;
}
a.link1:active {
	text-decoration: none;
	color: #0099cc;
}
.colchete
{
  font-size: 11pt;
  font-weight: bold
}