<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master master-name="firstPage" page-height="5.375in" page-width="8.625in">
      <fo:region-body column-count="2" column-gap="0.246in" margin-bottom="0.406in"
        margin-left="1in" margin-right="0.625in" margin-top="0.389in"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence color="#000000" font-family="Helvetica" font-size="12pt"
    master-reference="firstPage" text-align="justify">
    <fo:flow flow-name="xsl-region-body">
      <fo:block border-color="black" border-style="solid" border-width="0.1mm"
        font-family="Helvetica" font-size="9pt" keep-together.within-column="always"
        keep-with-next.within-column="always" line-height="11pt" space-before.optimum="7pt">
        <fo:block end-indent="2pt" keep-together="always" keep-with-next="inherit"
          keep-with-previous="inherit" start-indent="2pt"> One column image/table here.  Label is expected below.</fo:block>
      </fo:block>
      <fo:block font-family="Helvetica" font-size="9pt" font-weight="bold" keep-together="always"
        keep-with-previous.within-column="always" line-height="11pt" space-after.optimum="5.5pt"
        space-before.optimum="5.5pt" text-align="center">Figure X. One column label</fo:block>
      <fo:block border-color="black" border-style="solid" border-width="0.1mm"
        font-family="Helvetica" font-size="9pt" keep-together="always" keep-with-next="always"
        line-height="11pt" space-before.optimum="5.5pt" span="all">
        <fo:block end-indent="2pt" keep-together="always" keep-with-next="inherit"
          keep-with-previous="inherit" start-indent="2pt">Two column image/table here </fo:block>
      </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>

