html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(220, 232, 254);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 135%;
  text-align: center;
}

*
{
  font-size: 9.5pt; 
  font-family: Lucina sans, arial, Tahoma, Trebuchet MS ; 
  color: #000000;
  text-align: left;
}

.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: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 10%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: 10px;
  width: 660px;
}



/* === Menu === */



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

#menu li
{
  float: right;
  display: block;
  width: 77px;  height:31px;  
}

#menu a
{
  display: block;
  width: 77px;  height: 31px;  
  backround-color: inherit;
  text-decoration: none;
  line-height: 16px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #2F499F; 
  background-color: #DCE8FE;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 77px;  height: 31px;  
  background-image: url('images/taba2.jpg');    
  text-decoration: none;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
}


/* === sub menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 250px;
  padding-left: 0px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 77px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 77px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #386CB4; 
  background-color: #DCE8FE;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 77px;  height: 31px;  
  background-image: url('images/tabb2.jpg');    
  text-decoration: none;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
}



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


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 160px;
  height: 360px;
  background-image: url('images/8_2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 132px;
  height: 360px;
  background-repeat: no-repeat;
  background-image: url('images/Salla_1.jpg');

}

.title2
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 132px;
  height: 360px;
  background-repeat: no-repeat;
  background-image: url('images/Salla_2.jpg');
}

.title3
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 132px;
  height: 360px;
  background-repeat: no-repeat;
  background-image: url('images/Contact.jpg');
} 

.title4
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 132px;
  height: 360px;
  background-repeat: no-repeat;
  background-image: url('images/Conta.jpg');
}  

.titleRefe
{
  position: absolute;
  margin-left: 15px;
  margin-top: 10px; 
  width: 1px;
  height: 1px;
  background-image: url('images/');
} 

.content
{
  height: 340px;
  overflow: auto; 
  padding: 5px;
  
}

.designinfo
{
  margin-top: 5px;
  font-size: 9pt;
  text-align: right;
  color: #386CB4;
  background-color: inherit;
}


.designinfo a
{

  color: #386CB4;
  text-decoration: none;
  font-weight: bold;
}

.designinfo a:hover, .designinfo a:active
{
text-align: right;
  color: #ffffff;
}



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



.details
{
  display: none;
  font-size: 10px;
  color: #386CB4;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}
.text2
{
  display: block;
  margin: 20px 5px 20px 70px;
  font-size: 16px;
  color: #2F499F;
}

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

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

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

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

.bold
{
  font-weight: bold;
}
