/* CSS Document */

.tabela{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.scroll {
  /*width:480px;*/
  width:480px;
 height:250px;

 overflow:auto;

     scrollbar-arrow-color:  #ffffff;
   scrollbar-face-color: #666666;

   scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #666666;
   scrollbar-3dlight-color: #666666;

   scrollbar-track-color: #ffffff;
   scrollbar-darkshadow-color: #ffffff;
  
/*  height:300px;
  width:100%;

  overflow:auto;
  overflow-y:scroll;
  
      scrollbar-arrow-color:  #ffffff;	
	scrollbar-face-color: #999999;
	
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666;
	
	scrollbar-track-color: #666666;
	scrollbar-darkshadow-color: #666666;*/
}

.scroll2 {
  width:480px;
  height:250px;

  overflow:auto;
 overflow:auto;

     scrollbar-arrow-color:  #ffffff;
   scrollbar-face-color: #666666;

   scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #666666;
   scrollbar-3dlight-color: #666666;

   scrollbar-track-color: #ffffff;
   scrollbar-darkshadow-color: #ffffff;
}

.titulo{
	font-size: 14px;
	font-weight: bold;
	color: #E67817;
	font-family: "Zurich Cn BT";
}
.titulo2{
	font-size: 14px;
	font-weight: bolder;
	font-family: "Zurich Cn BT";
}

.subtitulo{
	color: #E67817;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
.conteudo{
	font-family: "Trebuchet MS";
}

.estilo20 {
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #666666;
}
