/*
 * Class:       BODY
 * Type:        global
 * Description: Used for normal text display in body of html
 *
 */
BODY {
  font-size: 12px; 
  color: #000000;
  font-family: "Arial , Verdana,Trebuchet MS, Helvetica, sans-serif";
}
 
a { text-decoration: none ; font-family: Arial, Verdana, Trebuchet MS,   Helvetica, sans-serif; font-weight: normal; font-size: 12px}
a:link {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #e99f00; text-decoration: underline}
a:visited{  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #e99f00; text-decoration: underline}
a:active {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #e99f00; text-decoration: underline}
a:hover { text-decoration: underline; font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-weight: normal;color: #797979}

p { font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 12px; color: #000000; }
td { font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 12px; color: #000000; }

a.menu:link { font-family:arial; font-size: 11px; text-decoration: none; color: #000000;  font-weight: bold;}
a.menu:active { font-family:arial; font-size: 11px; text-decoration: none; color: #000000;  font-weight: bold;}
a.menu:visited { font-family:arial; font-size: 11px; text-decoration: none; color: #000000;  font-weight: bold;}
a.menu:hover { font-family:arial; font-size: 11px; text-decoration:none; background-color: none; color: #000000;  font-weight: bold;}

a.menu2:link { font-family:arial; font-size: 10px; text-decoration: none; background-color: #C0C0C0; color: #000000;  font-weight: bold;}
a.menu2:active { font-family:arial; font-size: 10px; text-decoration: none; background-color: #C0C0C0; color: #000000;  font-weight: bold;}
a.menu2:visited { font-family:arial; font-size: 10px; text-decoration: none; background-color: #C0C0C0; color: #000000;  font-weight: bold;}
a.menu2:hover { font-family:arial; font-size: 10px; text-decoration:none; background-color: #C0C0C0; color: #ffffff;  font-weight: bold;}

ul.menudestaque {
  margin: 0px 0px 0px 23px;
  padding: 0px;
}
.menudestaque li {
  padding: 0px;
}

.texto_topo {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #9E9F9B}
.titulo {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000; text-transform: uppercase; text-decoration: none}
.titulo_home {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #B9DE0A;}
.rodape { font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 11px; color: #000000; }

.frase_entrada {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #e99f00}
a.frase_entrada:link {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #e99f00; text-decoration: none; font-style: italic;}
a.frase_entrada:visited{  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #e99f00; text-decoration: none; font-style: italic;}
a.frase_entrada:active {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #e99f00; text-decoration: none; font-style: italic;}
a.frase_entrada:hover { text-decoration: underline; font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #e99f00; text-decoration: underline; font-style: italic;}

.manchete {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #B9DE0A;}
a.manchete:link {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 18px; font-weight: normal; text-decoration: none;color: #000000}
a.manchete:visited{  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 18px; font-weight: normal; text-decoration: none;color: #000000}
a.manchete:active {  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 18px; font-weight: normal; text-decoration: none;color: #000000}
a.manchete:hover { text-decoration: underline; font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif; font-size: 18px; font-weight: normal; text-decoration: none;color: #000000}

.boxin {
        font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
        color: #AFBD22;
        background-color: #FFFFFF;
        border: 1px solid #AFBD22;
        font-size: 11px;
	height:18px
}

.box {
        font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #AFBD22;
        font-size: 11px;
	height:16px
}

/* INICIO DO CSS DO MENU */
#navega a{
  padding: 8px 8px;
  display: block;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  border-right: solid 3px #FFFFFF;
}
html>body #navega a{ /*Non IE rule*/
  width: auto;
}
#navega a:hover {
  background-color: #C0C0C0;
}
/* FIM DO CSS DO MENU */
