/* Estilo da barra de rolagem */

BODY {
scrollbar-face-color: #1A21A3;
scrollbar-highlight-color: #1A21A3;
scrollbar-3dlight-color: #1A21A3;
scrollbar-darkshadow-color:none;
scrollbar-shadow-color: Yellow;
scrollbar-arrow-color: Yellow;
scrollbar-track-color: Yellow;
}

.barra {
        scrollbar-arrow-color: #FFD8B0;
        scrollbar-base-color: #FF7D00;
        scrollbar-face-color: #FF7D00;
        scrollbar-highlight-color: #BBD2E7;
        scrollbar-shadow-color: #336799;

}

.botao {
   background-color: #00008B;
         color: white;
         font-family: "Arial";
         font-weight: bold;
}
.link {
   text-decoration: none;
   font-size: 12;
   font-family: Arial, fantasy;
   font-weight: bold;
   color: blue;
}
.item {
    font-family: "Arial";
    font-size: 12px;
    
}

.nav2:link { 
	text-decoration:none; 
	color:#C8FEFF; 
	font-size: 12px;
	font-family: Arial;
}
.nav2:visited { 
	text-decoration:none; 
	color:#FFFCD9; 
	font-size: 12px;
	font-family: Arial;
}
.nav2:active  { 
	text-decoration:none; 
	color:#7BE0FF;
	font-size: 12px; 
	font-family: Arial;
}
.nav2:hover   {
	 text-decoration:none; 
	 color:#FFFFE0; 
	 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:#72987E; 
	font-size: 12px;
	font-family: Arial;
}
.nav:active  { 
	text-decoration:none; 
	color:#FBE4B3;
   font-weight: bold;
	font-size: 12px; 
	font-family: Arial;
}
.nav:hover   {
	 text-decoration:none; 
	 color:#6FA970; 
    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;
 }          

