@import url("DocJetDefault.css");  

/*
  This is the stylesheet for your HTML and HTMLHelp output.
  For more on what this is, look up "CSS" in the DocJet on-line
  help index.  If you don't know what a Cascading Stylesheet
  is, look it up in MSDN.  (But it's something that you can
  guess your way through pretty effectively.)

  The first line includes the basic DocJet stylesheet.  Anything
  you put below it will override that stylesheet.  The file
  ...\DocJet\styles.css in your installation directory will
  become DocJetDefault.css in your output directory.  So to
  see what the default styles are, go to ...\DocJet\styles.css.

  Let's take a quick example, if you uncomment out the line
  below, then the paragraphs will not have their first line
  indented anymore...
 */

 P { text-indent: 0in; }
P.PopupHeading {
	text-indent: 0in;
	font: 8pt Arial;
	font-weight: bold;

	margin-top: 2pt;
	margin-bottom: 4pt;
}

P.PopupDeclaration {
	text-indent: 0in;
	font: 8pt Arial;

	margin-top: 2pt;
	margin-bottom: 2pt;
}

P.PopupNormal {
	text-indent: 0in;
	font: 8pt Arial;

	margin-top: 2pt;
	margin-bottom: 2pt;
}

BODY { background-color: #ededed;
       color: #000000;
       margin-left: 0px;
       margin-right: 0;
       margin-top: 0;
       margin-bottom: 0 }