blob: 470baf835cf90d55809cce713321a3c9e7e1c019 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- These values are optimized for an A4 paper size. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
<!--<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"></fo:root>-->
<!-- Layout master sets -->
<xsl:attribute-set name="layout.master.set.base">
<xsl:attribute name="page-width">8.27in</xsl:attribute>
<xsl:attribute name="page-height">11.70in</xsl:attribute>
<xsl:attribute name="margin-top">0.625in</xsl:attribute>
<xsl:attribute name="margin-bottom">0.6in</xsl:attribute>
<xsl:attribute name="margin-left">1in</xsl:attribute>
<xsl:attribute name="margin-right">1in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.cover-page" use-attribute-sets="layout.master.set.base">
<xsl:attribute name="master-name">cover-page</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.cover-page.region-body">
<xsl:attribute name="margin-top">0.7in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.cover-inside" use-attribute-sets="layout.master.set.base">
<xsl:attribute name="master-name">cover-inside</xsl:attribute>
<xsl:attribute name="margin-top">0in</xsl:attribute>
<xsl:attribute name="margin-bottom">0in</xsl:attribute>
<xsl:attribute name="margin-left">0in</xsl:attribute>
<xsl:attribute name="margin-right">0in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.toc" use-attribute-sets="layout.master.set.base">
<xsl:attribute name="master-name">toc</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.toc.region-body">
<xsl:attribute name="margin-top">0.7in</xsl:attribute>
<xsl:attribute name="margin-bottom">0.8in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.toc.region-before">
<xsl:attribute name="extent">0.35in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.toc.region-after">
<xsl:attribute name="extent">0.125in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.body" use-attribute-sets="layout.master.set.base">
<xsl:attribute name="master-name">body</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.body.region-body">
<xsl:attribute name="margin-top">0.7in</xsl:attribute>
<xsl:attribute name="margin-bottom">0.8in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.body.region-before">
<xsl:attribute name="extent">0.35in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="layout.master.set.body.region-after">
<xsl:attribute name="extent">0.125in</xsl:attribute>
</xsl:attribute-set>
<!-- Style 'primitives' from which all others are descended -->
<xsl:attribute-set name="base.body.style">
<xsl:attribute name="font-family">Garamond,serif</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="base.heading.style">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="color">#000000</xsl:attribute>
<xsl:attribute name="keep-with-next">always</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="base.pre.style">
<xsl:attribute name="font-family">monospace</xsl:attribute>
<xsl:attribute name="linefeed-treatment">preserve</xsl:attribute>
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name="keep-together">always</xsl:attribute>
<xsl:attribute name="white-space-collapse">false</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="italic">
<xsl:attribute name="font-style">italic</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="bold">
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="monospace">
<xsl:attribute name="font-family">monospace</xsl:attribute>
<xsl:attribute name="font-size">10pt</xsl:attribute>
</xsl:attribute-set>
<!-- Standard body and heading styles -->
<xsl:attribute-set name="body.text" use-attribute-sets="base.body.style">
<xsl:attribute name="font-size">11pt</xsl:attribute>
<xsl:attribute name="line-height">12pt</xsl:attribute>
<xsl:attribute name="white-space-collapse">true</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.pre" use-attribute-sets="base.pre.style">
<xsl:attribute name="font-size">10pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="code.indent" use-attribute-sets="body.pre">
<xsl:attribute name="start-indent">inherited-property-value(start-indent) + 1em</xsl:attribute>
<xsl:attribute name="end-indent">inherited-property-value(end-indent) + em</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.source" use-attribute-sets="body.pre">
<xsl:attribute name="color">black</xsl:attribute>
<xsl:attribute name="border-style">solid</xsl:attribute>
<xsl:attribute name="border-width">0.5pt</xsl:attribute>
<xsl:attribute name="border-color">#454545</xsl:attribute>
<xsl:attribute name="padding-before">0.25em</xsl:attribute>
<xsl:attribute name="padding-after">0.25em</xsl:attribute>
<xsl:attribute name="padding-start">0.25em</xsl:attribute>
<xsl:attribute name="padding-end">0.25em</xsl:attribute>
<xsl:attribute name="start-indent">inherited-property-value(start-indent) + 2.5em</xsl:attribute>
<xsl:attribute name="end-indent">inherited-property-value(end-indent) + 0em</xsl:attribute>
<xsl:attribute name="space-before">0.75em</xsl:attribute>
<xsl:attribute name="space-after">1em</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.rule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">rule</xsl:attribute>
<xsl:attribute name="rule-thickness">0.5pt</xsl:attribute>
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.strong">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="font-size">9.0pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.title" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">16pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.h1" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="space-before">18pt</xsl:attribute>
<xsl:attribute name="space-after">6pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.h2" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="space-before">18pt</xsl:attribute>
<xsl:attribute name="space-after">5pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.h3" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="space-before">15pt</xsl:attribute>
<xsl:attribute name="space-after">3pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.h4" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="space-before">9pt</xsl:attribute>
<xsl:attribute name="space-after">3pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="body.h5" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="font-style">italic</xsl:attribute>
<xsl:attribute name="space-after">3pt</xsl:attribute>
</xsl:attribute-set>
<!-- Chapter heading styles -->
<xsl:attribute-set name="chapter.title" use-attribute-sets="body.title">
<xsl:attribute name="line-height">10pt</xsl:attribute>
<xsl:attribute name="space-after">6pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="chapter.rule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">dots</xsl:attribute>
<xsl:attribute name="rule-thickness">1pt</xsl:attribute>
<xsl:attribute name="color">#454545</xsl:attribute>
</xsl:attribute-set>
<!-- Outdented numbers -->
<xsl:attribute-set name="outdented.number.style" use-attribute-sets="base.heading.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<!--<xsl:attribute name="color">#454545</xsl:attribute>-->
<xsl:attribute name="line-height">10pt</xsl:attribute>
<xsl:attribute name="text-align">right</xsl:attribute>
</xsl:attribute-set>
<!-- Page header/footer styles -->
<xsl:attribute-set name="footer.style">
<xsl:attribute name="letter-spacing">2pt</xsl:attribute>
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="font-size">6pt</xsl:attribute>
<xsl:attribute name="color">#454545</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="header.style">
<xsl:attribute name="letter-spacing">2pt</xsl:attribute>
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="font-size">6pt</xsl:attribute>
<xsl:attribute name="color">#454545</xsl:attribute>
<xsl:attribute name="text-align">left</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="page.number">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="text-align">right</xsl:attribute>
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<!-- Style for hyperlinks -->
<xsl:attribute-set name="href.internal">
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="href.external">
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<!-- 'Normal' line-spacing styles for paragraph and pre elements -->
<xsl:attribute-set name="normal.paragraph" use-attribute-sets="body.text">
<xsl:attribute name="space-before">3pt</xsl:attribute>
<xsl:attribute name="space-after">6pt</xsl:attribute>
</xsl:attribute-set>
<!-- Styles for lists, list items, definition lists, etc. -->
<xsl:attribute-set name="list">
<xsl:attribute name="start-indent">inherited-property-value(start-indent)</xsl:attribute>
<xsl:attribute name="space-before.optimum">10pt</xsl:attribute>
<xsl:attribute name="provisional-distance-between-starts">1em</xsl:attribute>
<xsl:attribute name="provisional-label-separation">1em</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="list.item">
<xsl:attribute name="start-indent">inherited-property-value(start-indent) + 1em</xsl:attribute>
<xsl:attribute name="space-before">0.15em</xsl:attribute>
<xsl:attribute name="space-after">0.25em</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="dl" use-attribute-sets="body.text">
<xsl:attribute name="start-indent">1em</xsl:attribute>
<xsl:attribute name="end-indent">1em</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="dt" use-attribute-sets="base.body.style">
<xsl:attribute name="start-indent">1em</xsl:attribute>
<xsl:attribute name="end-indent">1em</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="dd" use-attribute-sets="base.body.style">
<xsl:attribute name="start-indent">inherited-property-value(start-indent) + 1em</xsl:attribute>
<xsl:attribute name="end-indent">inherited-property-value(end-indent) + 1em</xsl:attribute>
<xsl:attribute name="space-before">0.6em</xsl:attribute>
<xsl:attribute name="space-after">0.6em</xsl:attribute>
</xsl:attribute-set>
<!-- Error style -->
<xsl:attribute-set name="error.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">8pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="color">red</xsl:attribute>
<xsl:attribute name="border-style">solid</xsl:attribute>
<xsl:attribute name="border-width">0.5pt</xsl:attribute>
<xsl:attribute name="border-color">red</xsl:attribute>
<xsl:attribute name="padding">0.75em</xsl:attribute>
<xsl:attribute name="start-indent">inherited-property-value(start-indent) + 2.5em</xsl:attribute>
<xsl:attribute name="end-indent">inherited-property-value(end-indent) + 3em</xsl:attribute>
</xsl:attribute-set>
<!-- cover styles -->
<xsl:attribute-set name="cover.title">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="color">#000000</xsl:attribute>
<xsl:attribute name="keep-with-next">always</xsl:attribute>
<xsl:attribute name="font-size">16pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="text-align">left</xsl:attribute>
<xsl:attribute name="display-align">center</xsl:attribute>
<xsl:attribute name="space-after">0.5in</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="cover.subtitle">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="color">#000000</xsl:attribute>
<xsl:attribute name="keep-with-next">always</xsl:attribute>
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="text-align">left</xsl:attribute>
<xsl:attribute name="display-align">center</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="cover.border.left" use-attribute-sets="base.pre.style">
<xsl:attribute name="padding-start">0.2in</xsl:attribute>
<xsl:attribute name="border-left-style">dotted</xsl:attribute>
<xsl:attribute name="border-left-width">0.1pt</xsl:attribute>
<xsl:attribute name="border-left-color">#000000</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="cover.border.left.bottom" use-attribute-sets="cover.border.left">
<xsl:attribute name="padding-after">0.2in</xsl:attribute>
<xsl:attribute name="border-bottom-style">dotted</xsl:attribute>
<xsl:attribute name="border-bottom-width">0.1pt</xsl:attribute>
<xsl:attribute name="border-bottom-color">#000000</xsl:attribute>
</xsl:attribute-set>
<!-- Header styles (ie title, author, date in single document mode) -->
<xsl:attribute-set name="doc.header.title" use-attribute-sets="base.body.style">
<xsl:attribute name="text-align">center</xsl:attribute>
<xsl:attribute name="font-size">16pt</xsl:attribute>
<xsl:attribute name="space-before.optimum">30pt</xsl:attribute>
<xsl:attribute name="space-after.optimum">14pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="doc.header.author" use-attribute-sets="base.body.style">
<xsl:attribute name="text-align">center</xsl:attribute>
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="space-before.optimum">20pt</xsl:attribute>
<xsl:attribute name="space-after.optimum">14pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="doc.header.date" use-attribute-sets="base.body.style">
<xsl:attribute name="text-align">center</xsl:attribute>
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="space-before.optimum">20pt</xsl:attribute>
<xsl:attribute name="space-after.optimum">30pt</xsl:attribute>
</xsl:attribute-set>
<!-- Figure styles -->
<xsl:attribute-set name="figure.display">
<xsl:attribute name="display-align">center</xsl:attribute>
<xsl:attribute name="text-align">center</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="figure.graphics">
<xsl:attribute name="height">100%</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="content-height">scale-down-to-fit</xsl:attribute>
<xsl:attribute name="content-width">scale-down-to-fit</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="figure.caption" use-attribute-sets="base.body.style">
<xsl:attribute name="keep-with-previous">always</xsl:attribute>
<xsl:attribute name="text-align">center</xsl:attribute>
<xsl:attribute name="font-size">10pt</xsl:attribute>
<xsl:attribute name="font-style">italic</xsl:attribute>
<xsl:attribute name="space-before.optimum">20pt</xsl:attribute>
<xsl:attribute name="space-after.optimum">30pt</xsl:attribute>
</xsl:attribute-set>
<!-- Tables styles -->
<xsl:attribute-set name="table.layout">
<xsl:attribute name="table-omit-footer-at-break">false</xsl:attribute>
<!-- note that table-layout="auto" is not supported by FOP 0.93 -->
<xsl:attribute name="table-layout">fixed</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.heading.rule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">rule</xsl:attribute>
<xsl:attribute name="rule-thickness">0.5pt</xsl:attribute>
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="base.cell">
<xsl:attribute name="padding-start">2.5pt</xsl:attribute>
<xsl:attribute name="padding-end">5pt</xsl:attribute>
<!-- http://xmlgraphics.apache.org/fop/faq.html#keep-together -->
<xsl:attribute name="keep-together.within-column">always</xsl:attribute>
<xsl:attribute name="inline-progression-dimension">auto</xsl:attribute>
<xsl:attribute name="overflow">visible</xsl:attribute>
<xsl:attribute name="hyphenate">true</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="base.block">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="line-height">1.2em</xsl:attribute>
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name="inline-progression-dimension">auto</xsl:attribute>
<xsl:attribute name="overflow">visible</xsl:attribute>
<xsl:attribute name="hyphenate">true</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.padding">
<xsl:attribute name="padding-before">9pt</xsl:attribute>
<xsl:attribute name="padding-after">12pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.title.row">
<xsl:attribute name="keep-together">always</xsl:attribute>
<xsl:attribute name="keep-with-next">always</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.title.cell" use-attribute-sets="base.cell">
<xsl:attribute name="border-after-style">solid</xsl:attribute>
<xsl:attribute name="border-after-width">0.5pt</xsl:attribute>
<xsl:attribute name="border-after-color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.title.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">11pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.footer.cell" use-attribute-sets="base.cell">
<xsl:attribute name="padding-before">5pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.footer.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">9pt</xsl:attribute>
<xsl:attribute name="font-style">italic</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.heading.cell" use-attribute-sets="base.cell">
<xsl:attribute name="padding-before">7pt</xsl:attribute>
<xsl:attribute name="display-align">after</xsl:attribute>
<xsl:attribute name="background-color">#bbbbbb</xsl:attribute>
<xsl:attribute name="color">white</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.heading.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">10pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.heading.rule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">rule</xsl:attribute>
<xsl:attribute name="rule-thickness">0.5pt</xsl:attribute>
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.number.cell" use-attribute-sets="base.cell">
<xsl:attribute name="padding-before">6pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.number.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">9pt</xsl:attribute>
<xsl:attribute name="font-style">italic</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.subheading.row">
<xsl:attribute name="keep-together">always</xsl:attribute>
<xsl:attribute name="keep-with-next">always</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.subheading.cell" use-attribute-sets="base.cell">
<xsl:attribute name="padding-after">1pt</xsl:attribute>
<xsl:attribute name="background-color">#D3D3D3</xsl:attribute>
<xsl:attribute name="border-before-style">solid</xsl:attribute>
<xsl:attribute name="border-before-width">2.5pt</xsl:attribute>
<xsl:attribute name="border-before-color">#D3D3D3</xsl:attribute>
<xsl:attribute name="display-align">after</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.subheading.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">9pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="vertical-align">bottom</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.row">
<xsl:attribute name="keep-together">auto</xsl:attribute>
<xsl:attribute name="keep-with-next">auto</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.norule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">rule</xsl:attribute>
<xsl:attribute name="rule-thickness">1pt</xsl:attribute>
<xsl:attribute name="color">white</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.rule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">dots</xsl:attribute>
<xsl:attribute name="rule-thickness">0.5pt</xsl:attribute>
<xsl:attribute name="color">#A9A9A9</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.lastrule">
<xsl:attribute name="leader-length.optimum">100%</xsl:attribute>
<xsl:attribute name="leader-pattern">rule</xsl:attribute>
<xsl:attribute name="rule-thickness">0.5pt</xsl:attribute>
<xsl:attribute name="color">black</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.cell.grid">
<xsl:attribute name="border-style">solid</xsl:attribute>
<xsl:attribute name="border-width">0.2mm</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.cell" use-attribute-sets="base.cell">
<xsl:attribute name="padding-before">4pt</xsl:attribute>
<xsl:attribute name="padding-after">1.5pt</xsl:attribute>
<xsl:attribute name="background-color">#eeeeee</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.body.block" use-attribute-sets="base.block">
<xsl:attribute name="font-size">9pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="table.pre" use-attribute-sets="base.pre.style">
<xsl:attribute name="font-size">9pt</xsl:attribute>
</xsl:attribute-set>
<!-- Table of content styles -->
<xsl:attribute-set name="toc.cell">
<xsl:attribute name="display-align">after</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.base.style">
<xsl:attribute name="font-family">Helvetica,sans-serif</xsl:attribute>
<xsl:attribute name="line-height">16pt</xsl:attribute>
<!-- <xsl:attribute name="text-align-last">start</xsl:attribute>-->
<xsl:attribute name="text-align-last">justify</xsl:attribute>
<xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.leader.style">
<xsl:attribute name="leader-pattern">dots</xsl:attribute>
<xsl:attribute name="leader-pattern-width">5pt</xsl:attribute>
<xsl:attribute name="color">#454545</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.number.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="text-align">end</xsl:attribute>
<xsl:attribute name="color">#A9A9A9</xsl:attribute>
<xsl:attribute name="line-height">16pt</xsl:attribute>
<xsl:attribute name="end-indent">6pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.h1.style" use-attribute-sets="toc.base.style">
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="space-before">18pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.h2.style" use-attribute-sets="toc.base.style">
<xsl:attribute name="font-size">11pt</xsl:attribute>
<xsl:attribute name="space-before">15pt</xsl:attribute>
<xsl:attribute name="space-before">3pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.h3.style" use-attribute-sets="toc.base.style">
<xsl:attribute name="font-size">10pt</xsl:attribute>
<xsl:attribute name="space-before">4pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="toc.h4.style" use-attribute-sets="toc.base.style">
<xsl:attribute name="font-size">9.5pt</xsl:attribute>
<xsl:attribute name="space-before">4pt</xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>