/*
 * Class:       BODY
 * Type:        global
 * Description: Used for normal text display in body of html
 *
 */
BODY {
  font-size: 13px; 
  color: #4D4D4D;
  font-family: "Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif";
  font-weight: normal;
}
 
a { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #653d9c;}
a:link {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #653d9c; text-decoration: none}
a:visited{  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #653d9c; text-decoration: none}
a:active {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #c31f5f; text-decoration: none}
a:hover { text-decoration: none; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #c31f5f}
p { font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #4D4D4D;  font-weight: normal;}
td { font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #4D4D4D;  font-weight: normal;}

.titulo { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; color: #000000;}
a.titulo:link {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none}
a.titulo:visited{  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none}
a.titulo:active {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none}
a.titulo:hover { text-decoration: none; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal;color: #4D4D4D}
p.titulo { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px}

.subtitulo { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #000000;}
a.subtitulo:link {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none}
a.subtitulo:visited{  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none}
a.subtitulo:active {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none}
a.subtitulo:hover { text-decoration: none; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #000000;}
p.subtitulo { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #000000;}

.secundario { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; color: #4D4D4D;}
a.secundario:link {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4D4D4D; text-decoration: none}
a.secundario:visited{  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4D4D4D; text-decoration: none}
a.secundario:active {  font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4D4D4D; text-decoration: none}
a.secundario:hover { text-decoration: none; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal;color: #4D4D4D}
p.secundario { text-decoration: none ; font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px}

input {
        font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #eabed9;
        border: 1px solid #846779;
        font-size: 11px;
        height:20px
}

textarea {
        font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #eabed9;
        border: 1px solid #846779;
        font-size: 11px;
        height:150px
}



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


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

div#drophere1.hover {
  border: 3px dashed #F9D7EF;
  background:#efefef;
}
div#drophere1 {
  width: 114px;
  height: 89px;
  background-color: #FFFFFF;
  border-bottom: solid 3px #FFFFFF;
  border-right: solid 3px #F9D7EF;
  border-top: solid 3px #F9D7EF;
  border-left: solid 3px #F9D7EF;
  z-index: -10;
}
div#drophere2.hover {
  border: 3px dashed #F9D7EF;
  background:#efefef;
}
div#drophere2 {
  width: 114px;
  height: 89px;
  background-color: #FFFFFF;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #F9D7EF;
  border-bottom: solid 3px #F9D7EF;
  border-left: solid 3px #F9D7EF;
  z-index: -10;
}
