/* FGEA print CSS */
/* DRS */
/* 2010-02-08 */

@page {
  margin: 0.25in 1in 0.5in 1in;
  }
 
a {
  color:black !important;
  font-weight: normal !important;
}

a.keyword {
  border-bottom: 1px dotted gray;
}
 
a.note-ref,
a.ptr {
  font-family: inherit;
}
 
abbr {
  border: none;
}
 
 body {
   background-image: none !important;
   background-color: white;
   color: black;
   font-size: 11pt;
   position: relative;
}

body.FOEA div.body-norm {
  background-color: white;
}

body.FOEA div.body-norm:before {
  display:block;
  content: "EARLY ACCESS DOCUMENT";
  text-align:center;
  border: 1px solid black;
  margin-top: 1em;
}

div.DMDElink, div.DPMlink, div.footer-nav, div.footer-publ, div.header, div.printable-document {
    display:none;
  }
  
span.pb {
  margin-top: 0;
  margin-bottom: 0;
}

.pb {
  background-color:white;
  color: gray;
}
  
span.choice,
span.ref-rep,
span.ref-st,
span.ref-terms{
  border-bottom:none;
}

span.highlight {
  background-color: white !important;
}

span.label, span.pb img, span.user {
  display:none !important;
  }

span.ptr-gloss {
 display:none;
 }
