
h4           { color: #800000; font-family: MS Sans Serif  }
h1           { color: #800000; font-family: MS Sans Serif }
h2           { color: #800000; font-family: MS Sans Serif}
h3           { color: #800700; font-family: MS Sans Serif }
h6           { color: #000000; font-family: MS Sans Serif }
h5           { color: #000000; font-family: MS Sans Serif }

ul           { list-style-image: url('gifs/greybullet.gif') }
li           { font-family: MS Sans Serif }
hr           { background-image: url('Images/separador.gif'); background-repeat: no-repeat; 
               background-attachment: fixed; background-position: center }
body         { background-image: none;  background : #E3DFD4; }


a:link         {color: rgb(00, 00, 99); }
a:visited      {color: rgb(102, 102, 102); } 
a:active       {color: rgb(153, 102, 0);}
dd           { font-family: MS Sans Serif }
p            { font-family: MS Sans Serif }




.menuBorder1 {
  position:absolute;
  left:-1000; top:-1000;
  background-color:#C16C16C16;    /* light gray */
  border: solid 1px;
  border-left-color:#C16C2C2;   /* light gray */
  border-top-color:#C2C2C16;    /* light gray */
  border-bottom-color:black;
  border-right-color:black;
  margin:0 0 0 0;
  overflow:none;
  visibility:visible;
  }

.menuBorder2{
  position:absolute; top:0; left:0;
  background-color:#C6C3C6;    /* light gray */
  overflow:none;
  margin: 4px 0px 4px 0px;
  border: solid 1px;
  border-left-color:white;
  border-top-color:white;
  border-bottom-color:#848284; /* dark grey */
  border-right-color:#848284;  /* dark grey */
  cursor:default;
  }

.menuTable {}

.menuRow {
  font-family: MS Sans Serif;
  font-size: 9pt;
  color:black;
  background-color:transparent;
  cursor:default;
  height:12pt;
  }

.menuImageCell {
  text-align:left;
  cursor:default;
  }

.menuCaptionCell {
  text-align:left;
  cursor:default;
  }

.menuArrowCell {
  text-align:right;
  font-size: 8pt; 
  cursor:default;
  }

#MENUINSERT {
  position:absolute;
  top:0; left:0;
}

