
body {
  color: black;
  background-color: white;
  font-family: serif;
  font-size: 14pt !important;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.smallCaps {
  font-variant: small-caps;
}

.doNotPrint {
  display: none !important;
}


/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.superHeader {
  display: none;
}

.headerTitle {
  color: black;
  background-color: transparent;
  font-family: serif;
  font-weight: normal;
  font-size: 200%;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.subHeader .dateline {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0.75em;  
}

.subHeader .navigation {
  display: none;
}


/* ##### Main Copy ##### */

#main-body {
  text-align: justify;
  margin: 0;
  padding: 0;
}

#main-copy h1 {
  font-family: sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

q {
  display: none;
}

.byline {
  font-style: italic;
  margin: 0 0 1em 0;
  padding: 0;
}

.byline a:after, .byline acronym:after, .byline .titleTip:after {
  display: none;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#footer .left {
  float: left;
  width: 49%;
}

#footer .right {
  text-align: right;
  float: right;
  width: 49%;
}

h1,h2,h3,h4,h5,h6{border:none;font-family:serif;}
div,p,ul,dl,ol{width:auto;}
ul,ol,dl{padding-right:0.5em;}
ul{list-style-type:square;}
.documentDescription{font-weight:bold;}
pre{border:1pt dotted black;white-space:pre;font-size:8pt;overflow:auto;padding:1em 0;}
table.listing,table.listing td{border:1pt solid black;border-collapse:collapse;}
a{color:Black !important;}
a:link,a:visited{color:#520;background:transparent;}

#stripNav0{display: none !important;}

.panelContainer{width: auto !important;}

.wrapper h2{border-top: 1px dotted; padding-top: 30px;}

.wrapper h3{display: none !important;}

.netscape4{display: none !important;}

#ft {border-top: 3px solid black; padding-top: 48px;}