<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rx="http://www.renderx.com/XSL/Extensions">
   <fo:layout-master-set>
      <fo:simple-page-master master-name="document-master" margin="0.4in">
         <fo:region-body margin="20pt" padding="0pt"/>
      </fo:simple-page-master>
   </fo:layout-master-set>
   <fo:page-sequence master-reference="document-master">
      <fo:flow flow-name="xsl-region-body" padding="6pt">
    
         <fo:block space-before="630pt" space-before.conditionality="retain" font-weight="bold" text-align="center">INDEX</fo:block>
    
         <fo:table font-size="10pt" font-weight="bold" rx:table-omit-initial-header="true" start-indent="20pt">
            <fo:table-header>
               <fo:table-row>
                  <fo:table-cell>
                     <fo:block>hard drive<fo:inline font-style="italic" font-weight="normal" font-size="90%">(Continued)</fo:inline>
                     </fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-header>
            <fo:table-body>
               <fo:table-row>
                  <fo:table-cell>
                     <fo:block>hard drive</fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-body>
            <fo:table-body>
               <fo:table-row>
                  <fo:table-cell>
                     <fo:block>
      
                        <fo:table font-size="10pt" font-weight="bold" rx:table-omit-initial-header="true">
                           <fo:table-header>
                              <fo:table-row>
                                 <fo:table-cell>
                                    <fo:block>formatting<fo:inline font-style="italic" font-weight="normal" font-size="90%">(Continued)</fo:inline>
                                    </fo:block>
                                 </fo:table-cell>
                              </fo:table-row>
                           </fo:table-header>
                           <fo:table-body>
                              <fo:table-row>
                                 <fo:table-cell>
                                    <fo:block>formatting</fo:block>
                                 </fo:table-cell>
                              </fo:table-row>
                           </fo:table-body>
                           <fo:table-body>
                              <fo:table-row>
                                 <fo:table-cell>
                                    <fo:block>
			
                                       <fo:block-container>
                                          <fo:block>access to utilities</fo:block>
                                       </fo:block-container>
			
                                       <fo:block-container>
                                          <fo:block>caching drive info</fo:block>
                                       </fo:block-container>
			
                                       <fo:block-container>
                                          <fo:block>fast format</fo:block>
                                       </fo:block-container>
			
                                       <fo:block-container>
                                          <fo:block>slow format</fo:block>
                                       </fo:block-container>
      
                                    </fo:block>
                                 </fo:table-cell>
                              </fo:table-row>
                           </fo:table-body>
                        </fo:table>
    
                     </fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-body>
         </fo:table>

      </fo:flow>
   </fo:page-sequence>
</fo:root>
