body {
  font: 11pt "Gill Sans", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: White;
  color: Black;
  margin:0;
  padding:0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips except in f'ing IE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}

#header {
  height: 65px;
  margin: 0px;
  background-repeat: no-repeat;
  background-color: #cccccc;
  color: #000000;
}

.navcontainer {
  display: none;
}

.leftSideBar {
  display: none;
}

.rightSideBar {
  display: none;
}

#centralcontent {
  text-align: justify;
  margin: 0;
  padding: 0;
}

a {
  color:blue;
  text-decoration:none;
  background: none !important;
}

#centralcontent a:after {  /* Prints the links' URIs after the links' texts except in f'ing IE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}


#footer {
  display: none;
}
