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

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

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

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

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

.titulo_home { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #1A337B;}
.titulo_home_branco { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #FFFFFF;}
.titulo_lista { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #1A337B;}
.olho { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #1A337B; font-style: italic;}
.rodape { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000; }

a.falacao:link { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 13px; text-decoration: none; color: #1A337B;  font-weight: bold;}
a.falacao:active { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 13px; text-decoration: none; color: #1A337B;  font-weight: bold;}
a.falacao:visited { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 13px; text-decoration: none; color: #1A337B;  font-weight: bold;}
a.falacao:hover { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 13px; text-decoration:underline; color: #1A337B;  font-weight: bold;}

a.falacao_destaque:link { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 16px; text-decoration: none; color: #1A337B;  font-weight: normal;}
a.falacao_destaque:active { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 16px; text-decoration: none; color: #1A337B;  font-weight: normal;}
a.falacao_destaque:visited { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 16px; text-decoration: none; color: #1A337B;  font-weight: normal;}
a.falacao_destaque:hover { font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;; font-size: 16px; text-decoration:underline; color: #1A337B;  font-weight: normal;}


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

.box {
        font-family: Trebuchet MS, Arial, Verdana, 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: Trebuchet MS;
  font-size: 13px;
  color: #1A337B;
  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 */

.mouseLink {
  cursor: pointer;
  cursor: hand;
}

