<?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="content" page-width="8.5in" page-height="11in">
      <fo:region-body/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="content">
    <fo:flow flow-name="xsl-region-body">
      <fo:block-container absolute-position="fixed"  top="1in"  height="1in" left="1in" width="6.5in" border="1pt solid black">
				<fo:table width="100%">
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-column/>
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-body>
						<fo:table-row>
							<fo:table-cell/>
							<fo:table-cell>
								<fo:table>
									<fo:table-column column-width=".25in"/>
									<fo:table-column/>
									<fo:table-column column-width=".25in"/>
										<fo:table-body>
											<fo:table-row>	
												<fo:table-cell height="0.7in" background-color="blue"/>
												<fo:table-cell height="0.7in" background-color="green" >
													<fo:block background-color="red" text-align="center" font-size="25pt"  >THIS_IS_A_VERY_LONG__TEXT</fo:block>
												</fo:table-cell>
												<fo:table-cell height="0.7in" background-color="blue"/>												
											</fo:table-row>
										</fo:table-body>
									</fo:table>
								</fo:table-cell>
								<fo:table-cell/>
							</fo:table-row>
					</fo:table-body>
				</fo:table>
			</fo:block-container>
			<fo:block-container absolute-position="fixed"  top="2.5in"  height="1in" left="1in" width="6.5in" border="1pt solid black">
				<fo:table width="100%">
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-column/>
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-body>
						<fo:table-row>
							<fo:table-cell/>
							<fo:table-cell>
								<fo:table>
									<fo:table-column column-width=".25in"/>
									<fo:table-column/>
									<fo:table-column column-width=".25in"/>
										<fo:table-body>
											<fo:table-row>	
												<fo:table-cell height="0.7in" background-color="blue"/>
												<fo:table-cell height="0.7in" background-color="green" >
													<fo:block background-color="red" text-align="center" font-size="25pt"  >SHORT</fo:block>
												</fo:table-cell>
												<fo:table-cell height="0.7in" background-color="blue"/>												
											</fo:table-row>
										</fo:table-body>
									</fo:table>
								</fo:table-cell>
								<fo:table-cell/>
							</fo:table-row>
					</fo:table-body>
				</fo:table>
			</fo:block-container>
			
			<fo:block-container absolute-position="fixed"  top="4in"  height="1in" left="1in" width="6.5in" border="1pt solid black">
				<fo:table width="100%">
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-column/>
					<fo:table-column column-width="proportional-column-width(1)"/>
					<fo:table-body>
						<fo:table-row>
							<fo:table-cell/>
							<fo:table-cell>
								<fo:table>
									<fo:table-column column-width=".25in"/>
									<fo:table-column/>
									<fo:table-column column-width=".25in"/>
										<fo:table-body>
											<fo:table-row>	
												<fo:table-cell height="0.7in" background-color="blue"/>
												<fo:table-cell height="0.7in" background-color="green" >
													<fo:block background-color="red"  text-align="center" font-size="25pt"  >THIS_IS_A VERY_LONG__TEXT</fo:block>
												</fo:table-cell>
												<fo:table-cell height="0.7in" background-color="blue"/>												
											</fo:table-row>
										</fo:table-body>
									</fo:table>
								</fo:table-cell>
								<fo:table-cell/>
							</fo:table-row>
					</fo:table-body>
				</fo:table>
			</fo:block-container>	
    </fo:flow>
  </fo:page-sequence>
</fo:root>			
			
		

