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

.titulo { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size:11px; font-weight: bold; text-decoration: none; color:#000000; }
a.titulo:link { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size:11px; font-weight: bold; text-decoration: none; color:#000000; }
a.titulo:active { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #000000; }
a.titulo:visited { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #000000; }
a.titulo:hover{ text-decoration: none; font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 11px; font-weight: bold;color: #000000; }

.parceria {  font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF}

a.inverso:link { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size:10px; font-weight: bold; text-decoration: none; color:#FFFFFF; }
a.inverso:active { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #ebe9e9; }
a.inverso:visited { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.inverso:hover { font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; color:#ebe9e9; }

.botao {
        font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif;
        color: #6e6e6e;
        background-color: #FFFFFF;
        border: 1px solid #5e6e6e;
        font-size: 11px;
	height:18px;
        margin-top: 5px;
}




/* INICIO DO CSS DO MENU */
#menu a{
  padding: 2px 0px;
  display: block;
  text-decoration: none;
  font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif;
  font-size: 11px;
  color: #6e6e6e;
  font-weight: bold;
}
html>body #menu a{ /*Non IE rule*/
  width: auto;
}
#menu a:hover {
  color: #000000;
}
/* FIM DO CSS DO MENU */

.popup_form {
  width: 300px;
  margin-bottom: 5px;
}
