
/* ################################################################ */
/* CONFIGURACAO DO JULIANO                                          */
/* ################################################################ */

#new_topo{
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 10pt;
  color: white;
}
#new_topo2{
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  color: white;
}

#input_texto {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  background-color: white;
  color: black;
  border-style: solid;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

a:link.lk_menu {
  color: white;
  text-decoration: none;
}
a:active.lk_menu {
  color: white;
  text-decoration: none;
}
a:visited.lk_menu {
  color: white;
  text-decoration: none;
}
a:hover.lk_menu {
  color: white;
  text-decoration: underline;
}

a:link.lk_pag {
  color: red;
  text-decoration: none;
}
a:active.lk_pag {
  color: red;
  text-decoration: none;
}
a:visited.lk_pag {
  color: red;
  text-decoration: none;
}
a:hover.lk_pag {
  color: black;
  text-decoration: underline;
}

a:link.lk_pag2 {
  color: black;
  text-decoration: none;
}
a:active.lk_pag2 {
  color: black;
  text-decoration: none;
}
a:visited.lk_pag2 {
  color: black;
  text-decoration: none;
}
a:hover.lk_pag2 {
  color: black;
  text-decoration: underline;
}

a:link.lk_menu_cat {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  font-weight:normal;
  color: black;
  text-decoration: none;
}
a:active.lk_menu_cat {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  font-weight:normal;
  color: black;
  text-decoration: none;
}
a:visited.lk_menu_cat {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  font-weight:normal;
  color: black;
  text-decoration: none;
}
a:hover.lk_menu_cat {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  font-weight:normal;
  color: navy;
  text-decoration: underline;
}

#lk_menu_cat {
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 8pt;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}


#borda1 {
  border-style: solid;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}