/* Estilo da barra de rolagem */

BODY {
scrollbar-face-color:White;
scrollbar-highlight-color:White;
scrollbar-3dlight-color:White;
scrollbar-darkshadow-color:White;
scrollbar-shadow-color:White;
scrollbar-arrow-color:#C6C6C6;
scrollbar-track-color:White;
}

.barra {
        scrollbar-arrow-color: #808080;
        scrollbar-base-color: #C0C0C0;
        scrollbar-face-color: #C0C0C0;
        scrollbar-highlight-color: #808080;
        scrollbar-shadow-color: #C0C0C0;

}

.botao {
   background-color: #00008B;
         color: white;
         font-family: "Arial";
         font-weight: bold;
}
.link {
   text-decoration: none;
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #666666;
}
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;    
}

.nav2:link { 
	text-decoration:none; 
	color:Black; 
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav2:visited { 
	text-decoration:none; 
	color:#818181; 
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav2:active  { 
	text-decoration:none; 
	color:#B1B1B1;
	font-size: 12px; 
	font-family: Arial;
}
.nav2:hover   {
	 text-decoration:none; 
	 color:#A8B2BB; 
	 font-size: 12px;
	font-family: Arial;
}

.nav:link { 
	text-decoration:none; 
	color:Black; 
   font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}
.nav:visited { 
	text-decoration:none; 
   font-weight: bold;
	color:Black; 
	font-size: 14px;
	font-family: Arial;
}
.nav:active  { 
	text-decoration:none; 
	color:White;
   font-weight: bold;
	font-size: 14px; 
	font-family: Arial;
}
.nav:hover   {
	 text-decoration:none; 
	 color:White; 
    font-weight: bold;
	 font-size: 14px;
	 font-family: Arial;
}

.navbold:link { 
	text-decoration:none; 
	color:#191970; 
   font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}
.navbold:visited { 
	text-decoration:none; 
   font-weight: bold;
	color:#BA55D3; 
	font-size: 12px;
	font-family: Arial;
}
.navbold:active  { 
	text-decoration:none; 
	color:#F4A460;
   font-weight: bold;
	font-size: 12px; 
	font-family: Arial;
}
.navbold:hover   {
	 text-decoration:none; 
	 color:#6495ED; 
    font-weight: bold;
	 font-size: 12px;
	 font-family: Arial;
}

.nav_title:link { 
	text-decoration:none; 
	color:#191970; 
   font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}
.nav_title:visited { 
	text-decoration:none; 
   font-weight: bold;
	color:#BA55D3; 
	font-size: 16px;
	font-family: Arial;
}
.nav_title:active  { 
	text-decoration:none; 
	color:#F4A460;
   font-weight: bold;
	font-size: 16px; 
	font-family: Arial;
}
.nav_title:hover   {
	 text-decoration:none; 
	 color:#6495ED; 
    font-weight: bold;
	 font-size: 16px;
	 font-family: Arial;
}

.textbox {
  height:22px;
  background-color: #EAEAEA;
  color: #4B0082;
  font-size: 13px;
 }
 
.textbox1 {
  height:22px;
  background-color: #EAEAEA;
  color: #4B0082;
  font-size: 13px;
 }
 
 .multilinebox {
  background-color: #EAEAEA;
  color: #4B0082;
  font-size: 13px;
 }

 .button {
   background-color: #9C9C9C;
	color: White;
	font-weight: bold;
 }          
