Return-Path: Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: (qmail 66041 invoked from network); 21 Jul 2010 07:11:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 07:11:31 -0000 Received: (qmail 54911 invoked by uid 500); 21 Jul 2010 07:11:31 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 54904 invoked by uid 500); 21 Jul 2010 07:11:31 -0000 Delivered-To: apmail-xmlgraphics-site-commits@xmlgraphics.apache.org Received: (qmail 54900 invoked by uid 99); 21 Jul 2010 07:11:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 07:11:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 07:11:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D21812388C7E; Wed, 21 Jul 2010 07:08:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r966110 [15/29] - in /xmlgraphics/site/deploy/fop: 0.95/ 1.0/ 1.0/images/ Date: Wed, 21 Jul 2010 07:08:43 -0000 To: site-commits@xmlgraphics.apache.org From: spepping@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100721070845.D21812388C7E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: xmlgraphics/site/deploy/fop/1.0/fonts.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/fonts.html?rev=966110&view=auto ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/fonts.html (added) +++ xmlgraphics/site/deploy/fop/1.0/fonts.html Wed Jul 21 07:08:39 2010 @@ -0,0 +1,943 @@ + + + + + + + +Apache FOP: Fonts + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+
+
+
+ +
+ + +
+ + + + + + + +
+ + +
Font size: +   +   +   +
+

Apache FOP: Fonts

+ + + +

Summary

+
+

The following table summarizes the font capabilities of the various FOP renderers:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RendererBase-14AWT/OSCustomCustom Embedding
PDFyesnoyesyes
PostScriptyesnoyesyes
PCLyes (modified)yes (painted as bitmaps)yes (painted as bitmaps)no
AFPnonoyesyes
Java2D/AWT/Bitmapif available from OSyesyesn/a (display only)
Printif available from OSyesyescontrolled by OS printer driver
RTFn/a (font metrics not needed)n/an/an/a
TXTyes (used for layout but not for output)noyes (used for layout but not for output)no
XMLyesnoyesn/a
+
+ + +

Base-14 Fonts

+
+

+ The Adobe PostScript and PDF Specification specify a set of 14 fonts that must be + available to every PostScript interpreter and PDF reader: + Helvetica (normal, bold, italic, bold italic), + Times (normal, bold, italic, bold italic), + Courier (normal, bold, italic, bold italic), + Symbol and ZapfDingbats. +

+

+ The following font family names are hard-coded into FOP for the Base-14 font set: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Base-14 fontfont families
HelveticaHelvetica, sans-serif, SansSerif
TimesTimes, Times Roman, Times-Roman, serif, any
CourierCourier, monospace, Monospaced
SymbolSymbol
ZapfDingbatsZapfDingbats
+

+ Please note that recent versions of Adobe Acrobat Reader replace + "Helvetica" with "Arial" and "Times" with "Times New Roman" internally. + GhostScript replaces "Helvetica" with "Nimbus Sans L" and "Times" with + "Nimbus Roman No9 L". Other document viewers may do similar font + substitutions. If you need to make sure that there are no such + substitutions, you need to specify an explicit font and embed it in + the target document. +

+
+ + +

Missing Fonts

+
+

+ When FOP does not have a specific font at its disposal (because it's + not installed in the operating system or set up in FOP's configuration), + the font is replaced with "any". "any" is internally mapped to the + Base-14 font "Times" (see above). +

+
+ + +

Missing Glyphs

+
+

+ Every font contains a particular set of + glyphs. If no glyph can be found for + a given character, FOP will issue a warning and use the glpyh for "#" (if available) + instead. Before it does that, it consults a (currently hard-coded) registry of + glyph substitution groups (see Glyphs.java in Apache XML Graphics Commons). + This registry can supply alternative glyphs in some cases (like using space when a no-break + space is requested). But there's no guarantee that the result will be as expected (for + example, in the case of hyphens and similar glyphs). A better way is to use a font that + has all the necessary glyphs. This glyph substitution is only a last resort. +

+
+ + +

Java2D/AWT/Operating System Fonts

+
+

+ The Java2D family of renderers (Java2D, AWT, Print, TIFF, PNG), use the + Java AWT subsystem for font metric information. Through operating system + registration, the AWT subsystem knows what fonts are available on the system, + and the font metrics for each one. +

+

+ When working with one of these output formats and you're missing a font, just + install it in your operating system and they should be available for these + renderers. Please note that this is not true for other output formats such as + PDF or PostScript. +

+
+ + +

Custom Fonts

+
+

+ Support for custom fonts is highly output format dependent (see above table). + This section shows how to add Type 1 and TrueType fonts to the PDF, PostScript and + Java2D-based renderers. Other renderers (like AFP) support other font formats. Details + in this case can be found on the page about output formats. +

+

+ In earlier FOP versions, it was always necessary to create an XML font metrics file + if you wanted to add a custom font. This unconvenient step has been removed and in + addition to that, FOP supports auto-registration of fonts, i.e. FOP can find fonts + installed in your operating system or can scan user-specified directories for fonts. + Font registration via XML font metrics file is still supported and may still be necessary + for some very special cases as fallback variant while we stabilize font auto-detection. +

+

+ Basic information about fonts can be found at: +

+ +
+ + +

Basic font configuration

+
+

+ If you want FOP to use custom fonts, you need to tell it where to find them. This + is done in the configuration file and once per renderer (because each output format + is a little different). In the basic form, you can either tell FOP to find your + operating system fonts or you can specify directories that it will search for + support fonts. These fonts will then automatically be registered. +

+
+<renderers>
+   <renderer mime="application/pdf">
+      <fonts>
+         <!-- register all the fonts found in a directory -->
+         <directory>C:\MyFonts1</directory>
+  
+         <!-- register all the fonts found in a directory and all of its sub directories (use with care) -->
+         <directory recursive="true">C:\MyFonts2</directory>
+
+         <!-- automatically detect operating system installed fonts -->
+         <auto-detect/>  
+      </fonts>
+   </renderer>
+</renderers>
+
+
Note
+
+ Review the documentation for FOP Configuration + for instructions on making the FOP configuration available to FOP when it runs. + Otherwise, FOP has no way of finding your custom font information. It is currently + not possible to easily configure fonts from Java code. +
+
+
+ + +

Advanced font configuration

+
+

+ The instructions found above should be sufficient for most users. Below are some + additional instructions in case the basic font configuration doesn't lead to + the desired results. +

+ +

Type 1 Font Metrics

+

FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it. + To use it, run the class org.apache.fop.fonts.apps.PFMReader:

+

Windows:

+
java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file
+

Unix:

+
java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
+          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file
+

PFMReader [options]:

+
    + +
  • +-fn <fontname> By default, FOP uses the fontname from the + .pfm file when embedding the font. Use the "-fn" option to override this name with one you have + chosen. This may be useful in some cases to ensure that applications using the output document + (Acrobat Reader for example) use the embedded font instead of a local font with the same + name.
  • + +
+
+
Note
+
The classpath in the above example has been simplified for readability. + You will have to adjust the classpath to the names of the actual JAR files in the lib directory. + xml-apis.jar, xercesImpl.jar, xalan.jar and serializer.jar are not necessary for JDK version 1.4 or later.
+
+
+
Note
+
The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and calculations which are only an approximation to the real values. + FontBBox and Italic Angle can be found in the human-readable part of the PFB file or in the AFM file. + The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually. + The constructed values however appear to have no visible influence.
+
+ +

TrueType Font Metrics

+

FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it. + Use it in a similar manner to PFMReader. + For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:

+
java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+          org.apache.fop.fonts.apps.TTFReader [options]
+          C:\myfonts\cmr10.ttf ttfcm.xml
+

TTFReader [options]:

+
    + +
  • +-d <DEBUG | INFO > Sets the debug level (default is + INFO).
  • + +
  • +-fn <fontname> Same as for PFMReader.
  • + +
  • +-ttcname <fontname> If you're reading data from a + TrueType Collection (.ttc file) you must specify which font from the collection you will read + metrics from. + If you read from a .ttc file without this option, the fontnames will be listed for you.
  • + +
  • +-enc ansi Creates a WinAnsi-encoded font metrics file. + Without this option, a CID-keyed font metrics file is created. + The table below summarizes the differences between these two encoding options as currently + used within FOP. + Please note that this information only applies to TrueType fonts and TrueType collections:
  • + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IssueWinAnsiCID-keyed
Usable Character SetLimited to WinAnsi character set, which is roughly equivalent to iso-8889-1.Limited only by the characters in the font itself.
Embedding the FontOptional.Mandatory. Not embedding the font produces invalid PDF documents.
+
+
Warning
+
+ You may experience failures with certain TrueType fonts, especially if they don't contain + the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this. +
+
+ +

TrueType Collections

+

TrueType collections (.ttc files) contain more than one font. + To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.

+

To get a list of the fonts in a collection, just start the TTFReader as if it were a normal TrueType file (without the -ttcname option). + It will display all of the font names and exit with an Exception.

+

Here is an example of generating a metrics file for a .ttc file:

+
java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+          org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
+          msmincho.ttc msminch.xml
+

+ Alternatively, the individual sub-fonts of a TrueType Collections can be selected + using the "sub-font" attribute on the "font" element. That means that generating + an XML font metrics file for TrueType collections is not necessary anymore. Example: +

+
<font embed-url="gulim.ttc" sub-font="GulimChe">
+  <font-triplet name="GulimChe" style="normal" weight="normal"/>
+</font>
+ +

Register Fonts with FOP

+

You must tell FOP how to find and use the font metrics files by registering them in the FOP Configuration. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:

+
+<renderers>
+   <renderer mime="application/pdf">
+      <fonts>
+         <!-- register a particular font -->
+         <font metrics-url="file:///C:/myfonts/FTL_____.xml" kerning="yes"
+           embed-url="file:///C:/myfonts/FTL_____.pfb"
+           encoding-mode="single-byte">
+            <font-triplet name="FrutigerLight" style="normal" weight="normal"/>
+         </font>
+  
+         <!-- register all the fonts found in a directory -->
+         <directory>C:\MyFonts1</directory>
+  
+         <!-- register all the fonts found in a directory and all of its sub directories (use with care) -->
+         <directory recursive="true">C:\MyFonts2</directory>
+
+         <!-- automatically detect operating system installed fonts -->
+         <auto-detect/>  
+      </fonts>
+   </renderer>
+</renderers>
+
    + +
  • + URLs are used to access the font metric and font files. + Relative URLs are resolved relative to the font-base property (or base) if available. + See FOP: Configuration for more information. +
  • + +
  • The "metrics-url" attribute is generally not necessary except if you run into problems with certain fonts.
  • + +
  • Either an "embed-url" or a "metrics-url" must be specified for font tag configurations.
  • + +
  • The font "kerning" attribute is optional. Default is "true".
  • + +
  • If embedding is off (i.e. embed-url is not set), the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.
  • + +
  • When setting the "embed-url" attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.
  • + +
  • The attribute "encoding-mode" is optional an may have the following values: +
      + +
    • auto: default font encoding mode ("cid" for Truetype, "single-byte" for Type 1)
    • + +
    • single-byte: use single-byte encodings in the target format (if applicable)
    • + +
    • cid: encode as CID-keyed font (currently only supported for PDF output with TrueType fonts)
    • + +
    + +
  • + +
  • The fonts "directory" tag can be used to register fonts contained within a single or list of directory paths. The "recursive" attribute can be specified to recursively add fonts from all sub directories.
  • + +
  • The fonts "auto-detect" tag can be used to automatically register fonts that are found to be installed on the native operating system.
  • + +
  • Fonts registered with "font" tag configurations override fonts found by means of "directory" tag definitions.
  • + +
  • Fonts found as a result of a "directory" tag configuration override fonts found as a result of the "auto-detect" tag being specified.
  • + +
  • + If relative URLs are specified, they are evaluated relative to the value of the + "font-base" setting. If there is no "font-base" setting, the fonts are evaluated + relative to the base directory. +
  • + +
+ +

Auto-Detect and auto-embed feature

+

When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.

+

FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:

+
Manifest-Version: 1.0
+          
+          Name: font/myfont.ttf
+          Content-Type: application/x-font
+

This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.

+ +

Embedding

+

+ By default, all fonts are embedded if an output format supports font embedding. In some + cases, however, it is preferred that some fonts are only referenced. When working + with referenced fonts it is important to be in control of the target environment where + the produced document is consumed, i.e. the necessary fonts have to be installed there. +

+

+ There are two different ways how you can specify that a font should be referenced: +

+
    + +
  1. + When using the old-style "font" element to configure a single font, font referencing + is controlled by the embed-url attribute. If you don't specify the embed-url attribute + the font will not be embedded, but will only be referenced. +
  2. + +
  3. + For automatically configured fonts there's a different mechanism to specify which + fonts should be referenced rather than embedded. This is done in the "referenced-fonts" + element in the configuration. Here's an example: +
  4. + +
+
+<fop version="1.0">
+   <fonts>
+      <referenced-fonts>
+        <match font-family="Helvetica"/>
+        <match font-family="DejaVu.*"/>
+      </referenced-fonts>
+   </fonts>
+</fop>
+

+ At the moment, you can only match fonts against their font-family. It is possible to use + regular expressions as is shown in the second example above ("DejaVu.*"). The syntax for + the regular expressions used here are the one used by the + java.util.regex package. + So, in the above snippet "Helvetica" and all variants of the "DejaVu" font family are + referenced. If you want to reference all fonts, just specify font-family=".*". +

+

+ The referenced-fonts element can be placed either inside the general + fonts element (right under the root) or in the fonts element + under the renderer configuration. In the first case, matches apply to all renderers. + In the second case, matches only apply to the renderer where the element was specified. + Both cases can be used at the same time. +

+

+ Various notes related to embedded fonts: +

+
    + +
  • The PostScript renderer does not yet support TrueType fonts, but can embed Type 1 fonts.
  • + +
  • The font is simply embedded into the PDF file, it is not converted.
  • + +
  • When FOP embeds a font, it adds a prefix to the fontname to ensure that the name will not match the fontname of an installed font. + This is helpful with older versions of Acrobat Reader that preferred installed fonts over embedded fonts.
  • + +
  • When embedding PostScript fonts, the entire font is always embedded.
  • + +
  • When embedding TrueType fonts (ttf) or TrueType Collections (ttc), a subset of the + original font, containing only the glyphs used, is embedded in the output document. + That's the default, but if you specify encoding-mode="single-byte" (see above), the + complete font is embedded.
  • + +
+ +

Substitution

+

When a <substitutions/> section is defined in the configuration, FOP will re-map any font-family references found in your FO input to a given substitution font.

+
    + +
  • If a <substitution/> is declared, it is mandatory that both a <from/> and <to/> child element is declared with a font-family attribute.
  • + +
  • Both font-weight and font-style are optional attributes, if they are provided then a value of 'normal' is assumed.
  • + +
+

For example you could make all FO font-family references to 'Arial' with weights between 700 and 900 reference the normal 'Arial Black' font.

+
+<fop version="1.0">
+   <fonts>
+      <substitutions>
+         <substitution>
+            <from font-family="Arial" font-weight="700..900"/>
+            <to font-family="Arial Black"/>
+         </substitution>
+         <substitution>
+            <from font-family="FrutigerLight"/>
+            <to font-family="Times" font-weight="bold" font-style="italic"/>
+         </substitution>
+      </substitutions>
+   </fonts>
+</fop>
+
+ + +

Font Selection Strategies

+
+

+ There are two font selection strategies: character-by-character or auto. The default is auto.

+

Auto selected the first font from the list which is able to display the most characters in a given word. This means (assume font A has characters for abclmn, font B for lnmxyz, fontlist is A,B):

+
    + +
  • aaa lll xxx would be displayed in fonts A A B
  • + +
  • aaaxx would be displayed in font A
  • + +
  • aaaxxx would be displayed in font A
  • + +
  • aaaxxxx would be displayed in font B
  • + +
+

Character-by-Character is NOT yet supported!

+
+ + +

Font List Command-Line Tool

+
+

+ FOP contains a small command-line tool that lets you generate a list of all configured + fonts. Its class name is: org.apache.fop.tools.fontlist.FontListMain. + Run it with the "-?" parameter to get help for the various options. +

+
+ +

+by Jeremias Märki, Tore Engvig, Adrian Cumiskey, Max Berger +

+ + version 964711 +
+ +
 
+
+ + + Propchange: xmlgraphics/site/deploy/fop/1.0/fonts.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/site/deploy/fop/1.0/fonts.html ------------------------------------------------------------------------------ svn:keywords = Id Added: xmlgraphics/site/deploy/fop/1.0/fonts.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/fonts.pdf?rev=966110&view=auto ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/fonts.pdf (added) +++ xmlgraphics/site/deploy/fop/1.0/fonts.pdf Wed Jul 21 07:08:39 2010 @@ -0,0 +1,1126 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 1170 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb!$G92jS!&BF88'KU1=1I\QZ4WJ@ueJSPq$D-LUmD0*diutj05:H@$?,]Pa6RKs4`#OU"eU$t&l*$@)_VX4j8!IEmL!uWks%Re\ML,JOn4/S9E)0#UI1`,+7DJ\o75UF3;fkK?!71L#&!,mS/'k6d'`C>V/\!-`d)L4[+-DonXRUN*Uu%7iaYV,`:bYIsBqK3(qImCX+V+]&IN.3iBfb+N6D[7QRQL8YIE%/rjI<[pk(T)HFV__R\GcX0Htn++!3!2kE^[RC^Hh\Zbf9bENB^lVJ+s(4qU,/M:=H-AC9&01UUgF.Hs#b$$h^K_!p*Oco:ete[e3'gW\_L#q0"/.'9q#iCLFApBQt/rFah&gL2D@2P\$#sa%dj%l_3:L@'F$pkrLuiK$gk&"QTB,\X4BN%6[Dghk,TJfNW"/SLeUCgZU5`=+eoHE:C).79"EF4>4lMV2#pGqQ7SGEk!!+C*ZV8);*N,F]mf2b&Yg$%gWGgD\tYo8gp5aChqDBA7AY7JOO5ERO3$VLIn'XQ4O2<75I%Sl3b=-,"*8*%%K_%ld5,$HP0'E\OcIHip*UMu7N3L`2]94p=Oa?DkLbk]/CIbOi(b2B(mP5[DAm\RcSR9Gq-6Yd1cap,ct^`%[@.FM#,n\Y_6BumBJJ-[SlD5q.U%4'?e3JO8N!gq5!0mDN=Ng.]5!FnLY^om-i1-K^5f;a?t=`k'^BL-5BiA6%>.E2kB^B68Q?kH](g4F"jq5;"R;9`gPQFI)S;-JTrZi0=EbR?B@Z:DFfU*\"!g;U>XGQpld/3+lKsQT&oSR!q9cj5j:9, X?;],b7-!VdafKV3bk(Xse'Y@30^[h^L<+Miqn"n?>FcDCc:`31R;4&hVAp@Qg71g[AOGSLlGf>k9a]7d7OOZEp7^0*'>?B7NH\"!#WQ9i:t*G_XK!'!K>DmqO,I[+K;o)F.mH!Hik[HY$qu9Q!TLC9@K~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +10 0 R +12 0 R +14 0 R +16 0 R +18 0 R +20 0 R +22 0 R +24 0 R +26 0 R +28 0 R +30 0 R +32 0 R +34 0 R +36 0 R +38 0 R +40 0 R +42 0 R +43 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 552.041 138.668 540.041 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 533.841 161.0 521.841 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 11 0 R +/H /I +>> +endobj +12 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 515.641 160.352 503.641 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 13 0 R +/H /I +>> +endobj +14 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 497.441 168.344 485.441 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 15 0 R +/H /I +>> +endobj +16 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 479.241 277.988 467.241 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 17 0 R +/H /I +>> +endobj +18 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 461.041 159.02 449.041 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 19 0 R +/H /I +>> +endobj +20 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 442.841 208.652 430.841 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 21 0 R +/H /I +>> +endobj +22 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 424.641 230.636 412.641 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 23 0 R +/H /I +>> +endobj +24 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 406.441 203.828 394.441 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 25 0 R +/H /I +>> +endobj +26 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 388.241 217.484 376.241 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 27 0 R +/H /I +>> +endobj +28 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 370.041 210.488 358.041 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 29 0 R +/H /I +>> +endobj +30 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 351.841 224.516 339.841 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 31 0 R +/H /I +>> +endobj +32 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 333.641 281.108 321.641 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 33 0 R +/H /I +>> +endobj +34 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 315.441 160.832 303.441 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 35 0 R +/H /I +>> +endobj +36 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 297.241 163.52 285.241 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 37 0 R +/H /I +>> +endobj +38 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 279.041 212.0 267.041 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 39 0 R +/H /I +>> +endobj +40 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 84.0 260.841 245.344 248.841 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 41 0 R +/H /I +>> +endobj +42 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +43 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +44 0 obj +<< /Length 3683 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +GauI'*UWQ,OG$RV&]b#R^"Hc-"s8Fk%!HV%1X^ATi*\dQmFO87o6GD`](ZZW1"XG-E3hHoDCf9ls0W9-cns&Z:!<6hc-c=TbTO$b0#[KYik(p=TDl)urV8F60"*Qg/s7>qeR\r`N]i$%R_%-X8FPm/o&Z^Lo&DjD3;*cl8:nKSQPlI-A-Qa*F`CZO0&;d.I?NR:JXkU-f7#_tj8H\0c?'tF6`=<,m]=b\;s]"D*1HTi#'<+B0pn1XRH"7V(em`YP]),%&D!b8'X/]3@S#$**G`l,Q"SE2NE&f6sd=Qr8ti*ch?Pt;XomH@S\M'G]%XRqchpb7KAlD2PSZ#ppkp[M0&D^8PuNot]4+9pqPW#2TY&7U;GF$&868NX"uaNNjg=!X\Yf^uD8PtnRm,jb#CL-e8,T$/cgg&hR.$5+'(:=_+)sLbG,8\"_@/JLS8t(N_>:=>LUKuS;!b).af9UC,t2B`PmLnr/%@,cD3O6%SP$Fl'%<5Z*/ftp#0u-=341W?!XhFg"YmB\P'G=&'j?i$1N3OK`i6'h'f[p$Q$biBm66_HT>S4fF^iP1YIC68Y_#+GV&'fn:$t7%5E'hAP-<La5]q[YOVbSf2GL<5"X_V5=dgL=7=pI&1:_,@mBKFQC`0W6rLV@,(u@=+Ec6L$#GeABqW5'fYlir-3irJFI4R$2:;U9VPsSuiXqAeLD[f_cs`5se4:6,3$o.q>=JHff01WZBlrd+nglrIBB[rB1=9&k19PDmZm0RPVMY\rM?+;gVFnaJCEO-VP)[,`7,h5CcQ[J(S&]6=8JjRO7m,Hqh67i#NYs9D,c1Ml65Zd*VmE6kbX_o"7ZA)g=Qr&.ciL2_Bqu'&)6"*RM02KL;AA%,k^\fT1suNNN)TeibHn4ie$N6]p[%a34h'0ep\.;kdYks918ih8lJH?`m^k-8=7Na=UAOLASa*r,V:B]q.n!0I0d0XR+G/$imB@Q-I,Bm1.#WbZ[&c^KJ2?*tdc:eEaTH.M9Ad#!ju!bK)@_^fEE+9rrehtV6HtpFK2Hbc,)bL[po@MmE(V'RKK;(&:4#^o^lP[P)t[V[@&8i763eJ8Vi`<6n7)pC&dOll`u)TJciHANBqu%P]Mo"&[9;;4]&ZXAcJ`SR)Q3!"Q`m`/Qfq4b:0`aT+DhC\Fft[\\?l!H1LcnG^.QROL(< OhYpsH3#2eGYZ]?Xga+hR$Qa.K6[L%`%OF!fFHJOZmD4aSe2FCCAJ/KjW%#,/FY#WkOVjD/JI?E56?#(>6R)<=tO/DVY^qBAN04_>DQ+jX7*p,1ZR5>M."f%M&M_SH-JoJg)&Vc5\9s-=UpVNG:$/gF%IcKjm.L+##dP:7@-0fnn8S1)8sGee7\LZ>IX(?,E`lgqHsYD/(\M5il,p8;>o3b9ifP!i!BQQ>O21on6.8g^SnJCtWUI$sFikRk:+i3GePQA))OekM';Us1;/m4j*K3$g[0qpk6[d]LraV/uk's'2Onipn[18l302^PeE<1JbbY-I&L:4NaLhi5&14.&d5(Uq2H"_O3f%(D1T&'hDR#H:.5Sp3P#k4/!n&UEX>/SmGm3$R/"-MI>oc">"no]qsNG\V'!Y:D4^0B8P'Yna\HlIm'7`%HP^R_,Q"U)m\;)\I(,S@E4KE%Xj%/6&otgO^>pq9_I0YPiV?c@&,dnpH-#%A8?_9<5qI3KcffKGRUf4KW%(MU$!io+5\Yiht;hsKu_ba0VkWip7=\n48Uh=p?;cP,npk4bkM2M3mOD6VU*3FXJ`ZJA^JcQSf0baXC@1LOkU'_>@-Vf@D)2%p`HoUTD*Yj!$L&M2sL`Ytc6U!C@8C[t'T]BX RoA=hhn_!*kJ[,]/>l7@MqKKleTpFuqC*)m&j;aQhKb$mJaDYu:CdS6=+O#0g0;bIEr\Ia='Pej"T7:[PWS-p%sJ%l'\TgW*E1Fk]DB'1]JA<")e?#bc,X^2:%-%dPm\(ht4-bj&B>$m]L08?mP:da1<+W4D2Abd4rE7D"p[qn5_Y&(c3fq3,Un81AXr^>kmL'=\m\,S3:Jo3KcR8D>$N@)^/a<`bSu(dZ,2C?95_L5N0)=sDkbl9(4ghBc9KQZPH!-afolSj]*r;Q?Tm(,2U:A0C:VLas>;*0pV_+*kLBTl'kK&(&><H?$*[!ID:n)fB$f5!5EUfkm)Hen.0pa5n'dk[:V)mK>B((:U>e3tBsZEPsaTJqP`MRmjK5_.D;$gc117#@:6A-DMH2ps2r_qRB`-pR",ZdHN[EQ"JMK1@sL>Fi[@Z%`nYN9W1eG~> +endstream +endobj +45 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 44 0 R +/Annots 46 0 R +>> +endobj +46 0 obj +[ +47 0 R +48 0 R +] +endobj +47 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +48 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +49 0 obj +<< /Length 3316 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gau0F>Ar:T(4Q"]&A/Nn!1VPFR_C(B*OKJnD_jWp=RQ>^_\o`1Xh&a:W#D/8Ut=-m,tZf1JWG7u8AP,;sU?(Lam>/95I?LOc-_L??;g/uFoG%8oa?P8:r4I3(XOF:>,2/>YhI,aM2H@)ocSt1]R3UiJ=eE20m*PTFu)b*"d,B''fhV!sF\))VIm8&b6Z@p/":ZlniVedQ?7o9tI6Lo"&&.n9V3U/\98&]+A4lmSVC8U^Gk*u%QppZH8!&2oqNm_3"7)FVQ':K+Fp*(MkBlo$;QT#J&U_*!L$5Qnk@4#>KMO"dp*1Nq;)\[Q48R`g[:9B2#)6d'H"fd])+Ie0dRl?,Ss_!hh*",NP"GB+^;4m-F"`1U=^qsO+8T#:ZOrD9X7J'H"uVT;K*b2;"N>eIcSJDnu9R'h(,3_fZN`J4:aaG;!B.G;Y[agr\+N.T1-lC#.@QZiF\,@l%2m@if_MIH!d@l0CkTtXlVEfOiU&jiGd=WejQ9 i&SOr>qH9[rq(*@,XiZ5DM&jLVSXM\gqc1TVq%H+8MN[\?!8k@GQjh#m3:X"Po:C2j#h959^j7@?1")"K._j]uM=uocE'-U+(]cDY,!Z;U"!"B0>hY:('EOR#\?pgB.t2Gm4*'Yqo'Q%);PrFIEu:5B.'Dl5d\[)7.EQTNm.jbi;u!M\=A3f.T?u%R'2O?4g-WNF*h:cDghX#PX+'2I1beoYp(Zp!2Z:&81:%[e5M1J1`Q)5;oIMreERY<\FRYY=>3)1#o+FQ%]$?\=1Mp=M;!#^D)Eealu]Ijou%"d.R5n>G/Qm&j).X$dtDI2,@r688"(e5p/$YP?;?`UmDlX2KO),S=6"JBqcJC:a!Z4[#[-?j8GR5=F[Ro9E.B*5H/1:3"JG_\2VP;V?mg-d28Feocob*q@ld]e<4"7=EMJidF7DdLh?\1tO,M-dK,EeB]nf*:j%2U]uQl"1te3hVoPXK_*,h6oankXop,QNWRq5=$+p5MX!MD0u-t=8qdX(KL;2>s2K#!Gmt7]%i4L%3?&%4a]u3(SrQPF[BA)Dc_Ydea0K4kU<=2rm>&7s_iAK'XYUa'SSL'mftT5jmc1*d#Q2.l"J\DB=(c&D"H_$_,,f RA3"M<7h"Hf/cpaUBK+.n;*T1>S+N<7KRDquI?A(o1(i3%!eHS"Be!o4Q<\H$PT':9^mY%7jVnq&<3WjB;B7lfCB\bWF`,s(d8LM?%:+FOR(2Gao9!8F!rLKKnANNo;.+pj/2TQ4;XI:Srqr!E9!Z/-3qhe6pCt"EgALJQ),;Olj`22Qe'V<`KCE%c+jgc15_KMtT`3nE:.l/fP/8WG4fM*c?F8t2/nNf;+gL:"XoXt'E4q5s@Ek=A_9i4+Q*Xo7N)`)(3;)qA2=(f`2%^#7u:@d#4bV2Eg_\ZuJTZRgD,pWt^[3;1sU8(#6qBu`i*P1=P;O'9NL;#9HYGMfYkY6>PO?T'a`cC3Cam`c.q5d@K81]s%![9u;SPI!NdC=PUBI'$P_Qh>MW+(B'4*A^Z&*d(I87tLQi,IN[LWCgk">bZ4Gpt(=*XSmj,A1_l/K=HG.4+Kk<\ZKn,XGZJ%@,/:V+AeV?S:onE"1%dZ]fb[aOC>CXKB[&W&:O81!"fg!"b'i(K[.ENAC+[S("!F4].48nBC)"lYWUo3]6.2Z-Znuo"(84:otU(U0SpGU"Z^7>%]Hp>HV'MgRCiNLmG-'m73>2bjt!nf^3Gb&,Sp7ar#@W%!71@M)+p!/`9pY(WP\P="3ZBG)SK;d"fYa,N;-7VItXg)B!ebO9J6dNYBr,)"9tuH#Rr8%gD9?*'?rkm$9DK4_QBY#L!psGkSYD/c-"nK3g*\1jXNh(W/uMm=e,`;DVrf&-Al.4oW3dPYdZ;(p^GF7.3Kp<3P^/3'8TWNW!8A"KXN?4fkOUt+A\K.0TGH/DLuIY6"J8/2'F1D2$,aG"HdF(MNVspREMGNQkeb:mL0PZ#[&+9IA&,m@nR-@%-h3Tc611C`Itc.5L9H*2sM<(\b"B"gUr;0h=d?Jp' ]>4TmgDm2Ki^o0`+D,U*CTLk)!"U:qi=,Vc!f*HTF@D9C%FliHP#=5PqVD('-t9h/.R1,V%q&p0>!+!8[-&.t_l&[XLAQXNCae:f`W,gE0.gFCcUM'TRCYTS+<*GDHF%i`JoDs"@r;=QN,5dV'`R`q%6Q00+Z2hl_0j6FbAMgUUgXQ<%oM5J%RqOh5sPprrBgOe?T~> +endstream +endobj +50 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 49 0 R +/Annots 51 0 R +>> +endobj +51 0 obj +[ +52 0 R +53 0 R +54 0 R +55 0 R +] +endobj +52 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 264.78 517.332 296.784 505.332 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://en.wikipedia.org/wiki/Glyph) +/S /URI >> +/H /I +>> +endobj +53 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 586.696 211.064 657.028 199.064 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (output.html) +/S /URI >> +/H /I +>> +endobj +54 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +55 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +56 0 obj +<< /Length 2828 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb!"r?'"$SnU5n@H7ur8c.S;=\tL`-0)baNpPZN[*i-];FKT0(7qn\CgCOuH!i\:9M3"jAR"*'Pbh).iP,KPlf5W&i,3fbBOKFE6^9K;*`"A9XR'=e5Ak_p3M^1>D^Vho:'+)Pg5[`AAh>mKgl`TV,@9BZ>LiPc4,XP?>O+\48<&mUoj0>-FD,]oGrP2Er[Z-S$h3+/P&AD)+L3O-(M_Bbb7VOPF,`["9_&,@176.P9Yoh`dJLO4UKc9$N*MilbFO^0)%MT9oP=49nVe.Wu.?ceCki'QX#3[#t4ESdIq9\fZdD3%a]t(@5buh6pZY*9LT[FJ5FC:Uj'CErrAp7WQAAIl3ln"1JF4&JQ_m4Gf.-J1]UFD(cnRdof$DJA+8Iu/A.cqj/.@l$Z3d2CIN&r_+FTKXra:6Yn4<&-TYUms.0(YcTA]%m^,eFBg--]ghkWi/$pG3PAEjl.-l@*f4S/38Ph50']GWQtD"]NDq$E:1Ur$Wa8J0PA"JIWFtO)9o.=U?$e#GhLB+NCXn(,QN"@`I*Mjk,)f^q99r_0/U[c]0V.eWX.3r'fmm/^)>nPCkAXcLS^.-$*5`LXDA#U?i]`$V`'Ip-"\h1b+3%/E8KtV?FrAQUBLcI,8dFfl;FJ*P9# 7Nk.<'O6f>ZJG]E@bd4&IM(gQu;Rc3iXpIFeL:/DePf7IbB03(*"8+tP9=kctb!0K&)g1'ekc3jH**%MX9V4*`-n_$5A_nn*%&CiZ)m@RE0Z_'.P_.:tO$5h*g!jiUgE#]l4..a1q@30Q=4rMjbF[8]gGnR-rS-Zn*p3s@Dpa"RS%_o\5pgkdlMK&3;UMFJ*3SQDQMk@[a2f+gUC)Ee'BQ(M\?4h'SV,cF[P+R0^+TU,!BPaD-Ih#i`r%@&MpJ=cetXVfDkA*W=IW=M3\)^?h(PS&b!Vt4IUKNOgTTa2'0n]S$'h[toi/(u<4M('Q-T7>9Scp<^.#@o[LBD,H5P:4?U5t!ZI'3$gaE.m@l\scNAffEA"35Vhc,d=Ic>R4#L`2C\l@a9l[2KR_Tj14,`Bd5^S/&cO_!26W%IT`a&=O("KdjUHsHBG1-a,jKiI(M(Rg?p65d"i:d+];U:Eg0+bI)lJDc9aV<4D)?fa`f`L`cbNQoBAd*ZcB/KZ>F/Ob/Sdrbt3&6>0Ph)pe[$2Vh0C4/cVg:fUI.-QJif]Bj)/M\u@f&rQs1gi"Cfqd=PQQ,Q;[jD%qggsD#$nY_T\2=];A#Sdb=;nn(*]'1!MbA6h?eq4TU&`6plC/Fgl.TGS?j' uh'iuc97PHg#P-Z2?7k?QZl1kXT?;)1*'.2HlO"PErBSOZ8[%4<9G.TL_fk=6@3HsCke%#jZETH./RS`HUeXTlqph[;!kT[=,."u89oo.2Zr=4YjMR:2lCD=uKH\PLF7ZE$R\:)iiU1%@+B5:elZ="rWGrh2\!^adE]FrW-i&`F9>:n3PdrArM.4cAIiU*`/+rJ[K'%V8XV2Sp0CB)F;^\_V(P8_)=k*RBc4eF;A>)i3T#jP!Vam.\l"SA-HkJX]HBJ_V"fRNP>.p4C]PkGFLnrYL3%GK5u+4,*M/==K2$SJT]ZL422mPTTp.QbT$IV$Y?qThQ*od.mjpUEPk4l+;Nt(Xj<=uf]83`VZ%qVXqV<3Nj#]I=$Hf#Cb=sXG%);Bb,j&n%d+j`ZY9^o!4&I~> +endstream +endobj +57 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 56 0 R +/Annots 58 0 R +>> +endobj +58 0 obj +[ +59 0 R +60 0 R +61 0 R +62 0 R +63 0 R +] +endobj +59 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 679.6 172.656 667.6 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://partners.adobe.com/asn/developer/type/ftypes.html) +/S /URI >> +/H /I +>> +endobj +60 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 666.4 194.652 654.4 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://partners.adobe.com/asn/developer/technotes/fonts.html) +/S /URI >> +/H /I +>> +endobj +61 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 194.16 362.096 255.72 354.096 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (configuration.html) +/S /URI >> +/H /I +>> +endobj +62 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +63 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +64 0 obj +<< /Length 3703 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +GauHO=``=W&q9SY:sI01j>\f:G@J:)Ebp?))8cSKpRJq$"U"dE,Q_!:pn//S<#n84LOXu!'0A:F6uZ^ZRLW,'51Xk,/a]7K'>GMnOq6Ml<\pZO_e?!I\5E0gDUX7,kT$*H(/E(b@S4-?fUE$9BVWa+Y/J/AJOCp^9%=t+!bEhQUQ=bQ)dngXEOAQfs.t4ZlM>?i0#K$1R?RK`1&_h1X]"0/;pA0`hk()VscjTGekl3_/JG48O<.?R^H;\(X"XFRe&,W,_o0D3V=^W'ui$%p**sC="FGL7QkguX'UrP,0@6LCIq)R9"f[=YVRE-jFC'$IBb?qUd'#,.)=F6fX#reE/4\h).IJ)[$1_u`bj:sCX2Ri7np?JX#8G/R3pGULf9T7aNF^FO'WN,OOX5t+gkE9B8Zq0Po0776&b'u/77AGcsG`#gfb4GVcFdBbo8AgQ)N?>qUPH/*`&bV"O-4WgZ[ul1XYE6c,@A]`iL"2GBf\[De7Ho0/S'4H<>J29e$V_bWDc*5^RiO4P@bJRi-W#HZUcfV!=>L%T6=O.BL&*CB8.83s6mdpM7Hs_-ifO=RJF1JU1s=+Bc.-g'EOTaofA_.Ui!SnB1HW3/\0,Z1W'<+IoN9Q,Zu'(TXuN_D.l8&Ptm\6(a%6ULX$cWZ;Z9SIe]p18OF_#GmJI<0sN,SIR7e,EGn*8ON<2`Q1Qe.?n2%A&,),;it1IRAM5b8Lf9*Wi=^Jd4CEl.1.Q)Q61-=cX'9g]stU%^R]0&kD&*ud\Jj\P'G`s8PH:FPt[JhHOe.>HAeCB28$*HI&"!Z+dnG[,]+<8]lLk_P;O7U0e>P9^qti1c&I*[.gn\(=d@mm4I4+"A(_]AHV34p+sB!XQkn6tR&/#^Gs]'5'IL^;DEc98@Ui8Vj5I:[9n@#`B?fa#O,FAXf??fEEReH#KTHd#+/_';)H'M"Ln[Bkk^*)S>EWF2gYLAJ].XSKUYLVtAB4;g0p'nZ']Dnc+r3`/JKZ3h!5UT/Ak>]#;5+rh_?Ic.j12&Q&d_j(USrX-h'q6IJiit"2-QVd2)SOcFqq_`+0E1/50;d$IXpIGS.G)@QK3TXJ0Ifh&O"*];Ki,T+P(c3A"pHkURdkg.H#S9@B!T@cm`?OKLr#[KjsX@VSaR5WJ:AJYrH6:(34<@76-W?U?qfg7Vo>CCh\sCZGltJaIGud3)Kj'f\MIG5\@If.c"?bRn)2K'8R=\Hg,.!TAFir0EYL=#Ng=K`1YePSCSE)JA`gZ#t2K)H^1kRK>HA=<,N^k7t2HMb_8IemZ7NSfVA"ddjhco_Bh0MK7$;bHC_RdFjEqFA^rdg\(eS_5k&K0E,>i]5nMXQUVn-#+%0*as'>[N"o;dCm6o#QBh4.=LNJr=6X(e\#bL0\R\]A'@g2UF3g6,n27A`mZ#s`0L!OQ!M+(7j''"H]$nQqS[;5d(/9NeZu(fIg79JDK804*RH.ktin>d_S'_U5e%8EiQ;ufJ;D'Wl6MQQ$fO^pLecGFEhL">D=UmV%M]j7UGZULiD1r'.;%d#NDV_GrH=9bV8i;QWTF5MPf_cIbnk.VE`&h74+HOOu:%?!`1m(gYd)B]ff?_\74=@?gRO?M@4#qi9JmcL)S$43%dZZ(i]Sqhu80k$,2`q[oU\;qpE4S.ffjOa.=YbPFL9Wm[%lTrD2'*8C]")F#+\pXnk(+:eQ`HdBV"B8PPm-jb7U00EYJ3a086hd7CCaAeLu6hpUb#9:armp\NE'OEoM#87!>'0bn`2U;$Th/b/r(aHbQRClHXlUXZ1]A*9IeB+ul6CDWB`1M-Y*7=uh5.>(iIQLU<[X=(/'"Dc4k@6DM\S+DF7'Y/AJml5US<'kOK7Y=D,Gk8-ENT+QF:o41Vl^_b+i(^!e2>!GiMX0nZ9I@ZN[p;:)@6,mAh3[-)LQU_X!l08hRatTBQc$S@3?rlcq=1BjrbfV>Rr-Ee=iFH2hY2SQ3OgR!Zp$mdL71IjCb8q.(_E"3lT]&*t-eE6Nj[WA@'~> +endstream +endobj +65 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 64 0 R +/Annots 66 0 R +>> +endobj +66 0 obj +[ +67 0 R +68 0 R +] +endobj +67 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +68 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +69 0 obj +<< /Length 2866 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gau/ZBoh#[nb`:meR+aF0eH:IRKU^dB%%M%qO6TA/aB'l-/)Co_bWdGrU2g1,S"[:GDi=;ACiWu*1WMj:[=J\l^M7"W3_9Z+)`>m>UOR2n%eVTpG-h>8WqG7\[0!FbKWgY&d0BJl1oLhKJ*0^ih+]f*?4P1UN;X/5TD*bIf!P)(f?X<:G]ST';'egpD?bt#bort1m.YaeY4+]$A/%mZIN7A:nc3]V[XnbWM=Qo4i2SZ>rhq4n[Gm-MgGF"V=Q?QrMS&;/kLF_UZnrr3eK?Q;Q=DW0ooSLl,q,#J->-CbZ@3Y3V\(qV,UD^F08[%"\u.Xj^M_FJh2N&Z;=]i+3j9fNgE-ZA:a?H8l$;b%nGIl]ZrLVma@gL>2E]CIF0,jSFO$`M]/AAmD.>OUWog]J-3Z:4%g6U@(3bfdBqP%kR"6;Qr%5aMU6,IXH.Z86#5lID?LmB[b`Z+M=Bd*pX#Vd@09PG+QNu330.>>$USTXYq/<\tRZNm[$5)opboAT365"l\GuSlFc](I@_ZcTK_JW\A^<[@"=-UAP]X.sb3#aSPdpgW$+iUKVN>I9V$%gb7mlo"gui%NE$FYLbb#G,*GEkk3cakpP0qS(f88KL6PunB9dl`0]kj+&'[r5#2Z*QHX?:ZN01kAlUZr-K6i#9em\qLXOE%[%'DVEZ?9Vbnenc!eRVSeN>YN(\,+GWVQJ:GSkft;7cGu4"fE,8(7i.olmtsTD1\T[/W;I](&#Z:Y:TV'iCn(>VeuI4A6e_f\2.]4m0fEF4`C-@b199kamt4?U=;%YJ1R)\JesMnoYO'Y\J\5 ce."\EA!@gh$BiY,<#5LiW:,WWQ0,aCNb+*jG`#S!'Bc1F2-e5k&;rS.!.QCJiOBQB$DTh8Gf[BoHp06`DsH7&Pkd1FdEOK.%r$/;q>=ZC@]Jc6M9SOhZ,ZANV02WXQ:t@c7.].#3M@P*!OS&HH4^g?,J[!Jn,21pErn9GZ"YCg!l`IM+UK&COmW&l+TZPF[elMB(CJ&V-A*[-c<8nWGqb17`HEZPI'_K`8+JNSIodE?bm'Q"9tf>ii;!2HrFT*9VQ-:,/^%b@#O>\K'TKo!8Yr!m)i;#%`A[+TUrP;RE$@]nH3&h37rSNjk:fK#0oOAm(uTI4B8:(R0/Q?n&o++?=37SuOd]Nba[9''UWJdMm0DPg=3'S&ZKH'6;>-QI-X!odeP('0<7H3`]uUFY1,Q9U[`bX>C7HcQ)G&7g>[92OefG5V2H)bE6X*72ENrkGPp:&/::"[g7MX8:WXRk(n2)%-m3/%/K,b5G`agjUk-O'JJV@\r_OsrKe[2#)lU0AFW8ad=iku3X>%t-Z.?aW'c^tW=CYH^N/-4e:.KS#\(25VYJ&W$.`p1q_p:*"Z^oS]jjr*X![)LS+5)D9/Q1b`gbl,ULj26*[-"^>7ne"*ecp12+Y"kfPg713ZGdZZ/EbNY*Mu?HfQ,p1`=WV);mGamC]fkl(]/+6B65eZl6@C+g$#Y@d,>k0H+?i=eIk"kq[:b0-kJdGI:CF4EamsCW_FQN7`&B1iqV>'d'bB`APU5?Y`CFhC_Y5`=ER[MHFLKM=b.BnIn2]P#r+(V;sQMtCQ6S"<4#+Rhpb0JG1s!s;UYjG21A$8.&(K?1TIISh`/b"Y)I8Y6m'aDD`UpP<"qkmYQGW=sst`Uh`8\^8J/()B R!V:=7shA,oReF$prNPNk+L,C0<2c:EII!M@I#(ZEp(@&W5&Giu;!4Y]H."eI7._Ko:HR]lFS$k>1!+Ml&ZIs/h*h!-SQ2s'reos8'eNWE>9XPiL'kena/Q"2Ia.kAh['"Col&)Jh;hU7Tbg5uog"`2a7/i6179nYS<'qr+S>O/2(/:`V+aqi1)?rF_G3:_d4tEp@K]i/;1rpE+1VaQ)(7@#PlBq#m)@^i.q]h$;/#nXkc%Sj67*[M8VJrH^)h52!)L8G6nf!-mmiu(:Mel3Rd5\aN/sfWbJtMt^TC&trA>r92QqTBb,qBC5&K0!JPk1UAcf+*56kNsYEi.&NfT^>N(E@6fOUO^%?-BrcI\Y11YT*A7]U8[90369+:6!4sU_^dBDQo#aB4?a?Q1oA3`dUj\NGPc]mq0\?H$%9-8pj"20-.0'Ji;\8W'U)\ZA@3KS@9G::c;dj_:_JiB2G-m76kaJ1A2+:NRbT`aV(J#eY>70p#@[8A$.t-gcusApI(SV$^9PKA@8FK?DCR3*F\b%`a+JE"l)u^/U[fHC,.el? +endstream +endobj +70 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 69 0 R +/Annots 71 0 R +>> +endobj +71 0 obj +[ +72 0 R +73 0 R +74 0 R +75 0 R +] +endobj +72 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 616.668 349.464 638.676 337.464 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (configuration.html) +/S /URI >> +/H /I +>> +endobj +73 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 72.0 336.264 139.332 324.264 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (configuration.html) +/S /URI >> +/H /I +>> +endobj +74 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +75 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +76 0 obj +<< /Length 3061 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gatm>>ArO[(4OT5&H%an@Tq98P(LXS1S&M?7FS+ifaG%;#?n!AmDtG_;+^]S9BpgOMn[D1M^Bah6_;JF/j.@5VjgIX2h0[lCFfG^q'L'BD$@BEl._g-3@D7r6:*6KXOYQ;2]pCRID9q:V2r!CuteMe-F->CLkOgt4Jk[epqGOd[MW-[2tip==_2s0gi:>;OS"hqqT:[@Vj3Qe$qRcpOKk?2!c*Cr77Q5dL8>dEGhL%abYXQD"JoPcIAtEp^5)e"VkBFg'f`6J.BTgeDb(,FX=iX!i;qhgM"[NCRJB6X9!(GKdLe&"Cj@KjUQKquoH!W_!b2o<==Kg<-#+E!PKiaHPUmp1r4!k=Kj^bTu&gJ7B32d%F=c]o:[8[6S)ugX_2HEJ/)TS0f#p]!P600.>sE3TK>DW.(B[?nDf10>mgF*,>P&>WuhM1K!%qYi\kj!L]cl\X#A&"a6*8"Z+6tmtY7Gf@qMl4V&qg\2&.u!]$/`-GV?G=e)O33oB+9#(SOq'W.)`Sc\fXk_i"gRljF:S?F?`\@S<2.<6Z,8GSjiXt/_0`0>^O7R;V^l2@BkM*M0R3g<;9:iss=VXBNKs>ZFr4"kSb@)]ubcfd,%[=X2N,IsDn@G&`&X[>p=E:MWPur*VQpFZfne8S^%-6QL`n<84q2H=hPpNQD&jUc>.>TQPCcB_2Xq]:e/;P]R527CBYG7fT4C_@WIfmQcTUsSJ[?$R]-.,?+&ESbgH+;W&q\_UTiN'X4=KQ#s3WLn3#mFX/dG3^:K?pV8DPGc%P0>#9lk/WikHgIbd-p4?Z8ONMT?UAVSYV:J"RoH)P1g!`i&Q`*d*"SrMH(WmaB/g?c]Qd)5j*oq@/_&6>./DE?m=]b2/\C"$`am@"BXHXWElCGS@JMI-C2mMXQ`!q'n8>SC_S5pK>Up`rKb]1]bEFBuGQ#`(d],<92(U=bg>i(TnJuEaY*a),g0L&`Kb`'bU'md[bsnMBY;.$tI43_j3:8AjBMJ40l8SZo@6%6i.hu-oZF+HAK`3j$Xde'1c0\dJj?+a\KZV`a:+rVgAn^gIq.0f"=s,$qr]i@*?2`Vo"pbAJG,HI96\H\^OZZ#q:t9oHglF=5!R$qXW"nuZ)MlJ5W,KDSh&a!FnW5 _]-\"W]jPfO3b4)ZcXE(S**%0sAX*j!#Hp)Q4Z=$dpAHnJR!hZr^SYINR,)fbCCHVh)$s3GgFm9/EA(LpW2JMR9@&?C*(mjn1!\QHVS/1;UoP_q1+8(K!4U#H;Q%[-bjmd466!\kQ'+K'0Z$cHZkQDN-SR.A[STRd:4TlHVLV*\`ZfQggW_ZI@S_E:_fW(cC8?\UnJu3+^:CO\^juYGN]lluL4@!,_2&LrUg+Z`HD\tD+*l`1lb>KeP:8cg)W=C<%?F)DQ-%,*R?r]4d1=&BTVm9HPF&cmX]Ziq]On!VmnG]oCb>2K;ci^d0[Omtd\:cbPDff?^YZ!6%RfR)9;dW@W%0t9@-5r->4odjL`6:K8R5Fd@##kS=ROo,U(RN#;6_&u6@J&)@^!%US,2RFfqG\0!Ha@QoQ=V)dCeZ8AQLtJ#L8>\e&PY@Y!3A;0AF%G'3H=I28o`tYM8m!UN=V+5N4nneS7*B`%HONo$2D;jT[JV7@dVO=#cpUfVSc)U*m_?N5Hmo%'ICX0]&D?_HBhS[j'BDFWeNF]4d8[Hf"jj'uX3`[ZF4[sJM70kuWHbM.Hh"Z7.TI:qCec&,LS7m-L%P.LWfa=LiD`pZmo!RLp3_.&NVu%VEKD+d7E8(=p)@E=1qqquk*9l@$CJ U7b:)bh?L:+*Hm4NmiLP_o,del=kY9)0&1t7'teVja=\%nU3-jj"ER0Hn5~> +endstream +endobj +77 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 76 0 R +/Annots 78 0 R +>> +endobj +78 0 obj +[ +79 0 R +80 0 R +81 0 R +] +endobj +79 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 306.6 667.88 402.276 655.88 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (configuration.html) +/S /URI >> +/H /I +>> +endobj +80 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +81 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +82 0 obj +<< /Length 3133 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gat%&>BAQ-&q9SYi:s-la+aoWPt=$#S0#0(9@HAZo5K'u+;0j!6]ioQZM!YoOoJ#gRe=j$uDC9/(Z8][CQ+nk0la'p#ULms3n;m;:T*g]s1d">Q.L#AIYAi"L_sF&(Z7!2Z2EXF9>-e+:,)2OeHBWB6BW?LmDsVZef0u2(Nm`7O4QG7@@cnSmhK]SsTAVYbK@*-KYUY-@+B?A;P'&GU5Et&%E;3jQq+/O*Oa1noSgKcW^?,nlt;kYP6dPH:AA.ppPQl[qA3K>'4_3DZF'RI1`(e(q@sF*M!\5dD7u]9YNuBLc!O3*PW,HOZck8+K#_>IJr2<+PF8&c'7b"n2eb$cI`YgEjF"\j#!Y9"+\o<4DF"+j)c+T&h4JdrfkpJFfY+KfZff,cV@qPlq:das1jQ1f;[Q()b+)\bjs`M;Do0&M;774O#0dQqKcCqeT,gUq9A@qf`5k[P![ql[T2g!Pn-n1H^m]>N*J,Wo"$%j=Q`9@p>R/qt#?W^I\SdT8/O5DDaI[_/J?$7Dl4S#e@G(-rd-JeYXCTV4_\f,gi>K>Qu*N=Lj9jCco)pcHU`G%ca:MF+T,$.AUPZff\p:+Z=Oe+blrlW\7=$qG,&_'r,H,AE ::RB:=*TY>gW-?V;Cqk-+]L_nO2>rE)c9P%C&bs9SFJ+%]_5lqp,?JK63bSQQOK/Y:^r-`X!MN-s!'t*A'Vt[483K?@'&,.+#YgNrjcicWTAV)h8'GF!6BP?7fVB`J>@[j'VAaS*q6!:l3BIC.,uO,-r`57=9pF&_NpEg'7of9(E)Y\l7*!mfGJHp908>$N6qIq]irU9EP92O@jj$9[b<8/;f&K%k=j>e7C"mMobBf_#P:M\0o58TJ:E7.BH30Q6&O88mC?b@q[lQ'IOJ>\sbQj9Zp7k00U-iW3aD][\UU+-deVZuLj_cVL5?OKt,"a=&,!WG@Xfh^VqpX)YCk^$FDp0'64l=nSOermCOUgJk="?C6:F]&;KR7W?i@BSA6lap:\"hlO(T-,#_uN.4(B:#oqAFk);)8F?:;B8Hbo]3O4.OU97_]6*G*RoY:rgqN(j5c-TQW#n5q$USb8R21Pm7V4\d/R3#T(0^W=(Nd>!B_?SUX$?GRQEFk4_ut^,O2?&&kmuh]:[3&G5C:Ip=4D&NlN&p+P`j-O%3s(OhWE/K6j(!Q#FOBoQ_$$:3nWio=jq7!,GnV>XNQn=M$ok.)j8ua7=lDh82T]ScZmR[1D\/66qL2)U.bFDsd!@+*.Yh[ufD5MqJJPN>>nerLEPm_!-#G)-.3C9W,6U>;B/6]:\/@()LI#ZO=8$;q9s,n=)h>ek-]S8J44CpCM?%Ps?Ik3OCFob l"oXU,'GZo_9a71f_9jHtD&A'%R94$.Uj&-SiX>\;q:_M^=7+4,8\4\\JOdCU&/fVMg'r,dagu_F].@q5*J1)[tN[.r41T>KEq];@YL1o.N\Dd]c-^?Y*YkU&G@$/8*5iMJ!k@ZK'83-1&=;VTDKuAcl0C(-GDN;XrkI[6-)$]B,%8u1NmrUg=%QCHbj7ErD'#L%+3TP0-Ii?^>.93[`pK&R4Q[(s%?YD`&3Q@,pRlL#@<'b7*VT\Rgoj/HrD>4AWa53X#bUhiAe9^2g&oS7#&q*G9(@a?$\!o5^AW34NpUdgjZK'HrCi#C[<]n&I,HX(;g`6_RHU"0+gb431Kb2e*c(`$l)]\3#lOEs##[&<7Kjm:,Xo;s'*V.pamYM$nn4Z*oq.Mu_k[]h%=dK&M(r&a8!Q7#?b!*8L*&`RMY,&XcqT8.P,F=\6[0'd_(,M3*ZQ[S*j4cf`,S-poN$W+qTeA9_;Yss_N:k9^h ME:4%oWcPR`g$@!$<@;0?6s6%uFu[Lt$t4]9X`!j]H(>(/l6:_+WKFo0?TM)Z-iHr+Xo*e&47K*0RYtgUNQ]2hOeOE6@4ohIfg''dN9%IF>saV60)6f+;NArpN9cSH[:!"Uq;d)HP'>4[=UqUmaV3kPB"Z.3o^>+~> +endstream +endobj +83 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 82 0 R +/Annots 84 0 R +>> +endobj +84 0 obj +[ +85 0 R +86 0 R +87 0 R +] +endobj +85 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 307.038 446.86 457.35 434.86 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://java.sun.com/j2se/1.4/docs/api/java/util/regex/package-summary.html) +/S /URI >> +/H /I +>> +endobj +86 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +87 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +88 0 obj +<< /Length 1862 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gau`Th/D%+&:aF]U%tN:d*O!0*@r5jDD!hh9@ioUh#hNC[SVBs'G\[clZXO!OgLr3!BLWTCu4]B]_h4_8C*WdT9b\U-eR+gs+a06OR#;Po,5&%HsREOUWDE<=\X@;b[2nb>@7[po?6O>Q!,g<@7P'e#sgQESRq6eq>)lj_&MPjBDDo`"hdg3OLVDZkdCii;XE;VN^5JmH(Z;2J3Yf3+^;Fi!*%"6s:?_1T#lal)GN#HE3IuW%\`K6or.Qad[uo%gC6op.4e-!_4t?AZ^f3=_A[Jk4FQT8[D)(M`X(fQu?]1AgbjaCs+dgeu[:^;Fr8U/&j;D-f%\kO:C"\'1\pme;5#4,gFm34JV3q`douaF@RL\a$l[D\Uie8#^[.t^*DPq%c9;,PFk#u.c3QG5buR^lpiJ/nh"jcCT!3@_D-XRV2*rHb6-B5\gmOnY9<7OVAQkmGD!`n`X!s*DBZ$$0an[k"-OLH?7T+-X%K1^DK>#?SqN)N*$]Fi;Z9#:[Q0tD)Yi&YDWG$>d'F`uI&T0@]r?O[+L[/b1N+Jm]EJ!1@b8oI4D(,OR#'.ltIH5aK;FusFr<7#3WBXM)er>(^95lB5/nL;R+C^;)&99uF8`[d564tAa"_)#J0+^=3GT;HdM1E87?8)&3O7cLm/F@2NWTk+ZWe]Y=1Y6urkuoci[5qUdK[DQ70s*lYSAEXTh&Ef!F_2JP*9iG0kpj$+3&>uHQjRkfM*`('p@?@,9CX-$qhXq;^_31UZr##(l79mJQRFlb9[_i=tnA>1[nlk?O+^f^5./V8a6+bD[C_j5Zm]NnqZLOXi4l<.('WfX.k'X9J^?[GZAJ`@s]r93_Vq7(`6]>d;M&_WJX$hFhYhq8fr=IkfZ4fQ`8#^92e)kl8H`q-XZI\d#f+/-#Lib&?FlDg+iKS=%uBlGK=V:o1pRWgAo/7.?pNRmZ!RCZZ_@b^Np]3BT.$5,O$b`3Lr#DqNYJgjaa54M.e\0J_bKV=:Rp:')!qDDR3_qke69Yq2Gr!)7#:DE1Z,X'E=>HWc%nV@[IP66aiVHR^k;0k%/b*hP$h@g-Xc"bRbpXpde[p4%aS3G[V_Z%ilkM5e*U)gi3X:%c'Vi90XWnGaNC$pZlD>h5hpME#id8A1D=lVZGT4C[3"39Pc&)0jLk?:VF!F"`.9JM#jM[:\,C(H?e5EejaXX8p7"Qb`[eeUYU"u1S@+9(c(m]=uFZ;'Gq7ucRN-M.$g4tGBC#]Dc,m_t@j>QtJKU%rf"Z\sS0?Cu.H6%EH4G,Ji"~> +endstream +endobj +89 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 88 0 R +/Annots 90 0 R +>> +endobj +90 0 obj +[ +91 0 R +92 0 R +] +endobj +91 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.25 719.0 361.75 709.0 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +92 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 221.685 707.75 372.315 697.75 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://xmlgraphics.apache.org/fop/) +/S /URI >> +/H /I +>> +endobj +94 0 obj +<< + /Title (\376\377\0\61\0\40\0\123\0\165\0\155\0\155\0\141\0\162\0\171) + /Parent 93 0 R + /Next 95 0 R + /A 9 0 R +>> endobj +95 0 obj +<< + /Title (\376\377\0\62\0\40\0\102\0\141\0\163\0\145\0\55\0\61\0\64\0\40\0\106\0\157\0\156\0\164\0\163) + /Parent 93 0 R + /Prev 94 0 R + /Next 96 0 R + /A 11 0 R +>> endobj +96 0 obj +<< + /Title (\376\377\0\63\0\40\0\115\0\151\0\163\0\163\0\151\0\156\0\147\0\40\0\106\0\157\0\156\0\164\0\163) + /Parent 93 0 R + /Prev 95 0 R + /Next 97 0 R + /A 13 0 R +>> endobj +97 0 obj +<< + /Title (\376\377\0\64\0\40\0\115\0\151\0\163\0\163\0\151\0\156\0\147\0\40\0\107\0\154\0\171\0\160\0\150\0\163) + /Parent 93 0 R + /Prev 96 0 R + /Next 98 0 R + /A 15 0 R +>> endobj +98 0 obj +<< + /Title (\376\377\0\65\0\40\0\112\0\141\0\166\0\141\0\62\0\104\0\57\0\101\0\127\0\124\0\57\0\117\0\160\0\145\0\162\0\141\0\164\0\151\0\156\0\147\0\40\0\123\0\171\0\163\0\164\0\145\0\155\0\40\0\106\0\157\0\156\0\164\0\163) + /Parent 93 0 R + /Prev 97 0 R + /Next 99 0 R + /A 17 0 R +>> endobj +99 0 obj +<< + /Title (\376\377\0\66\0\40\0\103\0\165\0\163\0\164\0\157\0\155\0\40\0\106\0\157\0\156\0\164\0\163) + /Parent 93 0 R + /Prev 98 0 R + /Next 100 0 R + /A 19 0 R +>> endobj +100 0 obj +<< + /Title (\376\377\0\67\0\40\0\102\0\141\0\163\0\151\0\143\0\40\0\146\0\157\0\156\0\164\0\40\0\143\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156) + /Parent 93 0 R + /Prev 99 0 R + /Next 101 0 R + /A 21 0 R +>> endobj +101 0 obj +<< + /Title (\376\377\0\70\0\40\0\101\0\144\0\166\0\141\0\156\0\143\0\145\0\144\0\40\0\146\0\157\0\156\0\164\0\40\0\143\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156) + /Parent 93 0 R + /First 102 0 R + /Last 108 0 R + /Prev 100 0 R + /Next 109 0 R + /Count -7 + /A 23 0 R +>> endobj +102 0 obj +<< + /Title (\376\377\0\70\0\56\0\61\0\40\0\124\0\171\0\160\0\145\0\40\0\61\0\40\0\106\0\157\0\156\0\164\0\40\0\115\0\145\0\164\0\162\0\151\0\143\0\163) + /Parent 101 0 R + /Next 103 0 R + /A 25 0 R +>> endobj +103 0 obj +<< + /Title (\376\377\0\70\0\56\0\62\0\40\0\124\0\162\0\165\0\145\0\124\0\171\0\160\0\145\0\40\0\106\0\157\0\156\0\164\0\40\0\115\0\145\0\164\0\162\0\151\0\143\0\163) + /Parent 101 0 R + /Prev 102 0 R + /Next 104 0 R + /A 27 0 R +>> endobj +104 0 obj +<< + /Title (\376\377\0\70\0\56\0\63\0\40\0\124\0\162\0\165\0\145\0\124\0\171\0\160\0\145\0\40\0\103\0\157\0\154\0\154\0\145\0\143\0\164\0\151\0\157\0\156\0\163) + /Parent 101 0 R + /Prev 103 0 R + /Next 105 0 R + /A 29 0 R +>> endobj +105 0 obj +<< + /Title (\376\377\0\70\0\56\0\64\0\40\0\122\0\145\0\147\0\151\0\163\0\164\0\145\0\162\0\40\0\106\0\157\0\156\0\164\0\163\0\40\0\167\0\151\0\164\0\150\0\40\0\106\0\117\0\120) + /Parent 101 0 R + /Prev 104 0 R + /Next 106 0 R + /A 31 0 R +>> endobj +106 0 obj +<< + /Title (\376\377\0\70\0\56\0\65\0\40\0\101\0\165\0\164\0\157\0\55\0\104\0\145\0\164\0\145\0\143\0\164\0\40\0\141\0\156\0\144\0\40\0\141\0\165\0\164\0\157\0\55\0\145\0\155\0\142\0\145\0\144\0\40\0\146\0\145\0\141\0\164\0\165\0\162\0\145) + /Parent 101 0 R + /Prev 105 0 R + /Next 107 0 R + /A 33 0 R +>> endobj +107 0 obj +<< + /Title (\376\377\0\70\0\56\0\66\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\151\0\156\0\147) + /Parent 101 0 R + /Prev 106 0 R + /Next 108 0 R + /A 35 0 R +>> endobj +108 0 obj +<< + /Title (\376\377\0\70\0\56\0\67\0\40\0\123\0\165\0\142\0\163\0\164\0\151\0\164\0\165\0\164\0\151\0\157\0\156) + /Parent 101 0 R + /Prev 107 0 R + /A 37 0 R +>> endobj +109 0 obj +<< + /Title (\376\377\0\71\0\40\0\106\0\157\0\156\0\164\0\40\0\123\0\145\0\154\0\145\0\143\0\164\0\151\0\157\0\156\0\40\0\123\0\164\0\162\0\141\0\164\0\145\0\147\0\151\0\145\0\163) + /Parent 93 0 R + /Prev 101 0 R + /Next 110 0 R + /A 39 0 R +>> endobj +110 0 obj +<< + /Title (\376\377\0\61\0\60\0\40\0\106\0\157\0\156\0\164\0\40\0\114\0\151\0\163\0\164\0\40\0\103\0\157\0\155\0\155\0\141\0\156\0\144\0\55\0\114\0\151\0\156\0\145\0\40\0\124\0\157\0\157\0\154) + /Parent 93 0 R + /Prev 109 0 R + /A 41 0 R +>> endobj +111 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +112 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +113 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +114 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +115 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F9 +/BaseFont /Courier +/Encoding /WinAnsiEncoding >> +endobj +116 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 9 +/Kids [6 0 R 45 0 R 50 0 R 57 0 R 65 0 R 70 0 R 77 0 R 83 0 R 89 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 93 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F1 111 0 R /F5 112 0 R /F3 113 0 R /F2 114 0 R /F9 115 0 R /F7 116 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [45 0 R /XYZ 67.0 695.0 null] +>> +endobj +11 0 obj +<< +/S /GoTo +/D [45 0 R /XYZ 67.0 350.416 null] +>> +endobj +13 0 obj +<< +/S /GoTo +/D [50 0 R /XYZ 67.0 647.4 null] +>> +endobj +15 0 obj +<< +/S /GoTo +/D [50 0 R /XYZ 67.0 557.666 null] +>> +endobj +17 0 obj +<< +/S /GoTo +/D [50 0 R /XYZ 67.0 415.132 null] +>> +endobj +19 0 obj +<< +/S /GoTo +/D [50 0 R /XYZ 67.0 277.798 null] +>> +endobj +21 0 obj +<< +/S /GoTo +/D [57 0 R /XYZ 67.0 641.4 null] +>> +endobj +23 0 obj +<< +/S /GoTo +/D [57 0 R /XYZ 67.0 324.296 null] +>> +endobj +25 0 obj +<< +/S /GoTo +/D [57 0 R /XYZ 67.0 247.762 null] +>> +endobj +27 0 obj +<< +/S /GoTo +/D [65 0 R /XYZ 67.0 455.0 null] +>> +endobj +29 0 obj +<< +/S /GoTo +/D [70 0 R /XYZ 67.0 638.59 null] +>> +endobj +31 0 obj +<< +/S /GoTo +/D [70 0 R /XYZ 67.0 383.217 null] +>> +endobj +33 0 obj +<< +/S /GoTo +/D [77 0 R /XYZ 67.0 333.28 null] +>> +endobj +35 0 obj +<< +/S /GoTo +/D [77 0 R /XYZ 67.0 155.087 null] +>> +endobj +37 0 obj +<< +/S /GoTo +/D [83 0 R /XYZ 67.0 190.66 null] +>> +endobj +39 0 obj +<< +/S /GoTo +/D [89 0 R /XYZ 67.0 480.3 null] +>> +endobj +41 0 obj +<< +/S /GoTo +/D [89 0 R /XYZ 67.0 302.566 null] +>> +endobj +93 0 obj +<< + /First 94 0 R + /Last 110 0 R +>> endobj +xref +0 117 +0000000000 65535 f +0000039929 00000 n +0000040043 00000 n +0000040135 00000 n +0000000015 00000 n +0000000071 00000 n +0000001333 00000 n +0000001453 00000 n +0000001604 00000 n +0000040275 00000 n +0000001738 00000 n +0000040338 00000 n +0000001872 00000 n +0000040404 00000 n +0000002008 00000 n +0000040468 00000 n +0000002144 00000 n +0000040534 00000 n +0000002280 00000 n +0000040600 00000 n +0000002415 00000 n +0000040666 00000 n +0000002551 00000 n +0000040730 00000 n +0000002687 00000 n +0000040796 00000 n +0000002823 00000 n +0000040862 00000 n +0000002959 00000 n +0000040926 00000 n +0000003095 00000 n +0000040991 00000 n +0000003231 00000 n +0000041057 00000 n +0000003367 00000 n +0000041122 00000 n +0000003503 00000 n +0000041188 00000 n +0000003638 00000 n +0000041253 00000 n +0000003772 00000 n +0000041317 00000 n +0000003908 00000 n +0000004090 00000 n +0000004276 00000 n +0000008052 00000 n +0000008175 00000 n +0000008209 00000 n +0000008391 00000 n +0000008577 00000 n +0000011986 00000 n +0000012109 00000 n +0000012157 00000 n +0000012344 00000 n +0000012509 00000 n +0000012691 00000 n +0000012877 00000 n +0000015798 00000 n +0000015921 00000 n +0000015976 00000 n +0000016179 00000 n +0000016386 00000 n +0000016556 00000 n +0000016738 00000 n +0000016924 00000 n +0000020720 00000 n +0000020843 00000 n +0000020877 00000 n +0000021059 00000 n +0000021245 00000 n +0000024204 00000 n +0000024327 00000 n +0000024375 00000 n +0000024547 00000 n +0000024716 00000 n +0000024898 00000 n +0000025084 00000 n +0000028238 00000 n +0000028361 00000 n +0000028402 00000 n +0000028570 00000 n +0000028752 00000 n +0000028938 00000 n +0000032164 00000 n +0000032287 00000 n +0000032328 00000 n +0000032553 00000 n +0000032735 00000 n +0000032921 00000 n +0000034876 00000 n +0000034999 00000 n +0000035033 00000 n +0000035215 00000 n +0000041383 00000 n +0000035401 00000 n +0000035534 00000 n +0000035714 00000 n +0000035897 00000 n +0000036086 00000 n +0000036385 00000 n +0000036563 00000 n +0000036813 00000 n +0000037124 00000 n +0000037339 00000 n +0000037583 00000 n +0000037822 00000 n +0000038077 00000 n +0000038396 00000 n +0000038570 00000 n +0000038747 00000 n +0000039004 00000 n +0000039261 00000 n +0000039370 00000 n +0000039481 00000 n +0000039595 00000 n +0000039712 00000 n +0000039819 00000 n +trailer +<< +/Size 117 +/Root 2 0 R +/Info 4 0 R +>> +startxref +41435 +%%EOF --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org