@import url("/style?id=2");

.article-body *,
.category-body * {
  font-family: Verdana, Arial, Hevletica;
  font-size: 11pt;
}
.article-body p, .article-body hr,
.category-body p, .category-body hr {
  margin-top: 1.33ex;
}
.article-body pre, .article-body tt,
.category-body pre, .category-body tt {
  font-family: Andale Mono, Lucida Console, Courier New;
  font-size: 8pt;
  font-style: normal;
}

em.cwabbr, em.dlabbr {
}

em.cell, em.func, em.technology, em.vector {
  font-family: Arial;
  font-size : 1em;
}
tt {
  font-family: Andale Mono, Lucida Console, Courier New;
  font-size : 1.1em;
  font-style: normal;
  font-weight: bold;
}

p.accent {
}
p.highlight {
	font-size : 1.2em;
}
p.huge {
	font-size : 2.4em;
  text-align: center;
}
p.part {
	font-size : 2.4em;
  text-align: left;
}
pre {
  font-family: Andale Mono, Lucida Console, Courier New;
  font-size: normal;
}
pre * {
  font-family: Andale Mono, Lucida Console, Courier New;
}

.article-body dt,
.category-body dt {
  margin-top: 1.33ex;
}

.article-body table,
.category-body table {
  margin-top: 1.33ex;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6,
.category-body h1, .category-body h2, .category-body h3, .category-body h4, .category-body h5, .article-body h6 {
  color: #125e8b;
  margin-top: 1.33ex;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Helvetica;
}

/* for h1 see table.article-caption th.heading */
.article-body h1,
.category-body h1 {
  margin-bottom: 1.33ex;
  font-size: 2.5em;
}

.article-body h2,
.category-body h2 {
  margin-top: 0.8ex;
  padding-top: 0.4ex;
  margin-bottom: 1.33ex;
  border-top: 1px solid #cccccc;
  font-size: 1.55em;
}

.article-body h3,
.category-body h3 {
  margin-bottom: 0.66ex;
  font-size: 1.4em;
}
.article-body h4,
.category-body h4 {
  font-size: 1.25em;
}
.article-body h5,
.category-body h5 {
  font-size: 1.125em;
}
.article-body h6,
.category-body h6 {
  font-size: 1em;
}

h1 em.cwabbr, h2 em.cwabbr, h3 em.cwabbr, h4 em.cwabbr, h5 em.cwabbr, h6 em.cwabbr,
h1 em.dlabbr, h2 em.dlabbr, h3 em.dlabbr, h4 em.dlabbr, h5 em.dlabbr, h6 em.dlabbr {
   font-size: 1em;
}

h1 tt,
h2 tt,
h3 tt,
h4 tt,
h5 tt,
h6 tt {
  font-size : 1em;
}

p.quote,
div.quote {
  font-style: normal;
}
p.quote i,
p.quote em.gui,
p.quote em.menu,
p.quote-caption i,
p.quote-caption em.gui,
p.quote-caption em.menu,
div.quote i,
div.quote em.gui,
div.quote em.menu {
	font-style: italic;
}

pre,
p.accent,
p.highlight,
p.huge,
p.quote,
div.quote
{
  margin-top: 1.33ex;
  margin-bottom: 1.33ex;
}

div.hint {
  background: whitesmoke;
}
div.remark,
pre {
  background: whitesmoke;
}
div.rule {
  background: mistyrose;
}
div.warning {
  background: mistyrose;
}

/* common indenting */
p.quote {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
p.right-narrow {
	margin-right: 1.5em;
}
p.quote-caption {
	margin-bottom: 0pt;
	margin-left: -2em;
}

pre {
  padding: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.article-body ul, .article-body ol,
.category-body ul, .category-body ol {
	margin-left: 3em;
}
.article-body dl,
.category-body dl {
	margin-left: 0em;
}
.article-body dd,
.category-body dd {
	margin-left: 3em;
}

dl.gcontent dd {
	margin-left: 1.5em;
}
dl.index dd {
	margin-left: 1em;
}

table.dlHanging {
	margin-left: 1.5em;
}
table.dlAsTable {
	margin-left: 1.5em;
}

div.indent {
	margin-left: 1.5em;
}
div.quote {
  padding-left: 3em;
  padding-right: 1.5em;
}


