|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
confusing tables againHi everybody,
It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: confusing tables againHi Georg,
Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren’t available though. Can you try again with the latest Trunk, or send the images? Thanks, Vincent Georg Datterl wrote: > Hi everybody, > > It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: > > I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. > > withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. > > The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. > > When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. > > Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. > > Regards, > > Georg Datterl > > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > > > ------------------------------------------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: fop-users-unsubscribe@... > For additional commands, e-mail: fop-users-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
AW: confusing tables againHi Vincent,
I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. The footer image is unnecessary I guess, since it can't be included anyway (without Jeremias' extension). Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: Vincent Hennebert [mailto:vhennebert@...] Gesendet: Montag, 26. Oktober 2009 11:30 An: fop-users@... Betreff: Re: confusing tables again Hi Georg, Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? Thanks, Vincent Georg Datterl wrote: > Hi everybody, > > It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: > > I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. > > withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. > > The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. > > When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. > > Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. > > Regards, > > Georg Datterl > > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > > > ---------------------------------------------------------------------- > -- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: fop-users-unsubscribe@... > For additional commands, e-mail: fop-users-help@... To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: confusing tables againHi Georg,
Georg Datterl wrote: > Hi Vincent, > > I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. Indeed; the problem was actually the font. Not having Arial FOP defaulted to Times, which has different metrics and was then giving a different result. After having replaced it with sans-serif I managed to reproduce your issue... ... And FOP’s behaviour is actually perfectly fine. You defined a bottom border of 0.4pt on the block surrounding the big table. That little border is just enough to make the whole block not fit on the page, hence the page break you get on the first version. Without that border the table would fit on one page. In the second version with the additional block, the table itself becomes bigger than the page, so that block must be deferred to the next page. The width of the border defined on the outer block is conditional, so it must not appear at the bottom of the first page. And since without that border the inner table fits on the first page, FOP puts it there. To avoid that issue, remove the border on the outer block. Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after-width), not the absolute one (border-bottom-width): <fo:block border-after-width.length="0.4pt" border-after-width.conditionality="retain"... > The footer image is unnecessary I guess, since it can't be included > anyway (without Jeremias' extension). > > Regards, > > Georg Datterl HTH, Vincent > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -----Ursprüngliche Nachricht----- > Von: Vincent Hennebert [mailto:vhennebert@...] > Gesendet: Montag, 26. Oktober 2009 11:30 > An: fop-users@... > Betreff: Re: confusing tables again > > Hi Georg, > > Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? > > Thanks, > Vincent > > > Georg Datterl wrote: >> Hi everybody, >> >> It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: >> >> I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. >> >> withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. >> >> The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. >> >> When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. >> >> Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. >> >> Regards, >> >> Georg Datterl --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
AW: confusing tables againHi Vincent,
> To avoid that issue, remove the border on the outer block. I wish I could. But the border is necessary. > Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after- > width), not the absolute one (border-bottom-width): > <fo:block border-after-width.length="0.4pt" > border-after-width.conditionality="retain"... That would not give me a border on each page, would it? Or is there a way to creatively use colapsing borders? Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: Vincent Hennebert [mailto:vhennebert@...] Gesendet: Dienstag, 27. Oktober 2009 16:45 An: fop-users@... Betreff: Re: confusing tables again Hi Georg, Georg Datterl wrote: > Hi Vincent, > > I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. Indeed; the problem was actually the font. Not having Arial FOP defaulted to Times, which has different metrics and was then giving a different result. After having replaced it with sans-serif I managed to reproduce your issue... ... And FOP's behaviour is actually perfectly fine. You defined a bottom border of 0.4pt on the block surrounding the big table. That little border is just enough to make the whole block not fit on the page, hence the page break you get on the first version. Without that border the table would fit on one page. In the second version with the additional block, the table itself becomes bigger than the page, so that block must be deferred to the next page. The width of the border defined on the outer block is conditional, so it must not appear at the bottom of the first page. And since without that border the inner table fits on the first page, FOP puts it there. To avoid that issue, remove the border on the outer block. Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after-width), not the absolute one (border-bottom-width): <fo:block border-after-width.length="0.4pt" border-after-width.conditionality="retain"... > The footer image is unnecessary I guess, since it can't be included > anyway (without Jeremias' extension). > > Regards, > > Georg Datterl HTH, Vincent > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -----Ursprüngliche Nachricht----- > Von: Vincent Hennebert [mailto:vhennebert@...] > Gesendet: Montag, 26. Oktober 2009 11:30 > An: fop-users@... > Betreff: Re: confusing tables again > > Hi Georg, > > Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? > > Thanks, > Vincent > > > Georg Datterl wrote: >> Hi everybody, >> >> It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: >> >> I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. >> >> withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. >> >> The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. >> >> When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. >> >> Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. >> >> Regards, >> >> Georg Datterl --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: confusing tables againHi Georg,
Georg Datterl wrote: > Hi Vincent, > >> To avoid that issue, remove the border on the outer block. > > I wish I could. But the border is necessary. > >> Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after- >> width), not the absolute one (border-bottom-width): >> <fo:block border-after-width.length="0.4pt" >> border-after-width.conditionality="retain"... > > That would not give me a border on each page, would it? > Or is there a way to creatively use colapsing borders? That’s an idea. You could define an invisible (same colour as background), retained bottom border on the outer table, overridden by a hidden bottom border on an empty table footer, with table-omit-footer-at-break="true". At the page break, the footer wouldn’t be there, so the table border would win and account for the block’s discarded border. After the page break, the footer would nullify the border and you would get the normal border from the block. See attached FO file for an illustration. HTH, Vincent > Regards, > > Georg Datterl > > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -----Ursprüngliche Nachricht----- > Von: Vincent Hennebert [mailto:vhennebert@...] > Gesendet: Dienstag, 27. Oktober 2009 16:45 > An: fop-users@... > Betreff: Re: confusing tables again > > Hi Georg, > > Georg Datterl wrote: >> Hi Vincent, >> >> I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. > > Indeed; the problem was actually the font. Not having Arial FOP defaulted to Times, which has different metrics and was then giving a different result. After having replaced it with sans-serif I managed to reproduce your issue... > > ... And FOP's behaviour is actually perfectly fine. You defined a bottom border of 0.4pt on the block surrounding the big table. That little border is just enough to make the whole block not fit on the page, hence the page break you get on the first version. Without that border the table would fit on one page. > > In the second version with the additional block, the table itself becomes bigger than the page, so that block must be deferred to the next page. The width of the border defined on the outer block is conditional, so it must not appear at the bottom of the first page. And since without that border the inner table fits on the first page, FOP puts it there. > > To avoid that issue, remove the border on the outer block. > Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after-width), not the absolute one (border-bottom-width): > <fo:block border-after-width.length="0.4pt" > border-after-width.conditionality="retain"... > > >> The footer image is unnecessary I guess, since it can't be included >> anyway (without Jeremias' extension). >> >> Regards, >> >> Georg Datterl > > HTH, > Vincent > > >> ------ Kontakt ------ >> >> Georg Datterl >> >> Geneon media solutions gmbh >> Gutenstetter Straße 8a >> 90449 Nürnberg >> >> HRB Nürnberg: 17193 >> Geschäftsführer: Yong-Harry Steiert >> >> Tel.: 0911/36 78 88 - 26 >> Fax: 0911/36 78 88 - 20 >> >> www.geneon.de >> >> Weitere Mitglieder der Willmy MediaGroup: >> >> IRS Integrated Realization Services GmbH: www.irs-nbg.de >> Willmy PrintMedia GmbH: www.willmy.de >> Willmy Consult & Content GmbH: www.willmycc.de >> -----Ursprüngliche Nachricht----- >> Von: Vincent Hennebert [mailto:vhennebert@...] >> Gesendet: Montag, 26. Oktober 2009 11:30 >> An: fop-users@... >> Betreff: Re: confusing tables again >> >> Hi Georg, >> >> Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? >> >> Thanks, >> Vincent >> >> >> Georg Datterl wrote: >>> Hi everybody, >>> >>> It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: >>> >>> I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. >>> >>> withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. >>> >>> The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. >>> >>> When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. >>> >>> Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. >>> >>> Regards, >>> >>> Georg Datterl <?xml version="1.0" standalone="no"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="page" page-height="120pt" page-width="220pt" margin="10pt"> <fo:region-body background-color="#F0F0F0"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="page"> <fo:flow flow-name="xsl-region-body" line-height="10pt" font-size="8pt"> <fo:block space-after="60pt">Before the table</fo:block> <fo:block border-bottom="1pt solid red"> <fo:table width="100%" table-layout="fixed" border-after-color="#F0F0F0" border-after-style="solid" border-after-width.length="1pt" border-after-width.conditionality="retain" table-omit-footer-at-break="true"> <fo:table-footer border-after-style="hidden"> <fo:table-cell> <fo:block/> </fo:table-cell> <fo:table-cell> <fo:block/> </fo:table-cell> </fo:table-footer> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block>Cell 1.1</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>Cell 1.2</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell> <fo:block>Cell 2.1 Line 1</fo:block> <fo:block-container id="removeThis" background-color="yellow" height="11pt"> <fo:block/> </fo:block-container> </fo:table-cell> <fo:table-cell> <fo:block>Cell 2.2 Line 1</fo:block> <fo:block>Cell 2.2 Line 2</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
AW: confusing tables againHi Vincent,
I have to admit, I did not quite understand why an invisible border, overridden by a hidden border would result in a visible border, but I think I applied your example to my table correctly. And it works, nearly. Now the table doesn't spread over two pages in any case, but before adding the block, I have one page and after adding the block, which should actually occupy all but only the free space in the left column, the outer border moves to the next page. Without table cells, but still, the line is on the second page (see example). Then I tried to shorten this block. Shortening it by a small amount (ca. 10pt) results in the block being moved to the second page. Shortening it by a larger amount (ca. 50pt) results in the block being on the first page, but three table rows being on the second page. Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: Vincent Hennebert [mailto:vhennebert@...] Gesendet: Mittwoch, 28. Oktober 2009 16:01 An: fop-users@... Betreff: Re: confusing tables again Hi Georg, Georg Datterl wrote: > Hi Vincent, > >> To avoid that issue, remove the border on the outer block. > > I wish I could. But the border is necessary. > >> Alternatively, set its conditionality to retain. Be careful though: >> the conditionality can be set only on the relative property (border-after- width), not the absolute one (border-bottom-width): >> <fo:block border-after-width.length="0.4pt" >> border-after-width.conditionality="retain"... > > That would not give me a border on each page, would it? > Or is there a way to creatively use colapsing borders? That's an idea. You could define an invisible (same colour as background), retained bottom border on the outer table, overridden by a hidden bottom border on an empty table footer, with table-omit-footer-at-break="true". At the page break, the footer wouldn't be there, so the table border would win and account for the block's discarded border. After the page break, the footer would nullify the border and you would get the normal border from the block. See attached FO file for an illustration. HTH, Vincent > Regards, > > Georg Datterl > > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -----Ursprüngliche Nachricht----- > Von: Vincent Hennebert [mailto:vhennebert@...] > Gesendet: Dienstag, 27. Oktober 2009 16:45 > An: fop-users@... > Betreff: Re: confusing tables again > > Hi Georg, > > Georg Datterl wrote: >> Hi Vincent, >> >> I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. > > Indeed; the problem was actually the font. Not having Arial FOP defaulted to Times, which has different metrics and was then giving a different result. After having replaced it with sans-serif I managed to reproduce your issue... > > ... And FOP's behaviour is actually perfectly fine. You defined a bottom border of 0.4pt on the block surrounding the big table. That little border is just enough to make the whole block not fit on the page, hence the page break you get on the first version. Without that border the table would fit on one page. > > In the second version with the additional block, the table itself becomes bigger than the page, so that block must be deferred to the next page. The width of the border defined on the outer block is conditional, so it must not appear at the bottom of the first page. And since without that border the inner table fits on the first page, FOP puts it there. > > To avoid that issue, remove the border on the outer block. > Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after-width), not the absolute one (border-bottom-width): > <fo:block border-after-width.length="0.4pt" > border-after-width.conditionality="retain"... > > >> The footer image is unnecessary I guess, since it can't be included >> anyway (without Jeremias' extension). >> >> Regards, >> >> Georg Datterl > > HTH, > Vincent > > >> ------ Kontakt ------ >> >> Georg Datterl >> >> Geneon media solutions gmbh >> Gutenstetter Straße 8a >> 90449 Nürnberg >> >> HRB Nürnberg: 17193 >> Geschäftsführer: Yong-Harry Steiert >> >> Tel.: 0911/36 78 88 - 26 >> Fax: 0911/36 78 88 - 20 >> >> www.geneon.de >> >> Weitere Mitglieder der Willmy MediaGroup: >> >> IRS Integrated Realization Services GmbH: www.irs-nbg.de >> Willmy PrintMedia GmbH: www.willmy.de >> Willmy Consult & Content GmbH: www.willmycc.de >> -----Ursprüngliche Nachricht----- >> Von: Vincent Hennebert [mailto:vhennebert@...] >> Gesendet: Montag, 26. Oktober 2009 11:30 >> An: fop-users@... >> Betreff: Re: confusing tables again >> >> Hi Georg, >> >> Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? >> >> Thanks, >> Vincent >> >> >> Georg Datterl wrote: >>> Hi everybody, >>> >>> It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: >>> >>> I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. >>> >>> withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. >>> >>> The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. >>> >>> When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. >>> >>> Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. >>> >>> Regards, >>> >>> Georg Datterl --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: confusing tables againHi Georg,
Georg Datterl wrote: > Hi Vincent, > > I have to admit, I did not quite understand why an invisible border, overridden by a hidden border would result in a visible border, but I think I applied your example to my table correctly. And it works, nearly. The thing is, at the page break the table-footer is absent, so its after-border doesn’t compete with the after-border of the table. So that latter is chosen, which results into a present (but invisible) border. After the page break, when the table is finished, the footer is added, so this time its after-border specification prevails (‘hidden’ has higher priority than any other border style) and results into a null border. Indeed it’s the border of the outer block that will be used. > Now the table doesn't spread over two pages in any case, but before adding the block, I have one page and after adding the block, which should actually occupy all but only the free space in the left column, the outer border moves to the next page. Without table cells, but still, the line is on the second page (see example). > > Then I tried to shorten this block. Shortening it by a small amount (ca. 10pt) results in the block being moved to the second page. Shortening it by a larger amount (ca. 50pt) results in the block being on the first page, but three table rows being on the second page. I’m not sure of what you did. I didn’t see any table-footer in your sample file. So I’ve reproduced the trick on the first file you sent in that thread. I’ve also slightly corrected it: in the collapsing-border model half of the border resides in the margin, so doesn’t count in the height calculation. So to simulate the border of the outer block you have to double its width. To make it clear, all that trick is necessary only if you /don’t/ want the border of the outer block replicated at each page break. Otherwise, you can just set its conditionality to retain as explained earlier. HTH, Vincent > Regards, > > Georg Datterl > > ------ Kontakt ------ > > Georg Datterl > > Geneon media solutions gmbh > Gutenstetter Straße 8a > 90449 Nürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH: www.irs-nbg.de > Willmy PrintMedia GmbH: www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -----Ursprüngliche Nachricht----- > Von: Vincent Hennebert [mailto:vhennebert@...] > Gesendet: Mittwoch, 28. Oktober 2009 16:01 > An: fop-users@... > Betreff: Re: confusing tables again > > Hi Georg, > > Georg Datterl wrote: >> Hi Vincent, >> >>> To avoid that issue, remove the border on the outer block. >> I wish I could. But the border is necessary. >> >>> Alternatively, set its conditionality to retain. Be careful though: >>> the conditionality can be set only on the relative property (border-after- width), not the absolute one (border-bottom-width): >>> <fo:block border-after-width.length="0.4pt" >>> border-after-width.conditionality="retain"... >> That would not give me a border on each page, would it? > > Yes, that would. It's so tiny, nobody would see it, would it? :-) > > >> Or is there a way to creatively use colapsing borders? > > That's an idea. You could define an invisible (same colour as background), retained bottom border on the outer table, overridden by a hidden bottom border on an empty table footer, with table-omit-footer-at-break="true". At the page break, the footer wouldn't be there, so the table border would win and account for the block's discarded border. After the page break, the footer would nullify the border and you would get the normal border from the block. > > See attached FO file for an illustration. > > HTH, > Vincent > > >> Regards, >> >> Georg Datterl >> >> ------ Kontakt ------ >> >> Georg Datterl >> >> Geneon media solutions gmbh >> Gutenstetter Straße 8a >> 90449 Nürnberg >> >> HRB Nürnberg: 17193 >> Geschäftsführer: Yong-Harry Steiert >> >> Tel.: 0911/36 78 88 - 26 >> Fax: 0911/36 78 88 - 20 >> >> www.geneon.de >> >> Weitere Mitglieder der Willmy MediaGroup: >> >> IRS Integrated Realization Services GmbH: www.irs-nbg.de >> Willmy PrintMedia GmbH: www.willmy.de >> Willmy Consult & Content GmbH: www.willmycc.de >> -----Ursprüngliche Nachricht----- >> Von: Vincent Hennebert [mailto:vhennebert@...] >> Gesendet: Dienstag, 27. Oktober 2009 16:45 >> An: fop-users@... >> Betreff: Re: confusing tables again >> >> Hi Georg, >> >> Georg Datterl wrote: >>> Hi Vincent, >>> >>> I tried with the lates update, same result. See the two pdfs. Also attached find the images. I assumed they would be unnecessary, since I explicitely state content-height. >> Indeed; the problem was actually the font. Not having Arial FOP defaulted to Times, which has different metrics and was then giving a different result. After having replaced it with sans-serif I managed to reproduce your issue... >> >> ... And FOP's behaviour is actually perfectly fine. You defined a bottom border of 0.4pt on the block surrounding the big table. That little border is just enough to make the whole block not fit on the page, hence the page break you get on the first version. Without that border the table would fit on one page. >> >> In the second version with the additional block, the table itself becomes bigger than the page, so that block must be deferred to the next page. The width of the border defined on the outer block is conditional, so it must not appear at the bottom of the first page. And since without that border the inner table fits on the first page, FOP puts it there. >> >> To avoid that issue, remove the border on the outer block. >> Alternatively, set its conditionality to retain. Be careful though: the conditionality can be set only on the relative property (border-after-width), not the absolute one (border-bottom-width): >> <fo:block border-after-width.length="0.4pt" >> border-after-width.conditionality="retain"... >> >> >>> The footer image is unnecessary I guess, since it can't be included >>> anyway (without Jeremias' extension). >>> >>> Regards, >>> >>> Georg Datterl >> HTH, >> Vincent >> >> >>> ------ Kontakt ------ >>> >>> Georg Datterl >>> >>> Geneon media solutions gmbh >>> Gutenstetter Straße 8a >>> 90449 Nürnberg >>> >>> HRB Nürnberg: 17193 >>> Geschäftsführer: Yong-Harry Steiert >>> >>> Tel.: 0911/36 78 88 - 26 >>> Fax: 0911/36 78 88 - 20 >>> >>> www.geneon.de >>> >>> Weitere Mitglieder der Willmy MediaGroup: >>> >>> IRS Integrated Realization Services GmbH: www.irs-nbg.de >>> Willmy PrintMedia GmbH: www.willmy.de >>> Willmy Consult & Content GmbH: www.willmycc.de >>> -----Ursprüngliche Nachricht----- >>> Von: Vincent Hennebert [mailto:vhennebert@...] >>> Gesendet: Montag, 26. Oktober 2009 11:30 >>> An: fop-users@... >>> Betreff: Re: confusing tables again >>> >>> Hi Georg, >>> >>> Which version of FOP are you using? With the latest Trunk both files are rendered the exact same way. The referred images aren't available though. Can you try again with the latest Trunk, or send the images? >>> >>> Thanks, >>> Vincent >>> >>> >>> Georg Datterl wrote: >>>> Hi everybody, >>>> >>>> It's me again and I'm still finding strange behaviours in regard to page breaks. I know the new layouting is just somewhere around the corner, but maybe you can find a workaround again. For those who came in late, here's what I do: >>>> >>>> I have a table with images in one column and a table in the second column. If the table breaks to a new page, on this page I need a copy of the images from the first page. So I generate the table with only the first image. Then I parse the area tree and find out, how many pages the table spans and how much space is left in the image column of the first page. Then I grab the image column, add an empty block spanning the remainder of the page, add the image (which is then displayed on the next page, of course), add another empty block and repeat for each page. >>>> >>>> withoutBlock.fo contains such a table. As you can see, the right table breaks to the second page and three rows are displayed there. On the first page you can already see a pink block below the image, this would be added after parsing the area tree. >>>> >>>> The second file, withBlock.fo contains a second pink block, which according to the data gained from area tree, should be displayed on the second page and should be exactly as high as the remaining table in the right column. That's the theory. >>>> >>>> When you run withBlock.fo through fop, you might be as surprised as I am: The table suddenly fits on one page and the newly added block sits on the second page all alone like a skunk at a cat fair. >>>> >>>> Why? And what can I do against it? I don't care whether the table needs one or two pages, but I want it to make a decision and then stick to it. >>>> >>>> Regards, >>>> >>>> Georg Datterl <?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2006 sp1 U (http://www.altova.com) by Joerg Geyer (Geneon media solutions gmbh) --> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"> <fo:layout-master-set> <fo:simple-page-master page-height="790.866pt" page-width="612.284pt" master-name="left_page_351"> <fo:region-body margin-right="57.827pt" margin-left="37.984pt" margin-bottom="58.677pt" margin-top="64.602pt" column-count="1"/> <fo:region-before extent="64.602pt" region-name="left_page_351header" background-color="orange"/> <fo:region-after extent="58.677pt" region-name="left_page_351footer" background-color="pink"/> </fo:simple-page-master> <fo:simple-page-master page-height="790.866pt" page-width="612.284pt" master-name="right_page_351"> <fo:region-body margin-right="37.984pt" margin-left="57.827pt" margin-bottom="58.677pt" margin-top="64.602pt" column-count="1"/> <fo:region-before extent="64.602pt" region-name="right_page_351header" background-color="orange"/> <fo:region-after extent="58.677pt" region-name="right_page_351footer" background-color="pink"/> </fo:simple-page-master> <fo:simple-page-master page-height="790.866pt" page-width="612.284pt" master-name="blank_page_master"> <fo:region-body margin-top="27.751pt" column-count="1"/> </fo:simple-page-master> <fo:page-sequence-master master-name="content_351"> <fo:repeatable-page-master-alternatives> <fo:conditional-page-master-reference master-reference="right_page_351" odd-or-even="odd" blank-or-not-blank="not-blank"/> <fo:conditional-page-master-reference master-reference="left_page_351" odd-or-even="even" blank-or-not-blank="not-blank"/> <fo:conditional-page-master-reference master-reference="blank_page_master" blank-or-not-blank="blank"/> </fo:repeatable-page-master-alternatives> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="content_351"> <fo:static-content flow-name="left_page_351header"> <fo:block-container absolute-position="absolute" left="165.543pt" right="57.827pt" top="36.85pt"> <fo:block line-height="18pt" line-height.minimum="38.551pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="18pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="18pt" line-height="18pt" background-color="rgb(0, 255, 0)">Manual Valves</fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:static-content> <fo:static-content flow-name="right_page_351header"> <fo:block-container absolute-position="absolute" left="185.386pt" right="37.984pt" top="36.85pt"> <fo:block line-height="18pt" line-height.minimum="38.551pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="18pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="18pt" line-height="18pt" background-color="rgb(0, 255, 0)">Manual Valves</fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:static-content> <fo:static-content flow-name="left_page_351footer"> <fo:block-container absolute-position="absolute" left="37.984pt"> <fo:block> <fo:retrieve-marker retrieve-class-name="DT-continued" retrieve-position="last-starting-within-page"/> </fo:block> </fo:block-container> <fo:block font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" start-indent="37.984pt" margin-top="7.656pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">^ = 40% Restock Charge</fo:inline> </fo:block> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">* = Non-Cancelable/Non-Returnable</fo:inline> </fo:block> </fo:block> <fo:block-container absolute-position="absolute" top="27.906pt"> <fo:block text-align="left" start-indent="37.984pt" end-indent="542.799pt" border-style="solid" border-color="rgb(0,0,0)" border-right-width="0.4pt" border-left-width="0pt" border-top-width="0.4pt" border-bottom-width="0.4pt" line-height="12.6pt" font-family="arial unicode ms" font-size="8.5pt">1.<fo:page-number/> </fo:block> </fo:block-container> <fo:block-container absolute-position="absolute" end-indent="57.827pt" top="30.52pt" bottom="0pt"> <fo:block text-align="right" start-indent="0pt" end-indent="0pt"> <fo:external-graphic content-width="23.244095px" content-height="7.3700786px" src="./classes/resources/GF_logo_sw.pdf"/> </fo:block> </fo:block-container> </fo:static-content> <fo:static-content flow-name="right_page_351footer"> <fo:block-container absolute-position="absolute" left="57.827pt"> <fo:block> <fo:retrieve-marker retrieve-class-name="DT-continued" retrieve-position="last-starting-within-page"/> </fo:block> </fo:block-container> <fo:block font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" start-indent="57.827pt" margin-top="7.656pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">^ = 40% Restock Charge</fo:inline> </fo:block> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">* = Non-Cancelable/Non-Returnable</fo:inline> </fo:block> </fo:block> <fo:block-container absolute-position="absolute" top="27.906pt"> <fo:block text-align="right" start-indent="542.799pt" end-indent="37.984pt" border-style="solid" border-color="rgb(0,0,0)" border-right-width="0pt" border-left-width="0.4pt" border-top-width="0.4pt" border-bottom-width="0.4pt" line-height="12.6pt" font-family="arial unicode ms" font-size="8.5pt">1.<fo:page-number/> </fo:block> </fo:block-container> <fo:block-container absolute-position="absolute" start-indent="57.827pt" end-indent="37.984pt" top="30.52pt" bottom="0pt"> <fo:block text-align="left" end-indent="0pt"> <fo:external-graphic content-width="23.244095px" content-height="7.3700786px" src="./classes/resources/GF_logo_sw.pdf"/> </fo:block> </fo:block-container> </fo:static-content> <fo:flow flow-name="xsl-region-body" fox:disable-column-balancing="true" font-family="arial unicode ms" hyphenate="true" hyphenation-push-character-count="2" hyphenation-remain-character-count="2" language="en" country="us" orphans="3" widows="3"> <fo:block line-height="8pt" keep-with-next.within-page="always" keep-with-next.within-column="always" background-color="rgb(255, 0, 0)"> <fo:marker marker-class-name="DT-continued"> <fo:block line-height="8pt" background-color="rgb(255, 0, 0)" text-indent="127.559pt"> <fo:inline font-family="arial unicode ms" font-size="8pt" line-height="8pt" background-color="rgb(0, 255, 0)">table continued next page</fo:inline> </fo:block> </fo:marker> </fo:block> <fo:block line-height="14pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="14pt" space-after="5.669pt" start-indent="127.559pt" text-align="left" keep-with-next.within-page="always" keep-with-next.within-column="always" background-color="rgb(255, 200, 0)"> <fo:block line-height="14pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="14pt" line-height="14pt" background-color="rgb(0, 255, 0)">Spare parts diaphragm valve type 319</fo:inline> </fo:block> </fo:block> <fo:block> <fo:table width="424.146pt" table-layout="fixed" line-height="2pt" start-indent="0pt"> <fo:table-column column-width="127.559pt" column-number="1"/> <fo:table-column column-width="296.587pt" column-number="2"/> <fo:table-body start-indent="0pt" text-align="left" display-align="before"> <fo:table-row> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block line-height="2pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="2pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block space-before="2.835pt" space-after="2.835pt" padding-before="2.835pt" padding-after="2.835pt" text-align="left" keep-together.within-column="always" keep-together.within-page="always" background-color="rgb(0, 0, 255)"> <fo:external-graphic content-height="221.021pt" src="url('file:C:/Projekte_Data/GF/abnahme/Abnahme_P3_im_Format_US_letter/8/assets/D06000100115276_PRINT_L_115x.png')"/> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </fo:block> <fo:block border-bottom-style="solid" border-bottom-width="0.4pt"> <fo:table width="516.472pt" table-layout="fixed" line-height="14pt" id="DT1409" start-indent="0pt" table-omit-footer-at-break="true" border-after-color="white" border-after-style="solid" border-after-width.length="0.8pt" border-after-width.conditionality="retain"> <fo:table-column column-width="127.559pt" column-number="1"/> <fo:table-column column-width="388.913pt" column-number="2"/> <fo:table-footer border-after-style="hidden"> <fo:table-cell> <fo:block/> </fo:table-cell> <fo:table-cell> <fo:block/> </fo:table-cell> </fo:table-footer> <fo:table-body start-indent="0pt" text-align="left" display-align="before"> <fo:table-row> <fo:table-cell background-color="rgb(0, 255, 255)" id="L11409"> <fo:block-container keep-together.within-column="always" keep-together.within-page="always"> <fo:block> <fo:block space-before="5.102pt" padding-after="4.252pt" background-color="rgb(255, 0, 0)"/> <fo:block line-height="0pt" padding-after="8.504pt" text-align="left" keep-together.within-column="always" keep-together.within-page="always" background-color="rgb(192, 192, 192)"> <fo:block height="84.739pt" font-size="0pt"> <fo:external-graphic content-height="84.739pt" src="url('file:C:/Projekte_Data/GF/abnahme/Abnahme_P3_im_Format_US_letter/8/assets/D060001051175_PRINT_S_35x.png')"/> </fo:block> </fo:block> <fo:block id="L21409" keep-together.within-page="always" background-color="rgb(128, 128, 128)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell number-rows-spanned="3" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block id="R1a1409" line-height="14pt" keep-together.within-column="5" keep-together.within-page="5" keep-with-next.within-page="5" keep-with-next.within-column="5" background-color="rgb(255, 0, 255)"> <fo:block> <fo:table width="388.346pt" table-layout="fixed" line-height="14pt" start-indent="0pt"> <fo:table-column column-width="360pt" column-number="1"/> <fo:table-column column-width="28.346pt" column-number="2"/> <fo:table-body start-indent="0pt" text-align="left" display-align="before"> <fo:table-row> <fo:table-cell background-color="rgb(0, 0, 255)" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block id="392" line-height="14pt" padding-after="3.685pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="13.465pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="14pt" line-height="13.465pt" background-color="rgb(0, 255, 0)">Valve body with butt fusion spigot (5) </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)" text-align="right" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="14pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="14pt" line-height="14pt" background-color="rgb(0, 255, 0)">A</fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> <fo:block line-height="2pt" space-after="2.835pt" keep-together.within-page="always" keep-with-next.within-page="always" keep-with-next.within-column="always" background-color="rgb(64, 64, 64)"/> </fo:block> <fo:block id="R1b1409" line-height="8.5pt" keep-with-previous.within-page="always" keep-with-previous.within-column="always" background-color="rgb(255, 200, 0)"> <fo:block space-before="2.835pt"> <fo:table width="388.346pt" table-layout="fixed" line-height="8.5pt" start-indent="0pt"> <fo:table-column column-width="37.597pt" column-number="1"/> <fo:table-column column-width="25.078pt" column-number="2"/> <fo:table-column column-width="57.109pt" column-number="3"/> <fo:table-column column-width="57.109pt" column-number="4"/> <fo:table-column column-width="57.109pt" column-number="5"/> <fo:table-column column-width="154.346pt" column-number="6"/> <fo:table-header> <fo:table-row keep-with-next.within-page="5"> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" padding-after="0.709pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">d</fo:inline> </fo:block> <fo:block line-height="7.917pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="6.5pt" line-height="7.917pt" background-color="rgb(0, 255, 0)">[mm]</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" padding-after="4.252pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">Size</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" padding-after="0.709pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">PP</fo:inline> </fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">Part No.</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" padding-after="0.709pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">PP-âN</fo:inline> </fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">Part No.</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:block line-height="9.917pt" padding-after="0.709pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">PVDF-âHP</fo:inline> </fo:block> <fo:block line-height="9.917pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="9.917pt" background-color="rgb(0, 255, 0)">Part No.</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-bottom-style="solid" border-bottom-width="0.4pt" border-top-style="solid" border-top-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-before="2.835pt" padding-after="4.252pt" text-align="left" display-align="before"> <fo:block-container> <fo:block> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="2pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row keep-with-next.within-page="5"> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" text-align="left" display-align="after"> <fo:block-container> <fo:block> <fo:block line-height="4.252pt" line-height.minimum="4.252pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="4.252pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" text-align="left" display-align="after"> <fo:block-container> <fo:block> <fo:block line-height="4.252pt" line-height.minimum="4.252pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="4.252pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" text-align="left" display-align="after"> <fo:block-container> <fo:block> <fo:block line-height="4.252pt" line-height.minimum="4.252pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="4.252pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" text-align="left" display-align="after"> <fo:block-container> <fo:block> <fo:block line-height="4.252pt" line-height.minimum="4.252pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="4.252pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" text-align="left" display-align="after"> <fo:block-container> <fo:block> <fo:block line-height="4.252pt" line-height.minimum="4.252pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="2pt" line-height="4.252pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> </fo:table-header> <fo:table-body start-indent="0pt" text-align="left" display-align="before"> <fo:table-row keep-with-next.within-page="5"> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">20-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 252</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 177</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 128</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row keep-with-next.within-page="5"> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">25-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">3</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 254</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 179</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 130</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">25-25 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">3</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 255</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 180</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 131</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">32-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 257</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 182</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 085</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">32-25 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 258</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 183</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 086</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">32-32 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 259</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 184</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 087</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">40-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 261</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 186</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 134</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">40-25 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 135</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">40-32 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 136</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">40-40 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">4</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 137</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">50-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 266</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 191</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 091</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">50-25 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 267</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 192</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 092</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">50-32 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 268</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 193</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 093</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">50-40 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 142</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">50-50 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">1 </fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)" baseline-shift="2.5pt">1</fo:inline> <fo:inline font-family="arial bold" font-size="4.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 143</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-20 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 272</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 197</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 095</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-25 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 273</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 198</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 096</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-32 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">167 482 274</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">168 480 199</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 097</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-40 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 150</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-50 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="left" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial bold" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">175 481 151</fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="3.685pt" line-height="3.685pt" background-color="rgb(255, 0, 0)"> <fo:inline line-height="0pt" background-color="rgb(0, 255, 0)">Â </fo:inline> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell background-color="rgb(0, 0, 255)"> <fo:block-container> <fo:block/> </fo:block-container> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">63-63 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="right" display-align="center"> <fo:block-container> <fo:block> <fo:block line-height="8.5pt" text-align="right" background-color="rgb(255, 0, 0)"> <fo:block line-height="8.5pt" background-color="rgb(255, 0, 0)"> <fo:inline font-family="arial unicode ms" font-size="8.5pt" line-height="8.5pt" background-color="rgb(0, 255, 0)">2 </fo:inline> </fo:block> </fo:block> </fo:block> </fo:block-container> </fo:table-cell> <fo:table-cell border-right-style="solid" border-right-width="0.4pt" background-color="rgb(0, 0, 255)" padding-right="2.835pt" padding-left="2.835pt" padding-after="1.701pt" text-align="left" display-align="center"> <fo:block-container> <fo:block> <fo:block font-family="arial unicode ms" font-size="2pt" line-height="2pt" text-align="left" background-color="rgb(255, 0, 0)"/> </fo:block> </fo:block-container> & |