*, html {
  padding: 0px;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  overflow: auto;
  background-image: url(../sysimages/fundo.jpg);
  font-family: Verdana;
  font-size: 10px;
}

input {
  border: 1px solid #C7C7C7;
  height: 14px;
  font-size: 9px;
  color: #000000;
}

select {
  border: 1px solid #C7C7C7;
  height: 14px;
  font-size: 9px;
  color: #000000;
}

textarea {
  border: 1px solid #C7C7C7;
  font-family: Verdana;  
  font-size: 11px;
  color: #000000;
  overflow: auto;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #FFF;
}

#shade {
  width: 974px;
  height: 674px;
  position: absolute;
}

#page {
  width: 950px;
  height: 650px;
  background-color: #FFF;
  position: absolute;
  top: 12px;
  left: 12px;
}

#master {
  width: 974px;
  height: 674px;
  position: relative;
}

#top {
  padding: 15px 10px 10px 10px;
}

#menu {
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #C7C7C7;
  width: 920px
}

.laranja {
  font-size: 10px;
  color: rgb(255, 130, 0);
  text-decoration: none;
}

.laranja:hover {
  font-size: 10px;
  color: rgb(255, 130, 0);
  text-decoration: none;
}

.laranja2 {
  font-size: 10px;
  color: rgb(255, 130, 0);
  text-decoration: none;
  padding:0px;
  margin:0px;
  line-height:11px;
}

.laranja2:hover {
  font-size: 10px;
  color: rgb(255, 130, 0);
  text-decoration: none;
  padding:0px;
  margin:0px;
  line-height:11px;
}

.laranja_bold {
  font-size: 10px;
  color: rgb(255, 130, 0);
  text-decoration: none;
  font-weight: bold;
}

.bordeaux {
  font-size: 10px;
  color: rgb(180, 0, 0);
  text-decoration: none;
}

.bordeaux:hover {
  font-size: 10px;
  color: rgb(180, 0, 0);
  text-decoration: none;
}

.bordeaux_bold {
  font-size: 10px;
  color: rgb(180, 0, 0);
  text-decoration: none;
  font-weight: bold;
}

.branco {
  font-size: 10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.cinza {
  font-size: 10px;
  color: #646464;
  text-decoration: none;
}

.preto {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  text-align: justify;
  
}

.transpIE {
  filter:alpha(opacity=40);
  opacity: 0.4;
}

.transpMOZ {
  -moz-opacity:0.4;
  opacity: 0.4;
}

.portes {
  
  font-size: 10px;
  color: #000;
  
}


  .Container
  {
    position: absolute;
    top: 0px;    
  }

  .Scroller-Container
  {
    font-size: 10px;
    color: #000000;
    text-align: justify;
    position: absolute;
    top: 0px; left: 0px;
  }

  .Scrollbar-Track
  {
    width: 10px;
    position: absolute;  
    left: 325px;
    background-repeat:no-repeat;
    cursor:pointer;
  }
  
  .Scrollbar-Handle
  {
    position: absolute;
    width: 10px; height: 10px;
  }
