summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-07 17:38:20 +0000
committerKarl Berry <karl@freefriends.org>2008-05-07 17:38:20 +0000
commitc8838f8c4e71c38d1b7717e3be366e3f6aa255e8 (patch)
tree1b4994e8ef36ac887f05e458f983b9e6b0ff0f4c /Build/source/texk/dvipsk
parentbaf509802be0cd9679c7f64df97527c7d88174f2 (diff)
do not strip CTRL-D, etc., inside %%BeginFont; from David Jones
git-svn-id: svn://tug.org/texlive/trunk@7914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog6
-rw-r--r--Build/source/texk/dvipsk/output.c33
-rw-r--r--Build/source/texk/dvipsk/testdata/8r.enc118
-rw-r--r--Build/source/texk/dvipsk/testdata/ad.enc87
-rw-r--r--Build/source/texk/dvipsk/testdata/cmex10.pfbbin22869 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/cmmi10.pfbbin30297 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/cmr10.pfbbin26882 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/cmsy10.pfbbin26629 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/cmtt10.pfbbin24667 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/config.ps48
-rw-r--r--Build/source/texk/dvipsk/testdata/dvipstst.xdvbin4112 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/dvipstst.xps3239
-rw-r--r--Build/source/texk/dvipsk/testdata/pfbincl.eps11079
-rw-r--r--Build/source/texk/dvipsk/testdata/pfbincl.tex20
-rw-r--r--Build/source/texk/dvipsk/testdata/psfonts.map104
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmbi.vfbin1544 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmbi8r.tfmbin4480 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmr.vfbin1680 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmr8r.tfmbin4408 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmri.vfbin1544 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/ptmri8r.tfmbin4640 -> 0 bytes
-rw-r--r--Build/source/texk/dvipsk/testdata/special.pro56
-rw-r--r--Build/source/texk/dvipsk/testdata/texc.pro60
-rw-r--r--Build/source/texk/dvipsk/testdata/texps.pro10
24 files changed, 11133 insertions, 3727 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 25552510df6..f00ecff89a1 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-07 David M. Jones <dmj@ams.org>
+
+ * output.c (copyfile_general): pass through binary characters such
+ as CTRL-D inside %%BeginFont, else embedded pfb's can get mangled.
+ tex-live mail 5 May 2008 13:11:10, tex-k mail 5 May 2008 14:08:04.
+
2008-05-01 Karl Berry <karl@tug.org>
* squeeze.c [O_BINARY]: conditionalize calls to SET_BINARY.
diff --git a/Build/source/texk/dvipsk/output.c b/Build/source/texk/dvipsk/output.c
index f9700381f32..bec39b840f3 100644
--- a/Build/source/texk/dvipsk/output.c
+++ b/Build/source/texk/dvipsk/output.c
@@ -122,6 +122,8 @@ copyfile_general P2C(char *, s, struct header_list *, cur_header)
unsigned long dosepsbegin, dosepsend = 0;
int removingBytes = 0 ;
char *scanForEnd = 0 ;
+ int scanningFont = 0;
+
/* end DOS EPS code */
#ifdef VMCMS
register char *lastdirsep ;
@@ -349,13 +351,32 @@ msdosdone:
*dscLinePointer = 0 ; /* make sure we terminate!
* might be a new empty line! */
if (strncmp(possibleDSCLine, "%%BeginBinary:", 14) == 0 ||
- strncmp(possibleDSCLine, "%%BeginData:", 12) == 0) {
+ strncmp(possibleDSCLine, "%%BeginData:", 12) == 0 ||
+ strncmp(possibleDSCLine, "%%BeginFont:", 12) == 0) {
integer size = 0 ;
char *p = possibleDSCLine ;
*dscLinePointer = 0 ;
*dscLineEnd = 0 ;
if (scanForEnd == 0 && removecomments)
(void)fputs(possibleDSCLine, bitfile) ;
+
+ if (strncmp(possibleDSCLine, "%%BeginFont:", 12) == 0) {
+
+ /* Theoretically, we could wait until we see
+ the "currentfile eexec" and possibly even
+ check that the following data really looks
+ like binary before we begin verbatim
+ copying, but that would complicate the code
+ beyond our present needs. If we were going
+ to do that much work, this entire chunk of
+ code should probably be
+ rewritten. [dmj@ams.org, 2007/08/20] */
+
+ scanForEnd = "%%EndFont";
+ scanningFont = 1;
+ } else {
+ scanningFont = 0;
+
scanForEnd = 0 ;
while (*p != ':')
p++ ;
@@ -403,6 +424,7 @@ msdosdone:
else
scanForEnd = "%%EndData" ;
}
+ }
if (scanForEnd == 0) {
if (strncmp(p, "lines", 5) != 0 &&
strncmp(p, "Lines", 5) != 0) {
@@ -539,6 +561,7 @@ msdosdone:
} else if (scanForEnd && strncmp(possibleDSCLine, scanForEnd,
strlen(scanForEnd))==0) {
scanForEnd = 0 ;
+ scanningFont = 0;
}
dscLinePointer = possibleDSCLine ;
} else if (dscLinePointer < dscLineEnd) {
@@ -555,12 +578,12 @@ msdosdone:
}
}
#ifdef VMCMS
- if (c != 0x37 ) {
+ if (c != 0x37 || scanningFont) {
#else
#ifdef MVSXA
- if (c != 0x37 ) {
+ if (c != 0x37 || scanningFont) {
#else
- if (c != 4) {
+ if (c != 4 || scanningFont) {
#endif
#endif
if (!removingBytes)
@@ -575,7 +598,7 @@ msdosdone:
dosepsend-- ;
if (c == EOF)
break ;
- else if (c == '\r') {
+ else if (c == '\r' && ! scanningFont) {
c = getc(f);
if (c == '\n') { /* DOS-style text file? */
if (!removingBytes) (void)putc('\r', bitfile);
diff --git a/Build/source/texk/dvipsk/testdata/8r.enc b/Build/source/texk/dvipsk/testdata/8r.enc
deleted file mode 100644
index 6743b6d0465..00000000000
--- a/Build/source/texk/dvipsk/testdata/8r.enc
+++ /dev/null
@@ -1,118 +0,0 @@
-% @@psencodingfile@{
-% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
-% version = "0.6",
-% date = "1 July 1998",
-% filename = "8r.enc",
-% email = "tex-fonts@@tug.org",
-% docstring = "Encoding for TrueType or Type 1 fonts
-% to be used with TeX."
-% @}
-%
-% Idea is to have all the characters normally included in Type 1 fonts
-% available for typesetting. This is effectively the characters in Adobe
-% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
-%
-% Character code assignments were made as follows:
-%
-% (1) the Windows ANSI characters are almost all in their Windows ANSI
-% positions, because some Windows users cannot easily reencode the
-% fonts, and it makes no difference on other systems. The only Windows
-% ANSI characters not available are those that make no sense for
-% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
-% (173). quotesingle and grave are moved just because it's such an
-% irritation not having them in TeX positions.
-%
-% (2) Remaining characters are assigned arbitrarily to the lower part
-% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
-%
-% (3) Y&Y Lucida Bright includes some extra text characters; in the
-% hopes that other PostScript fonts, perhaps created for public
-% consumption, will include them, they are included starting at 0x12.
-%
-% (4) Remaining positions left undefined are for use in (hopefully)
-% upward-compatible revisions, if someday more characters are generally
-% available.
-%
-% (5) hyphen appears twice for compatibility with both
-% ASCII and Windows.
-%
-/TeXBase1Encoding [
-% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
- /.notdef /dotaccent /fi /fl
- /fraction /hungarumlaut /Lslash /lslash
- /ogonek /ring /.notdef
- /breve /minus /.notdef
-% These are the only two remaining unencoded characters, so may as
-% well include them.
- /Zcaron /zcaron
-% 0x10
- /caron /dotlessi
-% (unusual TeX characters available in, e.g., Lucida Bright)
- /dotlessj /ff /ffi /ffl
- /.notdef /.notdef /.notdef /.notdef
- /.notdef /.notdef /.notdef /.notdef
- % very contentious; it's so painful not having quoteleft and quoteright
- % at 96 and 145 that we move the things normally found there to here.
- /grave /quotesingle
-% 0x20 (ASCII begins)
- /space /exclam /quotedbl /numbersign
- /dollar /percent /ampersand /quoteright
- /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
-% 0x30
- /zero /one /two /three /four /five /six /seven
- /eight /nine /colon /semicolon /less /equal /greater /question
-% 0x40
- /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
-% 0x50
- /P /Q /R /S /T /U /V /W
- /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
-% 0x60
- /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
-% 0x70
- /p /q /r /s /t /u /v /w
- /x /y /z /braceleft /bar /braceright /asciitilde
- /.notdef % rubout; ASCII ends
-% 0x80
- /.notdef /.notdef /quotesinglbase /florin
- /quotedblbase /ellipsis /dagger /daggerdbl
- /circumflex /perthousand /Scaron /guilsinglleft
- /OE /.notdef /.notdef /.notdef
-% 0x90
- /.notdef /.notdef /.notdef /quotedblleft
- /quotedblright /bullet /endash /emdash
- /tilde /trademark /scaron /guilsinglright
- /oe /.notdef /.notdef /Ydieresis
-% 0xA0
- /.notdef % nobreakspace
- /exclamdown /cent /sterling
- /currency /yen /brokenbar /section
- /dieresis /copyright /ordfeminine /guillemotleft
- /logicalnot
- /hyphen % Y&Y (also at 45); Windows' softhyphen
- /registered
- /macron
-% 0xD0
- /degree /plusminus /twosuperior /threesuperior
- /acute /mu /paragraph /periodcentered
- /cedilla /onesuperior /ordmasculine /guillemotright
- /onequarter /onehalf /threequarters /questiondown
-% 0xC0
- /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
- /Egrave /Eacute /Ecircumflex /Edieresis
- /Igrave /Iacute /Icircumflex /Idieresis
-% 0xD0
- /Eth /Ntilde /Ograve /Oacute
- /Ocircumflex /Otilde /Odieresis /multiply
- /Oslash /Ugrave /Uacute /Ucircumflex
- /Udieresis /Yacute /Thorn /germandbls
-% 0xE0
- /agrave /aacute /acircumflex /atilde
- /adieresis /aring /ae /ccedilla
- /egrave /eacute /ecircumflex /edieresis
- /igrave /iacute /icircumflex /idieresis
-% 0xF0
- /eth /ntilde /ograve /oacute
- /ocircumflex /otilde /odieresis /divide
- /oslash /ugrave /uacute /ucircumflex
- /udieresis /yacute /thorn /ydieresis
-] def
diff --git a/Build/source/texk/dvipsk/testdata/ad.enc b/Build/source/texk/dvipsk/testdata/ad.enc
deleted file mode 100644
index 6e1958da9d0..00000000000
--- a/Build/source/texk/dvipsk/testdata/ad.enc
+++ /dev/null
@@ -1,87 +0,0 @@
-% Name is ad.enc.
-% v. 1.1.
-% lesenko@mx.ihep.su (Sergey Lesenko)
-%
-% This is compatible with the Adobe StandardEncoding, but has the
-% additional characters sometimes present. It's used as the base vector
-% for partial font downloading if no other encoding vector is found.
-
-/AdobeEncoding [
- /Zcaron /zcaron /dotlessj /ff /ffi /ffl /trademark /Ydieresis
- /Scaron /scaron /brokenbar /copyright /logicalnot /registered
- /degree /plusminus /twosuperior /threesuperior /mu /onesuperior
- /onequarter /onehalf /threequarters
- /.notdef
- /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-
-%% 040
- /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
- /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen
- /period /slash
-
-%% 060
- /zero /one /two /three /four /five /six /seven /eight /nine /colon
- /semicolon /less /equal /greater /question
-
-%% 0100
- /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
-
-%% 0120
- /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
- /bracketright /asciicircum /underscore
-
-%% 0140
- /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
-
-%% 0160
- /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde
-%%
- /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /.notdef /Ccedilla
- /Egrave /Eacute /Ecircumflex /Edieresis
- /Igrave /Iacute /Icircumflex /Idieresis
-%%
- /agrave /aacute /acircumflex /atilde
- /adieresis /aring /.notdef /ccedilla
- /egrave /eacute /ecircumflex /edieresis
- /igrave /iacute /icircumflex /idieresis
-
-%%
- /.notdef
-
-%% 0240
- /.notdef /exclamdown /cent /sterling /fraction /yen /florin /section
- /currency /quotesingle /quotedblleft /guillemotleft /guilsinglleft
- /guilsinglright /fi /fl
-
-%% 0260
- /.notdef /endash /dagger /daggerdbl /periodcentered /.notdef
- /paragraph /bullet /quotesinglbase /quotedblbase /quotedblright
- /guillemotright /ellipsis /perthousand /.notdef /questiondown
- /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
- /dieresis /.notdef /ring /cedilla /.notdef
- /hungarumlaut /ogonek /caron
-
-%% 0320
- /emdash
- /Eth /Ntilde /Ograve /Oacute
- /Ocircumflex /Otilde /Odieresis /multiply
- /Oslash /Ugrave /Uacute /Ucircumflex
- /Udieresis /Yacute /Thorn
-
-%% 0340
- /.notdef /AE /.notdef /ordfeminine
- /eth /ntilde /ograve /oacute
-
-%% 0350
- /Lslash /.notdef /OE /ordmasculine
- /ocircumflex /otilde /odieresis /divide
-
-
-%% 0360
- /.notdef /ae /ugrave /uacute /ucircumflex
- /dotlessi /.notdef /.notdef
-
-%% 0370
- /lslash /oslash /oe /germandbls
- /udieresis /yacute /thorn /ydieresis
-] def
diff --git a/Build/source/texk/dvipsk/testdata/cmex10.pfb b/Build/source/texk/dvipsk/testdata/cmex10.pfb
deleted file mode 100644
index db477fa43ba..00000000000
--- a/Build/source/texk/dvipsk/testdata/cmex10.pfb
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/cmmi10.pfb b/Build/source/texk/dvipsk/testdata/cmmi10.pfb
deleted file mode 100644
index b53fe888065..00000000000
--- a/Build/source/texk/dvipsk/testdata/cmmi10.pfb
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/cmr10.pfb b/Build/source/texk/dvipsk/testdata/cmr10.pfb
deleted file mode 100644
index 337b4b58c45..00000000000
--- a/Build/source/texk/dvipsk/testdata/cmr10.pfb
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/cmsy10.pfb b/Build/source/texk/dvipsk/testdata/cmsy10.pfb
deleted file mode 100644
index e2dbb2233e7..00000000000
--- a/Build/source/texk/dvipsk/testdata/cmsy10.pfb
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/cmtt10.pfb b/Build/source/texk/dvipsk/testdata/cmtt10.pfb
deleted file mode 100644
index 839931ab256..00000000000
--- a/Build/source/texk/dvipsk/testdata/cmtt10.pfb
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/config.ps b/Build/source/texk/dvipsk/testdata/config.ps
deleted file mode 100644
index edf49a49182..00000000000
--- a/Build/source/texk/dvipsk/testdata/config.ps
+++ /dev/null
@@ -1,48 +0,0 @@
-m 1000000
-D 600
-X 600
-Y 600
-M ljfour
-R 300 600
-O 0pt,0pt
-Z
-
-@ A4size 210mm 297mm
-@+ %%PaperSize: A4
-
-@ letterSize 8.5in 11in
-
-@ letter 8.5in 11in
-@+ %%BeginPaperSize: Letter
-@+ letter
-@+ %%EndPaperSize
-
-@ legal 8.5in 14in
-@+ ! %%DocumentPaperSizes: Legal
-@+ %%BeginPaperSize: Legal
-@+ legal
-@+ %%EndPaperSize
-
-@ ledger 17in 11in
-@+ ! %%DocumentPaperSizes: Ledger
-@+ %%BeginPaperSize: Ledger
-@+ ledger
-@+ %%EndPaperSize
-
-@ tabloid 11in 17in
-@+ ! %%DocumentPaperSizes: Tabloid
-@+ %%BeginPaperSize: Tabloid
-@+ 11x17
-@+ %%EndPaperSize
-
-@ A4 210mm 297mm
-@+ ! %%DocumentPaperSizes: A4
-@+ %%BeginPaperSize: A4
-@+ a4
-@+ %%EndPaperSize
-
-@ A3 297mm 420mm
-@+ ! %%DocumentPaperSizes: A3
-@+ %%BeginPaperSize: A3
-@+ a3
-@+ %%EndPaperSize
diff --git a/Build/source/texk/dvipsk/testdata/dvipstst.xdv b/Build/source/texk/dvipsk/testdata/dvipstst.xdv
deleted file mode 100644
index 368192baa14..00000000000
--- a/Build/source/texk/dvipsk/testdata/dvipstst.xdv
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/dvipstst.xps b/Build/source/texk/dvipsk/testdata/dvipstst.xps
deleted file mode 100644
index 42659519620..00000000000
--- a/Build/source/texk/dvipsk/testdata/dvipstst.xps
+++ /dev/null
@@ -1,3239 +0,0 @@
-%!PS-Adobe-2.0
-%%Creator: dvips(k) 5.85 Copyright 1999 Radical Eye Software
-%%Title: ./testdata/dvipstst.xdv
-%%Pages: 1
-%%PageOrder: Ascend
-%%BoundingBox: 0 0 596 842
-%%DocumentFonts: Times-Roman Times-Italic CMEX10 CMMI10 CMR10 CMSY10
-%%+ CMTT10 Times-BoldItalic
-%%EndComments
-%DVIPSWebPage: (www.radicaleye.com)
-%DVIPSCommandLine: ./dvips -D 300 ./testdata/dvipstst.xdv -o
-%DVIPSParameters: dpi=300, compressed
-%DVIPSSource: TeX output 1998.01.01:1040
-%%BeginProcSet: texc.pro
-%!
-/TeXDict 300 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
-/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
-mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
-ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
-isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
-hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
-TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
-forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
-/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
-/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
-/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
-string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
-end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
-/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
-N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
-length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
-128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
-get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
-dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
-/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
-/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
-0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
-setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
-.1 sub]/id ch-image N /rw ch-width 7 add 8 idiv string N /rc 0 N /gp 0 N
-/cp 0 N{rc 0 ne{rc 1 sub /rc X rw}{G}ifelse}imagemask restore}B /G{{id
-gp get /gp gp 1 add N dup 18 mod S 18 idiv pl S get exec}loop}B /adv{cp
-add /cp X}B /chg{rw cp id gp 4 index getinterval putinterval dup gp add
-/gp X adv}B /nd{/cp 0 N rw exit}B /lsh{rw cp 2 copy get dup 0 eq{pop 1}{
-dup 255 eq{pop 254}{dup dup add 255 and S 1 and or}ifelse}ifelse put 1
-adv}B /rsh{rw cp 2 copy get dup 0 eq{pop 128}{dup 255 eq{pop 127}{dup 2
-idiv S 128 and or}ifelse}ifelse put 1 adv}B /clr{rw cp 2 index string
-putinterval adv}B /set{rw cp fillstr 0 4 index getinterval putinterval
-adv}B /fillstr 18 string 0 1 17{2 copy 255 put pop}for N /pl[{adv 1 chg}
-{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{
-adv rsh nd}{1 add adv}{/rc X nd}{1 add set}{1 add clr}{adv 2 chg}{adv 2
-chg nd}{pop nd}]dup{bind pop}forall N /D{/cc X dup type /stringtype ne{]
-}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
-length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
-cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
-0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
-add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
-/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
-known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
-/IE 256 array N 2 string 0 1 255{IE S dup 360 add 36 4 index cvrs cvn
-put}for pop 65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N
-/RMat[1 0 0 -1 0 0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley
-X /rulex X V}B /V{}B /RV statusdict begin /product where{pop false[
-(Display)(NeXT)(LaserWriter 16/600)]{dup length product length le{dup
-length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}
-forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
-RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
-false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
-round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
-rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
-{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
-B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
-4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
-p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
-a}B /bos{/SS save N}B /eos{SS restore}B end
-
-%%EndProcSet
-%%BeginProcSet: 8r.enc
-% @@psencodingfile@{
-% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
-% version = "0.6",
-% date = "22 June 1996",
-% filename = "8r.enc",
-% email = "kb@@mail.tug.org",
-% address = "135 Center Hill Rd. // Plymouth, MA 02360",
-% codetable = "ISO/ASCII",
-% checksum = "119 662 4424",
-% docstring = "Encoding for TrueType or Type 1 fonts to be used with TeX."
-% @}
-%
-% Idea is to have all the characters normally included in Type 1 fonts
-% available for typesetting. This is effectively the characters in Adobe
-% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
-%
-% Character code assignments were made as follows:
-%
-% (1) the Windows ANSI characters are almost all in their Windows ANSI
-% positions, because some Windows users cannot easily reencode the
-% fonts, and it makes no difference on other systems. The only Windows
-% ANSI characters not available are those that make no sense for
-% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
-% (173). quotesingle and grave are moved just because it's such an
-% irritation not having them in TeX positions.
-%
-% (2) Remaining characters are assigned arbitrarily to the lower part
-% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
-%
-% (3) Y&Y Lucida Bright includes some extra text characters; in the
-% hopes that other PostScript fonts, perhaps created for public
-% consumption, will include them, they are included starting at 0x12.
-%
-% (4) Remaining positions left undefined are for use in (hopefully)
-% upward-compatible revisions, if someday more characters are generally
-% available.
-%
-% (5) hyphen appears twice for compatibility with both ASCII and Windows.
-%
-/TeXBase1Encoding [
-% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
- /.notdef /dotaccent /fi /fl
- /fraction /hungarumlaut /Lslash /lslash
- /ogonek /ring /.notdef
- /breve /minus /.notdef
-% These are the only two remaining unencoded characters, so may as
-% well include them.
- /Zcaron /zcaron
-% 0x10
- /caron /dotlessi
-% (unusual TeX characters available in, e.g., Lucida Bright)
- /dotlessj /ff /ffi /ffl
- /.notdef /.notdef /.notdef /.notdef
- /.notdef /.notdef /.notdef /.notdef
- % very contentious; it's so painful not having quoteleft and quoteright
- % at 96 and 145 that we move the things normally found there down to here.
- /grave /quotesingle
-% 0x20 (ASCII begins)
- /space /exclam /quotedbl /numbersign
- /dollar /percent /ampersand /quoteright
- /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
-% 0x30
- /zero /one /two /three /four /five /six /seven
- /eight /nine /colon /semicolon /less /equal /greater /question
-% 0x40
- /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
-% 0x50
- /P /Q /R /S /T /U /V /W
- /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
-% 0x60
- /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
-% 0x70
- /p /q /r /s /t /u /v /w
- /x /y /z /braceleft /bar /braceright /asciitilde
- /.notdef % rubout; ASCII ends
-% 0x80
- /.notdef /.notdef /quotesinglbase /florin
- /quotedblbase /ellipsis /dagger /daggerdbl
- /circumflex /perthousand /Scaron /guilsinglleft
- /OE /.notdef /.notdef /.notdef
-% 0x90
- /.notdef /.notdef /.notdef /quotedblleft
- /quotedblright /bullet /endash /emdash
- /tilde /trademark /scaron /guilsinglright
- /oe /.notdef /.notdef /Ydieresis
-% 0xA0
- /.notdef % nobreakspace
- /exclamdown /cent /sterling
- /currency /yen /brokenbar /section
- /dieresis /copyright /ordfeminine /guillemotleft
- /logicalnot
- /hyphen % Y&Y (also at 45); Windows' softhyphen
- /registered
- /macron
-% 0xD0
- /degree /plusminus /twosuperior /threesuperior
- /acute /mu /paragraph /periodcentered
- /cedilla /onesuperior /ordmasculine /guillemotright
- /onequarter /onehalf /threequarters /questiondown
-% 0xC0
- /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
- /Egrave /Eacute /Ecircumflex /Edieresis
- /Igrave /Iacute /Icircumflex /Idieresis
-% 0xD0
- /Eth /Ntilde /Ograve /Oacute
- /Ocircumflex /Otilde /Odieresis /multiply
- /Oslash /Ugrave /Uacute /Ucircumflex
- /Udieresis /Yacute /Thorn /germandbls
-% 0xE0
- /agrave /aacute /acircumflex /atilde
- /adieresis /aring /ae /ccedilla
- /egrave /eacute /ecircumflex /edieresis
- /igrave /iacute /icircumflex /idieresis
-% 0xF0
- /eth /ntilde /ograve /oacute
- /ocircumflex /otilde /odieresis /divide
- /oslash /ugrave /uacute /ucircumflex
- /udieresis /yacute /thorn /ydieresis
-] def
-
-%%EndProcSet
-%%BeginProcSet: cmtt10.pfb
-%!PS-AdobeFont-1.1: CMTT10 1.00B
-%%CreationDate: 1992 Apr 26 10:42:42
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00B) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-end readonly def
-/FontName /CMTT10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 161 /Gamma put
-dup 162 /Delta put
-dup 163 /Theta put
-dup 164 /Lambda put
-dup 165 /Xi put
-dup 166 /Pi put
-dup 167 /Sigma put
-dup 168 /Upsilon put
-dup 169 /Phi put
-dup 170 /Psi put
-dup 173 /Omega put
-dup 174 /arrowup put
-dup 175 /arrowdown put
-dup 176 /quotesingle put
-dup 177 /exclamdown put
-dup 178 /questiondown put
-dup 179 /dotlessi put
-dup 180 /dotlessj put
-dup 181 /grave put
-dup 182 /acute put
-dup 183 /caron put
-dup 184 /breve put
-dup 185 /macron put
-dup 186 /ring put
-dup 187 /cedilla put
-dup 188 /germandbls put
-dup 189 /ae put
-dup 190 /oe put
-dup 191 /oslash put
-dup 192 /AE put
-dup 193 /OE put
-dup 194 /Oslash put
-dup 195 /visiblespace put
-dup 196 /dieresis put
-dup 0 /Gamma put
-dup 1 /Delta put
-dup 2 /Theta put
-dup 3 /Lambda put
-dup 4 /Xi put
-dup 5 /Pi put
-dup 6 /Sigma put
-dup 7 /Upsilon put
-dup 8 /Phi put
-dup 9 /Psi put
-dup 10 /Omega put
-dup 11 /arrowup put
-dup 12 /arrowdown put
-dup 13 /quotesingle put
-dup 14 /exclamdown put
-dup 15 /questiondown put
-dup 16 /dotlessi put
-dup 17 /dotlessj put
-dup 18 /grave put
-dup 19 /acute put
-dup 20 /caron put
-dup 21 /breve put
-dup 22 /macron put
-dup 23 /ring put
-dup 24 /cedilla put
-dup 25 /germandbls put
-dup 26 /ae put
-dup 27 /oe put
-dup 28 /oslash put
-dup 29 /AE put
-dup 30 /OE put
-dup 31 /Oslash put
-dup 32 /visiblespace put
-dup 33 /exclam put
-dup 34 /quotedbl put
-dup 35 /numbersign put
-dup 36 /dollar put
-dup 37 /percent put
-dup 38 /ampersand put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 42 /asterisk put
-dup 43 /plus put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 47 /slash put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 55 /seven put
-dup 56 /eight put
-dup 57 /nine put
-dup 58 /colon put
-dup 59 /semicolon put
-dup 60 /less put
-dup 61 /equal put
-dup 62 /greater put
-dup 63 /question put
-dup 64 /at put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 74 /J put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 81 /Q put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 86 /V put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 90 /Z put
-dup 91 /bracketleft put
-dup 92 /backslash put
-dup 93 /bracketright put
-dup 94 /asciicircum put
-dup 95 /underscore put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-dup 123 /braceleft put
-dup 124 /bar put
-dup 125 /braceright put
-dup 126 /asciitilde put
-dup 127 /dieresis put
-dup 128 /visiblespace put
-dup 160 /space put
-readonly def
-/FontBBox{-4 -235 731 800}readonly def
-/UniqueID 5000832 def
-currentdict end
-currentfile eexec
-
-8053514D28EC28DA1630165FAB262882D3FCA78881823C5537FE6C3DDA8EE5B897E17CB027F5
-C73FDBB56B0A7C25FC3512B55FE8F3ACFBFFCC7F4A382D8299CC8FD37D3CEA49DABDCA92847A
-F0560B404EF71134B0F3D99934FC9D0B4E602011B9CFB856C23F958F3C5A2FBE0EF8587D1F57
-74879C324E51FCB22888B74F241550D7401EB990D4F3A7AF635198422283CAC1B6CD446DDBCB
-D915DB9BFF88844E784C6BF7389803D9450B0C21756A017306462C563D51ECEFAACD079732F1
-2C29315E4B9623A5752C6F1D8145869E120D910B2644887CEA7E30B15676A92537C29D3AA80D
-C30082ABA94B40990B82FB1A877E805E0C8C48F61E9F2EDAC05B944EE4D8084EC1D5CC517AAE
-EC5B3EA379DD011EEB454CECAB3AD2443C887C58278972355673E503AFFE0394FC7DB31DE364
-E4F56C24033C7DF2265C56445EC63A1D5695A6041EA1B94407E1CDB7C5635603A4FD047E6EDC
-AEB2D0DA6C9E0E9396D51A4A58E8FDC1578730F992435560A6E2D3E3687703EE2F78F5896389
-AC8470BC806169EB01762E89B6DC9ADF857EAD656620E2589AAE722C37A2ED7A2941C360B067
-EE34D8D5CA3BF68DB725614D936BCB207781F4D4EC2AC67B13A5AD161F3F059ADD7B5E3D9048
-31E31C20C04546FAE83CA93A35989E65C201756888F727B97E5313C9870EC96E4CEC3901EA03
-A5C744754485E7D169BBC98BF872D0796E189D43B712950C3786257D8BE06AB6080B9D939231
-3298327549A8A41C00A2CEA3690B4A333E45AA815A64FACAE1C2B44640860B8B8687AFBEFDBD
-5B4A541A72514EE7D3E0752AF3E96A88C95D31FA16D34BA2F02FDB0088B165844F02611C734A
-DBCC2037BF741FDEA7E8BCDC130C70C33772F777D8BCDDF4611DB99001CCFF14D7AF2BB05DEF
-C3480BDAB312A0EFF2F375AFB4E0DF2F803C594B7C93F71CA4AF861AE1711932FEF19BFE2F9B
-7ADB69D68E5A70EA4D1A3D5BD85231B16993F65EFB37A0A823F0542F8C2340A073DC1BE4A834
-7F9D3068A6435CD8278B0DB1809E8AF9664C2C989B9F16873C009449B6284B85DA4DEE11C96A
-05BA83292F0EDBD92CF674AAD6AC1A5FF966FFC37E88A66048DEED053565B55EF6BDB8C2F2F6
-7832F8939A32442EA54F13D003494D6350A2864B427A9126A9C26A031909FE53FA8463B80C3F
-FD536C9A5DD29CEB03148DBC24C0033AEE72DDD159F2E8A6FC113F428070EB36CE5A38A72ED5
-BD94D81AB4DAF08EBD42C8E5BC695622E02AECD4004E6D4CFE72534CA56291FF5F2F83361BCD
-B9489A993F663289B6DD492499DD5713227210F89370928ADA0085E2AF277F53E4CEC34D6C4B
-8CD5F2E016052A04C20AAECE8B81AF9E9F33643C0FA69A5BA864D2A173221071A965F9970D72
-93DCDE8C3FF60A86A4D3706850CBC45440DCD22F307261E2F6FAA3EE156A58069DF979C9B5EA
-A326C5A36B6E0FC0333D7B4046D636461CA2EF70648C37A953F96FAED6266EC9022753EBC390
-BE93C0CCB7C318C4314D9F6E54274C8046A8C5CC7EEBE625BF59A03F5405733ED120841560CB
-93210EA1EAAF3402ADCF1FAB986521BDB7CBA72A2353942FBEA4A0D1B67ECDE589A65AF8E7A5
-FA4B87672AD55F57D783C66DE1D11E0A16BCF32530692380C730D12834777AC6750F85131D77
-B0F53B626635CAD3BB8E9F0454FA085CBCCB0339034F5FB2E225E62CE12E8C792F5B7E234688
-D2AA8F627A4670339E646399F91E94424263E5C12F9F3D411FA44449611EA9785A20FBA733FF
-2A7892D1641F836CD42C58CCB81E41D6E2A5AE30FA18DE9846AD981923604C799B16A99779FC
-CBA11044740BBCC78116E857B4B390DE0E66921376101D621E1FA003F01AE344FEA0215F2577
-E9C92C6AD07F2F4674A00FE42AC51FE5A9186C3C1956B535FF1DD64BA514534DDD73C0C61C54
-FBD6FAC3B4FD9010FC55DF2A37A111BD1402D4E90FD8B3601DD3E9FE25634D709C289E524A66
-DFC33CDA640D397269BD9ECB9D0EE84A7D7B93A97DC522A16B6965B7D5D7790A3002341ECB3E
-80985371A5169B38133B13FC5C1DEBE2D90C43BA5D2CEC7D3B972D32AA1A932B750D6CC83439
-73FBB9972D84670AC5CAC5D0B5E75CE021F99493CE29AE90BCA0CB75058BB0A47DFAE6C8D075
-043BFD738991C2A0B80BE18386D7A6FAF89FEBC4AD142A1B0EEA8884EBFA87817E22C222170C
-B6D04BC6DDB541284E16400028EEA275244B69B033D200AD997BE7D1DEBE13CF783BE1137278
-24006CE4B5E3F34D09FAB236749D3E72C033997A652982829376DF91ABF533F0100BF224C279
-D3515176DFD56C325B3D7A3EFE0BEFF84233B5A7EE262557F84D754F03817C900945DBD5DC59
-B46BE8847D1FBEDD70799DC42D0148841DE2F816F894ADD5EB2C0E1BF19F52558AF84DE5B693
-86020DF814DE7647FD41127459D65798B06EC5D132AC0F181BE211624E97F8096C0A22E6B216
-0878909D00A918E90B435C8C87D1033E40B56B4F15752D5A8AC019837604DB9E1AF709A2EA36
-4F174DC2EB1957F0E5F477CE06A0EB78026BD1B23D76102C6862156C47040EC259FF4E89F83A
-42D8DFE53F96127C8AB4037EFEF724ED011928C2CEECB4A8A4B5A480595A2AAF93228EE37205
-2428BCCCB4685246BF3E9FFDB2845CA05DFD4902E74483626C2FEBB4E76C78B2AD6A96372D0E
-AE47FDF4B8D1F068FF0D1EED01C6860C86275A2EE3C2A97AA6033AAAC489E1A540432BF92A75
-7205428AEE30CCD48DC234C521003D7EF7B88BDA8E72A12AD36C2BEAB1177CA82BB2458997A4
-B5094A9DABAAE0A83D7ACF4F7727223303D5D8ACB9B265B3326CFB1AAC4BDB80B28E828DA936
-BCA574722A73B05D447C9F7E506D78B33F582B3BBEA37BF8380CDD32B15E74ACFEA5BD635C2D
-FC3A6090E7D96DB7E9127A3660024258A3A7DA06D08C4691B19F88D0BC719B1414E953B26F09
-6A0379BD71ADCE16DA6EB552A50EC318456CFDE8FBED1DD92200A9EBE83849AE3FDE58B5400E
-0C173E01F5E23E883119421C7BF5F12ACAE87B3C3DF0D824A67A320273D41607306B14A63D46
-2C042A6C6A31B92D54E01D7AFEE232DDAC002D012B950A71C2F065BD478196779544093A5B61
-93247AAD7970AB5E306EDBDC24EB4C6B71A174ADC6565A99EBD7EC83E01ECEA533D364C2F07D
-8A48C84C0A3941DD6B75422FCB49AE7BB79245CFE9ADC2C9B3E6B48A46867CC72F26D8C82C2B
-F5E8F60763CB9B473473F521FB016CD1D07B3216C496CDC68F72C6E9AC5B8193CB3E20EA84C5
-A7CAE4905261B554D6BA006C787658463215646AE218972219EB34A5964F0A277A1D1A20CBBC
-94FBE359573A672EFD0019B2C0A6A02F4B15D14B961383630F0CC578168F9DF7D33D3509CE75
-D272141AC8EAD6C708227A193A5542A213E6435AB543754A75D066C000A1FA060053A862A013
-799F762B5403BEF0E52C8208D3E690393BD3FF71C8EAA08C49C77F33BFD9A6F9370A88CDC3E5
-B1012FB13C784E637A4891503B5FFB4A0BEB105458413D3FC880B92671E786BFD03F158429E1
-E80EE252159C6B61079092C2035748A3C0D1B7C400B88666F94601D53C2EB3308AA791F66E40
-DB8CD2CD53ABE4A018A2BEFF566806C6CA7108EFE8C70C7E4058853019425AA8EE77D3E75973
-1A80FFFB59CDECD15D099E336A63A605DCCCAAD3FC55300B12402FB10A9FA4292D61F8967C21
-8E008343617BE44D29AA7DD755609EBEEF555F8291543623BE6CDAD4F46CA20063DDE0EC4F24
-B9052D6092BA0FB03EC7277643F178CFDD5314F597B93139183823C2049FA4FE0E1F7913348E
-B83F151E13251C3C2ED100CB9C907969669D98C5F349FD064A677FB689671C27B658C3118B20
-6AFA9478A4F0AC3E6325139045C83C046D0F81BB002757DE25E9778A4D835E6D61E563293923
-CCF415FF132B34BA9ADC441B806151561C59662867F91CDDA7579CB77326D5C34BE9149E9629
-8787F98EAE3B5A2E2190D932581F36C547680C3266770786DF978FDFBF96D7DAD68969EFC46F
-5A39567D97CCF08BD361FE650629A6CEC31DDF856640E6A2842447A87264503B7917AF46D7D5
-14BDCC09B23E7DA51C47816EF27100FA60AE3FBDC320B6E792AF15CCE9412C8C80B3A46F5E31
-E380D93EE3D17A5F674684AE28C56381892B66AA5A37B67B6E7CB9D65D359791E8EE0A36A4B6
-537315C99505BF6264B6C3BDB62A368AA4C5784409166831B36AC6241C24C9EBEE261196E7C5
-B55480CDFADA76C0F979FBFC9F3AB5A53CAC4C6DE0BC8CC9BC93221347EC17FC024CEF796410
-67DE49A3460AE6C83464CE27DB329E16605DC22D727F578F14764720F4D6BDC24E171B27EAF1
-43EB293A70525452FEE8100DBB2D7ABCC5177C7BA96CD07A8667103312BC495FD7813A5DC7BD
-37C1C96B1DDD53841B9DE37C5BE008AD67706045EC1AB4F418F60A17C0786136A5B9617CAEA4
-BF319CA20636691BCA83918785CC15FA19B4E8CB5AFFA398DCB868AE139124E6DF8BC1CA29C4
-3E4F7D57AD6D625D570B498FD8D2B3FB7080E312D95DBED16A8FD3ADCFAC9FC0EDA131913647
-6EA4C0FA1B6EEAC95FFC35326124EB2DDA055EC0FF6A304EF0CBFB3DEA094810A52D5193F041
-D99872CC6A71DFE5B46ED2EFC3F45D6560276FDBA056A78F9D76EDA2467AD4C44930558DB88E
-ED42F6C88B0C1E3DD5101A6590ECBF56E32BE0BF76B515235D00121CF0ADC12346997AB62DC2
-A1FC37DA89CC3992BC1C6D5380D0D5AB94551833B65A2336EBC9923E58CB1E47444BC6E49BE3
-042C94624373B1C34F593E7C8E043A6DE75A27DE4E305272EC9996499517F1577DEE3F9ADC0E
-3C21B61F81D165E903E1457BF33830E5369CFED65ABC46089647B5C01CD089DDCC7CB8CBBE01
-EDD7BF01C3636CE3D274A7C59B937E4547BE0DDB0FE9616E0EBC5078ADF5D7C8984C5DC85FF5
-099A00B84E44178D78B293288F664F19C7FFB7C52C04ADCF8718DBC94021C28290E2E5808687
-5C2B23EDF938C52CF0274F8150CB577FA02A7BDDD290839B69F6D5AF1B70896ECBC07CA8F1F8
-6EA38CFC5F852A5F5249BCF04A878BB56EAB61A1F53B60697DB77FEE8327166B399D413C62B7
-42870C3D77544FBF9B63511669E778C3CB1C009D17EAA536B93EEB5D15DF014673A66B43A102
-02C424DB51D501610A59B01D5ADDB4A62B7E86688D86A3786B08F14D5BBB93C63C88D7F70D57
-4AD84DE70430799DB3C19FC1EBC35D44C8661ECC763B46445AED62F1BB25A6C7D1A7E8C685DD
-1ECC9660FE97CE2CDF6D259CF0869BB93F00D98D4BF87969636FB6DDAA09FD32F6F31DA2F1B2
-47ADFE919932298D32C8C96FE9DCE6F4A75F071EEA657935F7F30C32353DC4B25819F7070F6B
-518C909BE0CEE0FB262EAC59C893DCA6C2B69CB0147206BDD4ECA2C4C8A232FE1B1DDB9C9B7E
-EE10FD8A0259364B697AB94D2481FF1751FA9782EB84DD7B481D0FE16D09AA95C00861F081C4
-04B638F1086D8C108953B5828960BE46BAC02B635F7E4290EDECDE73860DDB2E987467C70E20
-D93CAD40AE9BE998D64B3BD4D600EA6C8E2F5155A9264F9D090567FB7ABE1B4E2E1EC5D4E298
-66D289B5647146B7989DBAFEFB7AC0DBEC9DE8D12749113212DA3C5E9CF4224825F9AAA5ABC1
-662AE3B3FABD40D17408BBCB0FFAA37EA2C05569ADAE243114BE87B6421590A440036A071E70
-B77968A4A6C6AA4FB68D32417DA597F5396A4ACDB74BDB1FDEA82BAD3B998B8399029F0726C8
-F83C65AD45D14A1AEBC019F885BA60B0B6A260899BECA00C0F01E1AC25490DD78CF40924901F
-E877E66F23C977B8754623D1D0F7ABD00753C3A0D124FC297D647F78380C139C2F82EFA9C9D6
-7600079805EA3BBB31C79716E3A4DACB2BB00A21F34220BE2A202FE29265024AAE48C23B0FCF
-6142EC6587DA235577B6E57345FCDF32B83F6532023F8A3DDF97B01FBFC8B853E90536165AC9
-29DF10E253D8C4569616F297F7E09C06489E67618FD7148E6A89E249C62898E64A03D958EB88
-F6E3361F0EF2148BE4576E4D97D320B4CB7F412FEDBAABBFAE057AC533AF9CF9627BBFAED3A6
-C6CA676148B005038149259589FE227CBB4B8576810EFACA8EBFB5B52ACD96B373462336D791
-9FE2D926C0B23BAFA3024F15EA433414CEA280F1E20650F1EFDD04959A61A5C362C98B855361
-F2971287F63D512AF98695C02A5473AC45088D478509C2BA84967AEC0FC1D538654523791773
-D8A5B9D73C2EB52FEE2586333FBF6241A829811E06C2CE93EE1F0FA3CE620AD06984347CB30C
-2AEC9CDB0F97CE991ADD184ABA3783B556662C833A874E5C38A64B6438CE5348ED802000631D
-B9B3B33F0D90941BA80E92D4F00C64E62A7A0520D94E76F782CC734DE498ECFF23A5F24BCAA9
-7150F721064114CCA8CD690993A1274A5BD3F15A6D6EE5C237D7823E18661667B593FEFA30EC
-07E974AC8C6629A8DCC41F3F02D14F620BD415841709E7296D2E606D040D29D501927F9CEE38
-A4FEEC83A2FF45814700D41437C65AE671A5A6E83964EE131D909E56926D3BE03871341FF7FB
-BD19437C7A0C3FFE3D6B50479B56D774F8D2EFB59006AF71B47C7BED0DBFA8E8D95CEB3E5B1C
-65111377CB66E0817B2AF45607708868976661C469D4C1A3719B90B43FAC9BD8F0FA5558DA8A
-158B31D4866017BD8E144C630CB3FB547A0C6035D3D4565536D88D219D98FE96580B651FE0B6
-4FF75E13BFB841137459E93A0779616B9F67865F5F72503E60EA30AC387ECB6BBB2039582DBD
-891BB344D685BD7B4A44C73B3ACAF4BFD4170B2A529E8181763CF0990EEC3310B321F4D6D5F8
-84824ACD20B409B7DAA1186B998DE184C41A1C815F09C5902EFA03BCD1AC9DB7B844353B399C
-184088DA2DE7A98D789F1F7B56FD8375ECF32AC7AE6B9645C3EBD42D333061835230C4068720
-4AB8AF146DB9E945A631AFA80CD3237A27C6ADA5DF3F1E65DD74289E58048A40AB6374A4F479
-13A872042CCA0CF0BC34A30ABB0AB215BB09AA2FEF09CD664AC1F76736CB236AACB271B9783E
-1A94EF666A52B5A56A0BC90DB43762B33CECA87E1C8BC43B6B1FC6F0D8D8829A1DDC6A87A8EC
-8287A7D9FA52C848A76BF04EB015DC3C79DE6AACDF7316415280AFF2DFD989F8C7887253E6AD
-B49D6C78C8350F6764BA14AD14ADE05C76D9BC480B394753468AE029865248C2C760E3BBF647
-178F10A294506950073262EAFF3E956E7484636D18F2F4B4AC01F7F3DBA5C647209C29CC0ECB
-195764FE2AF2DB0C9086B587EC51A76AF1590D67102AD6BCEBF7B6D845FAE94D6BDF6BD0E910
-14DD679F56DA651F747FD08494A136E401A8E23772D3EC931A7524673346AC575756E278AB36
-4A1055CC920294D276373C881D8AB49CEC190A4DC921BBEB75A413CBCC503F96B862F1F446F2
-CE232E45652292A02349D7856904B46F9606D6AC8446F91B03118E28ECB7DB4BFAA9D79A12ED
-57B1F9086541F1D2AD9C55834A5061B1434BDA4F001BB74A3EBC61CE7D8353B6C57A7DAD0FD2
-403CB55B1111DB56CA38D2F5BDF3FCB687B08BA9CA70380EF03E837B95CA0C7812EB9D7D0B51
-00E052493BCFCC91B26D64B3B95BEA68F7AB187F5BC4B15CD5B2182103FF8C21D7B23FE7E302
-69E19619103362EF40128B0E1A0285299853239D28EA3EAE1F32ADCC813FA4C2D2FE80D3124F
-4BB2BC57F386DE387454AADAFF1CE4FE5769DB0B7A53B49DAF9E6B501834A117988081D2AF14
-56160BDF52CE6E1EEB12FD7B4C8B4C8C71D766C71A99F768B16EF1574583006FBA51963655ED
-C565B7306093E356B223DBE43B25162600F4E0254F9D8BF36306ABAE55C77640A63F4F7EB19F
-091F533DAEF035E5F7BFEEB59AF6A3DC336D953CDC9B527B1E6CB4E75BC0D6704AB8AFF7C511
-35EE9EC739B4DB64B145E42D7CE5C33FA78310654E0E02359BD52B49074CDE8768741ACB2922
-4EB52BABE235547A693E94D591673F5070045973D20AA8B76A525F6F3BC6E456A1BB17DB2556
-04A60A8344A7CF57411CB1626CEB4E02375AD6F549E6B21AF25C18418908ED928057525C9C84
-71F15F7EB1A471F57C314ED9EC16CA55B2D2492EF44BD9104AF9C7283FD1B192457AC32F8760
-32F204BA71A9010FF71FA0A74E6649BC382F883FA09EC0C46410E3AA49A39CD0A56F30A74233
-844F786EB37AE9E0FF1891EA5A7BA07A826D3A543462B30F5DDB9398B3618D06AEFC7221C8C5
-D1313BDD8179E2C38571CE735ED88592E1464E0A27876F40C2AC6CDC00D6B6BB2093AB39C825
-57D0DF90654D57EB09E4978BD9F5AEF16B76F80154EDC4CB61A17E2DEA5EAB9032101B259058
-4600FE5F74E288B16B41B18D42410D91E391F31FBD5B9DBC1A42BBF529F33EDA35757560AC9A
-13336809D78CA855015D9B3254F54FA9047CCAC1A1DECD2359FD6C5388A54F21C009402E5E6C
-5B2E4A504FCFD286EB6448E94012BF6AEA62AB724D774589B1818D2372E76200C1E13194A2B3
-4C2445AF8E6A63E7E270F54694CD71967FECB36CB10F9B7C7EB9C53B98128FA6A2D8171FB911
-20FA46D522C6682030000BB239F8BF8D1D9A923AF7104DE7DE2125425951040FB14466EC2B77
-E04DADC9CFA4E13C52CF0E75237E3CA0500857930D1B5BFF827AAAB103F5E220D1FA7FC206F3
-6967E00346C436BF3D15B0DDED15E17A33EF57991C0727C12863177BE68654EB63B242CE4D8A
-B2992DDB37130156C9D380F721C6B954ED6062033A11291332F32763B7DE9A35CFD34DFE9D76
-8C5187FAB040057769D2E52AFB30F7D5372165827680E85C3BC7645AF4441B11712C9DD1935D
-32C58B92709B7ECAFB1F9008582C8E0FD93FDF6BA3F93E38666F37C79DA45E8A7F0017F3A887
-A4F54923C9C107801AC9736E344693D57BA6648B44B9F6ACF6A9D940CA7960F35E0734213EBC
-6745E5AB6424B0F1FADAEB69C35319266314003C80EF00DD1C373DB42EBCF5ABE5D16142B44D
-BAD5C8E9E291C912F828D2BAF4965CBE826AC4D2081C8C382752C3EE0BCFD391A46B2A304187
-3BD2B28D7038EADFC4B031D06E4150801DDAC8B18264BE969DFA3C80C4FF17D29BAF3AF53F93
-6DD506C33704055B0AC76E436F2D54F4AA3CBD545FF1B67CD57325D48F28F3F7FC171548C106
-8AF2AF4414B92A014FAC72BB51A0279CB33B881DD767DFEAB867D0069273EE9DE19FF1D63A59
-AE534DA02495E0E4E5AA0B52F923228AC819E084F4E94CA631BD44B01B3025D8CAAB06F57D23
-1652FEFE73803221E39F284150DC944B0D2CD9A1F208AB552CA3C6A23D5ED3E0A350FBC963A3
-16B37D2CDB610A9FCC069B7669E2CB7505DE6D003D7F4F695DB88BC696AB9F87CCCB1EB635BB
-CB1978F46F4D1EE5A5ACB380BB435E424A7FE8A20F6F3F1E8745781601D76567AD9C1076FA1A
-1EFBDFF6F9969DF3C0F337B805B1AE318124274C0D7E0EC6F43299EE7DC48AFE50D428430524
-73CCA6ECA462CE40CBD2ADDCE28D3676DD125D404EB2C2706170EB35DA0FF60C1A8A9E36A659
-00C02D19219C6AF5BC3DBE759153B27658663F7C6ABA6327031A37F58F948FA4F636FA989C95
-3FA91EE86B93617C3369C51841B3FC5A533FB1754ACFB5BC80E97B002B34388D365CE95067B7
-F31DF8D6BB61DB83C0FC5C3FB54350C9B3A2F69153620AA7D2639116DB4A06166BB58FA0B9EC
-87726935BC6324D503017B679F52840957DE5C018C4F02F86D2F555CBE67568AC075877B1B96
-A759556EF292881CC358114E60A1B72F589F749E64BE973B6BF41692AA93F7604AD7D8376A94
-37A13EBE498DEE73F6E22BACC58108C83791C496773240B7BCFE6702FEDB9C4A3BEC1CE45396
-C5E88A770A61BCFE8755519D7E4007CFEE9919D528C651E40E05D7D03B28839255B7182CFAAF
-FEEAB7B7BD2DF6C56F52F7201351BA2B7705054B418E691276A78984A2EA2E7D991721C368BA
-22A7C8B738F1A9266064FF5DC036A20C8570A2CC0BBF74B25D7A691A20A1C1A5FB1400C66AEB
-CD3013C43D1328F5F5D0635631A3A21AC4884F0306623EE1C2EAE491DCB845E34D749A6CE4CC
-80B2E2049C0907249284BBBDBDE08588D5D1FE1031B2A2FF3756E7E2F670FF768F638D83216A
-2270902867F072D9E4E6735CEDE427730B942FA67D89494D959D0FCCB923A85C07EA3272FE4D
-018F1EB2A34FA95FDB6D31650AC2D6355EC338D36DE42547A6432CB847D27C74834036DB59A9
-344F59C9F610091E2D5FA6157C8BA4232937DB379D43F922E2A7581819A4598B436C60510B95
-6450A6DD2AC04FEC337B443463B4336008DB2289A8F9B126F0A998431D8E503B1781F42443E4
-0BE700D6C47D1D65EDC74E665C0EA196767E46BB11BC0ED69199F32DA3F4398342DD22EFC529
-6CB169043C3C902DF485A8B50A94C307FC14A6274570F878C6CBF18AF910EC20B0726684ED02
-1F862FD1F9273F32826D6D9569BFCD3DAC8B6D9BEC14562E22031BD61B4CFDA7B2C95F25E78F
-045E616A6090417F1DFC14A7A168B1B121C229598FDB040B336E1959BE810C03401D601A63E2
-7F8D501F830A591884EDCFED1C2A44409DAB3CFCEF74FA27D44734D071E33EC9C23A525E4612
-32135D02388D032BB8B9B8C1C8F46EDB55C98EAE149619244642D2926D3180BB66CB7D0C0146
-561E452B59FC7437D42B5F3424D5F30509EF1914E75D4B73E483701026F269169934EA1AD0EE
-3D1DBD25DE247F866E6FF52999DEFE6F5D5DDE98E974FF9DB4D9B99688652D209EC49AA0E0EC
-F73574CCC419039056CDD2D2EB3290D0784E295400ABE8331D978DE83A2B4001D35F51E39034
-E0BF49945B9B7C4EA6CA382684B996F12EC9438567A20C6C7713D4A6CCB3389B2934E45A1796
-42CC9E65199AD61C07769C3030D87E9F23E85469C583DB065691EE228FC2AF56632E9EF15646
-67ABFDD20776425AE23D22C16C3C005518590DED8A5DB841CE25BFB4C1BEDA4FA6575726517A
-269274B1517662BDFEEC6018FF525B4604446520067198FFE83C950F3D2880B5C9FB91DAA169
-91BFE63CFB48A3EBF24B7A33F43E1C7827D81CA611DF3476CACCE15A7978271C3DE2B48E1929
-B4233CE6A62F54BAC964C9ACBD1DC4B64C5CFAD4682FFC880B8B6E14DBA2234D6CE8F0494E02
-9A2123FE0D63B39DF8DC30F65969B8A659C0C40DF04B603EDAE85E81E634E58D053FB8826603
-96B30790E8D2613B273B238365F35F21631335882693410ECFA8749E23D34371FD28F3CE9AE7
-192389D7162E3F180D161B3A46B371F27E4596209057C4EF994E2D63791F32B77F9ACCE54577
-A56B50B4FA026D6C1573F45542D9B9338BBD2D4695F124C83D489606103807B66385C5E70078
-5418C29853BEC2D18985AE0640DC7F2FEE566599EC473AB3E04052BCA6F6BB26C27D6CE87187
-A3D4C69845A242FCAD1B66F5CD67D7F70422577DF10B05CC54D9F7FB036C289948F0387CBCEA
-D3A91CDEB9C2D1547BC6CB7B4A2581F39DBB75EA08A22542A723CDFFE7CFDE9D9FD926D1003B
-A3137A003FEFBB9FC84B0665D5B2DA9B37A3951A3E6EE16CE6F2216575C7C53061E5D64250C0
-9E8EEA685306DD9F693CBBAFDEE2A6A188B21EC458230E078BF9C7CAFC1FD601449F647C4B59
-B37CF7DB2B3070356900B3056B9272B476277AA35B97486585983EB96361D26F6714B49E000D
-16007B397175B0AC21D7064AF77144D1C0800689468351A1605E21FE5175320701DFEFBAF066
-2B93D79B0E5E7CCCCF8CEA636AB27E0A852F67B2C5F201081335D3C2B4EE9BC5D7F342B49848
-E6DBC3D2BC0F4274C2C6F54DF2EB4A23D2D736BF0823581C1EB35C8C0471AD17FD0E177F4C85
-A33522F002954E8BFB33C0ACE5DCF7B8310D71678C0EEB45A6F0014F0080B4DAF40BE2D890BD
-3FD44E14F04AFF9FBA9D98466BDED50680BDFA0C95011E2026053FCF08E0C67AF107D50CE001
-C7AAAE3FE75F5C3505BE54CC683FC9660425C17C9740D27C0634F04B784F758A6947A4F69010
-8FACB2D6B08C7FAE8D40A4183CC6329F8B921660E54420E2FBC44E43724E8F30196888AECD45
-5CFF68E47E28F68A8D82E0E7FDA8CCCE35EBDE0D146D120B1044A6E0BBD91B29A38FCF4DC8BE
-9158C1C698DDEE07E0BB6D0AF5DFF5C1020E8406CD1449E012EEC3A82D6CDB42F8318BDFF262
-54F3B528F01E8D09C147934DF965ECE201038EE90F5982CDA85381C2431A2BBC8DD5BA1FDB8D
-9236B699215626F78172D3B4135716D592EC1DA0F30B6EFA498CC3192847C45F2019DC74F618
-A7414DE75988D8AB737EE75A0CC778B00D6A84A647105664A6D147715C2CD14B78F261C05464
-490115BEF6A00282BF422807BA6E62E5D6FDD7D838E8C39EC86970CC7D86BB6EF72E885987EC
-8D919C37112C63FBE1993071D9B5B467E0917B35BBACB4ED99D4DD7E037B9AF008A5F7EB8308
-037E0E5C6862864C9F77CE7054ECED04E93A1FE549E1200368F3702A95B519D50AC654CDE6ED
-297A3C6A60EF1BB36A036900D4BE955EB4D72CB719B08694DCFB3125386C7CDA2DADD0AFE974
-C974E18501F4A21AEFD4E0B4A9D2124EAD0F97C5F20F67C7100921B151E8D492B0D607D0A208
-ADD6F315FAF3F054CDBB8EB9C5D39B56752B0AF1187F076A7CB7FC79DD1D01394FA6529C309A
-77F74E0614E79A84FE47A6518F74376B4E4E76A6E0BBA7043066C177BC8B979A6F5EE3EB5BC3
-16FF17BA8C4026F9BC861D524B223208CF94D89633DEDC9D80E79C0B8A620A5AF902879CEBDF
-1E0EDE231BDBEF0BAB71952B8D04A1D572EC97FCA725883FB2D4CAB5572261FAC4BDF70615D1
-5A1B79B856F0B393F2A065555FD2522EA74FED08700EFA68270627E09B91ED5D02299E75B066
-C5908A5790E45376C149AD782BBC1DD01D49B555B7F3B4BE829E3D28878F575C778D26FA2CC1
-74683854E0FA65D3969A3F9200F91258F274CF60978E45534514703BD6F1B7D69B41526CB310
-2FC836D074C3FAD523CFE04EF705552C365A82E2376D208AC859E308CB61603C59C80FDBEE2D
-15E1950EC314F2039B03B0FC16F45B2579CE2D45AEB8B978872E19E55CB9841859BC72AEFE96
-BC6CD048DD1F2FDAF87E31AD8292B7BFB9623B1D1DF85325B5F757206F8228A5F81BB4D93A77
-550632DDD41E61DECC1441152D3743A5074B6381F5842D8C9B5B468AF871978DA6B8A7301640
-323C65FDDB483A6F7CC512D523AC9A2F47616BB4847A61D187408664C758A79904D81DD29127
-9E8134FE1EE90AC55B2DA653FFD91E2D9D0B3594D19FF546DB593C8A699046C0F841B5F19758
-749A14CFB0AB686D7E17C58468E950255FD299DC7E6435A303B5100FF844DCDF52E3FCDA4A20
-8F42CC3BB0960E28B8ED5906AEE9C176BA5FDD3EF8BEF2A6C00E01D44AF23ED706E740ABA3D6
-FE39A0E806A2FAC4E5D7BDF53322682A8D0DC5FE490815F388223B0316592FB2DA05434BF842
-29DFB33DB898A5CC233102E29AB9C0DDEC5163E8D8E5FECF77C3D829FC98099C1F43A56161BD
-DE9373A14F69D5C35FB258CB96508DDB7B35A191C49ECD2A14C1907107BFB583E7B9BFCA5C7E
-E6D72F573E067990572BBC240D4C828E61F6394B4A071608637338987115F7437A65DF30ABBF
-5DED1A9DD5059610EB306071E42F46A55EB396EA11832FEFD4BE1E6F8704E5124A162CF209D9
-27F725D8D528408E8CDDA8BB494EB5EF2EF90DADEAF45E8624E89FE5080A04D2625DE67AD601
-DFB2131AF164F8169239A4478434FC2C2D882FF899721938BD643A41298DF0BFE1EE3F3698C5
-128028FF6BE57E6700B20649CEB0FB3C78B2BEF03BA238615FB8AE5201B111607CBE45241AF2
-AD6473AA54E9739E20F3F84DDDE871F1C881705E2C75FD0143398D968F49BE08899FF79A6076
-B4F283588F2DB488B2B58275E6E28739D80D0B4D18EE94EA308C01EA16F856C94C95DAAAA0AC
-A857F66E40498FD7CC3A8A98DB095BF04C6411A90A534E5FCFAFB3A2EAF29D2C9B24863F1D9E
-12A63FEF41A06F1BA5D26962C6A12D1A73DA880AD379F14BF568C90F206CFB6D5D53FF552D15
-C261F08B12965ACC6D86C25C0D1278A0F929EB931436A24875A01CC6E793EBBE243D880F9D38
-9C96E63793DD75CECD3D86895117F3AE55D9921A1968AAC765AA2B99AA4B21B203EE68F644EC
-5C1E965BE0885CEFD3FD0A2E0537BD02EB24102C8F3B365E255AEEBBC1CEDC7BC2A8DD1EAEC5
-7EC0E642A22805F2BC745A778E25A9723B420C1FFCDD3E641445E18AE18097A7A8E54E1C9DDA
-53E7EBD84CE3C18D56BBDC54C180E899D4BCF87C1CED04E10C401FDB83C6F353A28688BA6317
-D51A09250E1C2C63A6F9E8707D4B578CC61CC39E60B29EC86FE27FE12CD893C0C4CE3EC5F88E
-837623E202D5CF939AD560888684DF0A6C0BEBC5478F588F5234EDC52384895A564AF2145FE1
-E11228F9BF5106D900011F9A9A953B768B5CFDD595987C6F5A1F2031261C2AAB5B5CEDB11F76
-BED3147F301F821662B24D3FEED7A7A2D08F1009BD80593A7B885A4998E59683EC88DEC130BF
-CA01BD0A9265D74CC75A2560280FEF13012351B99176CE25E7BBB0E3CFB46BD5D7C64494478C
-87E7060C80CA5D5AC356CFE128783D6513670E1574FB06F009BB2671F0201B847460A54C669D
-8059A0056B75EAA5236216911B9FF62DB67979DE3DF71977EA93B3626961CE1D174A10B675A5
-763B8126E0E7E9D862ED49D82F1CFAB85CE6C94AED40A3E28EC2C7130C1BB420AB7DB578EAF4
-D81E4FADECC7E639F154D90E1194E1FBA01F611AAF2D634CAC03A34E9E25CD247DA54A1FB27B
-2888342850824E004B167D9EE44BCFB4541344E4F7884591622DB99132B1AF86A261CA17DA15
-FD4A2584681C7189FE4CE25B2986CDDED549BB0DA8C06FDEBF64C80B0B1A89D2585B9190EF58
-847BA4559EFB7C7BAAE64D37D95549061A8064637238FE3DE8AE31F06AE4E7FA588F85C45766
-EED78D8E2D9E8D96E40CD161D820C00CB0312463FEDE8441E6CD3AA8777F8D4FA553FE9A747B
-416A83FA728A52AC033A2DC128EFAE88808CCC435F1FD45CBCF963B263E714CD8C11715B4BFD
-8E0F5613101E11720C2EBEED9879894FC85927DD8303B990A2062198CE7F3A0A48528FE25497
-0DDBEBCA2C1A2160548C1E97EF58769EB684598ABA001EC66A278D4E353CDCFFF720AFDE2481
-B9DBCAC57EE38D9C464FC1F331A45D1CEEB585388E00B139F638BAED8F6ADF8D11FBD0677716
-AB72017C1349B72739749FFD24D00D8435AFE78805E455DAD15F6F4500A041E25E4E890DC0FB
-A5E88B7354302F59D03203997948AEF1FD05116A2856CC2A44BD0C2147C7CFE5AE9A9575A49E
-1EDAFB0FE0C7F18D1466946398B8099D3CD61F38950BADDAB531B2757395B3718FD42651344F
-CBB9AE1783CEEBD9F1AE5260AFEE7A037D195E25C673BE0389CA160BBF2D117DDFCC409DDB63
-DCD48185ADF29955FDB42537EC1C19A0B5E51D8785F06769C0ADCC90F5632A9F58F89D333F04
-623ADC50F2C78661B84FADFC524445374F394EF24EBB0FCF338FE9F86B654F112E8C987BE7A9
-A23C0AE29841F69B6F936E22507882D1A557E36B4F9F2C3D5D054A0167CF2890EDC16E5D260F
-3D48E5117E6B8758DA5CB55694862564D0060AFB15641040F1BFC982926BDD21FAEA2264C8BC
-94F5E4F882DC8772C4A0E049AD5561F0F240C28F7F863AA572E1743E27C1E9C1FD00D0C501E3
-A90E9F86536B2695B38955C97095E1892ADFC6A6BE12A986F2C79F218B1F0BE6BF3364A29B20
-3FDDE896664EACA5D770C769A36BCB8AA57083B55E9A31457EA37E4B83EA4C28EAADF56256CC
-630EC37F5CA96952F816EC04A3797A8DD0A33CFF1C4171AE5163D786105B0AFC689BC96336B5
-B28396E0F56193E684163234A361A57C826E805477BFA84F78BED285E64C5C0B0173A82EEC75
-A897AA2739DB136529C9CA30E67832981685D75F7B51360A97256CF5CF87E2A0CD4FCB59E64B
-3B506871549892DE880F4C39D40865E1A643D72B5CF0AD4A56FF0A6E68B356E2FF10265B069E
-954D2E1C5F6D0BF4633F5CA75617C42D53A35AF4EA98654303B54BF58EA419F054E4786704AB
-99B67A3F293A027B6F3D6EC6ED3AAF74B7CFE18ACEFE143F65CD7774191CBB8F00B3027BA684
-194B6CBE20796A9A85E205D774C47EDD8D68D754C8EED1211044BB4DCC0E7E14A1F1EB857BB2
-5D4191E0984EEFDBB7CD70958673AD34A0D182687DADC837139F087F94F526B93189C2AD5495
-56621F38A8D492B144881C69C76E611DEEE5606E8D9A3620B946571711ABC30BD4C2BD2153D5
-E557F53B667F996199989CB477381AAF8B554E4B0D0B3B41CD2DA66E120856DDFBE6894484C8
-8EC36E804C598C9DE38490313ABFC3B2E9E67F6E304B347F537995416CF9B00CD0DA9045003D
-7D3F6C7F358C00BCF66C9924D4D0ABF8BA9EAB1F37ABC4FC276D18ABCD2CF5E583004A4787A1
-0DD260923D86CD83BCB52B8E1A7643EC39F4EAAE5F4C7FA0B93177D273492F0EE0688F63A0C7
-765168619C5793BFF01FB5E65557D3452BDB63377DEA0462A0294114C125D79A59BAA2DB0B61
-0E9A5DDBA3A298AB82E721674656EBADAF525861D924DD0BE6182B74B548ED0912E6D0216F94
-D2DE6103F81C8DFEE4E771DA478E303D5A19170CC4CCE2DECDFCE2260A491DC221A04CE42EA8
-2AC34011E8DF80DDDBB11D5CD87C77EFEB80179BB5834D4D4F84CD7ED478DC2D5D6C20E9F666
-B5345B4C34DA11391C607CB413BC8C7169ACB9C2BA5CD27436B274C5342B2AF7AF334A2D6307
-6DA21B66E87F86F916C03AE2D514931A8251DF60C4E50780F4622279B8A8612377401411A808
-2EE7A7363381C053BB136FBEF76B96B3AD7D1018C9991A4D17CE2F3B626169F606787B2A54EE
-FA97EDA191919F4C9511ADA863E93135BE665ADBE9C523813004175CDA72A880C72FE711ABC6
-7446CBD6DB20D7EE6C0EC8CE999A4E28B7125086B0600AB0F34C5AF47892FE3FB9403AF0EB4C
-7C8E39E2229A2512A6944119F10C7136F81385372B28D39F1850E77DDF02E7A0FE4063915E12
-BCCEFA52086840D7E26B6FB8BCE852311CAD8B0FECA03DC393B896B0EF334BD4A25D80EFCFAE
-9398CE495A8176810DF51AC2C7D6145DFCE312860248C802EA7373D7B1F59BAE9A8EBC594E2B
-11C184AD793E8F9F0C03F2BD30EB454101EE8ED0FB66B9AE0594897F908273E591849F822285
-35D122BEAED330283C76080394C89B534029B637E895A8F1A36B01CCDA7924FE2AC9F0442520
-47D9979C77F4F52442A806A9CC723EDAFC8B9AE8AB884E9AC1309C9E55AE8B5935AB1F70F413
-41E718E995262DAA8716A2BE97F1506441317E556690684E040D23A1B83A32B747E7C44F3046
-58E9B8A364028086EA8BB8E654B4612BA44D8E39A1163E7103912B98894A79BD5EAE70815A16
-8229B8965DF0D76B20B081B527F16039AD39FE609510F68BD48D8B6CFE02A9784E282FE64DC3
-061AC3094BF3BE7E9E7F7EC1807F0EEBB0225CB37A4443CD9E4B2F25DAC8196ADA984DC31CD3
-52424CAB7FD0497A3FBF2F02435B8E661F0F73D21DA704FA37C69407AE9DF10DB5723CF9AEF4
-0D3A860F9027D0B1431CD2A92409E1E4D986D34B64DE243CA561293D0569648D5BC9CAD90581
-C666709DED4565C386907F9397C442A2C0D358701AC2AF50D5F376B384D52E395D52BF6A741D
-18E6AD76914D68C7E3FE1246CEAE4BFFFFEFBD7178BD8EBD239EF6D5D59F2BD71E899E763A3B
-EE734080790DE33CD9D0FE3D1289E80C3EB0C8ACAFD4F3BD4DF6537B1ACD2BBCA186CE615A9D
-0F0735048268D370AE929E84D2953882F8762D3819F61C0ED85A115C6037BCB108B66C7CD1C8
-3673914FE883AE6331BF32C3E199F7235FEFF1895577D216C8ED6E77DC5708F4CBA32CF1EEB1
-3D9C0145713A954072637DB4FCC1C1FDF0B5FE965DB518500063090DA4BEB238EF9F67F92B1B
-ABD56D2D82975D246E6AFA021E0C23E88A70554C2B5F0A328BE693E22400BA163AEA84453BFB
-05396E1C1A90AE9EE51F5C8A98EACE0A0CCDFE699B5DD368CBC7F6FB25A237FF848C01414DE5
-63BC991CC1A0A5AE840E8EC328303206D4FDC06BC7D89EB8498B611A91DC1037378AFFBF21EE
-248D15C95BC9F07A856771546E28EF1954445155DF4689527EE4B72A3F54D2F66696371B6AB5
-848A50D4A3F5534BE82FF257BF014769B253DEE02AC57A1CC3325B5DC44895D210671E7C77B3
-0C8266A1C9D9552DBEB49177A44A6F5F018C1D6DAD19F65C5ABA1F7FE55D80E93507338B0F0B
-3FEFA0565E6BF4334D98AE53911433146731E6399A8E5783BDBEFA8EF739FEC5353E07E423DF
-FE5CAA3DA0A486E4DA42E84618ED89E60ECC6E103BE8E61ED5C396EE9D800CC83AFB6E532BFD
-DD96ADDAD7DD85146F410B40C43BF1F12BC27E07982099BC4718170D8043297DB95A571E1268
-638621D6E295CAA2739F9251E7644EEA31715A42FC9A56EC891B5366F3C4F26C77AAEBDC1BC1
-FDD5E1AF4A140D6AE1EAAF67C0C28B2B4F886F0D8674B7C0FA6E7AE7F05D56457D1A9E055C2B
-30B809E3A84E706CE981107FC33D61FB6B6BBC9FE5952EFAAB183C994A2C606AEDA95E949231
-926FA1CFEFF17B86469CB504ACAB435E8CDC732380E4B887DD9E08618BB8134F4E75417EE647
-8B9BFB11DA7595E042B8D1BA639A1606441872AC2BBF7065341604565B8D266D64340B9B1810
-8B9A065E9614107C3B2A6E1E7FC4C65331D63278F113D9724A92C0AE7A1F98D5C07DD09A7802
-A77F14A551508B77316E4DF79497DA97823812A6153D81DF7F172C96E5827A5BEC3BF2401009
-E212C8AD794D49548485B72C67DB2815DDDC3055ADB819C1461DBCF71FE60F7E0D5BBFD010ED
-BDB843603BF2DBF73B69A9685CB4D282B4B5CFBD47D805B9E9BF38949A59B4DBEE9FFFD200E1
-8E163866CFB2300DC446A7F7BFD22AA5474B706573FB73336840A60CD62906CACA961B801AF7
-8DE0CEF472C0B96413847AE7A911CD28638F44BD04E6D1A1F6847A50407CA9A351B914EC5906
-540B097448B4473F56E77E568DC0822CB54B312E4F9AE5742F6E61C1A5557BC04BC08F39AAA4
-2AB36A10996E1412D7B046EBE11C4131F1859178DFE84AC8CFBE05CC3B919D5BC91DF294640D
-4FD5835CC5CDA37E9062634745E5F3D3C310CF73F810100EF5945725FBF38496AC8763E28B9E
-69566C0F8032129D569ED8B93FB794473094700911A2090A9F6D8FC5186ED4DB8648C32BA583
-65D1DC247BA2FE69FE4A42F5423EC4A8D1B9B07A836B83201EC205D158A80A8918143CAED74A
-60A4D022EFEE3C44FA24FAAFD7E0B08106AC9B851DF68C1643D9BCDDC72905440C980113BD78
-91394313840F7B4ACFD26CA6C1FC757436AE7D499801FE39594393E0FB3699AE6A7F387AAA2A
-6D955739B2729CBD00BEFFE282E12D0E938D512C451E186E82703BFAC1FC85C57957B482CABD
-8D3032CEC83C3F75D981129A6B5736577CF55C417D11F26BA143D197B53FD97B7766971DBDC2
-BE12F9EFA47A0DAF683F504EF5726AAFDF01FF5B5D941722C6D1973FF92DEFA5DAAE8554DD48
-B01FF2660B6A31A210F504BEF75C1E8EA6E243972114DB296D19C790F1806E58CEF7F17673EE
-6254A4D8D14C3ECF591AEBBC869861604E181BC8E70E19A178F0118FA307C16778810FDBDA4B
-148BA33FF3A4B38F3175267E7924E7912C52CD78352688C45644794CBB843A501F6DCB88BAB4
-6CBBD6F36E31DD0FDFE755081BF4F0168AC57D32E63BCD9E95C6C55D9E56690B7ABCBFB535C8
-0AF3825F921CF6C3953E40BAEC3795A32B04328750932DDA02B0408EB74210EAA082D7E81C04
-DEFE9E7923DBC0A175EE616161F96FEA8BC29953EC47B82951DDFD4996A6573C40220A36355A
-C3E696C07F61D6C0B16D2124F2CAC8766C65BBC7B8BC8B8B0D5D766533868A1664E319719863
-F29BB802EEAEB5D384E95FB9A784F894CE477D8A41DF73E6B560447644F54EE71741AA8C3CFC
-F40547426B5D397F873D38051A1C37C05DC2BF7C77F4068D01DBB0E5FC2E3CF2524774C37525
-8AB840929F058BB06B958E6C9157425C3D7A2C047272C387E92ED820C92583E3624E6E498A5C
-23264DE1CD9000C7B97081E40023C071EC3968D22331DA058AB5DC1A4039B0A313D70255281A
-B7CDF91FCB32A991EEB82E6AFB4313D4E236E57819ED4739863997EFBF139624F650842DCF91
-A3782B41851EDA4B45FD9E46BD4002379C66F700AFCF7B04328948841749EDC07B03277B01DC
-DF1527F14E261788FBD4D326177246589B5D6003653154D8CF5B262FFEF2BC3C5A4F2C1000CF
-1E22408F1C4C972969EA4156B3B0DE2905EDCC99326C3F72438C659BCFE4E420C643BF6FE226
-5CE6EC9092859A20C8A8D0BBEE2FC3FB0D14217E973E4C7B318CB7A8F6ECE8021EFBA044B1FD
-CA1BB763C1E37D622F833FAC366C66CCB1C44D8EDD405087D720BAB0EC695D22D86272BFD95F
-35FEBDE770C397DA6D5B212AF2DBF1A16FF5F125F3F524F53B98BA064535346D0DCDD2CC02E1
-C55EA0E0F847F766720D6A9D45B9D9776F35B65DA3D8A3C78BB235B0E5FF8819217B77B86A46
-FA0ECC6ACA8C6A053562FAFFD3350F2A056D2622A3A4D673A6A586A03042815ABA31AEAA78F1
-09410D270DDE0CC99110A420B54AD9CE4B54D4687B07EB3AF950C1D4B88B0AFC37D792407D94
-50EC4D77EE6DDFF803CFD0F67354DE749FCCBFE296924AEC3A305857E94B65E91FDD9F11B289
-CA47B191C7613DF209896366E9D07431BEA6A229652AB7FE6A210277334784C8D6627D7D8ECA
-43D4B8E75E1E6AE21651E7B9942FC0E781D502D8D51D7ED6F9576A12A2CDC40F3781AB70437F
-9D958EB6477833B9B85F391AA10201E89C70C0A6B053E5D95A550BD380809C3D9249602F7EFD
-81EF86F7BEA0CEBEE78FF7E51FFDC2CAC7BC2692E3096A1642F40687ADC3CAB1626F7311CDC3
-B1EDBCF3BC8A56153580484B30875BD19B65F77320A26A4540C1079D23B07C48FE5D69EBD7E8
-AC5C11333D9837FD706D1C52FDCC2AE9D13B3CEAD494B7D0AF602A57E5032F872EF41C71BD1C
-53896529E6050BFB85998F489CDCEFFCF9B70E5D7371422F031AC9C00D00E8C436B6EC76C9A1
-1B9F92AEF7246D46EA779C051C539A5D0B537F05ACAB9C2C22BE43EEA3D56F52CC7087EBA41A
-894CF633481422F5E6270A4E6445496DD020BD3CD846F98CB64061BC16E6C7E5430EC1BBE8CA
-2A9390EC2B3EBF282226EB70D5AAB4B911EF1347299FDE67868D6C1ECD96B2A8377068808629
-E2BEF81138EE0966A059BB6058CDB7D418CD5F217DE21C03C596471AD4125FF448B5DE9D50EF
-DA9CCF04B3D4D74B452BD00C7AE549FD0F2F1E7919DEC06ACB53D39A38E75397296A32E61A43
-5D4554A1DB7757288ED367DC6989FAE7F428A8E28E806EF90C4CE040D1478FBE47E2CED9C3C2
-4716AB2E4A138046BF7F7C5C6ADBC75A3283CCB5F9F53E1FF05D09186C8EAD24CE641DF1844B
-A76AA15586A93049EA5C279CD92F070B162F59A7023B716D9901F332C7C05DF88C27BEB76A50
-4BFB2F9DD053627942AD6F04315B51140A6DD16A9CE1A4AF46AF3EEDEB07EFF17F6BCC85BD86
-6E763C64CE25F9F9D278F04AC4B12A03EA26BE39FEC35434A1A105DD410FFFE7B99C0AADA93C
-6A834BA7774BAA5C01D2A8D89812433D5AFA22507ECE5014737136641953F6B053E93500B069
-34C25D5F2E7F45B00D78A4702A086AD89A965EBFAEDE1CCB95DCB9B8F0BC376CF29EAB1288CE
-A94F572383D358AA48EE8DFF88B20A78262813BC1A2849716F6FE7295CC153069E511281DE2E
-1135B90F14A9AF09AB377E76A38D0A8C87AA352130228BE170E0845B1FD3C115E7BCD94A807D
-0B079CF9D0A4FBA455CA2CE547F24A5AF1A58EE39CA617E2C15ADFD2AF1B6625EB8310CF7831
-EA2744FB523816373E69139B2014771C6D7C9DE12CDC486943D716B9ED76F5500455641DBC52
-D5D20D43A41D28FBD23D557AFE215ED0E7B9ABED8A5F908CC8331E3FB61C9A9E73546AF3ED88
-A024607B738849BCF80112E995BEB93433174D2FA06F12B159979743EA404625BA7448F54DE4
-46C9252A6A2769506905F8448A938EC2BF8EEF3F73BD5C7B5B5DD81416DCE2EC74AA7ED2D510
-CC6F591D0C51F2DC4B8379D06775F0C2BEF70343097C44EC7FA8F711A745F3330DF7B8BB7742
-EDE598BED07CC879A10B0B34B20335A36383A01057A53A5243363855C70AFF48F259A5B2882B
-B302D320E533225326249E426BA07FBE02C76D5193DBDAA10FB23DFFEAC7E2AD096F324E86E5
-A6B76FCD07D6129338D14A893EE8D92F71A9DE75D6195F71DBB650F0AF3989A02002DC32D1EA
-DCDB40CA3ADB7B50286F2618EC285B822EBE484E9AD72591F5DDB07F3A31EA9FFC3B26039676
-D1BB14983439F0E7517674C9E36D1F86FF8032E6BF2801ADA6BD004454BC61FBDF33A2788CEA
-419B4BA1A0AC2E19660D6173F539E7EFE000AB18CE9F724E5CC641D6052A70F994A38E050030
-ED2CF32A037B56E9CB96C149A10F34932FEB06AAF48C2BD54D25B58412CA1FEC65891DB9064F
-3CAF93D6FCC90EDCB298BCD09ED00AB7B46F5E776DB5AE0E397F8E780C4F9F19A339CFF8C9D6
-6920AC9E95B3D90F335B7B5BBEA40082EE405AFEB3397A4090BF854F0A34DDBB7D80FC30BDF6
-DA9032106C0A090004D0DAD25B27B99470796E5C4402D05D82FE0533A2FC0641E06086D5A63D
-FB4C9E35A8A6ECAA9259F93B812796C4A331895EA2547ECEA1EB254B1AB777FD3EF87E583817
-4BD6919E04FA04FF349906D4AA7AD2CE33BA754276E5712F3EF752065019563446103EF6713F
-E9ABEEB69D73A66FE463A37EFBD1A37A53B42F445D13DC40C1042C38B09478E35901501053E5
-6E98C2EC86B364594FA23DEB6EC3D4B16C41A5FE34A13B880066B3DDFE51D5DD7C74CAE27085
-9934A57FDE18D4BCCEA46CF0B05C2EDED63629700526B0FC9B40A3ED89A3718DDF61A554FAC0
-6F4722CBCC8FAABD7960DD7D733A73E820787F5AE1F5B0526A76FE49057AFAA7D42654C95B39
-C9294C20F36694DEE69404A8F1FAE78CD75FBF9F59AA7D9887DF8783775F26CFACBA6CB01B30
-602446E1754E2F6BC3CA692B4A6F078736F9FC74312DD87AD5974C45B386CDC5E64205AFAEED
-297B40BEDD7630660FF644A7A9734113E58ED8893C3B93A73F183C1CCE12035FFEE9A515C349
-16A92220D07F065436313638617BF3780BE2C9173472B8A69E9EF800CD93709AAFECC61734D5
-DFBE4DF2AA1AF855786753A0CF176BF74CCB46D2CF239BFC37B2554F17C1DCBD693786A0B5EB
-82831F9E8A4B42EFAEA6B10E7942AD1B783B1D644DBA9B5EE4B45CFC496FDA6F98881689760F
-734AA938CDEA288427833C4F24999E85DC610EF3A484587266F72E1D9EC3ED7798DD3A9EFAD9
-854133875C0F42453C21287E5A4D1854CDD50DF26F572A5933CBF0944F611366C6E6E3B80D2C
-4C44DD99E80FB8351C9DFBF38CA541892804DC2FBD14B1CB344555FE484BF649C9308B751AE3
-F27D7FA779B59C3D796493D14426A31C4825DAE251B80D462C98F287C5E60B782153854E29FC
-3BF95B2C4B3A987909ED65D3345F947DF42A7C0249602EC342404301F2D1D1DF0CB61DDC5F38
-C3A967A0CBB707EF6D2458AC4F51388F803C2D4ABAE337F604D8508BF79A9A1BC185C5030DEF
-FAC72A16CB51EA6FA8DA134DEE3EF13226FC0C5C5A00573CCC71B7F414E93442B0558A328805
-786DBAF0E9470431002F0EA58A40AC74DBD1805734CEC67FF5B8E3AD354FCF9AAA26FC636EA3
-0B026DDB98B7749DE54C37EED9B0C614C1CC5F1DBFD618BE5728772E67F85AFE1DA3E907AD8A
-BF69F6CA96E5452DDE3C047E35FC55AE164729E59AE10FE733FE1B58FAB7EBAB46120ADFBE71
-3529D6B8728C772DCF0B43D42E9D7B7DE2FD45B042DABB9D573FD68BBDAFD6E26ECA6672A425
-5D591136049F9C2CD467299EEE7766880F5B174C2CD570011824C958D102EB97BDEEDADC9B07
-33BDDF99CF1C20136F34EE2461C6D5CD1A77DA5A901A66B2E3D57910CEBB30C60AB149336F2A
-91A9CCD9C6771D4A48DF99FA4683DB39A8161B83CD29E70D51E2ECDA3DD5A34455585899F61E
-7E4FC376111D29CAB945D3FFA57E7DB12B894948A37DCB2BA9E79537E3FF095C81CDC6A4B228
-19D7E579355B281A4F44C5F475AC8F984B78A91B20D4B11EB47BE5905059A211A6696DC066D2
-A5792F6AA667BD5AFE92C81CCE1753DD689FA80010DBC4E0BC917CD4FC8171C991D6FCBE5D42
-CCD8EA0017C0DA02CF307EF321A0F883FE33731655A5528AF87F05C406C7A05DDFD4D6889654
-99A3ACA7E82F3F2D85941653AC8E45C3956CFFDAF91CEF1F1AEBA26EE5495A3A28073D190A38
-1DF5F2384D12C1FDE082378B6FCEED74831C12A54337D64A6352E2EA85E67DE10B4CB5E09E5A
-B6A356F2345EB68EDE34CCCBFA9AA7DE38B5FBFDC6973531B20F85D127EAA05DF03AD933D546
-0C50933F551493AE28544F62D126F2964E834DAA0C652C2EB4DE3B0FEF10C974FCC7C10F0196
-AB56D47E268AF927A96EAFADA234F1030E58A257163B72793D8340957515D2E7FF6153923E5E
-3EE290B6284960967479B4D81BAEB242B327D6B2D0FF46F77E43B4A0F820F66204D507E7C1E7
-BBAF0927478F9F9F7121E11CA789C0E0418217CDAF10875F96FD05D49913091B920DCA3BB373
-99A1D88109D834742524CDA2FEC84E86F232E5DD433F924E9E01BF6E446A63DC40741D349420
-26DBFC8D3888A3A834BD4AEF3F5D38000FE075AFD4CB3DEC0415EFE16FA1820341A48EC4B3A1
-086BBF729E68EC9DA96296A4C9D551E099E3D3BD8F464FAA5735B99963DE4C2AC96BD0FAEC57
-E61C59133EF494085A9DD295B45B5B86307C7FA720F7170DEE2728CC31C58BA1360EF0733918
-D1663BD355295CB8363E9C53B1F271D5CAA6D53B80D8DAA29E9B834271422637CCBE92D7D9F2
-7B3D3BFB8B3FDE5C6959CD831B09948F92943A455E911801BB69CDC4AF15ED67529D529B9915
-2AB50B8ADA7690135C54465F46AA2D6E17FBC36E92E3C9A2EE01CA9693646DDBCCB439F3405E
-A6C6FB477B56BEF0FA5C5EBCC067C959C4453046959C4A9F1B166AACE020CA94F082899CD9B0
-FEC62E8B60851D872E56D48C6CD9D69D5540D1B3F1102E0B641BC40E17FD99A9FCF1048E44F6
-ABF60352446E3C8520273DED902ED39EB7BAE21995A6F48D89A74A31C40E585D6206D90434DF
-E9E3FD3DAF501AA292BDAE3040FCE06586D10B19612590DF6D9D60C086C9BE4D2467DFC042D3
-4BC7C37C93E58924BDF35C5380B84B5BB19F3658696D32AD3E48F95A0EBD2005E50423C9E3F5
-DF1DF53F001CF6A914D3F7545531E578422D99F9D914C7D83FAB83424C583F4A78C51B194E0C
-5A80BD051BB9C62553EC3443315DED169EA666119BF3C5730391FC08EBFE0F2B8D6B18EF38FE
-726E9EB4C41E11C9A22351C374341AB728D0224582689A104A8B3E7DE0FCAE31EE8BD13397DF
-DFD04211B18938BCA715A66A1C7AEC553A14C20C909AFD757241C62DCA34D6CF7ABA262066C6
-3BDA13D3ED508F90AC4CC8F34A3C7B8596A47A24B0C048898CA14D7DBE9C48B8D1DF2057BF83
-1C0C89C470F3E526DCC94D247E54757DE9AB8516A1EDE99EA0902025818A06C68064AA4A7706
-3908CCFFE4751E161EBB1F5BF09AB351D39D0FC2CB8021B73A8CBFC7BE80FF63577CD226554F
-A9DB429B058B02314ADC063D859740747B54961512B3160EA441AD31F6DC6A0D8AE9BA50B0DB
-545870A451690DADBE35FD8BF54D32C06BAC67C886516BDC7FC91CB9B6435525073E37CF4670
-708805243C6F9809C610CCA49C7D53A638B04B15FE1FDC4F6C2C6C274D18DE17284A4A6E871C
-22D1D525C23FFD924AAD6367E6F3E576667A2766102BA4754E6E3BF0F854B328874BEAE2065B
-5984E0FD540F228BC854E6DDE07788975FA64CB562656490CD30C95D4DDBD8171E4FB1A2B5C6
-D50755375446CDD0B405B47143538D4FDBDA098AF40A06B1CF7A0565009458CD116069C86746
-DAD2C0E2F24AF45B40BE740E7485BAA6B776D99ABA9BB0A25C53E3AA56EDAAC25BCA78BA2A7D
-0AE5DC30D2D80493F95AE152DC0C07946BC5B5EEC417E1903B3ADA7D1738A3EFCD223F743CDB
-75F34A83E3EE70339BE05C352D8A8C3D3BB7B3F934A43C26EB2A849A2B390D779C9989E57006
-AE913F406998391013A463175E9E4C8DFA17ADD0A743322734CE5BEA82CD7A4CC1115FB00D1B
-212C8A340B0AFE77568219B9A3C523090ECE0515CA21C05264BF1934F557AA0197934B8D27DC
-634A30C5C325309E6E7704E97BA8C06A8200B041FCBD0D539D972FFC6B1250F047C4D6C5D549
-7B3FDDC7DFC0AE135AF47C31446D8EBB91190847F870897CD034F87F76C4AB03901B37B18746
-0A32360B86D753C9FA87EFA92B79919BC2D181A81CEA92C438E05EB257839443FDB5E96A4CC9
-898801D4D69EABCE3B92AB3427930C462290300E334EC1DBC9E54453F466B9CE2374CAB66535
-DCF6312784A708A25165D6667088BEC143F05A827EBA0A9F6AB536B69F8EECC44CA548F7072D
-B51B6A189B4260ABF269B0A1869763ADA330A595CEBE655FAAD08D62415ED6587B393360DD36
-6E5350EBBBC3098317B97581BE36742DCC36CCDBB3B42420C791A20CD92FE82947EE6144787C
-4C3A6EAE1B13EB6BCF4D0BFDCF25DC941B47FEEBDF2D49293DAADE949AE1CE74037676E01A39
-C2AAC54ECE35A8630A1756AB03059A7456E1048033C7F1248324643395FA6FACAB5E915F76D4
-40CBF009E1AB1F39E87D9D5F2B5F6BEB9034A987A18F05A558C173B145BB865FBD5EEEAC935C
-70E207BFCD63C514FFEA2250B6EBB33EAFCDA4CCFD0503E5842D6B1E27E546BE5FBED519603A
-EE73CBF5B83C51C1BAE439A559477FD7BABE6B33AFF69EBBA394355679A1518928FBEED5A751
-6488EDC265BE1C1BAED666E33FC9CFFC35347FF8834489A916F048B25E96AD4E8DEE3AE05C75
-D3AECEB30547329D9FFC69BA98E2FBB7D1D78FB6355CCDA87826AACCE1AD13C39D718AE32310
-14EEEA3A5C79309FF453C8461A4C66C3751F1CBC06CB25B9DC60BF3583B142AFB8334EE23DF3
-C69F8AC7C2CBEE75CD7F4A33DAB9C8481B6282FC58ED195F1780E493541C208686B71EAAD9F5
-358C0DE284D54F0B6341807BE697E3D737BA6D7796529FC73843722507DFC1598C1B808BDC6B
-12A4259862FE387617B2E189B194D96AC95DA4DE3663FBB4770341BCEEF13C75D76C655B40FF
-EBC66713A3416E7BE641F5F8875D36495DE4E94A8B6508E6F3EDABAB9FF52829CC674340DB57
-B248864BB9365AEA3A6C84B6A1D0D6928D275B5A79ECADBC1836F4768A715556B98FAF6AB81B
-289831B71AAD06F5217610CD7BF4F92B48F7681EEC635B26E9DA602962E4BB9B3FC4E561E629
-767C0816DDF8073E7E387A125FD81592A714B58A03768A8309BFFE17F7BF45FC0C0820F0137B
-398E2DFA6376F9A7808E9F7987F7E8D4898CC8D16500BF4BBD6BE2B9A166DF05DA84AAA132EC
-B88A11BE7929811EAEA87299F26CCC439A374173B6AB3CACC2645781F787F3EEEDCE87427F6F
-FDCE837946A0D5171769FB3F150A51E16448C08B8F8D78CFAE3A98D5F18F26E745CF9DC64403
-91AECB0B61C713978EA17623CC5ECCD22F4BFA6E655BD0A3212B9E2ED3BA6E85D61F099983AA
-1EA8CF1D1D852C03B2BD92F0F51E09C154DA9EC5C879CF489BF99923DB4D9B68A6EC66EF1D37
-B8A1B27D50CB931B87E74B65A9130423C162E66AF90B61A32C63B1C92F9A01C4A3917407FE69
-A2F64FA60C808EEDD1825A02C9AC689641B6AD379D64F153D063CF3664751B06FAE88D17014E
-5E0B0DB0D41A5817149DF3773F81541EBA95093B338EA9CA58ADEE6578A540B59927384F0F08
-536A57686AAB0AD877E29AB626E9B14FA7B1C4710300583DD5AF73098E1CF1B807D647149523
-E1B64427E7E5D1CE78EE1E7025A34041E87D9F6A97CD1B37BE324571FF184EF3DB86EBF77894
-5F7277D0C194419CCE2546727552660115002034E6DA52BDF3FA669EA30318BEDDA7E7C02588
-8C1DEC52925AF96697919C162167E3746FDA83CBFEB79DF4D2E8576C8F186C31ED02BB428817
-B0F8BDA82D74DB4903CC1F7B18872EBE75C7EEF577BE9309DEA7ADA7565B6943A28BAB624C0E
-7FD1783314A82C41097031886D8D70FDF368E95BAD9CED5F620A11031ED312FFC1C2A587BB5A
-6570AD89CC3FFF6F5AF56C361BA367A5FAF9C1E4D9F2F799479730FAD7DDE0F1557225054646
-9C9C64EA50DD1071701D2E0CF69F227C2400F01B5ADBD34887C95CE68F26A6879CD224D2B1C1
-8F11E02E3CD42E35D3C3D30084688F798FF91EB3D0A82F11AC9212B2F7D9E135BD3411CC7188
-76775573497F2E5D97F5FD3D0C8AD2FEF53654D0E016A39D4E5717D09CCC87367E1F3193A4ED
-5714F783794436403209E50D8B96533F76CC66151CC6124CD63F33BD572D25FF824AD44D5163
-7BBB017453E4B3B37C0140075422BCAC441047654119577EC6ECFF0B580655C21772F99DE072
-503A7688E22BDD7723AE7E7537ABEDA2064A1C48424B0BFCE52607CAC741B762622E6BDE5B27
-794B4989FFE55F4F2EBF290B0FFB53C62A2BF670946C8CFD089242341637B237C37269FC32B3
-E61A27DDEDDAF2897844A3AAC99E2E23AD7EF3010D2AD92EA14FCA6D68448E961212AD79962F
-1608F0193E7C301F5117C3B7CA92DCD9613F4F90FE4235916F17598AE3CBD144CCFE9F2937FB
-44CE9CEA13CB7298B02621DDCDF2CCEAC48D2A22177E244592FDB96BC75B0D4D9C2108DE86A0
-1D197E13FDF277FEC5D59A04380AAEE76ED736324239FE2103240000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-
-
-%%EndProcSet
-%%BeginProcSet: texps.pro
-%!
-TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
-index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
-exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
-exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
-dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
-ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
-end definefont 3 -1 roll makefont /setfont cvx]cvx def}def /ObliqueSlant
-{dup sin S cos div neg}B /SlantFont{4 index mul add}def /ExtendFont{3 -1
-roll mul exch}def /ReEncodeFont{/Encoding exch def}def end
-
-%%EndProcSet
-%%BeginProcSet: special.pro
-%!
-TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
-/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
-false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
-/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
-div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
-/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
-10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
-/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
-true def end /@MacSetUp{userdict /md known{userdict /md get type
-/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
-length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
-N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
-clippath mark{transform{itransform moveto}}{transform{itransform lineto}
-}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
-itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
-closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
-0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
-/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
-scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
-ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
-not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
-TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
-pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
--1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
-TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
-sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
-0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
-2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
-{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
-div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
-N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
-maxlength dict begin /magscale true def normalscale currentpoint TR
-/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
-/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
-psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
-scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
-/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
-psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
-roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
-moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
-begin /SpecialSave save N gsave normalscale currentpoint TR
-@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
-{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
-closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
-sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
-}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
-CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
-lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
-}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
-end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
-N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
-/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
-SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
-/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
-yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
-
-%%EndProcSet
-TeXDict begin @defspecial
-
- userdict begin /bop-hook{gsave 200 30 translate 65 rotate /Times-Roman
-findfont 260 scalefont setfont 0 0 moveto 0.8 setgray (DVIPS) show
-grestore}def end
-
-@fedspecial end
-%%BeginFont: CMTT10
-%!PS-AdobeFont-1.1: CMTT10 1.00B
-%%CreationDate: 1992 Apr 26 10:42:42
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00B) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-end readonly def
-/FontName /CMTT10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 92 /backslash put
-dup 97 /a put
-dup 101 /e put
-dup 102 /f put
-dup 108 /l put
-dup 111 /o put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-readonly def
-/FontBBox{-4 -235 731 800}readonly def
-/UniqueXX 5000832 def
-currentdict end
-currentfile eexec
-8053514d28ec28da1630165fab262882d3fca78881823c5537fe6c3dda8ee5b8
-97e17cb027f5c73fdbb56b0a7c25fc3512b55fe8f3acfbffcc7f4a382d8299cc
-8fd37d3cea49dabdca92847af0560b404ef71134b0f3d99934fc9d0b4e602011
-b9cfb856c23f958f3c5a2fbe0ef8587d1f5774879c324e51fcb22888b74f2415
-50d7401eb990d4f3a7af635198422283cac1b6cd446ddbcbd915db9bff88844e
-784c6bf7389803d9450b0c21756a017306462c563d51ecefaacd079732f12c29
-315e4b9623a5752c6f1d8145869e120d910b2644887cea7e30b15676a92537c2
-9d3aa80dc30082aba94b40990b82fb1a877e805e0c8c48f61e9f2edac05b944e
-e4d8084ec1d5cc517aaeec5b3ea379dd011eeb454cecab3ad2443c887c582789
-72355673e503affe0394fc7db31de364e4f56c24033c7df2265c56445ec63a1d
-5695a6041ea1b94407e1cdb7c5635603a4fd047e6edcaeb2d0da6c9e0e9396d5
-1a4a58e8fdc1578730f992435560a6e2d3e3687703ee2f78f5896389ac8470bc
-806169eb01762e89b6dc9adf857ead656620e2589aae722c37a2ed7a2941c360
-b067ee34d8d5ca3bf68db725614d936bcb207781f4d4ec2ac67b13a5ad161f3f
-059add7b5e3d904831e31c20c04546fae83ca93a35989e65c201756888f727b9
-7e5313c9870ec96e4cec3901ea03a5c744754485e7d169bbc98bf872d0796e18
-9d43b712950c3786257d8be06ab6080b9d9392313298327549a8a41c00a2cea3
-690b4a333e45aa815a64facae1c2b44640860b8b8687afbefdbd5b4a541a7251
-4ee7d3e0752af3e96a88c95d31fa16d34ba2f02fdb0088b165844f02611c734a
-dbcc2037bf741fdea7e8bcdc130c70c33772f777d8bcddf4611db99001ccff14
-d7af2bb05defc3480bdab312a0eff2f375afb4e0df2f803c594b7c93f71ca4af
-861ae1711932fef19bfe2f9b7adb69d68e5a70ea4d1a3d5bd85231b16993f65e
-fb37a0a823f0542f8c2340a073dc1be4a8347f9d3068a6435cd8278b0db1809e
-8af9664c2c989b9f16873c009449b6284b85da4dee11c96a05ba83292f0edbd9
-2cf674aad6ac1a5ff966ffc37e88a66048deed053565b55ef6bdb8c2f2f67832
-f8939a32442ea54f13d003494d6350a2864b427a9126a9c26a031909fe53fa84
-63b80c3ffd536c9a5dd29ceb03148dbc24c0033aea2115e1bfe3b6fcb656c12d
-e575584cd5412ce8b1fde28f9a199091442dda4990d873dbd4bc7ada4dcf4147
-ca1308b05e8f5412e872f42375b62ee9433b57ab45e30eff343cd19d1afe2ac1
-55aa2b20021122e90c48f01c319b2d570327c046ec7f3f363cca68ae2fddc933
-a41fca23cae97cc23be42846570d475b801ffaf02bf6a4a94ec1c2b73dd93ae6
-ac20190024c731b5806712c823cbf7d8291ea94e9a76bf1e3c715b90bd674aa0
-3da0320af0450fff4a75f5e1e83fbf6536eb9691909a655765083ac504cc855b
-9329df0dd5ee13003c240714c37eca8d518896bbe495329007451fba9df14cdd
-d8950c4c1636988c4e8de3dbc01277dfa36029116035c1eda42f4ac07f8c6883
-eb4eac8f278213d40cf49cae813cd0269be8e1443bcaf9aa4f9383a5d8823585
-1c385826de6cf55f7fdbfb74a99328cc64a1b4ad7991a3b9d9409952ae5b291f
-d5b2d2080fd62b248470d6eefe3111cb994e5731b9f1027c33c9154b0ce0a637
-d33729c36924df540a864ed2196415230b81752222df8779f37d9c2a0f33f203
-83744827452ff4d3042432ccb3d5f4314c6d51e6a8f53d35e458186f0f9061a2
-a53b7dfcebab03dff2029d8377945c1a61d48db1fa628074359b845fa06d23b6
-038b071c3601471c5ab555e440e46b81ddffcb0be3effe1e8c9b3b1f7f0608f3
-a6e63a49a35ef71b3e9260cecfe913069e460b40bda636ff1da4a081a392f160
-4e04b59522d3a0ebd09ca931979630b91265d0942485547f99cb9cf6e28a766d
-3eb812599dbdfdc48ba6da66687899eee0e3b71911a30bc7f553cecf8bff1c73
-4adb0035dc9ea4ff49404d66174aa5c25ef1352302c6432051cfd8da3eef1c17
-6d96da475ef37303ae6499802c12986c497434a16eac7010e436cf47eead9abc
-7a38bf20a20765008924ed4ae7a7a7554f2cf379161b073d6c429d3ca9157db8
-aa7376874b1106588cd4b4855827b09065803c630d593bd1a5eb3a7ed7311e85
-8f4219afb8559655444f8d9eb06e309ff626c33e2edafe56f96b69e1b0524163
-215382f1d40f69c5a80de4ca466bad9dcbc895a3218c4a0476c5b9f86299551d
-3fb81c90ded8cedd875981a61e68a4bb9276912a7642466ebd5ce0d4f3e6e9f7
-e7f7371daa0e4104250edb7f0a4b28cdfecd60cb87115691d2eeb3ebf5d341c3
-dc18a30a3c6b2d067363426064e4762c3e6abde9a201563d1f5cf2b4889a46e4
-fbc30229a5ae97572c894277a6ca919dc425679bfa0c86fc9276bea056504c09
-0ea9cec7ddc5ace9094d73f6e35e733f99eae54541a0486acde9c1ce4e96e25c
-683a3512a8fb401832263336e7d1a1ea019d8829b41fce35d711adee4458fad4
-6100584cef41dfda91037ce9a814082ca8f9f5789571c675c6f087acb7bee72e
-be41c47e20d7f3727bb1c4dfbf8441836e5e410b843091d6c926bdf8d19c3a69
-d558fa8ee330cf1f2b0e0831f4532478ece8b7f50f98fc2f5756b5e31c9c36be
-9b1eb0c563a1175566e559761b853ea9d1958d23ba35de9cb700102652d1fe3a
-01982c8ace2a228af7094baad9de58e0f05539ae4920a6883d765f0faabc321b
-1f9865066dbcbe1654c81a0388c3f407eeb40bba12c6a99c610e5f0616d03391
-656386e6d341583ea15db7d3fbb674f79c4fd16633fa5abb9b84b3eca11be36c
-f21aa5edfd8224ceb89503db18f3148935d425acb8bd2ba0daa823355c82a6fc
-1e1ea8d910468fdf058d0fdcd209557383dca05b45795dd4e03c7d598bd7377a
-6bd3f601327734912728871eaa0585ed28477c6fea33358d89ba4c89acf24540
-3c394088608d8aa25666406875d71a2193f9c49dbdca193caca5f9dbf26374a0
-475969ee2f1d7bcacaecc49e331908c8813fbb6e26be0d4ca614ead1898551cc
-b0c0d4e7fef0f48a84880411f8101be5eef09962aa75aa2912bfc9ce225691fe
-7dcec03cb22804c19c9a4e379df3fad8f875fa2d5edfb188a64c3111310bfca4
-6bc6e4de7b202634d16136ce43ac1aa81d6591b0d1aa13f7300980449b819e54
-98a6f8582b7bf69a32225067ba1c62f750b869c50bce47447b6c8961966dd59f
-55d4ea56461d0e3035e8064273ca30cf67ca8b9e0e8efd7ff2c6aa3538a13ed9
-17f408c558c95f379afe4280006402540c26b43e7bf0dd26e0874f73c9f25ab6
-1de5ace591d953986d322ee6872bfb67a604ed39ae4cf005b6cdf32f2c1b7517
-afc3c0626c6049c2713b079a1247c2c1a5442ba1459f180bf7fd78098d5d35bc
-eb97d566c468a5309f8d
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMSY10
-%!PS-AdobeFont-1.1: CMSY10 1.0
-%%CreationDate: 1991 Aug 15 07:20:57
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.0) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMSY10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.035 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMSY10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 0 /minus put
-dup 33 /arrowright put
-dup 41 /arrowdblright put
-readonly def
-/FontBBox{-29 -960 1116 775}readonly def
-/UniqueXX 5000820 def
-currentdict end
-currentfile eexec
-9b9c1569015f2c1d2bf560f4c0d52257bac8ced9b09a275ab231194ecf829352
-05826f4e975dcecec72b2cf3a18899ccde1fd935d09d813b096cc6b83cdf4f23
-b9a60db41f9976ac333263c908dcefcdbd4c8402ed00a36e7487634d089fd45a
-f4a38a56a4412c3b0baffaeb717bf0de9ffb7a8460bf475a6718b0c73c571145
-d026957276530530a2fbefc6c8f67052788e6703bb5ee49533870bca1f113ad8
-3750d597b842d8d96c423ba1273ddd32f3a54a912a443fcd44f7c3a6fe3956b0
-aa1e784aaec6fce08dae0c76da9d0a3eba57b98a6233d9e9f0c3f00fcc6b2c6a
-9ba23af389e6dfff4efec3de05d6276c6be417703ce508377f25960ef4ed83b4
-9b01b873f3a639ce00f356229b6477a081933fef3bb80e2b9dffa7f75567b1fa
-4d739b772f8d674e567534c6c5bbf1cf615372be20b18472f7aa58be8c216dbd
-df81cc0a86b6d8318ca68fe22c8af13b54d7576fe4ca5a7af9005ea5cc4edb79
-c0ab668e4fec4b7f5a9eb5f0e4c088cd818ecc4feb4b40ec8bd2981bf2336074
-b64c43079a611075699b4d5902c9a10bde669900444dd85bb50c1e6578957747
-b8084982a5828fd7a9e3b9924a6ac5c404fc795f3fccdc98d530eacff0f28288
-a34abdbb317d637d067dd07dd4168a3503519bc9093290a1e4bf69952b84acf4
-ef4c3f13b51f2d1d79384e692b8efa1d7746b979b1a59812af57dd0da8eaae6c
-05a62feda23714073d7b51ac3b8b688965df7b8ef00c00fcd28db19ec1f8cfd5
-ce04ccc85d4292c4631d33d80c4a7659b7e1a0a67831c478c9a287d7738d3aea
-ca618d42d7ed26d9518dfed077319141e5854b0865aaaf29bf2ab46b40253c1f
-f7ab99d4b47fce091fb12faa57f990020e64b532e0906ab6d0d1db3c175021e9
-dfa0cbe8dbe9903dcf86f752736e4e587693a81d58891784a13d33481b5d5d38
-721721821e62ecd5d18cef58d38a6040b0cab2df935b54f758bb3fefe9a359e2
-fe0aa2fd7f8e63e39bf225000be99bd9c4091fdf062f3b09ccb1963570d89e41
-ee3b5d8f223db9031bc43ad2f5ee9ec190d9229ce70332ed03015989d19e47fb
-4728c1c56863f1e4ffd3b422a738876531a06cc93c2211e2a5e849f6216c461c
-53af1837650eb1dec1e17963155079d44f8b63c7e56da41bbf899e599e0d8eb3
-4358fbc4a0ed5e7d3684c01b1c874fc5405c7ef58c0d66f3b34292e87abfad0c
-b36b5ea4ca4237467fde4fd43efb210c9c016634c22510cad36207dc9e65be80
-49e59d573a0ef1fa462d298d3d8b381185
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMR10
-%!PS-AdobeFont-1.1: CMR10 1.00B
-%%CreationDate: 1992 Feb 19 19:54:52
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00B) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMR10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMR10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 12 /fi put
-dup 13 /fl put
-dup 15 /ffl put
-dup 16 /dotlessi put
-dup 19 /acute put
-dup 25 /germandbls put
-dup 26 /ae put
-dup 27 /oe put
-dup 29 /AE put
-dup 30 /OE put
-dup 34 /quotedblright put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 49 /one put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 56 /eight put
-dup 59 /semicolon put
-dup 61 /equal put
-dup 65 /A put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 73 /I put
-dup 80 /P put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 88 /X put
-dup 89 /Y put
-dup 92 /quotedblleft put
-dup 94 /circumflex put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 124 /emdash put
-dup 127 /dieresis put
-readonly def
-/FontBBox{-251 -250 1009 969}readonly def
-/UniqueXX 5000793 def
-currentdict end
-currentfile eexec
-8053514d28ec28da1630165fab262882d3fca78881823c5537fe6c3dda8ee5b8
-97e17cb027f5c73fdbb56b0a7c25fc3512b55fe8f3acfbffcc7f4a382d8299cc
-8fd37d3cea49dabdca92847af0560b404ef71134b0f3d99934fc9d0b4e602011
-b9cfb856c23f958f3c5a2fbe0ef8587d1f5774879c324e51fcb22888b74f2415
-50d7401eb990d4f3a7af635198422283cac1b6cd446ddbcbd915db9bff88844e
-784c6bf7389803d9450b0c21756a017306457c7e62c1d269f306bd3402e266de
-fc3b5e7d8a8d2f5bf0fe6ddd40d07391df4fad4a6018dce29a2b8f692b29f202
-3a7c0e66de8ed85c14f1f8492167357f51a7e84cc5d92e0fee4d81cf7fbc8de5
-2d2e7bb57142033993f9c08c315abade8dbc4a732e84e142d3bee51557910e12
-cd8aa37c459a5e6b7f5269f59078aba3be4641a11ac48d0b625c8325b38ec08e
-4c9e5e7fed976a5650d99d82114f449b9ca14c4ec957702295a39a93ef93f618
-99b8ea06b092c3c1e503e6e436e0a9fa22576c8930ab3dc8c20f5d82b69cddf8
-ff4dacfa9c54bed5a3aa3ea5b129fe96be632843b9b6bc91b615581a985db56b
-1e01ca60ee69ca92cf5c0882ece62edad3e106d835348822400f0b66af658f2a
-e56ed08f8b0010571807009b73ab12a8cf14ca6c71f03c2a48c500f9d62266af
-154a6375ff600d9bac3f05ce34142d6867a79581c533176bb2f3117336671e2e
-44638a97167e2ea9644e31ea16c2ad2990ea33c54001e0c8156e6de8ab6a4d40
-a7137ba275f39589fea2e2db8256adc103d6f9cc038037a47e8fd469c5f98a5e
-3c15bd4ace40d340018b1cff7d1ed8abb0ac57b5b5a2c20a51957b96c453edb7
-dae5affd91a46d938fe0a13363001d844ded4323f1ee6d30012aea19b024a552
-315505535c85dc26bad31e09c50e6512802976d298c4e90d0044c362e6bf3ab3
-62a454ee93de25ce54411090c29e9d75c80ce26a84404bd9de3aee0e3f921ac5
-87f907572b8354a5c3165eea7e8b2ba4e333802132f760b41a900c698eb3d273
-8bea0aaf7aae96a558f08b61aec7c7d65b2889bb7b99800cffee5ba19ac90fce
-11437be1ddfcf0bca5670b543b9644a71c8726d0c1005abdb96f6e0cf7caaa31
-95017ca81519151c2c0b04f81e717c0691b63a76e9b25329ce2625b711cb7bf9
-9d23ec2bb5ec8aefb8c1a3b422ad617b3da4d49685fd44cc21a1fe5e1541163a
-b3e1594601d63c7e98801d7746474377ce93f81404f3570afbd5dbfe77578605
-917ab96963987e6efc2d3f99fa56ecae6422579852567f90cc90e4ef6d6f71d1
-858270205477e221018a375ca83c572b3f972c5181d189ef4f3e3fb66f9815d9
-b1bd406c1a645e8c66f53aa5d4bc2f4d0444412e1fa5d7238a7675e7cc9abda9
-2065e641151f8d4793ce2385eff2dc1d08d6400624e77064fb08261091d6f932
-c1ca0a102e9f438b86eaf91325876bf20b18005b9481db55864ea17e789202c8
-fb89602f404043088da30ff4117fc061ce251785d5ae7d6cdaf7b5d5ec5151e7
-249d4bc536705d99a55b17e9fb4c239f8c15d9b6e408013da8c171f6fd6204ee
-16bdda4099494907d42586428602bec7eca4dd48c2a52b54fa821883661797a5
-1fd6ae9253a211a8f687cd1233c579dc179ae59e2fa1b6825eff00f7accea0b0
-247885b39355a8f4680b5db0e2baa48154f0b63f13a0c161095c26a13a6fca11
-0016d69f63b3190e191ef5ddd06633533398a4671465de003ca627a0fe57be67
-876185e099442b766a1513272676e775af0ab36cba03c02d8c11bae771eeda93
-8b1fb4bd985e59a216dc0f199111c0f2544d7e77c800343a6fe7063f8bac8314
-cab1c57054152a75da2bd1c1d433fb6a23dd19c6b523d270ee2ec1be09377b26
-cc9f3bc1f90c5c5b8bbdb46eee75a66b4cc769cc9e06d6643f9730fadb35572f
-e38989263fe70333601fc4556d9dedb3ef75b522eb29cc0f4add67ae494abebd
-f105b2b6d0bef8430373c82a97e2ea3b6453e635f580687e36c3906f453dd157
-d442d902b21ae3cb1495812b383315595cc69dda1ae5a9e963ceff5ad37dd976
-a9a01d168199ad4fc0d02d1999cef8461c1ab3c34227832785a5adac572775b4
-9563c201712394804bd06bd979a20badcc3db165733e86d6e51517c59beb4efd
-7c76515c0a6b86d43bdace3ef38bfae98dee11282e592a66133b0cc869ddc5c4
-043230521181d9a8676f103861b5dfe8373b6570c8577c096c415ea3df297aea
-d6d2075a5dbfd64b24c56bdc67f6f14fc7e34745c2ef4abd6827190b633cc08a
-a2563509c44c9aab7b4e9f705cc655a5c48b218846f0203bcd4b42706a88eebc
-3650e2d016f19eaff962105ba8f5e1e1f045081f09a935be846eb568a522e510
-358a00fa2a6f164592ff6b2410808480e6965705cf6ff8cbb6e376824d9ddb7e
-72292a0b35610f7bc7057c781be9494698982ed7df62e52a30cc91ee84da86f5
-480384093cf0a16cccbc0f5f016645383e544b33488436c4ccd212a9e59df18d
-12cbb1c299343d13006da477da18162169868f6046c56d426fea2ed2a0a857ec
-3f0aa14fd5e10d91934198fb577d3fc368eece32f934cf1e8a0dcaa6f3fe7853
-8f1d02c151b229b178e00cbe4672d3d77d762f039d5478110226cab024fc9378
-17ebf3559ddab5349b12bb1bb3743efee48512fe8c321cfcb0dca9fd2862acf2
-f662211a8d432f2e8c42f4120af0b5fc2eb3dd6ede07dbe233989d2ab6ab23ef
-0b35bc4b4f1958713dce98a5872b7ad0df5194c8156874a2a2f994befdaae464
-5fe6484c700837e8b96ffeb520ebe64a19d3ea0a0c751f8ed3e8b141f27c0b2d
-5ac82dca96c3f997673a1512f18eb99740bfe6c507fb336c89dcb2fd54bc3750
-8c494c40f35af00c8bff6fcf3dbaf21a99491fc4a5d7ca8d211ea711e79f778d
-a5587494905569b2d63f0234e1339bb62d21c3b4a97b1f6838e8de056f765742
-6f114657b3ab78bbf2dc88561d13df6830827f04626df0b0bdc85a2a27889986
-cc5683b46d5a1a0fa64e2e74fafa5e6e45415a406d850a5aea592ec660a5c740
-151427beedd6376703cdf91b9341105bc6e810de491cce20b1dab8981267c804
-e105bab54e4794841ba6f0ae594aaef43e3a08888f1572343dec0a6c68395803
-360ca667d163687f1569cbd0436242aea5673cbfb49ce8ea3ea2064807cecd98
-18d1d55b5d5f698aaf00ccc301bb94a7d77546402ff894fb02fd372ac7170c14
-9700d4aef3f91843fcb696227a629b437763e9f67b9fa92cde309d0da6427920
-f46d64a679d82fe9e83007a68983a902ccdae36f69434d0fe4f617f78b6d0ce8
-136a5535edaf3d43bd8e8f1e9b9480f974d79b1c29455dd93a496dd7d0d40cf3
-f89bd01a20e923c3159186eafac1e584412023897532cb7fa158263b875cc445
-bb8fdcd12b3987a49f46a40cf3e1e951ddb7d109fe0ee7a6e152a5df886af20e
-94782ea9d48012d37e6e7c852008d6121fd88c04ba2829467ff846a8869521d2
-95763e1123f62a7be1ecd3722b1f321299a22c5c7f5db458472199187e34c2a2
-b8116314c71b243c535c9372c0ca2bbe160c5a378c80981a5ed1a70663a6db4b
-86514f06b07e825660655fbe6cdea02201304d22ffbfdcca808b79f9a7e13fb7
-fab5b551e36e757a909ecbdf2537d3a1c10b63ee0456e29d2131051ddb922c9c
-d6e875ef5cfeb8150dbb3040e64a269355a5c24e1ee92f31d8249628d9faa814
-4040ccbf9c35999a19d38e2c383e0cc0a66eb614a6045b77b7d66a8c8e060df0
-6cc7988b6bfbbf92ae74e63c95989cc38ebf40ef5c7609d96793e42578e3e0d8
-2122cff161b2a8f096af90e03d2d7cc27459f54fa695286764b9007a2aa52d8f
-19d7cad16a191b2f727d458bbb3a3a3edc8749711f62aec6ea1f074dc59b4d5a
-1b4b5c73718f4c235e9bcb745bad6e01290996cc987b5dc3efda72b3b9d8bc45
-a8c9e7505074c4c98eb29ff24d7c9f6988ad771a3c096668dbd3b10ea31fab91
-590df16246e9851d9a00d8d7873454e464d0ca8359210afb37c05529a0d3df6f
-7370e044c010896f528cb0ce7bdb95f0fcc447ae8f6f684f2a69d6507dee93ad
-702d89d0a451e281bf679572cc8b2af1bf727d51e3afb753ef773d6cb37e24c4
-6967c6b9a5d460d647117dad9ab0cbf38fdc8babd2d82314b646c09473be772b
-8d4e2b47e5f16f061eff9e7fc2a61454cc6211c343f0145b1d4f4941f2fbdf1d
-f35ea62e70f0af95344e91d2c2c4ddabf9184740cf4208bf8a433f5e89f82e16
-5b0d4a8175906c4345197f9e31c0edacab667ab62a86b59933dc858b49825201
-cfa7ef8450eb4c3d3c0584b81f5f778bc97efb41f003f240e9da6db131ee25df
-c6c934b844508933120cd46de89ff18051a07a63c5712fd944dd8b104114bbf4
-bf2bfdcc897d73efd5a1b506e694f5a2eaa99ea101f17057df0c5dcefac518bc
-8c874646e8624ccb62d5d2c14fee75ddc1e8185f62a23a3eee78a4eececc92c3
-71ce73c225ee7ff2da20b7b7f5e0d4af223ba49bf16baefe7805917149ed300c
-465f7ece0d0ca756b0eb6bf7edb0936d5a2adb097f0f0e5f2c112833a0aa08e0
-f5583be11be43f1c035704048d15d263c8f595ed0bffec05511f33b85f9efa35
-0bdd02b87477dd96403f0263b449fcd9269d0769e6b53e93190cfeda96a3003e
-d9f11e70369e268b5b75fee9112525485271e5f51f833828b66bf9e76a8a6f30
-8b021ddf0e3ceabdd395537d4488bd002b36a88156da857432f51e1067cce350
-ae26a238235fbe61f6e0350a4e21d4fecb52b40d368214ab97e5908e7ed64d69
-e5a6f2a041ba57b41daaf11f3658d8990dfd1bc54a2101d8916f6c61e3b0bd8a
-6e0da2a74d7456e7386557b56e0623f203cb493c0529d3dec615e383ca8f2ef5
-64591bd4739fad8ee86fd6d8f236e865c342c6faf10cdf95566c96509b3b589b
-7bf33f7192065f208a53b8cfbe62b4c9261c5f8fc26da054ca591f7e7d05c2bf
-5fcdbd9a3d21dfccd687084c68609cc2833a846974b0b69afffd65e4a29df09c
-59bda18bb6cfd101a23a0d5768356d1b78949d668399ef48ad0633d1c7c3ba2f
-6e1222269b76198d22fd5adbc568dfb36a0ffc955a1e219b9e71c348e2d54a31
-eff43b5da97634f00f1cc71c6bc2e6cdedbbc15398c9ed55e867e86be6d02b33
-c91cd0d41e53aeffab126d4936adc29abac839b4de494350c40671e0d3908f2e
-4a1736c9a5a10014015615d8d8b0af745b3141d7ba094848da502d15de14cfc4
-f76ef0482d9cfe62e31dfde244d5e8204d3f523e8c9487ffd1dc4f6473ce2855
-d7fe290542726553407899392bff64e42dae9f06d4953bd857c9b01aa05ad3f2
-a2e10e157b50610c74b05877f9c9e85aa3b24d19dd193c9c67b40b2e6224b713
-f386fa40c1a5127a22be43cb5790d249999534c3a6bfdbc22ea85cefdf25b0cf
-0b316fe1a40e1786a0cc7900600051c9f39551bfabd1dcd51902c363bba3ce38
-55f3ef77f2785382a0f16228e12e54d31a2aa8e5e800107872126469355d0e58
-06edef93af116bde482d936626aa54f894b0a09097a9773f96140915abeec6c0
-10d744d7a7f97c538f9985499ec88cf9ab967d0613733b4782a8ae1d09bc8390
-e301ff1d8bde7106e40368e7173df368f8777b07f411af5f4961087c06940ee6
-8fac0f47fe453640210a42d4173c92307e74f6488335f516dda74857661845f3
-0e49358f16f8e96f5b35c10d4612aa555c7ac952376305e0bc0c02e348423b2e
-2c21554d68d9b51d6c427e6d065f5298654d76b45e3f22d4f2fb1f1e109ebfec
-311fe3ba652639072112e9564bed7590ee7189589b1fa1adcad3224deee45efb
-b83f2273a9ff41296a289ea43bf1b73f131811156c3c14e76ed8706d4f3354a4
-215fdf81f1319fb463c18d6f257155f779e83e39a7b69609260aed95246bae53
-44f092df6636af6e2a2ba9339525819ffc092aeb7e38c672fa99aa6ca26dc8cc
-73fa450d295564238c88065fb6b879fd53bf0fe29ef8ceaafe0cb3c510118ca8
-c0df8976e7f3072f1e1d4dedcd772b424f4f0f138e421558298d4f5f8bc936da
-8856b0db4e4b62f20c1d6ab58ae03b6395cf228c9a70efabd29991f5ab8df7dd
-4fd47c9733573c67198cbab65ae651e025211419b170aefb294d2e80cfb5f9eb
-36ac969019c2cdb44a57ffb66afe77302aaaa2dbcdf49ec728c345dd5e1d0046
-b16ce7d795227cfa0bc873aab9b49d59d3ae8ba58d7ad1e0a5999d51ea336326
-d94c31c8fe9f2061a935f0331bee01da7e7c9e099739061333b6c170d659463c
-cced3816caf5acb6da1e08287edce23d676e8665f6642a9116b3ac39b9560201
-4c51ebf987f6ee7f662b76aa55f50aaf7a2e365970e1aeba25d2144c919f0fc1
-e7a3864d90f9e8e57068e107f24d9380400929c0afbc5c702da2bb8394067951
-565b2377764521b41e278cd9ee14b8b48b7b9042090e4bd92dd410dbfeeb3bb2
-fcf70e76c03f37ce963a169bd51ec34cfe92ec199edce16373911512312cc454
-95655ba9a81bbdd16ae2f442e45c4b6ddc0aa42bbfa0162e0e4841a20f4828a1
-420d9dcc9fa817d605e8ca1382413d5e27620fc91a84c0cfb3fe08aacbf81f26
-774428cbe16ffe835615a81a17d1a1bc94bcc0d4b1281387eed65128148cf50a
-5ae8ef388574b3ac1d7f46a4b948deec4dfe37c01898bfe1b327b914b99a1b7f
-0ff1782d5471dc008a85f331e045c555adcf83821919a79f3fcff66d0a4cdb90
-ed7aa7abb087cf7977506b633a77d2431e217de51a1fc2b3ec14f46bc9331cc1
-28e97ac7c6fefdf1384948485cb4c2886e657d3f0ab0bc70bcc16c758748185d
-dafa880905e2e70299f23c1e80c9b5c297a31ef9529608b3a96d5c98949da94b
-b0b34bc103f03532b68aee10fa178d2530d5ef5b9d2459b0c69fe66895ae76d7
-0b6a63d9559e115c474490a311a8f4b554c7143cf48de949556e63dd9475241d
-9452863f4480e520dc163d38ae9d38bba68dd0370e8207c55a9ee9ae7bbadb5c
-181a13313c5b1a1cf9e4dcc818b2809608ea15d7973ffe3d639d3a110cd6f7f6
-85d7e42ad6c8189e51f009b78a0f0a12da8933c4067ccffb675759b06a37ecc7
-c839a4fefd7627cad46261f1dea98fbf549d82b266f7afa06e864d06b079de09
-66c8cb6447f208778baa95fd0ff6d66d1864702513e0fc4ce09018f90d1a71cb
-0493ee58a44b09bf3c98d63e2a130290d3c26a8b241e927f7ee608e19895c082
-b50cac9c6c1bd411eb4ac9845cc80162f71ce0716a3a7aa31a882fefa87df826
-d032f7bdf6dd6f0177857e55acb2eb2b2d7cc785749d0a89169a6e77f2eacb71
-cfbba6fd6a062bb1c679d6cccdde2d92321bb9b078cd36aa33d31eb3c067e93d
-2d5ed444fbda7fb401ff6b1af75078de4860e9ccadda4ccf230b9ecd80bf2cca
-d5525d165fba606b6dfaa81bf779865277790dae1529e51e1f8ca382ab64b0b8
-1bf336c9f81e86b08e9b18f073c593f6f71e5771870614502471dfc386ebcda2
-ad1a00c4cda1330a6fa94a79e58e9a58d5772721295053b25877188d1f9e5b9f
-ebd5c318aa18f8869339f6c212cb62afbfb6959418b76e7f30a454def2994b68
-6381895987d76f2153340704d3e624cd29d04722f7be2072e6e07948c53b94b5
-bba0b965e351ab6b5a49a1212f721e7febafde73cf0d33479431c606de53b715
-5d85ef5ff827724c57cbe933a5e9827f6e697c9e587c93afbe8b6908e92d7238
-e9582bb8e4a838ee39c5edcbac03845fc0b1b2bdb45b91c11689a675be038742
-d78453c7b4714ac10fe67e5b352cd4ac1e7b53a88f9d30a12b24e13840423e60
-6b877b4583610625cfb0dd32c026f6def079980a255d7d8ea615bdbb68c1e8b0
-7fd1587187e629df14d51ee1bba24ac8ee2b3b2b30b00f863a2d434700488ab1
-dd1844c82c33df17adf32e9f22d535056ea9ecab138311ee5a4cfc14354a7e46
-0ad3ac6d9c9ac0427fc8cbd84ebe1000a05be466a674189ad8f03d3aca29983d
-5517b9a0b0a793e88acc9a8831b28129f7ea986b1c1e7e7cbfb4d202c3ed2208
-b04b2defab992f3550d0b6d7e2d8cbc64cb5f6f90e3f442ecc29383d4bbd45ba
-3ebe3fada59b4cc519df6bb324599276c09edde3e77c87e016dccdfcafb4190b
-522208a90a0d9f6f603388e949ef491a26a2378db50c69fce93395b7012ac751
-b7c0da66f931850bf2200d87394990bb673273e386d20df8560d893402e2f761
-bb216ea2530dcb27274cb81f2087c64155223d97af4b001ba8eb0a90ab5521c2
-9fc8f83d01910dad063be555aadac8f7e281689df391f909fba84e20fef2a993
-8caecefe097e279fb7678f69b82f8d89630595daac8f21d5e972829be216f962
-835118acbf30fdca82256e598e0a3fc6c4099354d2acf44658c5598a96d07a82
-412ff4aa22dfaf33e47250c183acceffb996405e373c22bc346a63231c7880cd
-f7ba283e77fcaa59756129c11eb010e8cc4c7fd5b3310db0394e3cf93dbff250
-412fc01f08ab5ad0f51f7d473a5127a02067749f71e31712e2852879b628c4a3
-5c2addd08340ef5a648b2886c5c31dbd75840215db72ac33fa8155588e502e60
-7ffdadaa7c5116969a89deea790b2ca28bd54ea26d6dc490e820c0b44dacec8a
-ec1debe7b6560d75a115c3694112101929b9ab2a852e3fb6369b170ba4f77901
-65d8347be454217587b3227d523aa73ef48e478e50c01123927322d05d390539
-caccabd75cae8229419add110eba5a6d87c3cd44cb9e21b85665a4e44c095086
-7bb5a8bad6fa3389267f2abb65037ec9793432f062d79b5d887de26bc1450bbb
-9d058246ff0c4c5510017ef4d96293524c6ff46568ecb39c096c1baa57bfdaca
-089aa112cdd8b546270658a0c56aea9e25ec2577a00d649b80ab589d2e3582dc
-fe215481fc54758742bc947ecf14058e0364eaedfe41e4045bbf0946e60911f3
-1cca86bb700ed3f357279f920c4bfd9e9e8df4c3ea559a7d3d532bfe41d26178
-17dd65299bcbd52d899ea539fc0274c338ee77398f69646b31f44a3084435689
-f138b4c556c208ac5e59aac13e89d5b8f6018c6c3c1068838f387c699e7514bf
-4b8a608d898df563e4e727f915fe1cc3f65fc7b96f8c1c83e7484735edf700e6
-0ee4d09796500b1a200581583228ba47a98520fb0531d7d88ad8b0b5c9f6c937
-58dae9786155ce58658685e8e027fdca5e09cb648b0f7e0e9aa2b6d3e6c673c2
-d670dc95a3b8a4a6e405ebc8b48f5c90d050e666cd91901214f8a071310fd833
-cea2290c694fa9b2bd781c4d25633ad46af6c07e2b2a7e5adfad8bb33e69c74b
-7373f37999eeff3b5597073c69df3f637dc0a28e7a344a2c4847ae8185301c1c
-33b379bccfb5a1813934ebe52c818ffb5ea72fa1eb54e2757930a349da35a280
-d1ed7feea6b83d25f0ec6248b3f81d043b61089fe751ff7b210f872d7f9feca7
-63cfae266c27ea61dd847806bcfa1f3e8d1f33707706a931a1d862f2b5585755
-51e236a077f116e9d3298a7ca44f61daf86f718809dd27b820c795b5696363c0
-9e0d9322a49a709cb470db9a2064561f9c6480514fa9eb41e30075f5aa1eb20a
-1b5a5e23f84925be630dcfecfb3c2b4f290858506d4006e2d832df79b9be0a52
-f42485ff3422b5f3df50de4cb18e006d81e8541be2013258af761723c908ebd7
-c3d474d2affa85a0616a0bdc6186784e6ae6accf532059aa3a3f8a04629782e0
-7769789984d0fc5d9d8f524ec8d578059096c7e517145e25bcc51bd45745e6ff
-eff1e5b55e045f53a0624ed5510fbbf7ee4fc40de4aaa82b4eaa5cdf37104b3c
-b40fa87b565bd37a225edfef2d41cc09a87cd8cbb3746244b0c335ec48590272
-5ab1df0f5862f5b7f44b47e47f835a3c0ff0a87e10a50d60d553c17a9ae757c3
-c2f2c35fcaca956943390e16ff670d2a460380eedfb195e9d9366f3ad6867ec3
-aa199068fcb194c4ee06f62c018878f7e7a102afbbeeea3a343572266189feaf
-fca0c9f231eb58fc453a8eed2893332ec1fb3d99fc44d7d7e5a39e1feff513f0
-312a7273a7610556b30b4276b474300b1666530f2602724e36c2dca4e8f1d858
-0bb1d22d414f447798ce120d2b7fc8b8dbb042b02694b65cabb5ea50bb4f7d17
-946bf7f70818e8f0e965f744a46df3d33bec94677b220214ea7f90863b72f42c
-b273296428aa663263a9c87d12ebf64eaf065cbf17022bd19ffdb0190df7897a
-0d5bc2e761177b38b994bf51ca4e0ba101bc496a4ecba6b990fea92ddbf12131
-e195dd17da487c525e012bab938b1f68911a1845a4d07372d4d6340a8415e739
-776f085f73565b843eb405847401d80b3b484ef01609161d5bac8b379a0311a2
-8063d0189feabdf89437e1707d74f690ef93b4d8a94977340a9961b92cfd57df
-4d63aa87bf59d80e8dc495e3c118057890478599d6a1082a07c8c30c54b1224e
-d050611be8ce37ce615bc64c8b58f24abee247da6ce92fd5d71650f85059792b
-b1e8ed8fc287b63ce68fb34994a08e2a7a305f0767b7e3f9bd92ed7b7d625321
-40849256e610f88361c783b990d87fe4d326d1dd2b00d19b7d6c4ba7cf66e56f
-a72494037094abf2edf1d0851d04d4a8b4480a13b3a88f68916745ea2f776607
-8591ef49dc351a07ba3d53045fe5e9df5d38e92259feb561228c399ca16269d7
-08ffa0142194141e621c8ad300544627ac5bd08a327bf2de4d6b916653c34120
-ff229b8b3d7fa62c10e47222615fcedeea760237e42c9cb34a3d335e4eddff60
-96161e91a9477776866c3120e252b8a83497b96947d4394e428a5b324cc54a2b
-1f861b99db3ba3c9e780421749c749ff2ed7a48aba4a09450e00bd80e89c1004
-d60fcbab0321d516b6dbc8098c6157c601528f0f122b275c664b258f83285bd7
-047afbadb5e51628a91a0c1fbf1f098ae78fa1fe88782e2a4ea1c47e34ff277a
-87518e379018f4636a9d15fc3b0bf92366cd05a8fd8332cc36091ef2244d3c30
-c4721c25349358b8457a2e50d03a3f9674827b66efebc6d2df6b1af87a5da25a
-dbcd04b24db31f6cd17690e1bb55f310fc267bcb377d57f0c3cf1c3fb4925bbf
-6ceef3348f6be726c0a5274d3c6cb328a7c66ad9e966663174e93af6a27751ec
-e8a1196eaee381cbddf7fa64c2910f101b083f39968a4e93d79bf998ae7d6835
-c739a92ae2fc949d3d3bfc1d171d3c7ba8ed416bcd35be5d4eb80c1d8f319604
-8eed1d50feba9a35055ceeb3282c10c53ec0c2c3962c0537e2d881f54da3019b
-fe0ecaad02fb03d7294e4e6b597ca78b429919bbca7db49662017c17bfcd7b74
-c2ce2d2f0fdcbcf45aeed12d23f2518b129e491040b61187b935360730fdd6b3
-5d8976497002ad582de4afbf811d0af9f45c5c0b3a6fb3937470d3313173dd9e
-9b8d9d51521a809029efcbd7e88703851127de2496be97683962c1ca054ba244
-593aa48c70ac36ac7d9574be2ccef5cfa071b1f65c3aff6191be60d986e0cb21
-b26de38793de394003e277dd68ccfda1123ad3474cbfeaaf5ecf15bbda72acea
-150d4b241193d450e3c3b92f758fd2a6516f07d3599e680e6fcba1171250245a
-e9f4a7741e817f2c2d455125c4405e299edb88771df944b4899acde5612cd3f7
-bcb097be7c996559a8b724043992a3db9b9744564d0734bbdf6d4283f0ec7656
-2eebb6dcf37ff4e9b1553bacbe9b1270f99c0e73dbb4acac4e221e8bb7da348d
-0c8af4db6493d7b7fadeb70d6648991bb6bbc4eb862e3e9f08d3222c295a0618
-0915bbdb4bd678ff4983e061bd29e8bd6d1a48db9df42ef59ee7492f1586b857
-51ce4eae0c02046ad511a385447b9e13b3b6f62920184da93cd978909bce5de7
-e15f39ccaabb6f08172f94f811f80e5ffcfc8be5307a69a2424af4d72102ca9e
-14fcde9e540a6d9cf57b9e6c56670fa22e806ed33755b352d6ec527104609a10
-1b3e71e689a0c7ffeb9b48c5c075771baae17b8832148ac28a7bd4dba5bc1049
-78adf0e820148fa6a90545378b0268865abae637bb216bcc00aff113ba0e8bf0
-828b68f60b28f4a2637639f33f491dd3de2155768151b62832bdd788034d9719
-183b8f4ded0a486fe041f962155b64de9bb4a46cf7beae3b55a8698576e7d6d0
-05d4293643dec08b5eae6f89e1c5aac003da0ee2a2f3aba3eb18f2e77ab035f3
-0fe56488ebf42b59263bd4e61e0c868c4b5581feae5e91bb80b62dab428c87ba
-d79809858312a6abf6187c1cd2a7c28bb124e6b9347a1f0e804890d80fe44888
-4ba908820fa43d8c8c755072927edff164e6b603a127262f70cdb3f775bfd50d
-c00056c049e93574f88385a99c2d9becb2e886c1d90419730d0b8186f720c652
-c2ecf7bea7cac2f191e671fcdc84ab50116b04a37c8e074fd9182c45b9253fd5
-5cbf8f30e3cef6bac8059e844fcb763d338f4b94edf8247e9e269335e2b546d3
-b502baf5e1515ac61de0e89987c425d3013a7256d72c543a67eb08234611447b
-5b276f420cff6dfa3427141e6d83966ea50a1de859af007f876fa8b65ed171f5
-201fa992466df6d2207170d447f505e2c35d09be3436bdfad538b644d1881759
-2577a5c15b7188c9887da87657686bcad61b6270b82cf789b5eaef79f3a5aa25
-ed755b8c53a6fca530f85e9fc2acb5b378e4cccbd5de2c5b8df8319be2b0d8db
-d87693abea58f6865c16c30415a191b62ccab357002cf0d8d1c7f93aa4408f49
-964f407467fd6c3f7e7b395d3b3ad381a658b78219bb75888262a1337a6c67b0
-cac22a83b6c867024b536ff7061750958c697ae8f658c0b8d63dae6a31192797
-1e320de30d3108cc5fab9edb9b56f172d11ecc1564224fcd2e89c4d835c35513
-55607086cf2c59ee68f7951334d2736e07ebcd9c7c615faadbfdeb6967a3a712
-4157d091c6742d203ff25ea67892a52bbc9e61df30e98c81280a273b57dc1d12
-96c1cfa164f13f2cac17926b79c35f473a668c3a025cb013e1316441c0abafdf
-aedb95d62971b86956f0c9c32ef1d1b2d93362032f19c72da6d5c9759310694e
-efbc072dc6581b5b9ed8586ea5945ca4543f28ae0269ba1d5df705235d3b44a7
-b33c2c84fbec31031a87910537a941080d8a87d6406c237093f487f03722aaab
-258510ffcf4c4fade4066aa7c2b64d3a4fd34693ff1ef18ba23af5b00761a17a
-3f6057d86e0e4c42de919d7c847ed72feb545d7d2a6fec374f413cd13c57ecab
-02cf17518fd5096112fa475f80ee345600c95e0cbebd3ab70ca5189ec3c96ef4
-78f5e22acdffc0fa71705c223cfdd8a9f28a13458e11e35eb300f80d8a1a4353
-0fca1305ea87464c5a44df910343ff15436ca508ff4229e5007c7d2929827f38
-9afc24be23088f0229e3e24d06ce357df383437e0cd7cad77b95f16f80a38b8f
-67bdab2eff74f1017eb43f1525a4bbe2be25d14aac0c231d57bad93051b3f663
-987fedf66d2cf59d5fcd3e40423bd50ef476697efaad54ff64a3836884f91f07
-827270793f1804de5fc95eccc4a009fb3280fe8240b60bd9738b0b8bef04aaf6
-9b5321ef284eca3ca1ddcd9594d6e801767f395dae321860c4cd5203dd5fa2fe
-687f6a6f786a201d803cc9b3d697c53db1bff53f90e694761d59f2f3fd73bb70
-0d5518d4b691b3b4caa9f77a694cef0663900d61b6124ef7b40b73363a44b955
-24b49e573b28fb58d134eef2a7b88f5be4cd6d3e577587f8ca2b73ce44cce68f
-1c235bcb224eb59c1e61e5e7746d35deee11f891186aa86a99806199ee8c2c5b
-f517b17fdecafcc4fe40114fbc5de7b7ed0880554052df18dc90928c580b8fbd
-bbdec1fec4a38332405535cc3045fa280adee50c8b56f195142d25b0ab202d2a
-b781ca92efd3c2238e7e6b73d0fb706cdd931590865fa81e0f5b368c65f53d0f
-865ea386aee57a649431351fb480e3a531a4da45ac60fbd7f2e5dc7053341e43
-0296d65105e3bdbd9cb99d3387f78409c7ad5aeefaf49bdf5351d9d01941f14d
-16ebcf8633c682d123771cd369145b25eb020a8c56c70c43d7e6700377992367
-ccdb65ef22453c53b2fe07a0d025cf953809ced8fc3230703c2da46389610d59
-586871679439ae58c0848a1ae5abf77e308b07711ea6a74269df22de41de6ac8
-f7cc5a948a0a62d1c9303129daaac7b72fac4898c5c6b9a870dbe75610492f5f
-3121516efe9b3a1ae1e94c0e29a2a52256772fb67993eb152c40f65d1249755f
-335225abce8be0de8d033aa432ba13ae229039a2169649d5ba4b28ee11ddfc08
-f91f86591911ba88611629dcdd5a081ea1bde8af301f3ad0063f28c33c2c65c9
-38283e876be91207e249aa3927576dcf539de2cba8a2f14aec67560d754470e5
-358afc36cae477d9f9ea61b47b64d26c92437c80ecd706c328c0d918bf253466
-4c6a074a0b43aad427cefc990b0bd7c77ebcf643007d9c930f4aa7cc36dc681e
-70bca4e727fdefe6492f675d578816ba6092794de8f8e0610867c0b9ec6780bf
-3d29fbbfe7699efbf7dfb0102a4c96a1117530c19064df685f4f1288279c1948
-e74e563bad0cef02499af1daa0cb95ea249db6baf600a0aa0a53f0ec68bad5ad
-9b0d7471c4486f88ae2be029baeb32d72b2d613af9dcdd874748ae30d08ccaf7
-176271f1bc14456e9554f37da5b85541178f9f9289a89669cb4921d12772d07a
-b33174c84f574fc95c276f69d73cedab4077b26f56911fc435e6d2514417dd8c
-4215cbfa620338044a4bcae0d45735331a9fc7f8b80aa3ee14ac267ef0fc2d8a
-7506a377ab51876bd3ec78eb552c327f9c9c3a8d1dc8a1b01428e99021aa3b9f
-01f57c4f60c192415af53fd497f406ed514598bb175c7b21928a2c5fd265a343
-2f08dd80964dfe9b42565a3a38b9fe4b52fb31ba9d5992c99c0d7a658aed561e
-9c50657dec64d416fb2f6326cd26181cd8b45ae1a8886fe986a375c9798b94f1
-1859754b2f420791f8350c1b810b741707409158d4f83ce3cc0a74f4535ad6b6
-8603d39e34c29f40a0e73553844cff55f0e336da9f90f2353e626703f3a3af41
-ed6af2e513d2166779b4a955137664993fa25513db29539ba31d966c2d2163a0
-ed3782990a47394f3fbbcde6775c1ec76b4daf49a7e4726eb6dac796b089b14e
-c4a83b30fee477b7fb3aeb9a8f31defddd61a0fff25967ad80c2851e55dc5c26
-c84514402225c409bcb0f0dc4738b1e3f7f2524ea2c5c4efb184f880670e9a65
-c90ff6b0d2594f33d43fe4fcef58ed7cedd73cf2c410276a4d9d5f06ba155017
-d32e70ae2f93b552d0c0b8e0d8ab112d741b54133f91470ec3c28e4731d15b12
-3a44ef63538c9fe837300562047d7b8585b4e00693741737d1c5e8d6cef0ab12
-b65cdcc5bb5c766d9a6590c60aee88556d20b071b2c9f6506518f13a9461a85d
-ed9524440d0fbdce913030eaf79436cda3efeb67fef77a259aecf445828938fc
-e264788a928915351c643a092ace3857005fb64501cc778764169a13013a4b99
-dd695618af53bc8c26eff31c724f301726756cd2415f4f17b90755ec1d745121
-26a0f9d01da1962213cda30a59068586ce26d92b1814130b4ff77a334d1d48d8
-6b9542dac0c945141ed69b5ec940dcd5d9fa3d892fa4043fffadcbd1a0b51b4c
-704dcebda6f9aa43463c6707cba64db4e294940086062201b4b4a8fe9b0f300b
-4275ad0c4c92e26892b4077dedf2c6604383400ce1f8f4d63365a7217c1cf834
-9aad15faf7f21d09ebb3df67cfbbe251ba3121e698923e631233188fcfb16c12
-1c5c23f8bdb4b0e5ad4d2389874413a00933dca8b87b9db5c52f8c37509be0f5
-6b50256c3c9182975c8e13c7b5da8e818ac6cad0327d365610f1244ab3f7ebb2
-e32a0212f00748565aeea0be81c9a7fe11796f07bef253c724269a4783a8d34e
-c3545d80dd8fdc466aada30ae86e6a1aea3288b2dab999bdac8c6bb52ff41f4e
-f24bd2fdf4c4435e466ba6218a6b8e4597bac9c03817481adeb21a047cf34eb5
-ccf3fc45698034129ac197928c86d8c975f0e86832df44d0e52f6e56ffc1b306
-6817f5fdbce03a8e449027aa122e2ac2a28748b3e5d5114f01b4faca0ea7364f
-b93af7584f01016c2b6bb1278f9c8d8edfae99395c1d9c0048be9a38b283b22e
-0737cdb51d548c0860e0381d74cc932b279ab6d62e44448c83f49e670c927dcd
-73a81f51edb4698dd3d7e4554d5b9e411a0421b0db1fa75bf94bf77ba0489dc9
-126bb21a975f6aa1aaeefea082186cac478d6267e373ce65dee5add48dae4708
-a34e1fe4a01bf96a99374edee8f016c600bc3bee6951699f0be054297270b8bb
-f0559cfe02bda0ad4a2a4dd0fda595c1336a664c04bd5e64675b6495513fb8ab
-261a740792e95cb18d6d7994efd85b95c0c1aad40b61a84934958fc90d77435a
-5e7d542d08b8c7f9a7328f6bdcdd204a595fc5ddf3d4056f24aef7ae04c5ada0
-df13978758f1c31ee153164229fc748e725c87f2f941077331ad83db1b81fc2c
-4423b15cb4638b1fefb8207e01c6643560ca9f51aac52f6b1890a8877d8f1951
-2d20f6765aa120f2b1d1811b87dfa928a668966461e5fa2aa74be5a154b6630c
-fae5d882c4d8a692acece141dd63dbfb471d746f2c7d930b48e814f90b33d10f
-b9d58ed82a27d8fadb9d5d96436665974048c3afa992345fc5051ed83fff1b93
-3f4aec562038fd62819d675e76c12cca1ee8099544965e9d63b3a8d91042d071
-a2c41ccf9464b3f6a373d56fb166015be39553fe7f6ea7b5642e5669f5a44804
-24f7a4fed8966f3ad5be261cca182b5f9a92793af1f3d4da5709acb4b8771f8a
-6c467918fe9ffbdbef1a974c57fb948ab3da6e6e3f4b58915f58b0ccddd27ffe
-171ee22fcd3615edc81af5fa5fe712040a8eba47191e5a5566e5bab7be507f14
-ead70352bed34a443f48bc6919d3ecf5246ec5db649bf01ff3c8fa8b29b415d9
-1f28ff5190c5a37c11dfd4328d3d08921156101ff3615ad513f3b2356386c42f
-a07f0fd822104dd8f5a63c606684cb8f2d8a6bfefc1997c2d1db6747a00a489c
-198b46f93582aa3e09b403ea2789e482e481d17584953876214c32165be6ee19
-7952becd780c414acbfacaa1a5712da00f7aba8e62b1122ffe6853ae103e8481
-8855c70c15782a6342d2602e715d553d9bbfc9c3c5b8e0661ec0f4498530c97a
-afb833a68e98c16901c6c70aef6ef303f9f1ab603085fee230d086fbaea5cf34
-1e9ea3d16e58a24ce0dbf664a605429e50930a2b29a1c45a01b5126b0efce248
-4ac57548de3adbd362a7d3f1f8e99b79c1e46d241195e9d8dc49b8111b36195f
-fad7db28630bbb2023a316301d82e3562f0554e0b1c16819ec9e836d338baab0
-82a619a39fdbd95ea5b2c7b96d28234f17eec431df24f200e94f2dad9d1f9eba
-8602eeaf0ebc3a16c77c109b33a77de490a5def568d2b120e48f36c49b71f219
-64602ba574d1c5ef73d6b6abdbc78ba8afb1fe83bb055ab688f986e0608f708b
-045272644d9cb83e2b6ea88e934117e837fd18eed15aad674a35f74edf49cac9
-2f41806552789b4017af81e9adb4417da096
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMMI10
-%!PS-AdobeFont-1.1: CMMI10 1.100
-%%CreationDate: 1996 Jul 23 07:53:57
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.100) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMMI10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMMI10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 25 /pi put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-readonly def
-/FontBBox{-32 -250 1048 750}readonly def
-/UniqueXX 5087385 def
-currentdict end
-currentfile eexec
-80347982ab3942d930e069a70d0d48311d725e830d1c76fba12e12486e989c98
-74c2b527f0925722787027f44470d484262c360cdfdddf3657533a57bb16f730
-48bfbbfcb73a650484015441fdc837add94ac8fbd2022e3ec8f115d4b4bb7b7f
-15388f22cc6198efe768bd9fceb3446ee4a8dc27d6cd152485384ef5f59381ff
-da43f2d20c8fb08aa27ab2015b774db10dacfdcd33e60f178c461553146ab427
-bdd7da12534ba078ad3d780414930da4f8d58abefd45db119b10eb409dd89792
-3c6e705479464a4b310b58348c4b42393988fef4925cf984423aaf65fea9f0e6
-4629953bcf50b919d968d99bd185f83112b2759cc411764e9bde677f57c5ee5a
-c555448d5f81a16259ded1e11bf4119d53e8ab07a802df900d3a2d5ccc1c6876
-d29c5e9effb7af3ef83400b0910c07873a8c56fa7b1eb1ba426043b00cc95dbe
-dc6e136cbbbcb3f67509964f9f281ebf81fe5b018122eaf66c4a838487e82e18
-6e006093042848a903efb3469ab6b4049767aadb95c30408dfd58d8a10f4cb22
-168decd9f3ee100f07b49aa44c92139b669cc312ba20192454eb2375be6284b0
-26659d964b96ae82d4942e758027fcf23c25ed01115af27ce7f20efe2a822bb6
-84004f20243a49c9e93301fc21b80815c033c3e2ba58ef53da2157d524b395f2
-b37abca13bc6a2f42e824ab7e47106176b0d6db267fbb795ac7425582df2e3dc
-55863468a9200742bd7b552c48f8cf58bc21343bd3b95abfa140f33f37c6f3f7
-8b0d8a5154eb7c1f62ec598267f13e841a3e64172663935ac8b665d86540d316
-ddece329c008049c5e74b27d59022c5515059bc3b89370b1bc6a169c888bb325
-e0b74282d6f053a50da4024ed1e433271a32ab8c17d41c632b41cf9f3ecd5fe1
-24daf7aea7ce8a63047b245822930d517df7baaafa69d2d17f7d93cebd45416d
-f3459365434123a76ccf883a4973bab19807e1f0c4bab03a45f7ed69ff2660ff
-3963e4def11001eec4238c368a39d874fd30b3c14f4186ec7700fbce22abe468
-eb32baf7b0164f8f21a9b5e706b91411faaa44467cb2180ab03de375c1ab93e9
-76e11ab92fdd4a7280a6d1a8dc65c4c89d04c8ed6988045a2a3de9a4c7b1efd3
-75b039396b2b2fbce3411457e1e57ac7a384d9b78115e83ab521e184b967ce5c
-e092e438389425a12f58dbee0001e7033a91d3b0e9a125333f45f35d430550fe
-ad3202aaba81a150b1ec34728f8109d39d5d163a57da9a47ba373d1b86f2da4e
-be09454415d644e1fbef933f8663390912ad15247dc543b417fd9bedec05f8f3
-7c9d5b173ec38cc7f61452a942023c17f01220547a06962ba53adb46b82005e8
-7113e70e9981ff1e37e6834c8d29ce11c6e0f91bc9924d48fa5a127b031e466a
-c9699299989c92487f88e1d6e59e6d4ec5461b68b3979cd8ecc13bbef603d714
-d5ca9341d79f2ab6e200cec023020841b2598b2489c4d54fd35753081acda3da
-6f6afa5ce44b46391fce0e84f4e05f6f343b3f0501e546fd1aaf73cd8d640a99
-7e237bc5ebe85b1a4adee6abf5cb4566ad001acc34fe95b8cbf74a67d94334f2
-ac6d7f5e327ac1336ab13a94da916532d6d68bc5783a02dcb7da158002a16151
-35483906b884df3c115d3751002afe38e2fa21678b40e26d26da7c5303720f54
-89a88633e03555724710902a4c266afad5d1d9799bfc5191fae942b6f85fad06
-d4939cf5ed9d86126067a3a16fe186899d100e135d03abc11192cb965c57b743
-9d1bba286487e5e44d8e2cf3f9f2eb973924bf0d152aa1f0361b1622c506bc56
-2a74e050f5da01d948bb4bb9bb69ee09581866a640dd234915ad9ab104ab7281
-bcdf80110e85e9c2082741975d8f94c85ddd8e22ef84c4611b11879a9a4394cc
-25a09db1146baf1f8721c71713315ba274dc1850138421fec50e4b71155d6b74
-01951cb91214ecdad8ac19a19cad86c5e2a01912d9d439b1a19b734649784e5f
-bc9928792b040831e51b54043400194377d0ea5b0a4aca856e15e0657b163021
-07fecb822d7e706230d29fd6c17f95d5a3507af0f81594633fa734232d908889
-b6b1726f2ed970b85b27141f0d5cfe699dc6f07b8a0efbf71a5ac51ba4c6c057
-e2688073c8748e6e60cdfd716286e7b79b0b1d3cab2e8d3d801d3fcfce711d69
-42395895aba13f4084ce84787dd45f77412d4bb6fb7561f17cfecda1e257fcaf
-4b44b392d5660bdbab2f86a4ccca2255fd2f1b957a556f53f77156d539c70790
-e30582bc3f6e9b0b584bfa8af5b92a6ec1582c3086be1704fe1dbf9f48e74aaf
-f0a824b9f37d7bd5c6d05028955d2b42dc4023b4c2c91ea823ea4ecdecaae79c
-5cee
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMEX10
-%!PS-AdobeFont-1.1: CMEX10 1.00
-%%CreationDate: 1992 Jul 23 21:22:48
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMEX10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMEX10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 116 /radicalbt put
-dup 117 /radicalvertex put
-dup 118 /radicaltp put
-readonly def
-/FontBBox{-24 -2960 1454 772}readonly def
-/UniqueXX 5000774 def
-currentdict end
-currentfile eexec
-80347982ab3942d930e069a70d0d48311d7190fa2d133a583138f76695558e7a
-e9348d37cac6651806d08527c1bb4a062a4835ac37784cc39ad8841404e438b4
-d52d3901e47a1de4f7924e0fb3daf442499175bab1226edf692a4956739f8828
-e80592f450c5d5c22ac88bcfbe9748f61d18243a16f4a4467f084e8e2be46ef4
-7fc51c3a8199e3cda62ff9c4fb73956dab8b6683d2156377808cb35026073e80
-523f59a30d195fcf9b9fce4ffafc6d5649664203ab24acb938d58d246707ffe7
-d62f04bec4b70c21ef75beb2b812622b3c74e969d72d3cd11bd7106294a99caf
-0b1629bc7d4de6b96ca82930831d64575f23f4ad06a0e45e315b1d392411be8d
-6d73c998789ff258a07a3c8c2057325784514c845500bfd1a971310cfc11d41c
-1a167dbd5ff012c60add4e87325f6e5299032a839de65fb1473a166aae1876a4
-414a434f22c1d241591fb36f857df6fa930608750ffc0c54f44994662b1f00f1
-400bf752ea8d83ffc4cb77a290bc2d99981ae59a191748ba5c7ba1a9d2583fd2
-1398452b6ff5d83a059f7eadcd2ef744e9dd22bdf9c79d049bf06835e878c32b
-7765c69bdd8ef4deb4ea7cfff4cf9354a4ddffa689de961d16772491c7afbd7f
-ffde42400764c68e954ee5c455a5687959829bc3b319b2147deaab3628662c80
-30c5e02fea09609abe4eaa12e217bc3af673f1bc36a7039eb13fcacb4218fe0f
-c5a3f9452d4edf46cc91db67b624d4f2d37502fb9f11af4da18ca40b61097f95
-d44329375467ed13c5cb585ec53f62b83ef9502cc755af44bf32b87b8ae9f3f2
-f8dbf72dab90acafbacd280db6aaffaefdff6d5eff26669bac56280a950560e3
-d01714ba38659b0e4e28bf8cdc1f15ff7e3ea9d95a6afbbe3d8e6905aa6d531d
-6b6dcab89e2036cc492c65f76ddcc3cfcff33fde3d9ffd10f7a90530fd5c7683
-4329baa902e701ca42717476298c9ff511b1941244bb1dfd0e5cab92a43970cd
-1bdb292eadd055c97972844fdcdb0aa06401e7b2632b9d134f96bce0064860f3
-9859da7a9a82be0a840672a1331212752ae1b521b693b384a72dba8d37a86eaf
-a0341e7fc5f6ef7a8c566aacb91e8bf5005c18837894c4eacff41dba54e071ca
-83f80e7f256d4fe2fde6e2408ec819f8fecbb87409f8f9c35a722494d279b0d2
-9ef6281f11d144eb362d34c20dfc58ead6a17cb0429ca22b44d307134497d1db
-e12b46cb16bf4aeb600463d05ec3d04ff464f4d61be7feeb7a3805b3f767bef6
-240d59d8a026581e5ecfadb595fbcfc59ee1f1f88fb995319fa99b744a274972
-c95971a00bdf7c2ca0b47856e2caa561a22a7ba32de87c5075cb4dc4ad680dba
-d837e74bb0c64aaf1287e059946a83dff78831b493841179583dfa0a42f1e08d
-71f5406eba065f25c1f724a2b9e37855f7decf7de70d0efe5bf63250acf798eb
-2ab1bef909a76568800af7d5d44ad80383a913815490e3c2fb9e9284fb3aa8f8
-46bdcdfa944e757faef290bf48db6dea131ef5d7f107e5690926edfc34651323
-b0608622983f92e99ce363df17a81967f2adb131e18aac3639c947b81da87849
-2efa86cb8a1973900d843a579cebbe2a7f43558296b6475c4d96243803d45715
-8056da4a158b7bcb9d1e762ce646d1c6f7cc7b15b92cbad4ab4977e184835fca
-5d1a60816a969cc18609160740c903af208babd9bbf51315eedb5f0bef81e223
-eee2b49b8f7b
-
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-TeXDict begin 39158280 55380996 1000 300 300 (./testdata/dvipstst.xdv)
-@start /Fa 25[48 6[33 24[63 17[22 11[22 11[48 4[66 10[63
-3[22 16[44 29 37 18 26 26 1[33 33 37 52 18 2[18 37 1[22
-29 33 29 1[33 23[26 4[48 21[17 6[22 21[18 13[37 3[{
-TeXBase1Encoding ReEncodeFont}33 66.4176 /Times-BoldItalic
-rf /Fb 138[22 22 22 22 2[22 2[22 5[22 22 3[22 4[22 92[{}10
-41.511 /CMTT10 rf /Fc 214[42 7[42 32[32{}3 41.511 /CMSY10
-rf /Fd 128[21 2[42 2[22 22 30 22 23 16 16 16 22 23 21
-23 35 12 22 1[12 23 21 13 18 23 18 23 21 12 1[21 1[21
-2[31 31 3[30 23 31 1[28 6[15 2[27 28 32 30 1[31 3[32
-1[12 2[21 1[21 21 21 2[21 2[12 14 12 2[16 16 12 4[21
-3[42 37 1[32 30 21 5[21 2[12 35 1[23 23 12[{}65 41.511
-/CMR10 rf /Fe 156[18 18 22 71[24 25[{}4 41.511 /CMMI10
-rf /Ff 137[44 44 44 116[{}3 41.511 /CMEX10 rf /Fg 152[208
-103[{TeXBase1Encoding ReEncodeFont}1 415.11 /Times-Italic
-rf /Fh 137[42 1[23 32 28 1[42 42 5[23 3[37 1[37 10[60
-1[60 1[51 46 2[46 6[28 2[46 51 60 2[60 6[23 58[{
-TeXBase1Encoding ReEncodeFont}20 83.022 /Times-Roman
-rf end
-%%EndProlog
-%%BeginSetup
-%%Feature: *Resolution 300dpi
-TeXDict begin
-%%PaperSize: A4
-
-%%EndSetup
-%%Page: 1 1
-1 0 bop -225 -200 2331 25 v -225 3108 25 3309 v 325 -77
-a Fh(D)m(VIPS:)21 b(A)g(T)724 -58 y(E)764 -77 y(X)f(Dri)n(v)o(er)g(F)o
-(or)f(PostScript)836 238 y Fg(g)-225 695 y @beginspecial
-@setspecial
- 0 36 translate .05 .099 .95 { 27.4 0 translate gsave 0 0 moveto dup
-90 mul rotate -10 -10 rmoveto 20 0 rlineto 0 20 rlineto -20 0 rlineto
-closepath gsave dup setgray fill grestore 1 exch sub setgray stroke
-grestore 27.4 0 translate } for
-
-@endspecial 441 770 a Ff(v)441 794 y(u)441
-818 y(u)441 843 y(u)441 868 y(u)441 893 y(u)441 918 y(u)441
-943 y(u)441 968 y(t)p 485 770 954 2 v -180 x(v)485 811
-y(u)485 836 y(u)485 861 y(u)485 885 y(u)485 910 y(u)485
-935 y(u)485 960 y(t)p 529 788 910 2 v 865 828 a Fe(a)12
-b Fd(=)-7 b Fc(\))11 b Fe(b)g Fc(\000)-6 b(!)11 b Fe(c)p
-534 846 900 2 v 534 880 a Fd(the)17 b(phase)f(of)f(the)i(mo)q(on)e(m)o
-(ultiplied)f(b)o(y)i(the)h(n)o(um)o(b)q(er)534 930 y(of)10
-b(angels)h(that)g(can)g(dance)h(on)f(the)h(head)f(of)f(a)h(pin)f(while)
-534 980 y(the)18 b(ric)o(h)f(man)f(threads)i(the)g(needle)g(divided)e
-(b)o(y)h Fe(\031)h Fd(or)534 1030 y(some)c(other)g(transcenden)o(tal)i
-(n)o(um)o(b)q(er)-158 2836 y @beginspecial 18 @llx 18
-@lly 577 @urx 814 @ury 2796 @rwi @setspecial
-%%BeginDocument: mtest.ps
-%!PS-Adobe-2.0
-%%Creator: dvips(k) 5.85 Copyright 1999 Radical Eye Software
-%%Title: ./testdata/dvipstst.xdv
-%%Pages: 1
-%%PageOrder: Ascend
-%%BoundingBox: 0 0 596 842
-%%DocumentFonts: Times-Roman Times-Italic CMEX10 CMMI10 CMR10 CMSY10
-%%+ CMTT10 Times-BoldItalic
-%%EndComments
-%DVIPSWebPage: (www.radicaleye.com)
-%DVIPSCommandLine: ./dvips -D 300 ./testdata/dvipstst.xdv -o dvipstst.ps
-%DVIPSParameters: dpi=300, compressed
-%DVIPSSource: TeX output 1998.01.01:1040
-%%BeginProcSet: texc.pro
-%!
-/TeXDict 300 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
-/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
-mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
-ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
-isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
-hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
-TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
-forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
-/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
-/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
-/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
-string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
-end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
-/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
-N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
-length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
-128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
-get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
-dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
-/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
-/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
-0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
-setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
-.1 sub]/id ch-image N /rw ch-width 7 add 8 idiv string N /rc 0 N /gp 0 N
-/cp 0 N{rc 0 ne{rc 1 sub /rc X rw}{G}ifelse}imagemask restore}B /G{{id
-gp get /gp gp 1 add N dup 18 mod S 18 idiv pl S get exec}loop}B /adv{cp
-add /cp X}B /chg{rw cp id gp 4 index getinterval putinterval dup gp add
-/gp X adv}B /nd{/cp 0 N rw exit}B /lsh{rw cp 2 copy get dup 0 eq{pop 1}{
-dup 255 eq{pop 254}{dup dup add 255 and S 1 and or}ifelse}ifelse put 1
-adv}B /rsh{rw cp 2 copy get dup 0 eq{pop 128}{dup 255 eq{pop 127}{dup 2
-idiv S 128 and or}ifelse}ifelse put 1 adv}B /clr{rw cp 2 index string
-putinterval adv}B /set{rw cp fillstr 0 4 index getinterval putinterval
-adv}B /fillstr 18 string 0 1 17{2 copy 255 put pop}for N /pl[{adv 1 chg}
-{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{
-adv rsh nd}{1 add adv}{/rc X nd}{1 add set}{1 add clr}{adv 2 chg}{adv 2
-chg nd}{pop nd}]dup{bind pop}forall N /D{/cc X dup type /stringtype ne{]
-}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
-length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
-cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
-0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
-add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
-/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
-known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
-/IE 256 array N 2 string 0 1 255{IE S dup 360 add 36 4 index cvrs cvn
-put}for pop 65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N
-/RMat[1 0 0 -1 0 0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley
-X /rulex X V}B /V{}B /RV statusdict begin /product where{pop false[
-(Display)(NeXT)(LaserWriter 16/600)]{dup length product length le{dup
-length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}
-forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
-RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
-false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
-round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
-rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
-{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
-B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
-4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
-p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
-a}B /bos{/SS save N}B /eos{SS restore}B end
-
-%%EndProcSet
-%%BeginProcSet: 8r.enc
-% @@psencodingfile@{
-% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
-% version = "0.6",
-% date = "22 June 1996",
-% filename = "8r.enc",
-% email = "kb@@mail.tug.org",
-% address = "135 Center Hill Rd. // Plymouth, MA 02360",
-% codetable = "ISO/ASCII",
-% checksum = "119 662 4424",
-% docstring = "Encoding for TrueType or Type 1 fonts to be used with TeX."
-% @}
-%
-% Idea is to have all the characters normally included in Type 1 fonts
-% available for typesetting. This is effectively the characters in Adobe
-% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
-%
-% Character code assignments were made as follows:
-%
-% (1) the Windows ANSI characters are almost all in their Windows ANSI
-% positions, because some Windows users cannot easily reencode the
-% fonts, and it makes no difference on other systems. The only Windows
-% ANSI characters not available are those that make no sense for
-% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
-% (173). quotesingle and grave are moved just because it's such an
-% irritation not having them in TeX positions.
-%
-% (2) Remaining characters are assigned arbitrarily to the lower part
-% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
-%
-% (3) Y&Y Lucida Bright includes some extra text characters; in the
-% hopes that other PostScript fonts, perhaps created for public
-% consumption, will include them, they are included starting at 0x12.
-%
-% (4) Remaining positions left undefined are for use in (hopefully)
-% upward-compatible revisions, if someday more characters are generally
-% available.
-%
-% (5) hyphen appears twice for compatibility with both ASCII and Windows.
-%
-/TeXBase1Encoding [
-% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
- /.notdef /dotaccent /fi /fl
- /fraction /hungarumlaut /Lslash /lslash
- /ogonek /ring /.notdef
- /breve /minus /.notdef
-% These are the only two remaining unencoded characters, so may as
-% well include them.
- /Zcaron /zcaron
-% 0x10
- /caron /dotlessi
-% (unusual TeX characters available in, e.g., Lucida Bright)
- /dotlessj /ff /ffi /ffl
- /.notdef /.notdef /.notdef /.notdef
- /.notdef /.notdef /.notdef /.notdef
- % very contentious; it's so painful not having quoteleft and quoteright
- % at 96 and 145 that we move the things normally found there down to here.
- /grave /quotesingle
-% 0x20 (ASCII begins)
- /space /exclam /quotedbl /numbersign
- /dollar /percent /ampersand /quoteright
- /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
-% 0x30
- /zero /one /two /three /four /five /six /seven
- /eight /nine /colon /semicolon /less /equal /greater /question
-% 0x40
- /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
-% 0x50
- /P /Q /R /S /T /U /V /W
- /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
-% 0x60
- /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
-% 0x70
- /p /q /r /s /t /u /v /w
- /x /y /z /braceleft /bar /braceright /asciitilde
- /.notdef % rubout; ASCII ends
-% 0x80
- /.notdef /.notdef /quotesinglbase /florin
- /quotedblbase /ellipsis /dagger /daggerdbl
- /circumflex /perthousand /Scaron /guilsinglleft
- /OE /.notdef /.notdef /.notdef
-% 0x90
- /.notdef /.notdef /.notdef /quotedblleft
- /quotedblright /bullet /endash /emdash
- /tilde /trademark /scaron /guilsinglright
- /oe /.notdef /.notdef /Ydieresis
-% 0xA0
- /.notdef % nobreakspace
- /exclamdown /cent /sterling
- /currency /yen /brokenbar /section
- /dieresis /copyright /ordfeminine /guillemotleft
- /logicalnot
- /hyphen % Y&Y (also at 45); Windows' softhyphen
- /registered
- /macron
-% 0xD0
- /degree /plusminus /twosuperior /threesuperior
- /acute /mu /paragraph /periodcentered
- /cedilla /onesuperior /ordmasculine /guillemotright
- /onequarter /onehalf /threequarters /questiondown
-% 0xC0
- /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
- /Egrave /Eacute /Ecircumflex /Edieresis
- /Igrave /Iacute /Icircumflex /Idieresis
-% 0xD0
- /Eth /Ntilde /Ograve /Oacute
- /Ocircumflex /Otilde /Odieresis /multiply
- /Oslash /Ugrave /Uacute /Ucircumflex
- /Udieresis /Yacute /Thorn /germandbls
-% 0xE0
- /agrave /aacute /acircumflex /atilde
- /adieresis /aring /ae /ccedilla
- /egrave /eacute /ecircumflex /edieresis
- /igrave /iacute /icircumflex /idieresis
-% 0xF0
- /eth /ntilde /ograve /oacute
- /ocircumflex /otilde /odieresis /divide
- /oslash /ugrave /uacute /ucircumflex
- /udieresis /yacute /thorn /ydieresis
-] def
-
-%%EndProcSet
-%%BeginProcSet: texps.pro
-%!
-TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
-index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
-exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
-exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
-dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
-ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
-end definefont 3 -1 roll makefont /setfont cvx]cvx def}def /ObliqueSlant
-{dup sin S cos div neg}B /SlantFont{4 index mul add}def /ExtendFont{3 -1
-roll mul exch}def /ReEncodeFont{/Encoding exch def}def end
-
-%%EndProcSet
-%%BeginProcSet: special.pro
-%!
-TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
-/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
-false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
-/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
-div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
-/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
-10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
-/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
-true def end /@MacSetUp{userdict /md known{userdict /md get type
-/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
-length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
-N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
-clippath mark{transform{itransform moveto}}{transform{itransform lineto}
-}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
-itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
-closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
-0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
-/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
-scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
-ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
-not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
-TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
-pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
--1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
-TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
-sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
-0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
-2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
-{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
-div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
-N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
-maxlength dict begin /magscale true def normalscale currentpoint TR
-/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
-/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
-psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
-scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
-/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
-psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
-roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
-moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
-begin /SpecialSave save N gsave normalscale currentpoint TR
-@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
-{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
-closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
-sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
-}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
-CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
-lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
-}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
-end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
-N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
-/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
-SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
-/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
-yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
-
-%%EndProcSet
-TeXDict begin @defspecial
-
- userdict begin /bop-hook{gsave 200 30 translate 65 rotate /Times-Roman
-findfont 260 scalefont setfont 0 0 moveto 0.8 setgray (DVIPS) show
-grestore}def end
-
-@fedspecial end
-%%BeginFont: CMTT10
-%!PS-AdobeFont-1.1: CMTT10 1.00B
-%%CreationDate: 1992 Apr 26 10:42:42
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00B) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-end readonly def
-/FontName /CMTT10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 92 /backslash put
-dup 97 /a put
-dup 101 /e put
-dup 102 /f put
-dup 108 /l put
-dup 111 /o put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-readonly def
-/FontBBox{-4 -235 731 800}readonly def
-/UniqueXX 5000832 def
-currentdict end
-currentfile eexec
-8053514d28ec28da1630165fab262882d3fca78881823c5537fe6c3dda8ee5b8
-97e17cb027f5c73fdbb56b0a7c25fc3512b55fe8f3acfbffcc7f4a382d8299cc
-8fd37d3cea49dabdca92847af0560b404ef71134b0f3d99934fc9d0b4e602011
-b9cfb856c23f958f3c5a2fbe0ef8587d1f5774879c324e51fcb22888b74f2415
-50d7401eb990d4f3a7af635198422283cac1b6cd446ddbcbd915db9bff88844e
-784c6bf7389803d9450b0c21756a017306462c563d51ecefaacd079732f12c29
-315e4b9623a5752c6f1d8145869e120d910b2644887cea7e30b15676a92537c2
-9d3aa80dc30082aba94b40990b82fb1a877e805e0c8c48f61e9f2edac05b944e
-e4d8084ec1d5cc517aaeec5b3ea379dd011eeb454cecab3ad2443c887c582789
-72355673e503affe0394fc7db31de364e4f56c24033c7df2265c56445ec63a1d
-5695a6041ea1b94407e1cdb7c5635603a4fd047e6edcaeb2d0da6c9e0e9396d5
-1a4a58e8fdc1578730f992435560a6e2d3e3687703ee2f78f5896389ac8470bc
-806169eb01762e89b6dc9adf857ead656620e2589aae722c37a2ed7a2941c360
-b067ee34d8d5ca3bf68db725614d936bcb207781f4d4ec2ac67b13a5ad161f3f
-059add7b5e3d904831e31c20c04546fae83ca93a35989e65c201756888f727b9
-7e5313c9870ec96e4cec3901ea03a5c744754485e7d169bbc98bf872d0796e18
-9d43b712950c3786257d8be06ab6080b9d9392313298327549a8a41c00a2cea3
-690b4a333e45aa815a64facae1c2b44640860b8b8687afbefdbd5b4a541a7251
-4ee7d3e0752af3e96a88c95d31fa16d34ba2f02fdb0088b165844f02611c734a
-dbcc2037bf741fdea7e8bcdc130c70c33772f777d8bcddf4611db99001ccff14
-d7af2bb05defc3480bdab312a0eff2f375afb4e0df2f803c594b7c93f71ca4af
-861ae1711932fef19bfe2f9b7adb69d68e5a70ea4d1a3d5bd85231b16993f65e
-fb37a0a823f0542f8c2340a073dc1be4a8347f9d3068a6435cd8278b0db1809e
-8af9664c2c989b9f16873c009449b6284b85da4dee11c96a05ba83292f0edbd9
-2cf674aad6ac1a5ff966ffc37e88a66048deed053565b55ef6bdb8c2f2f67832
-f8939a32442ea54f13d003494d6350a2864b427a9126a9c26a031909fe53fa84
-63b80c3ffd536c9a5dd29ceb03148dbc24c0033aea2115e1bfe3b6fcb656c12d
-e575584cd5412ce8b1fde28f9a199091442dda4990d873dbd4bc7ada4dcf4147
-ca1308b05e8f5412e872f42375b62ee9433b57ab45e30eff343cd19d1afe2ac1
-55aa2b20021122e90c48f01c319b2d570327c046ec7f3f363cca68ae2fddc933
-a41fca23cae97cc23be42846570d475b801ffaf02bf6a4a94ec1c2b73dd93ae6
-ac20190024c731b5806712c823cbf7d8291ea94e9a76bf1e3c715b90bd674aa0
-3da0320af0450fff4a75f5e1e83fbf6536eb9691909a655765083ac504cc855b
-9329df0dd5ee13003c240714c37eca8d518896bbe495329007451fba9df14cdd
-d8950c4c1636988c4e8de3dbc01277dfa36029116035c1eda42f4ac07f8c6883
-eb4eac8f278213d40cf49cae813cd0269be8e1443bcaf9aa4f9383a5d8823585
-1c385826de6cf55f7fdbfb74a99328cc64a1b4ad7991a3b9d9409952ae5b291f
-d5b2d2080fd62b248470d6eefe3111cb994e5731b9f1027c33c9154b0ce0a637
-d33729c36924df540a864ed2196415230b81752222df8779f37d9c2a0f33f203
-83744827452ff4d3042432ccb3d5f4314c6d51e6a8f53d35e458186f0f9061a2
-a53b7dfcebab03dff2029d8377945c1a61d48db1fa628074359b845fa06d23b6
-038b071c3601471c5ab555e440e46b81ddffcb0be3effe1e8c9b3b1f7f0608f3
-a6e63a49a35ef71b3e9260cecfe913069e460b40bda636ff1da4a081a392f160
-4e04b59522d3a0ebd09ca931979630b91265d0942485547f99cb9cf6e28a766d
-3eb812599dbdfdc48ba6da66687899eee0e3b71911a30bc7f553cecf8bff1c73
-4adb0035dc9ea4ff49404d66174aa5c25ef1352302c6432051cfd8da3eef1c17
-6d96da475ef37303ae6499802c12986c497434a16eac7010e436cf47eead9abc
-7a38bf20a20765008924ed4ae7a7a7554f2cf379161b073d6c429d3ca9157db8
-aa7376874b1106588cd4b4855827b09065803c630d593bd1a5eb3a7ed7311e85
-8f4219afb8559655444f8d9eb06e309ff626c33e2edafe56f96b69e1b0524163
-215382f1d40f69c5a80de4ca466bad9dcbc895a3218c4a0476c5b9f86299551d
-3fb81c90ded8cedd875981a61e68a4bb9276912a7642466ebd5ce0d4f3e6e9f7
-e7f7371daa0e4104250edb7f0a4b28cdfecd60cb87115691d2eeb3ebf5d341c3
-dc18a30a3c6b2d067363426064e4762c3e6abde9a201563d1f5cf2b4889a46e4
-fbc30229a5ae97572c894277a6ca919dc425679bfa0c86fc9276bea056504c09
-0ea9cec7ddc5ace9094d73f6e35e733f99eae54541a0486acde9c1ce4e96e25c
-683a3512a8fb401832263336e7d1a1ea019d8829b41fce35d711adee4458fad4
-6100584cef41dfda91037ce9a814082ca8f9f5789571c675c6f087acb7bee72e
-be41c47e20d7f3727bb1c4dfbf8441836e5e410b843091d6c926bdf8d19c3a69
-d558fa8ee330cf1f2b0e0831f4532478ece8b7f50f98fc2f5756b5e31c9c36be
-9b1eb0c563a1175566e559761b853ea9d1958d23ba35de9cb700102652d1fe3a
-01982c8ace2a228af7094baad9de58e0f05539ae4920a6883d765f0faabc321b
-1f9865066dbcbe1654c81a0388c3f407eeb40bba12c6a99c610e5f0616d03391
-656386e6d341583ea15db7d3fbb674f79c4fd16633fa5abb9b84b3eca11be36c
-f21aa5edfd8224ceb89503db18f3148935d425acb8bd2ba0daa823355c82a6fc
-1e1ea8d910468fdf058d0fdcd209557383dca05b45795dd4e03c7d598bd7377a
-6bd3f601327734912728871eaa0585ed28477c6fea33358d89ba4c89acf24540
-3c394088608d8aa25666406875d71a2193f9c49dbdca193caca5f9dbf26374a0
-475969ee2f1d7bcacaecc49e331908c8813fbb6e26be0d4ca614ead1898551cc
-b0c0d4e7fef0f48a84880411f8101be5eef09962aa75aa2912bfc9ce225691fe
-7dcec03cb22804c19c9a4e379df3fad8f875fa2d5edfb188a64c3111310bfca4
-6bc6e4de7b202634d16136ce43ac1aa81d6591b0d1aa13f7300980449b819e54
-98a6f8582b7bf69a32225067ba1c62f750b869c50bce47447b6c8961966dd59f
-55d4ea56461d0e3035e8064273ca30cf67ca8b9e0e8efd7ff2c6aa3538a13ed9
-17f408c558c95f379afe4280006402540c26b43e7bf0dd26e0874f73c9f25ab6
-1de5ace591d953986d322ee6872bfb67a604ed39ae4cf005b6cdf32f2c1b7517
-afc3c0626c6049c2713b079a1247c2c1a5442ba1459f180bf7fd78098d5d35bc
-eb97d566c468a5309f8d
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMSY10
-%!PS-AdobeFont-1.1: CMSY10 1.0
-%%CreationDate: 1991 Aug 15 07:20:57
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.0) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMSY10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.035 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMSY10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 0 /minus put
-dup 33 /arrowright put
-dup 41 /arrowdblright put
-readonly def
-/FontBBox{-29 -960 1116 775}readonly def
-/UniqueXX 5000820 def
-currentdict end
-currentfile eexec
-9b9c1569015f2c1d2bf560f4c0d52257bac8ced9b09a275ab231194ecf829352
-05826f4e975dcecec72b2cf3a18899ccde1fd935d09d813b096cc6b83cdf4f23
-b9a60db41f9976ac333263c908dcefcdbd4c8402ed00a36e7487634d089fd45a
-f4a38a56a4412c3b0baffaeb717bf0de9ffb7a8460bf475a6718b0c73c571145
-d026957276530530a2fbefc6c8f67052788e6703bb5ee49533870bca1f113ad8
-3750d597b842d8d96c423ba1273ddd32f3a54a912a443fcd44f7c3a6fe3956b0
-aa1e784aaec6fce08dae0c76da9d0a3eba57b98a6233d9e9f0c3f00fcc6b2c6a
-9ba23af389e6dfff4efec3de05d6276c6be417703ce508377f25960ef4ed83b4
-9b01b873f3a639ce00f356229b6477a081933fef3bb80e2b9dffa7f75567b1fa
-4d739b772f8d674e567534c6c5bbf1cf615372be20b18472f7aa58be8c216dbd
-df81cc0a86b6d8318ca68fe22c8af13b54d7576fe4ca5a7af9005ea5cc4edb79
-c0ab668e4fec4b7f5a9eb5f0e4c088cd818ecc4feb4b40ec8bd2981bf2336074
-b64c43079a611075699b4d5902c9a10bde669900444dd85bb50c1e6578957747
-b8084982a5828fd7a9e3b9924a6ac5c404fc795f3fccdc98d530eacff0f28288
-a34abdbb317d637d067dd07dd4168a3503519bc9093290a1e4bf69952b84acf4
-ef4c3f13b51f2d1d79384e692b8efa1d7746b979b1a59812af57dd0da8eaae6c
-05a62feda23714073d7b51ac3b8b688965df7b8ef00c00fcd28db19ec1f8cfd5
-ce04ccc85d4292c4631d33d80c4a7659b7e1a0a67831c478c9a287d7738d3aea
-ca618d42d7ed26d9518dfed077319141e5854b0865aaaf29bf2ab46b40253c1f
-f7ab99d4b47fce091fb12faa57f990020e64b532e0906ab6d0d1db3c175021e9
-dfa0cbe8dbe9903dcf86f752736e4e587693a81d58891784a13d33481b5d5d38
-721721821e62ecd5d18cef58d38a6040b0cab2df935b54f758bb3fefe9a359e2
-fe0aa2fd7f8e63e39bf225000be99bd9c4091fdf062f3b09ccb1963570d89e41
-ee3b5d8f223db9031bc43ad2f5ee9ec190d9229ce70332ed03015989d19e47fb
-4728c1c56863f1e4ffd3b422a738876531a06cc93c2211e2a5e849f6216c461c
-53af1837650eb1dec1e17963155079d44f8b63c7e56da41bbf899e599e0d8eb3
-4358fbc4a0ed5e7d3684c01b1c874fc5405c7ef58c0d66f3b34292e87abfad0c
-b36b5ea4ca4237467fde4fd43efb210c9c016634c22510cad36207dc9e65be80
-49e59d573a0ef1fa462d298d3d8b381185
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMR10
-%!PS-AdobeFont-1.1: CMR10 1.00B
-%%CreationDate: 1992 Feb 19 19:54:52
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00B) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMR10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMR10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 12 /fi put
-dup 13 /fl put
-dup 15 /ffl put
-dup 16 /dotlessi put
-dup 19 /acute put
-dup 25 /germandbls put
-dup 26 /ae put
-dup 27 /oe put
-dup 29 /AE put
-dup 30 /OE put
-dup 34 /quotedblright put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 49 /one put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 56 /eight put
-dup 59 /semicolon put
-dup 61 /equal put
-dup 65 /A put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 73 /I put
-dup 80 /P put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 88 /X put
-dup 89 /Y put
-dup 92 /quotedblleft put
-dup 94 /circumflex put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 124 /emdash put
-dup 127 /dieresis put
-readonly def
-/FontBBox{-251 -250 1009 969}readonly def
-/UniqueXX 5000793 def
-currentdict end
-currentfile eexec
-8053514d28ec28da1630165fab262882d3fca78881823c5537fe6c3dda8ee5b8
-97e17cb027f5c73fdbb56b0a7c25fc3512b55fe8f3acfbffcc7f4a382d8299cc
-8fd37d3cea49dabdca92847af0560b404ef71134b0f3d99934fc9d0b4e602011
-b9cfb856c23f958f3c5a2fbe0ef8587d1f5774879c324e51fcb22888b74f2415
-50d7401eb990d4f3a7af635198422283cac1b6cd446ddbcbd915db9bff88844e
-784c6bf7389803d9450b0c21756a017306457c7e62c1d269f306bd3402e266de
-fc3b5e7d8a8d2f5bf0fe6ddd40d07391df4fad4a6018dce29a2b8f692b29f202
-3a7c0e66de8ed85c14f1f8492167357f51a7e84cc5d92e0fee4d81cf7fbc8de5
-2d2e7bb57142033993f9c08c315abade8dbc4a732e84e142d3bee51557910e12
-cd8aa37c459a5e6b7f5269f59078aba3be4641a11ac48d0b625c8325b38ec08e
-4c9e5e7fed976a5650d99d82114f449b9ca14c4ec957702295a39a93ef93f618
-99b8ea06b092c3c1e503e6e436e0a9fa22576c8930ab3dc8c20f5d82b69cddf8
-ff4dacfa9c54bed5a3aa3ea5b129fe96be632843b9b6bc91b615581a985db56b
-1e01ca60ee69ca92cf5c0882ece62edad3e106d835348822400f0b66af658f2a
-e56ed08f8b0010571807009b73ab12a8cf14ca6c71f03c2a48c500f9d62266af
-154a6375ff600d9bac3f05ce34142d6867a79581c533176bb2f3117336671e2e
-44638a97167e2ea9644e31ea16c2ad2990ea33c54001e0c8156e6de8ab6a4d40
-a7137ba275f39589fea2e2db8256adc103d6f9cc038037a47e8fd469c5f98a5e
-3c15bd4ace40d340018b1cff7d1ed8abb0ac57b5b5a2c20a51957b96c453edb7
-dae5affd91a46d938fe0a13363001d844ded4323f1ee6d30012aea19b024a552
-315505535c85dc26bad31e09c50e6512802976d298c4e90d0044c362e6bf3ab3
-62a454ee93de25ce54411090c29e9d75c80ce26a84404bd9de3aee0e3f921ac5
-87f907572b8354a5c3165eea7e8b2ba4e333802132f760b41a900c698eb3d273
-8bea0aaf7aae96a558f08b61aec7c7d65b2889bb7b99800cffee5ba19ac90fce
-11437be1ddfcf0bca5670b543b9644a71c8726d0c1005abdb96f6e0cf7caaa31
-95017ca81519151c2c0b04f81e717c0691b63a76e9b25329ce2625b711cb7bf9
-9d23ec2bb5ec8aefb8c1a3b422ad617b3da4d49685fd44cc21a1fe5e1541163a
-b3e1594601d63c7e98801d7746474377ce93f81404f3570afbd5dbfe77578605
-917ab96963987e6efc2d3f99fa56ecae6422579852567f90cc90e4ef6d6f71d1
-858270205477e221018a375ca83c572b3f972c5181d189ef4f3e3fb66f9815d9
-b1bd406c1a645e8c66f53aa5d4bc2f4d0444412e1fa5d7238a7675e7cc9abda9
-2065e641151f8d4793ce2385eff2dc1d08d6400624e77064fb08261091d6f932
-c1ca0a102e9f438b86eaf91325876bf20b18005b9481db55864ea17e789202c8
-fb89602f404043088da30ff4117fc061ce251785d5ae7d6cdaf7b5d5ec5151e7
-249d4bc536705d99a55b17e9fb4c239f8c15d9b6e408013da8c171f6fd6204ee
-16bdda4099494907d42586428602bec7eca4dd48c2a52b54fa821883661797a5
-1fd6ae9253a211a8f687cd1233c579dc179ae59e2fa1b6825eff00f7accea0b0
-247885b39355a8f4680b5db0e2baa48154f0b63f13a0c161095c26a13a6fca11
-0016d69f63b3190e191ef5ddd06633533398a4671465de003ca627a0fe57be67
-876185e099442b766a1513272676e775af0ab36cba03c02d8c11bae771eeda93
-8b1fb4bd985e59a216dc0f199111c0f2544d7e77c800343a6fe7063f8bac8314
-cab1c57054152a75da2bd1c1d433fb6a23dd19c6b523d270ee2ec1be09377b26
-cc9f3bc1f90c5c5b8bbdb46eee75a66b4cc769cc9e06d6643f9730fadb35572f
-e38989263fe70333601fc4556d9dedb3ef75b522eb29cc0f4add67ae494abebd
-f105b2b6d0bef8430373c82a97e2ea3b6453e635f580687e36c3906f453dd157
-d442d902b21ae3cb1495812b383315595cc69dda1ae5a9e963ceff5ad37dd976
-a9a01d168199ad4fc0d02d1999cef8461c1ab3c34227832785a5adac572775b4
-9563c201712394804bd06bd979a20badcc3db165733e86d6e51517c59beb4efd
-7c76515c0a6b86d43bdace3ef38bfae98dee11282e592a66133b0cc869ddc5c4
-043230521181d9a8676f103861b5dfe8373b6570c8577c096c415ea3df297aea
-d6d2075a5dbfd64b24c56bdc67f6f14fc7e34745c2ef4abd6827190b633cc08a
-a2563509c44c9aab7b4e9f705cc655a5c48b218846f0203bcd4b42706a88eebc
-3650e2d016f19eaff962105ba8f5e1e1f045081f09a935be846eb568a522e510
-358a00fa2a6f164592ff6b2410808480e6965705cf6ff8cbb6e376824d9ddb7e
-72292a0b35610f7bc7057c781be9494698982ed7df62e52a30cc91ee84da86f5
-480384093cf0a16cccbc0f5f016645383e544b33488436c4ccd212a9e59df18d
-12cbb1c299343d13006da477da18162169868f6046c56d426fea2ed2a0a857ec
-3f0aa14fd5e10d91934198fb577d3fc368eece32f934cf1e8a0dcaa6f3fe7853
-8f1d02c151b229b178e00cbe4672d3d77d762f039d5478110226cab024fc9378
-17ebf3559ddab5349b12bb1bb3743efee48512fe8c321cfcb0dca9fd2862acf2
-f662211a8d432f2e8c42f4120af0b5fc2eb3dd6ede07dbe233989d2ab6ab23ef
-0b35bc4b4f1958713dce98a5872b7ad0df5194c8156874a2a2f994befdaae464
-5fe6484c700837e8b96ffeb520ebe64a19d3ea0a0c751f8ed3e8b141f27c0b2d
-5ac82dca96c3f997673a1512f18eb99740bfe6c507fb336c89dcb2fd54bc3750
-8c494c40f35af00c8bff6fcf3dbaf21a99491fc4a5d7ca8d211ea711e79f778d
-a5587494905569b2d63f0234e1339bb62d21c3b4a97b1f6838e8de056f765742
-6f114657b3ab78bbf2dc88561d13df6830827f04626df0b0bdc85a2a27889986
-cc5683b46d5a1a0fa64e2e74fafa5e6e45415a406d850a5aea592ec660a5c740
-151427beedd6376703cdf91b9341105bc6e810de491cce20b1dab8981267c804
-e105bab54e4794841ba6f0ae594aaef43e3a08888f1572343dec0a6c68395803
-360ca667d163687f1569cbd0436242aea5673cbfb49ce8ea3ea2064807cecd98
-18d1d55b5d5f698aaf00ccc301bb94a7d77546402ff894fb02fd372ac7170c14
-9700d4aef3f91843fcb696227a629b437763e9f67b9fa92cde309d0da6427920
-f46d64a679d82fe9e83007a68983a902ccdae36f69434d0fe4f617f78b6d0ce8
-136a5535edaf3d43bd8e8f1e9b9480f974d79b1c29455dd93a496dd7d0d40cf3
-f89bd01a20e923c3159186eafac1e584412023897532cb7fa158263b875cc445
-bb8fdcd12b3987a49f46a40cf3e1e951ddb7d109fe0ee7a6e152a5df886af20e
-94782ea9d48012d37e6e7c852008d6121fd88c04ba2829467ff846a8869521d2
-95763e1123f62a7be1ecd3722b1f321299a22c5c7f5db458472199187e34c2a2
-b8116314c71b243c535c9372c0ca2bbe160c5a378c80981a5ed1a70663a6db4b
-86514f06b07e825660655fbe6cdea02201304d22ffbfdcca808b79f9a7e13fb7
-fab5b551e36e757a909ecbdf2537d3a1c10b63ee0456e29d2131051ddb922c9c
-d6e875ef5cfeb8150dbb3040e64a269355a5c24e1ee92f31d8249628d9faa814
-4040ccbf9c35999a19d38e2c383e0cc0a66eb614a6045b77b7d66a8c8e060df0
-6cc7988b6bfbbf92ae74e63c95989cc38ebf40ef5c7609d96793e42578e3e0d8
-2122cff161b2a8f096af90e03d2d7cc27459f54fa695286764b9007a2aa52d8f
-19d7cad16a191b2f727d458bbb3a3a3edc8749711f62aec6ea1f074dc59b4d5a
-1b4b5c73718f4c235e9bcb745bad6e01290996cc987b5dc3efda72b3b9d8bc45
-a8c9e7505074c4c98eb29ff24d7c9f6988ad771a3c096668dbd3b10ea31fab91
-590df16246e9851d9a00d8d7873454e464d0ca8359210afb37c05529a0d3df6f
-7370e044c010896f528cb0ce7bdb95f0fcc447ae8f6f684f2a69d6507dee93ad
-702d89d0a451e281bf679572cc8b2af1bf727d51e3afb753ef773d6cb37e24c4
-6967c6b9a5d460d647117dad9ab0cbf38fdc8babd2d82314b646c09473be772b
-8d4e2b47e5f16f061eff9e7fc2a61454cc6211c343f0145b1d4f4941f2fbdf1d
-f35ea62e70f0af95344e91d2c2c4ddabf9184740cf4208bf8a433f5e89f82e16
-5b0d4a8175906c4345197f9e31c0edacab667ab62a86b59933dc858b49825201
-cfa7ef8450eb4c3d3c0584b81f5f778bc97efb41f003f240e9da6db131ee25df
-c6c934b844508933120cd46de89ff18051a07a63c5712fd944dd8b104114bbf4
-bf2bfdcc897d73efd5a1b506e694f5a2eaa99ea101f17057df0c5dcefac518bc
-8c874646e8624ccb62d5d2c14fee75ddc1e8185f62a23a3eee78a4eececc92c3
-71ce73c225ee7ff2da20b7b7f5e0d4af223ba49bf16baefe7805917149ed300c
-465f7ece0d0ca756b0eb6bf7edb0936d5a2adb097f0f0e5f2c112833a0aa08e0
-f5583be11be43f1c035704048d15d263c8f595ed0bffec05511f33b85f9efa35
-0bdd02b87477dd96403f0263b449fcd9269d0769e6b53e93190cfeda96a3003e
-d9f11e70369e268b5b75fee9112525485271e5f51f833828b66bf9e76a8a6f30
-8b021ddf0e3ceabdd395537d4488bd002b36a88156da857432f51e1067cce350
-ae26a238235fbe61f6e0350a4e21d4fecb52b40d368214ab97e5908e7ed64d69
-e5a6f2a041ba57b41daaf11f3658d8990dfd1bc54a2101d8916f6c61e3b0bd8a
-6e0da2a74d7456e7386557b56e0623f203cb493c0529d3dec615e383ca8f2ef5
-64591bd4739fad8ee86fd6d8f236e865c342c6faf10cdf95566c96509b3b589b
-7bf33f7192065f208a53b8cfbe62b4c9261c5f8fc26da054ca591f7e7d05c2bf
-5fcdbd9a3d21dfccd687084c68609cc2833a846974b0b69afffd65e4a29df09c
-59bda18bb6cfd101a23a0d5768356d1b78949d668399ef48ad0633d1c7c3ba2f
-6e1222269b76198d22fd5adbc568dfb36a0ffc955a1e219b9e71c348e2d54a31
-eff43b5da97634f00f1cc71c6bc2e6cdedbbc15398c9ed55e867e86be6d02b33
-c91cd0d41e53aeffab126d4936adc29abac839b4de494350c40671e0d3908f2e
-4a1736c9a5a10014015615d8d8b0af745b3141d7ba094848da502d15de14cfc4
-f76ef0482d9cfe62e31dfde244d5e8204d3f523e8c9487ffd1dc4f6473ce2855
-d7fe290542726553407899392bff64e42dae9f06d4953bd857c9b01aa05ad3f2
-a2e10e157b50610c74b05877f9c9e85aa3b24d19dd193c9c67b40b2e6224b713
-f386fa40c1a5127a22be43cb5790d249999534c3a6bfdbc22ea85cefdf25b0cf
-0b316fe1a40e1786a0cc7900600051c9f39551bfabd1dcd51902c363bba3ce38
-55f3ef77f2785382a0f16228e12e54d31a2aa8e5e800107872126469355d0e58
-06edef93af116bde482d936626aa54f894b0a09097a9773f96140915abeec6c0
-10d744d7a7f97c538f9985499ec88cf9ab967d0613733b4782a8ae1d09bc8390
-e301ff1d8bde7106e40368e7173df368f8777b07f411af5f4961087c06940ee6
-8fac0f47fe453640210a42d4173c92307e74f6488335f516dda74857661845f3
-0e49358f16f8e96f5b35c10d4612aa555c7ac952376305e0bc0c02e348423b2e
-2c21554d68d9b51d6c427e6d065f5298654d76b45e3f22d4f2fb1f1e109ebfec
-311fe3ba652639072112e9564bed7590ee7189589b1fa1adcad3224deee45efb
-b83f2273a9ff41296a289ea43bf1b73f131811156c3c14e76ed8706d4f3354a4
-215fdf81f1319fb463c18d6f257155f779e83e39a7b69609260aed95246bae53
-44f092df6636af6e2a2ba9339525819ffc092aeb7e38c672fa99aa6ca26dc8cc
-73fa450d295564238c88065fb6b879fd53bf0fe29ef8ceaafe0cb3c510118ca8
-c0df8976e7f3072f1e1d4dedcd772b424f4f0f138e421558298d4f5f8bc936da
-8856b0db4e4b62f20c1d6ab58ae03b6395cf228c9a70efabd29991f5ab8df7dd
-4fd47c9733573c67198cbab65ae651e025211419b170aefb294d2e80cfb5f9eb
-36ac969019c2cdb44a57ffb66afe77302aaaa2dbcdf49ec728c345dd5e1d0046
-b16ce7d795227cfa0bc873aab9b49d59d3ae8ba58d7ad1e0a5999d51ea336326
-d94c31c8fe9f2061a935f0331bee01da7e7c9e099739061333b6c170d659463c
-cced3816caf5acb6da1e08287edce23d676e8665f6642a9116b3ac39b9560201
-4c51ebf987f6ee7f662b76aa55f50aaf7a2e365970e1aeba25d2144c919f0fc1
-e7a3864d90f9e8e57068e107f24d9380400929c0afbc5c702da2bb8394067951
-565b2377764521b41e278cd9ee14b8b48b7b9042090e4bd92dd410dbfeeb3bb2
-fcf70e76c03f37ce963a169bd51ec34cfe92ec199edce16373911512312cc454
-95655ba9a81bbdd16ae2f442e45c4b6ddc0aa42bbfa0162e0e4841a20f4828a1
-420d9dcc9fa817d605e8ca1382413d5e27620fc91a84c0cfb3fe08aacbf81f26
-774428cbe16ffe835615a81a17d1a1bc94bcc0d4b1281387eed65128148cf50a
-5ae8ef388574b3ac1d7f46a4b948deec4dfe37c01898bfe1b327b914b99a1b7f
-0ff1782d5471dc008a85f331e045c555adcf83821919a79f3fcff66d0a4cdb90
-ed7aa7abb087cf7977506b633a77d2431e217de51a1fc2b3ec14f46bc9331cc1
-28e97ac7c6fefdf1384948485cb4c2886e657d3f0ab0bc70bcc16c758748185d
-dafa880905e2e70299f23c1e80c9b5c297a31ef9529608b3a96d5c98949da94b
-b0b34bc103f03532b68aee10fa178d2530d5ef5b9d2459b0c69fe66895ae76d7
-0b6a63d9559e115c474490a311a8f4b554c7143cf48de949556e63dd9475241d
-9452863f4480e520dc163d38ae9d38bba68dd0370e8207c55a9ee9ae7bbadb5c
-181a13313c5b1a1cf9e4dcc818b2809608ea15d7973ffe3d639d3a110cd6f7f6
-85d7e42ad6c8189e51f009b78a0f0a12da8933c4067ccffb675759b06a37ecc7
-c839a4fefd7627cad46261f1dea98fbf549d82b266f7afa06e864d06b079de09
-66c8cb6447f208778baa95fd0ff6d66d1864702513e0fc4ce09018f90d1a71cb
-0493ee58a44b09bf3c98d63e2a130290d3c26a8b241e927f7ee608e19895c082
-b50cac9c6c1bd411eb4ac9845cc80162f71ce0716a3a7aa31a882fefa87df826
-d032f7bdf6dd6f0177857e55acb2eb2b2d7cc785749d0a89169a6e77f2eacb71
-cfbba6fd6a062bb1c679d6cccdde2d92321bb9b078cd36aa33d31eb3c067e93d
-2d5ed444fbda7fb401ff6b1af75078de4860e9ccadda4ccf230b9ecd80bf2cca
-d5525d165fba606b6dfaa81bf779865277790dae1529e51e1f8ca382ab64b0b8
-1bf336c9f81e86b08e9b18f073c593f6f71e5771870614502471dfc386ebcda2
-ad1a00c4cda1330a6fa94a79e58e9a58d5772721295053b25877188d1f9e5b9f
-ebd5c318aa18f8869339f6c212cb62afbfb6959418b76e7f30a454def2994b68
-6381895987d76f2153340704d3e624cd29d04722f7be2072e6e07948c53b94b5
-bba0b965e351ab6b5a49a1212f721e7febafde73cf0d33479431c606de53b715
-5d85ef5ff827724c57cbe933a5e9827f6e697c9e587c93afbe8b6908e92d7238
-e9582bb8e4a838ee39c5edcbac03845fc0b1b2bdb45b91c11689a675be038742
-d78453c7b4714ac10fe67e5b352cd4ac1e7b53a88f9d30a12b24e13840423e60
-6b877b4583610625cfb0dd32c026f6def079980a255d7d8ea615bdbb68c1e8b0
-7fd1587187e629df14d51ee1bba24ac8ee2b3b2b30b00f863a2d434700488ab1
-dd1844c82c33df17adf32e9f22d535056ea9ecab138311ee5a4cfc14354a7e46
-0ad3ac6d9c9ac0427fc8cbd84ebe1000a05be466a674189ad8f03d3aca29983d
-5517b9a0b0a793e88acc9a8831b28129f7ea986b1c1e7e7cbfb4d202c3ed2208
-b04b2defab992f3550d0b6d7e2d8cbc64cb5f6f90e3f442ecc29383d4bbd45ba
-3ebe3fada59b4cc519df6bb324599276c09edde3e77c87e016dccdfcafb4190b
-522208a90a0d9f6f603388e949ef491a26a2378db50c69fce93395b7012ac751
-b7c0da66f931850bf2200d87394990bb673273e386d20df8560d893402e2f761
-bb216ea2530dcb27274cb81f2087c64155223d97af4b001ba8eb0a90ab5521c2
-9fc8f83d01910dad063be555aadac8f7e281689df391f909fba84e20fef2a993
-8caecefe097e279fb7678f69b82f8d89630595daac8f21d5e972829be216f962
-835118acbf30fdca82256e598e0a3fc6c4099354d2acf44658c5598a96d07a82
-412ff4aa22dfaf33e47250c183acceffb996405e373c22bc346a63231c7880cd
-f7ba283e77fcaa59756129c11eb010e8cc4c7fd5b3310db0394e3cf93dbff250
-412fc01f08ab5ad0f51f7d473a5127a02067749f71e31712e2852879b628c4a3
-5c2addd08340ef5a648b2886c5c31dbd75840215db72ac33fa8155588e502e60
-7ffdadaa7c5116969a89deea790b2ca28bd54ea26d6dc490e820c0b44dacec8a
-ec1debe7b6560d75a115c3694112101929b9ab2a852e3fb6369b170ba4f77901
-65d8347be454217587b3227d523aa73ef48e478e50c01123927322d05d390539
-caccabd75cae8229419add110eba5a6d87c3cd44cb9e21b85665a4e44c095086
-7bb5a8bad6fa3389267f2abb65037ec9793432f062d79b5d887de26bc1450bbb
-9d058246ff0c4c5510017ef4d96293524c6ff46568ecb39c096c1baa57bfdaca
-089aa112cdd8b546270658a0c56aea9e25ec2577a00d649b80ab589d2e3582dc
-fe215481fc54758742bc947ecf14058e0364eaedfe41e4045bbf0946e60911f3
-1cca86bb700ed3f357279f920c4bfd9e9e8df4c3ea559a7d3d532bfe41d26178
-17dd65299bcbd52d899ea539fc0274c338ee77398f69646b31f44a3084435689
-f138b4c556c208ac5e59aac13e89d5b8f6018c6c3c1068838f387c699e7514bf
-4b8a608d898df563e4e727f915fe1cc3f65fc7b96f8c1c83e7484735edf700e6
-0ee4d09796500b1a200581583228ba47a98520fb0531d7d88ad8b0b5c9f6c937
-58dae9786155ce58658685e8e027fdca5e09cb648b0f7e0e9aa2b6d3e6c673c2
-d670dc95a3b8a4a6e405ebc8b48f5c90d050e666cd91901214f8a071310fd833
-cea2290c694fa9b2bd781c4d25633ad46af6c07e2b2a7e5adfad8bb33e69c74b
-7373f37999eeff3b5597073c69df3f637dc0a28e7a344a2c4847ae8185301c1c
-33b379bccfb5a1813934ebe52c818ffb5ea72fa1eb54e2757930a349da35a280
-d1ed7feea6b83d25f0ec6248b3f81d043b61089fe751ff7b210f872d7f9feca7
-63cfae266c27ea61dd847806bcfa1f3e8d1f33707706a931a1d862f2b5585755
-51e236a077f116e9d3298a7ca44f61daf86f718809dd27b820c795b5696363c0
-9e0d9322a49a709cb470db9a2064561f9c6480514fa9eb41e30075f5aa1eb20a
-1b5a5e23f84925be630dcfecfb3c2b4f290858506d4006e2d832df79b9be0a52
-f42485ff3422b5f3df50de4cb18e006d81e8541be2013258af761723c908ebd7
-c3d474d2affa85a0616a0bdc6186784e6ae6accf532059aa3a3f8a04629782e0
-7769789984d0fc5d9d8f524ec8d578059096c7e517145e25bcc51bd45745e6ff
-eff1e5b55e045f53a0624ed5510fbbf7ee4fc40de4aaa82b4eaa5cdf37104b3c
-b40fa87b565bd37a225edfef2d41cc09a87cd8cbb3746244b0c335ec48590272
-5ab1df0f5862f5b7f44b47e47f835a3c0ff0a87e10a50d60d553c17a9ae757c3
-c2f2c35fcaca956943390e16ff670d2a460380eedfb195e9d9366f3ad6867ec3
-aa199068fcb194c4ee06f62c018878f7e7a102afbbeeea3a343572266189feaf
-fca0c9f231eb58fc453a8eed2893332ec1fb3d99fc44d7d7e5a39e1feff513f0
-312a7273a7610556b30b4276b474300b1666530f2602724e36c2dca4e8f1d858
-0bb1d22d414f447798ce120d2b7fc8b8dbb042b02694b65cabb5ea50bb4f7d17
-946bf7f70818e8f0e965f744a46df3d33bec94677b220214ea7f90863b72f42c
-b273296428aa663263a9c87d12ebf64eaf065cbf17022bd19ffdb0190df7897a
-0d5bc2e761177b38b994bf51ca4e0ba101bc496a4ecba6b990fea92ddbf12131
-e195dd17da487c525e012bab938b1f68911a1845a4d07372d4d6340a8415e739
-776f085f73565b843eb405847401d80b3b484ef01609161d5bac8b379a0311a2
-8063d0189feabdf89437e1707d74f690ef93b4d8a94977340a9961b92cfd57df
-4d63aa87bf59d80e8dc495e3c118057890478599d6a1082a07c8c30c54b1224e
-d050611be8ce37ce615bc64c8b58f24abee247da6ce92fd5d71650f85059792b
-b1e8ed8fc287b63ce68fb34994a08e2a7a305f0767b7e3f9bd92ed7b7d625321
-40849256e610f88361c783b990d87fe4d326d1dd2b00d19b7d6c4ba7cf66e56f
-a72494037094abf2edf1d0851d04d4a8b4480a13b3a88f68916745ea2f776607
-8591ef49dc351a07ba3d53045fe5e9df5d38e92259feb561228c399ca16269d7
-08ffa0142194141e621c8ad300544627ac5bd08a327bf2de4d6b916653c34120
-ff229b8b3d7fa62c10e47222615fcedeea760237e42c9cb34a3d335e4eddff60
-96161e91a9477776866c3120e252b8a83497b96947d4394e428a5b324cc54a2b
-1f861b99db3ba3c9e780421749c749ff2ed7a48aba4a09450e00bd80e89c1004
-d60fcbab0321d516b6dbc8098c6157c601528f0f122b275c664b258f83285bd7
-047afbadb5e51628a91a0c1fbf1f098ae78fa1fe88782e2a4ea1c47e34ff277a
-87518e379018f4636a9d15fc3b0bf92366cd05a8fd8332cc36091ef2244d3c30
-c4721c25349358b8457a2e50d03a3f9674827b66efebc6d2df6b1af87a5da25a
-dbcd04b24db31f6cd17690e1bb55f310fc267bcb377d57f0c3cf1c3fb4925bbf
-6ceef3348f6be726c0a5274d3c6cb328a7c66ad9e966663174e93af6a27751ec
-e8a1196eaee381cbddf7fa64c2910f101b083f39968a4e93d79bf998ae7d6835
-c739a92ae2fc949d3d3bfc1d171d3c7ba8ed416bcd35be5d4eb80c1d8f319604
-8eed1d50feba9a35055ceeb3282c10c53ec0c2c3962c0537e2d881f54da3019b
-fe0ecaad02fb03d7294e4e6b597ca78b429919bbca7db49662017c17bfcd7b74
-c2ce2d2f0fdcbcf45aeed12d23f2518b129e491040b61187b935360730fdd6b3
-5d8976497002ad582de4afbf811d0af9f45c5c0b3a6fb3937470d3313173dd9e
-9b8d9d51521a809029efcbd7e88703851127de2496be97683962c1ca054ba244
-593aa48c70ac36ac7d9574be2ccef5cfa071b1f65c3aff6191be60d986e0cb21
-b26de38793de394003e277dd68ccfda1123ad3474cbfeaaf5ecf15bbda72acea
-150d4b241193d450e3c3b92f758fd2a6516f07d3599e680e6fcba1171250245a
-e9f4a7741e817f2c2d455125c4405e299edb88771df944b4899acde5612cd3f7
-bcb097be7c996559a8b724043992a3db9b9744564d0734bbdf6d4283f0ec7656
-2eebb6dcf37ff4e9b1553bacbe9b1270f99c0e73dbb4acac4e221e8bb7da348d
-0c8af4db6493d7b7fadeb70d6648991bb6bbc4eb862e3e9f08d3222c295a0618
-0915bbdb4bd678ff4983e061bd29e8bd6d1a48db9df42ef59ee7492f1586b857
-51ce4eae0c02046ad511a385447b9e13b3b6f62920184da93cd978909bce5de7
-e15f39ccaabb6f08172f94f811f80e5ffcfc8be5307a69a2424af4d72102ca9e
-14fcde9e540a6d9cf57b9e6c56670fa22e806ed33755b352d6ec527104609a10
-1b3e71e689a0c7ffeb9b48c5c075771baae17b8832148ac28a7bd4dba5bc1049
-78adf0e820148fa6a90545378b0268865abae637bb216bcc00aff113ba0e8bf0
-828b68f60b28f4a2637639f33f491dd3de2155768151b62832bdd788034d9719
-183b8f4ded0a486fe041f962155b64de9bb4a46cf7beae3b55a8698576e7d6d0
-05d4293643dec08b5eae6f89e1c5aac003da0ee2a2f3aba3eb18f2e77ab035f3
-0fe56488ebf42b59263bd4e61e0c868c4b5581feae5e91bb80b62dab428c87ba
-d79809858312a6abf6187c1cd2a7c28bb124e6b9347a1f0e804890d80fe44888
-4ba908820fa43d8c8c755072927edff164e6b603a127262f70cdb3f775bfd50d
-c00056c049e93574f88385a99c2d9becb2e886c1d90419730d0b8186f720c652
-c2ecf7bea7cac2f191e671fcdc84ab50116b04a37c8e074fd9182c45b9253fd5
-5cbf8f30e3cef6bac8059e844fcb763d338f4b94edf8247e9e269335e2b546d3
-b502baf5e1515ac61de0e89987c425d3013a7256d72c543a67eb08234611447b
-5b276f420cff6dfa3427141e6d83966ea50a1de859af007f876fa8b65ed171f5
-201fa992466df6d2207170d447f505e2c35d09be3436bdfad538b644d1881759
-2577a5c15b7188c9887da87657686bcad61b6270b82cf789b5eaef79f3a5aa25
-ed755b8c53a6fca530f85e9fc2acb5b378e4cccbd5de2c5b8df8319be2b0d8db
-d87693abea58f6865c16c30415a191b62ccab357002cf0d8d1c7f93aa4408f49
-964f407467fd6c3f7e7b395d3b3ad381a658b78219bb75888262a1337a6c67b0
-cac22a83b6c867024b536ff7061750958c697ae8f658c0b8d63dae6a31192797
-1e320de30d3108cc5fab9edb9b56f172d11ecc1564224fcd2e89c4d835c35513
-55607086cf2c59ee68f7951334d2736e07ebcd9c7c615faadbfdeb6967a3a712
-4157d091c6742d203ff25ea67892a52bbc9e61df30e98c81280a273b57dc1d12
-96c1cfa164f13f2cac17926b79c35f473a668c3a025cb013e1316441c0abafdf
-aedb95d62971b86956f0c9c32ef1d1b2d93362032f19c72da6d5c9759310694e
-efbc072dc6581b5b9ed8586ea5945ca4543f28ae0269ba1d5df705235d3b44a7
-b33c2c84fbec31031a87910537a941080d8a87d6406c237093f487f03722aaab
-258510ffcf4c4fade4066aa7c2b64d3a4fd34693ff1ef18ba23af5b00761a17a
-3f6057d86e0e4c42de919d7c847ed72feb545d7d2a6fec374f413cd13c57ecab
-02cf17518fd5096112fa475f80ee345600c95e0cbebd3ab70ca5189ec3c96ef4
-78f5e22acdffc0fa71705c223cfdd8a9f28a13458e11e35eb300f80d8a1a4353
-0fca1305ea87464c5a44df910343ff15436ca508ff4229e5007c7d2929827f38
-9afc24be23088f0229e3e24d06ce357df383437e0cd7cad77b95f16f80a38b8f
-67bdab2eff74f1017eb43f1525a4bbe2be25d14aac0c231d57bad93051b3f663
-987fedf66d2cf59d5fcd3e40423bd50ef476697efaad54ff64a3836884f91f07
-827270793f1804de5fc95eccc4a009fb3280fe8240b60bd9738b0b8bef04aaf6
-9b5321ef284eca3ca1ddcd9594d6e801767f395dae321860c4cd5203dd5fa2fe
-687f6a6f786a201d803cc9b3d697c53db1bff53f90e694761d59f2f3fd73bb70
-0d5518d4b691b3b4caa9f77a694cef0663900d61b6124ef7b40b73363a44b955
-24b49e573b28fb58d134eef2a7b88f5be4cd6d3e577587f8ca2b73ce44cce68f
-1c235bcb224eb59c1e61e5e7746d35deee11f891186aa86a99806199ee8c2c5b
-f517b17fdecafcc4fe40114fbc5de7b7ed0880554052df18dc90928c580b8fbd
-bbdec1fec4a38332405535cc3045fa280adee50c8b56f195142d25b0ab202d2a
-b781ca92efd3c2238e7e6b73d0fb706cdd931590865fa81e0f5b368c65f53d0f
-865ea386aee57a649431351fb480e3a531a4da45ac60fbd7f2e5dc7053341e43
-0296d65105e3bdbd9cb99d3387f78409c7ad5aeefaf49bdf5351d9d01941f14d
-16ebcf8633c682d123771cd369145b25eb020a8c56c70c43d7e6700377992367
-ccdb65ef22453c53b2fe07a0d025cf953809ced8fc3230703c2da46389610d59
-586871679439ae58c0848a1ae5abf77e308b07711ea6a74269df22de41de6ac8
-f7cc5a948a0a62d1c9303129daaac7b72fac4898c5c6b9a870dbe75610492f5f
-3121516efe9b3a1ae1e94c0e29a2a52256772fb67993eb152c40f65d1249755f
-335225abce8be0de8d033aa432ba13ae229039a2169649d5ba4b28ee11ddfc08
-f91f86591911ba88611629dcdd5a081ea1bde8af301f3ad0063f28c33c2c65c9
-38283e876be91207e249aa3927576dcf539de2cba8a2f14aec67560d754470e5
-358afc36cae477d9f9ea61b47b64d26c92437c80ecd706c328c0d918bf253466
-4c6a074a0b43aad427cefc990b0bd7c77ebcf643007d9c930f4aa7cc36dc681e
-70bca4e727fdefe6492f675d578816ba6092794de8f8e0610867c0b9ec6780bf
-3d29fbbfe7699efbf7dfb0102a4c96a1117530c19064df685f4f1288279c1948
-e74e563bad0cef02499af1daa0cb95ea249db6baf600a0aa0a53f0ec68bad5ad
-9b0d7471c4486f88ae2be029baeb32d72b2d613af9dcdd874748ae30d08ccaf7
-176271f1bc14456e9554f37da5b85541178f9f9289a89669cb4921d12772d07a
-b33174c84f574fc95c276f69d73cedab4077b26f56911fc435e6d2514417dd8c
-4215cbfa620338044a4bcae0d45735331a9fc7f8b80aa3ee14ac267ef0fc2d8a
-7506a377ab51876bd3ec78eb552c327f9c9c3a8d1dc8a1b01428e99021aa3b9f
-01f57c4f60c192415af53fd497f406ed514598bb175c7b21928a2c5fd265a343
-2f08dd80964dfe9b42565a3a38b9fe4b52fb31ba9d5992c99c0d7a658aed561e
-9c50657dec64d416fb2f6326cd26181cd8b45ae1a8886fe986a375c9798b94f1
-1859754b2f420791f8350c1b810b741707409158d4f83ce3cc0a74f4535ad6b6
-8603d39e34c29f40a0e73553844cff55f0e336da9f90f2353e626703f3a3af41
-ed6af2e513d2166779b4a955137664993fa25513db29539ba31d966c2d2163a0
-ed3782990a47394f3fbbcde6775c1ec76b4daf49a7e4726eb6dac796b089b14e
-c4a83b30fee477b7fb3aeb9a8f31defddd61a0fff25967ad80c2851e55dc5c26
-c84514402225c409bcb0f0dc4738b1e3f7f2524ea2c5c4efb184f880670e9a65
-c90ff6b0d2594f33d43fe4fcef58ed7cedd73cf2c410276a4d9d5f06ba155017
-d32e70ae2f93b552d0c0b8e0d8ab112d741b54133f91470ec3c28e4731d15b12
-3a44ef63538c9fe837300562047d7b8585b4e00693741737d1c5e8d6cef0ab12
-b65cdcc5bb5c766d9a6590c60aee88556d20b071b2c9f6506518f13a9461a85d
-ed9524440d0fbdce913030eaf79436cda3efeb67fef77a259aecf445828938fc
-e264788a928915351c643a092ace3857005fb64501cc778764169a13013a4b99
-dd695618af53bc8c26eff31c724f301726756cd2415f4f17b90755ec1d745121
-26a0f9d01da1962213cda30a59068586ce26d92b1814130b4ff77a334d1d48d8
-6b9542dac0c945141ed69b5ec940dcd5d9fa3d892fa4043fffadcbd1a0b51b4c
-704dcebda6f9aa43463c6707cba64db4e294940086062201b4b4a8fe9b0f300b
-4275ad0c4c92e26892b4077dedf2c6604383400ce1f8f4d63365a7217c1cf834
-9aad15faf7f21d09ebb3df67cfbbe251ba3121e698923e631233188fcfb16c12
-1c5c23f8bdb4b0e5ad4d2389874413a00933dca8b87b9db5c52f8c37509be0f5
-6b50256c3c9182975c8e13c7b5da8e818ac6cad0327d365610f1244ab3f7ebb2
-e32a0212f00748565aeea0be81c9a7fe11796f07bef253c724269a4783a8d34e
-c3545d80dd8fdc466aada30ae86e6a1aea3288b2dab999bdac8c6bb52ff41f4e
-f24bd2fdf4c4435e466ba6218a6b8e4597bac9c03817481adeb21a047cf34eb5
-ccf3fc45698034129ac197928c86d8c975f0e86832df44d0e52f6e56ffc1b306
-6817f5fdbce03a8e449027aa122e2ac2a28748b3e5d5114f01b4faca0ea7364f
-b93af7584f01016c2b6bb1278f9c8d8edfae99395c1d9c0048be9a38b283b22e
-0737cdb51d548c0860e0381d74cc932b279ab6d62e44448c83f49e670c927dcd
-73a81f51edb4698dd3d7e4554d5b9e411a0421b0db1fa75bf94bf77ba0489dc9
-126bb21a975f6aa1aaeefea082186cac478d6267e373ce65dee5add48dae4708
-a34e1fe4a01bf96a99374edee8f016c600bc3bee6951699f0be054297270b8bb
-f0559cfe02bda0ad4a2a4dd0fda595c1336a664c04bd5e64675b6495513fb8ab
-261a740792e95cb18d6d7994efd85b95c0c1aad40b61a84934958fc90d77435a
-5e7d542d08b8c7f9a7328f6bdcdd204a595fc5ddf3d4056f24aef7ae04c5ada0
-df13978758f1c31ee153164229fc748e725c87f2f941077331ad83db1b81fc2c
-4423b15cb4638b1fefb8207e01c6643560ca9f51aac52f6b1890a8877d8f1951
-2d20f6765aa120f2b1d1811b87dfa928a668966461e5fa2aa74be5a154b6630c
-fae5d882c4d8a692acece141dd63dbfb471d746f2c7d930b48e814f90b33d10f
-b9d58ed82a27d8fadb9d5d96436665974048c3afa992345fc5051ed83fff1b93
-3f4aec562038fd62819d675e76c12cca1ee8099544965e9d63b3a8d91042d071
-a2c41ccf9464b3f6a373d56fb166015be39553fe7f6ea7b5642e5669f5a44804
-24f7a4fed8966f3ad5be261cca182b5f9a92793af1f3d4da5709acb4b8771f8a
-6c467918fe9ffbdbef1a974c57fb948ab3da6e6e3f4b58915f58b0ccddd27ffe
-171ee22fcd3615edc81af5fa5fe712040a8eba47191e5a5566e5bab7be507f14
-ead70352bed34a443f48bc6919d3ecf5246ec5db649bf01ff3c8fa8b29b415d9
-1f28ff5190c5a37c11dfd4328d3d08921156101ff3615ad513f3b2356386c42f
-a07f0fd822104dd8f5a63c606684cb8f2d8a6bfefc1997c2d1db6747a00a489c
-198b46f93582aa3e09b403ea2789e482e481d17584953876214c32165be6ee19
-7952becd780c414acbfacaa1a5712da00f7aba8e62b1122ffe6853ae103e8481
-8855c70c15782a6342d2602e715d553d9bbfc9c3c5b8e0661ec0f4498530c97a
-afb833a68e98c16901c6c70aef6ef303f9f1ab603085fee230d086fbaea5cf34
-1e9ea3d16e58a24ce0dbf664a605429e50930a2b29a1c45a01b5126b0efce248
-4ac57548de3adbd362a7d3f1f8e99b79c1e46d241195e9d8dc49b8111b36195f
-fad7db28630bbb2023a316301d82e3562f0554e0b1c16819ec9e836d338baab0
-82a619a39fdbd95ea5b2c7b96d28234f17eec431df24f200e94f2dad9d1f9eba
-8602eeaf0ebc3a16c77c109b33a77de490a5def568d2b120e48f36c49b71f219
-64602ba574d1c5ef73d6b6abdbc78ba8afb1fe83bb055ab688f986e0608f708b
-045272644d9cb83e2b6ea88e934117e837fd18eed15aad674a35f74edf49cac9
-2f41806552789b4017af81e9adb4417da096
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMMI10
-%!PS-AdobeFont-1.1: CMMI10 1.100
-%%CreationDate: 1996 Jul 23 07:53:57
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.100) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMMI10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMMI10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 25 /pi put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-readonly def
-/FontBBox{-32 -250 1048 750}readonly def
-/UniqueXX 5087385 def
-currentdict end
-currentfile eexec
-80347982ab3942d930e069a70d0d48311d725e830d1c76fba12e12486e989c98
-74c2b527f0925722787027f44470d484262c360cdfdddf3657533a57bb16f730
-48bfbbfcb73a650484015441fdc837add94ac8fbd2022e3ec8f115d4b4bb7b7f
-15388f22cc6198efe768bd9fceb3446ee4a8dc27d6cd152485384ef5f59381ff
-da43f2d20c8fb08aa27ab2015b774db10dacfdcd33e60f178c461553146ab427
-bdd7da12534ba078ad3d780414930da4f8d58abefd45db119b10eb409dd89792
-3c6e705479464a4b310b58348c4b42393988fef4925cf984423aaf65fea9f0e6
-4629953bcf50b919d968d99bd185f83112b2759cc411764e9bde677f57c5ee5a
-c555448d5f81a16259ded1e11bf4119d53e8ab07a802df900d3a2d5ccc1c6876
-d29c5e9effb7af3ef83400b0910c07873a8c56fa7b1eb1ba426043b00cc95dbe
-dc6e136cbbbcb3f67509964f9f281ebf81fe5b018122eaf66c4a838487e82e18
-6e006093042848a903efb3469ab6b4049767aadb95c30408dfd58d8a10f4cb22
-168decd9f3ee100f07b49aa44c92139b669cc312ba20192454eb2375be6284b0
-26659d964b96ae82d4942e758027fcf23c25ed01115af27ce7f20efe2a822bb6
-84004f20243a49c9e93301fc21b80815c033c3e2ba58ef53da2157d524b395f2
-b37abca13bc6a2f42e824ab7e47106176b0d6db267fbb795ac7425582df2e3dc
-55863468a9200742bd7b552c48f8cf58bc21343bd3b95abfa140f33f37c6f3f7
-8b0d8a5154eb7c1f62ec598267f13e841a3e64172663935ac8b665d86540d316
-ddece329c008049c5e74b27d59022c5515059bc3b89370b1bc6a169c888bb325
-e0b74282d6f053a50da4024ed1e433271a32ab8c17d41c632b41cf9f3ecd5fe1
-24daf7aea7ce8a63047b245822930d517df7baaafa69d2d17f7d93cebd45416d
-f3459365434123a76ccf883a4973bab19807e1f0c4bab03a45f7ed69ff2660ff
-3963e4def11001eec4238c368a39d874fd30b3c14f4186ec7700fbce22abe468
-eb32baf7b0164f8f21a9b5e706b91411faaa44467cb2180ab03de375c1ab93e9
-76e11ab92fdd4a7280a6d1a8dc65c4c89d04c8ed6988045a2a3de9a4c7b1efd3
-75b039396b2b2fbce3411457e1e57ac7a384d9b78115e83ab521e184b967ce5c
-e092e438389425a12f58dbee0001e7033a91d3b0e9a125333f45f35d430550fe
-ad3202aaba81a150b1ec34728f8109d39d5d163a57da9a47ba373d1b86f2da4e
-be09454415d644e1fbef933f8663390912ad15247dc543b417fd9bedec05f8f3
-7c9d5b173ec38cc7f61452a942023c17f01220547a06962ba53adb46b82005e8
-7113e70e9981ff1e37e6834c8d29ce11c6e0f91bc9924d48fa5a127b031e466a
-c9699299989c92487f88e1d6e59e6d4ec5461b68b3979cd8ecc13bbef603d714
-d5ca9341d79f2ab6e200cec023020841b2598b2489c4d54fd35753081acda3da
-6f6afa5ce44b46391fce0e84f4e05f6f343b3f0501e546fd1aaf73cd8d640a99
-7e237bc5ebe85b1a4adee6abf5cb4566ad001acc34fe95b8cbf74a67d94334f2
-ac6d7f5e327ac1336ab13a94da916532d6d68bc5783a02dcb7da158002a16151
-35483906b884df3c115d3751002afe38e2fa21678b40e26d26da7c5303720f54
-89a88633e03555724710902a4c266afad5d1d9799bfc5191fae942b6f85fad06
-d4939cf5ed9d86126067a3a16fe186899d100e135d03abc11192cb965c57b743
-9d1bba286487e5e44d8e2cf3f9f2eb973924bf0d152aa1f0361b1622c506bc56
-2a74e050f5da01d948bb4bb9bb69ee09581866a640dd234915ad9ab104ab7281
-bcdf80110e85e9c2082741975d8f94c85ddd8e22ef84c4611b11879a9a4394cc
-25a09db1146baf1f8721c71713315ba274dc1850138421fec50e4b71155d6b74
-01951cb91214ecdad8ac19a19cad86c5e2a01912d9d439b1a19b734649784e5f
-bc9928792b040831e51b54043400194377d0ea5b0a4aca856e15e0657b163021
-07fecb822d7e706230d29fd6c17f95d5a3507af0f81594633fa734232d908889
-b6b1726f2ed970b85b27141f0d5cfe699dc6f07b8a0efbf71a5ac51ba4c6c057
-e2688073c8748e6e60cdfd716286e7b79b0b1d3cab2e8d3d801d3fcfce711d69
-42395895aba13f4084ce84787dd45f77412d4bb6fb7561f17cfecda1e257fcaf
-4b44b392d5660bdbab2f86a4ccca2255fd2f1b957a556f53f77156d539c70790
-e30582bc3f6e9b0b584bfa8af5b92a6ec1582c3086be1704fe1dbf9f48e74aaf
-f0a824b9f37d7bd5c6d05028955d2b42dc4023b4c2c91ea823ea4ecdecaae79c
-5cee
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-%%BeginFont: CMEX10
-%!PS-AdobeFont-1.1: CMEX10 1.00
-%%CreationDate: 1992 Jul 23 21:22:48
-
-% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
-
-11 dict begin
-/FontInfo 7 dict dup begin
-/version (1.00) readonly def
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMEX10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-end readonly def
-/FontName /CMEX10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 116 /radicalbt put
-dup 117 /radicalvertex put
-dup 118 /radicaltp put
-readonly def
-/FontBBox{-24 -2960 1454 772}readonly def
-/UniqueXX 5000774 def
-currentdict end
-currentfile eexec
-80347982ab3942d930e069a70d0d48311d7190fa2d133a583138f76695558e7a
-e9348d37cac6651806d08527c1bb4a062a4835ac37784cc39ad8841404e438b4
-d52d3901e47a1de4f7924e0fb3daf442499175bab1226edf692a4956739f8828
-e80592f450c5d5c22ac88bcfbe9748f61d18243a16f4a4467f084e8e2be46ef4
-7fc51c3a8199e3cda62ff9c4fb73956dab8b6683d2156377808cb35026073e80
-523f59a30d195fcf9b9fce4ffafc6d5649664203ab24acb938d58d246707ffe7
-d62f04bec4b70c21ef75beb2b812622b3c74e969d72d3cd11bd7106294a99caf
-0b1629bc7d4de6b96ca82930831d64575f23f4ad06a0e45e315b1d392411be8d
-6d73c998789ff258a07a3c8c2057325784514c845500bfd1a971310cfc11d41c
-1a167dbd5ff012c60add4e87325f6e5299032a839de65fb1473a166aae1876a4
-414a434f22c1d241591fb36f857df6fa930608750ffc0c54f44994662b1f00f1
-400bf752ea8d83ffc4cb77a290bc2d99981ae59a191748ba5c7ba1a9d2583fd2
-1398452b6ff5d83a059f7eadcd2ef744e9dd22bdf9c79d049bf06835e878c32b
-7765c69bdd8ef4deb4ea7cfff4cf9354a4ddffa689de961d16772491c7afbd7f
-ffde42400764c68e954ee5c455a5687959829bc3b319b2147deaab3628662c80
-30c5e02fea09609abe4eaa12e217bc3af673f1bc36a7039eb13fcacb4218fe0f
-c5a3f9452d4edf46cc91db67b624d4f2d37502fb9f11af4da18ca40b61097f95
-d44329375467ed13c5cb585ec53f62b83ef9502cc755af44bf32b87b8ae9f3f2
-f8dbf72dab90acafbacd280db6aaffaefdff6d5eff26669bac56280a950560e3
-d01714ba38659b0e4e28bf8cdc1f15ff7e3ea9d95a6afbbe3d8e6905aa6d531d
-6b6dcab89e2036cc492c65f76ddcc3cfcff33fde3d9ffd10f7a90530fd5c7683
-4329baa902e701ca42717476298c9ff511b1941244bb1dfd0e5cab92a43970cd
-1bdb292eadd055c97972844fdcdb0aa06401e7b2632b9d134f96bce0064860f3
-9859da7a9a82be0a840672a1331212752ae1b521b693b384a72dba8d37a86eaf
-a0341e7fc5f6ef7a8c566aacb91e8bf5005c18837894c4eacff41dba54e071ca
-83f80e7f256d4fe2fde6e2408ec819f8fecbb87409f8f9c35a722494d279b0d2
-9ef6281f11d144eb362d34c20dfc58ead6a17cb0429ca22b44d307134497d1db
-e12b46cb16bf4aeb600463d05ec3d04ff464f4d61be7feeb7a3805b3f767bef6
-240d59d8a026581e5ecfadb595fbcfc59ee1f1f88fb995319fa99b744a274972
-c95971a00bdf7c2ca0b47856e2caa561a22a7ba32de87c5075cb4dc4ad680dba
-d837e74bb0c64aaf1287e059946a83dff78831b493841179583dfa0a42f1e08d
-71f5406eba065f25c1f724a2b9e37855f7decf7de70d0efe5bf63250acf798eb
-2ab1bef909a76568800af7d5d44ad80383a913815490e3c2fb9e9284fb3aa8f8
-46bdcdfa944e757faef290bf48db6dea131ef5d7f107e5690926edfc34651323
-b0608622983f92e99ce363df17a81967f2adb131e18aac3639c947b81da87849
-2efa86cb8a1973900d843a579cebbe2a7f43558296b6475c4d96243803d45715
-8056da4a158b7bcb9d1e762ce646d1c6f7cc7b15b92cbad4ab4977e184835fca
-5d1a60816a969cc18609160740c903af208babd9bbf51315eedb5f0bef81e223
-eee2b49b8f7b
-
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndFont
-TeXDict begin 39158280 55380996 1000 300 300 (./testdata/dvipstst.xdv)
-@start /Fa 25[48 6[33 24[63 17[22 11[22 11[48 4[66 10[63
-3[22 16[44 29 37 18 26 26 1[33 33 37 52 18 2[18 37 1[22
-29 33 29 1[33 23[26 4[48 21[17 6[22 21[18 13[37 3[{
-TeXBase1Encoding ReEncodeFont}33 66.4176 /Times-BoldItalic
-rf /Fb 138[22 22 22 22 2[22 2[22 5[22 22 3[22 4[22 92[{}10
-41.511 /CMTT10 rf /Fc 214[42 7[42 32[32{}3 41.511 /CMSY10
-rf /Fd 128[21 2[42 2[22 22 30 22 23 16 16 16 22 23 21
-23 35 12 22 1[12 23 21 13 18 23 18 23 21 12 1[21 1[21
-2[31 31 3[30 23 31 1[28 6[15 2[27 28 32 30 1[31 3[32
-1[12 2[21 1[21 21 21 2[21 2[12 14 12 2[16 16 12 4[21
-3[42 37 1[32 30 21 5[21 2[12 35 1[23 23 12[{}65 41.511
-/CMR10 rf /Fe 156[18 18 22 71[24 25[{}4 41.511 /CMMI10
-rf /Ff 137[44 44 44 116[{}3 41.511 /CMEX10 rf /Fg 152[208
-103[{TeXBase1Encoding ReEncodeFont}1 415.11 /Times-Italic
-rf /Fh 137[42 1[23 32 28 1[42 42 5[23 3[37 1[37 10[60
-1[60 1[51 46 2[46 6[28 2[46 51 60 2[60 6[23 58[{
-TeXBase1Encoding ReEncodeFont}20 83.022 /Times-Roman
-rf end
-%%EndProlog
-%%BeginSetup
-%%Feature: *Resolution 300dpi
-TeXDict begin
-%%PaperSize: A4
-
-%%EndSetup
-%%Page: 1 1
-1 0 bop -225 -200 2331 25 v -225 3108 25 3309 v 325 -77
-a Fh(D)m(VIPS:)21 b(A)g(T)724 -58 y(E)764 -77 y(X)f(Dri)n(v)o(er)g(F)o
-(or)f(PostScript)836 238 y Fg(g)-225 695 y @beginspecial
-@setspecial
- 0 36 translate .05 .099 .95 { 27.4 0 translate gsave 0 0 moveto dup
-90 mul rotate -10 -10 rmoveto 20 0 rlineto 0 20 rlineto -20 0 rlineto
-closepath gsave dup setgray fill grestore 1 exch sub setgray stroke
-grestore 27.4 0 translate } for
-
-@endspecial 441 770 a Ff(v)441 794 y(u)441
-818 y(u)441 843 y(u)441 868 y(u)441 893 y(u)441 918 y(u)441
-943 y(u)441 968 y(t)p 485 770 954 2 v -180 x(v)485 811
-y(u)485 836 y(u)485 861 y(u)485 885 y(u)485 910 y(u)485
-935 y(u)485 960 y(t)p 529 788 910 2 v 865 828 a Fe(a)12
-b Fd(=)-7 b Fc(\))11 b Fe(b)g Fc(\000)-6 b(!)11 b Fe(c)p
-534 846 900 2 v 534 880 a Fd(the)17 b(phase)f(of)f(the)i(mo)q(on)e(m)o
-(ultiplied)f(b)o(y)i(the)h(n)o(um)o(b)q(er)534 930 y(of)10
-b(angels)h(that)g(can)g(dance)h(on)f(the)h(head)f(of)f(a)h(pin)f(while)
-534 980 y(the)18 b(ric)o(h)f(man)f(threads)i(the)g(needle)g(divided)e
-(b)o(y)h Fe(\031)h Fd(or)534 1030 y(some)c(other)g(transcenden)o(tal)i
-(n)o(um)o(b)q(er)-158 2836 y @beginspecial 18 @llx 18
-@lly 577 @urx 814 @ury 2796 @rwi @setspecial @endspecial
-1090 1185 a(T)m(o)i(run)g(this)h(test,)h(remo)o(v)o(e)e(a)g(\014le)h
-(called)f(m)o(test.ps)g(if)g(it)1049 1235 y(exists.)36
-b(Then,)21 b(run)f(T)1429 1244 y(E)1452 1235 y(X)g(o)o(v)o(er)g
-(test.tex,)i(run)e(dvips)g(o)o(v)o(er)1049 1285 y(test.dvi,)10
-b(sa)o(ving)g(the)h(output)f(in)g(a)g(\014le)g(test.ps.)18
-b(Cop)o(y)10 b(test.ps)1049 1335 y(to)17 b(m)o(test.ps.)29
-b(Run)17 b(dvips)g(o)o(v)o(er)g(test.dvi)h(again,)e(this)i(time)1049
-1385 y(prin)o(ting)9 b(or)h(sa)o(ving)f(the)h(output,)h(as)f(y)o(ou)f
-(c)o(ho)q(ose.)18 b(\(Including)1049 1434 y(the)12 b(do)q(cumen)o(t)h
-(to)q(o)f(man)o(y)f(times)h(inside)g(itself)g(will)f(o)o(v)o(er\015o)o
-(w)1049 1484 y(the)j(virtual)f(memory)h(capacities)g(of)f(most)h(prin)o
-(ters.\))1090 1565 y(Some)i(things)g(to)g(c)o(hec)o(k)i(on)e(this)g
-(page.)25 b(First,)17 b(the)g(large)1049 1615 y(rules)c(surrounding)f
-(the)h(page)g(should)f(b)q(e)h(exactly)f(one)h(quar-)1049
-1665 y(ter)i(inc)o(h)f(from)g(eac)o(h)h(b)q(order)h(\(assuming)e(a)g
-(8.5)g(b)o(y)g(11)g(page;)1049 1715 y(for)c(an)g(a4)g(page,)h(c)o
-(hange)g(the)g Fb(\\afourfalse)d Fd(to)j Fb(\\afourtrue)1049
-1765 y Fd(on)i(line)h(16.\))1090 1845 y(Y)m(ou)f(should)g(see)i(a)e
-(title)g(at)g(the)h(top,)f(and)g(a)g(large)g(italic)f(g)1049
-1895 y(under)f(that.)17 b(Then,)11 b(there)g(should)g(b)q(e)g(a)f(cen)o
-(tered)i(ro)o(w)e(of)g(ten)1049 1945 y(b)q(o)o(xes,)k(going)e(from)h
-(dark)h(to)g(ligh)o(t)f(gra)o(y)m(,)f(rotating)h(slo)o(wly)m(.)1090
-2026 y(In)18 b(the)h(`equation')d(that)i(follo)o(ws,)f(c)o(hec)o(k)i
-(the)g(upp)q(er)g(left)1049 2076 y(corner)g(of)e(the)i(radical)f(signs)
-g(for)f(alignmen)o(t.)30 b(Also)18 b(c)o(hec)o(k)1049
-2126 y(the)c(righ)o(t)g(arro)o(ws.)1090 2207 y(In)e(the)h(recursiv)o
-(ely)g(included)f(page)g(to)g(the)h(left,)f(note)g(ho)o(w)1049
-2256 y(bad)g(the)i(bitmapp)q(ed)e(fon)o(ts)h(lo)q(ok)f(\(they)i(are)f
-(the)g(ones)h(under)1049 2306 y(the)g(radical,)f(and)g(indeed)i(this)f
-(text)g(itself.\))k(The)c(thin)g(rules)1049 2356 y(ma)o(y)g(disapp)q
-(ear)i(altogether.)23 b(This)16 b(p)q(oin)o(ts)f(out)g(the)h(resolu-)
-1049 2406 y(tion)11 b(dep)q(endence)j(of)d(dvips)h(output;)g(this)g(is)
-g(an)f(unfortunate)1049 2456 y(necessit)o(y)23 b(of)d(using)h(bitmapp)q
-(ed)h(fon)o(ts.)40 b(The)22 b(P)o(ostScript)1049 2506
-y(fon)o(ts,)13 b(on)h(the)g(other)h(hand,)e(should)g(scale)i(\014ne.)
-1090 2586 y(Finally)m(,)c(at)h(the)i(b)q(ottom)e(of)g(the)h(page,)g(y)o
-(ou)f(will)f(see)j(some)1049 2636 y(tests)f(of)f(the)g(accen)o(ts)i(in)
-e(the)h(P)o(ostScript)f(fon)o(ts.)18 b(P)o(a)o(y)11 b(careful)1049
-2686 y(atten)o(tion)18 b(to)g(the)h(w)o(ord)f(na)-5 b(\177)-16
-b(\020v)o(e;)20 b(there)g(should)e(b)q(e)h(an)f(um-)1049
-2736 y(laut)e(o)o(v)o(er)h(a)g(dotless)h(i.)27 b(The)17
-b(text)h(should)e(read)i(\\Ic)o(h)f(w)o(ei\031)1049 2786
-y(tats\177)-21 b(ac)o(hlic)o(h)15 b(nic)o(h)o(t)f(mehr)i(als)e(das.)22
-b(D\032monic)14 b(sou\017)o(\023)-20 b(es)16 b(ha)o(v)o(e)1049
-2836 y(no)d(r^)-21 b(ole)14 b(in)g(na)-5 b(\177)-16 b(\020v)o(e)13
-b(\033uvres.)19 b(|\035sop's)14 b(\036uvres.")100 2963
-y Fa(Ic)o(h)25 b(w)o(ei\337)i(tats)467 2962 y(\250)461
-2963 y(ac)o(hlich)g(nic)o(ht)g(mehr)d(als)i(das.)48 b(D\346monic)25
-b(souf)o(\003)1729 2962 y(\264)1725 2963 y(es)100 3027
-y(hav)o(e)18 b(no)e(r)363 3026 y(\210)357 3027 y(ole)i(in)f(na)595
-3026 y(\250)597 3027 y(\021v)o(e)h(\234uvres.)24 b(\227\306sop')-5
-b(s)17 b(\214uvres.)p 2080 3108 25 3309 v -225 3133 2331
-25 v eop
-%%Trailer
-end
-userdict /end-hook known{end-hook}if
-%%EOF
-
-%%EndDocument
- @endspecial 1090 1185 a(T)m(o)i(run)g(this)h(test,)h(remo)o(v)o(e)e(a)
-g(\014le)h(called)f(m)o(test.ps)g(if)g(it)1049 1235 y(exists.)36
-b(Then,)21 b(run)f(T)1429 1244 y(E)1452 1235 y(X)g(o)o(v)o(er)g
-(test.tex,)i(run)e(dvips)g(o)o(v)o(er)1049 1285 y(test.dvi,)10
-b(sa)o(ving)g(the)h(output)f(in)g(a)g(\014le)g(test.ps.)18
-b(Cop)o(y)10 b(test.ps)1049 1335 y(to)17 b(m)o(test.ps.)29
-b(Run)17 b(dvips)g(o)o(v)o(er)g(test.dvi)h(again,)e(this)i(time)1049
-1385 y(prin)o(ting)9 b(or)h(sa)o(ving)f(the)h(output,)h(as)f(y)o(ou)f
-(c)o(ho)q(ose.)18 b(\(Including)1049 1434 y(the)12 b(do)q(cumen)o(t)h
-(to)q(o)f(man)o(y)f(times)h(inside)g(itself)g(will)f(o)o(v)o(er\015o)o
-(w)1049 1484 y(the)j(virtual)f(memory)h(capacities)g(of)f(most)h(prin)o
-(ters.\))1090 1565 y(Some)i(things)g(to)g(c)o(hec)o(k)i(on)e(this)g
-(page.)25 b(First,)17 b(the)g(large)1049 1615 y(rules)c(surrounding)f
-(the)h(page)g(should)f(b)q(e)h(exactly)f(one)h(quar-)1049
-1665 y(ter)i(inc)o(h)f(from)g(eac)o(h)h(b)q(order)h(\(assuming)e(a)g
-(8.5)g(b)o(y)g(11)g(page;)1049 1715 y(for)c(an)g(a4)g(page,)h(c)o
-(hange)g(the)g Fb(\\afourfalse)d Fd(to)j Fb(\\afourtrue)1049
-1765 y Fd(on)i(line)h(16.\))1090 1845 y(Y)m(ou)f(should)g(see)i(a)e
-(title)g(at)g(the)h(top,)f(and)g(a)g(large)g(italic)f(g)1049
-1895 y(under)f(that.)17 b(Then,)11 b(there)g(should)g(b)q(e)g(a)f(cen)o
-(tered)i(ro)o(w)e(of)g(ten)1049 1945 y(b)q(o)o(xes,)k(going)e(from)h
-(dark)h(to)g(ligh)o(t)f(gra)o(y)m(,)f(rotating)h(slo)o(wly)m(.)1090
-2026 y(In)18 b(the)h(`equation')d(that)i(follo)o(ws,)f(c)o(hec)o(k)i
-(the)g(upp)q(er)g(left)1049 2076 y(corner)g(of)e(the)i(radical)f(signs)
-g(for)f(alignmen)o(t.)30 b(Also)18 b(c)o(hec)o(k)1049
-2126 y(the)c(righ)o(t)g(arro)o(ws.)1090 2207 y(In)e(the)h(recursiv)o
-(ely)g(included)f(page)g(to)g(the)h(left,)f(note)g(ho)o(w)1049
-2256 y(bad)g(the)i(bitmapp)q(ed)e(fon)o(ts)h(lo)q(ok)f(\(they)i(are)f
-(the)g(ones)h(under)1049 2306 y(the)g(radical,)f(and)g(indeed)i(this)f
-(text)g(itself.\))k(The)c(thin)g(rules)1049 2356 y(ma)o(y)g(disapp)q
-(ear)i(altogether.)23 b(This)16 b(p)q(oin)o(ts)f(out)g(the)h(resolu-)
-1049 2406 y(tion)11 b(dep)q(endence)j(of)d(dvips)h(output;)g(this)g(is)
-g(an)f(unfortunate)1049 2456 y(necessit)o(y)23 b(of)d(using)h(bitmapp)q
-(ed)h(fon)o(ts.)40 b(The)22 b(P)o(ostScript)1049 2506
-y(fon)o(ts,)13 b(on)h(the)g(other)h(hand,)e(should)g(scale)i(\014ne.)
-1090 2586 y(Finally)m(,)c(at)h(the)i(b)q(ottom)e(of)g(the)h(page,)g(y)o
-(ou)f(will)f(see)j(some)1049 2636 y(tests)f(of)f(the)g(accen)o(ts)i(in)
-e(the)h(P)o(ostScript)f(fon)o(ts.)18 b(P)o(a)o(y)11 b(careful)1049
-2686 y(atten)o(tion)18 b(to)g(the)h(w)o(ord)f(na)-5 b(\177)-16
-b(\020v)o(e;)20 b(there)g(should)e(b)q(e)h(an)f(um-)1049
-2736 y(laut)e(o)o(v)o(er)h(a)g(dotless)h(i.)27 b(The)17
-b(text)h(should)e(read)i(\\Ic)o(h)f(w)o(ei\031)1049 2786
-y(tats\177)-21 b(ac)o(hlic)o(h)15 b(nic)o(h)o(t)f(mehr)i(als)e(das.)22
-b(D\032monic)14 b(sou\017)o(\023)-20 b(es)16 b(ha)o(v)o(e)1049
-2836 y(no)d(r^)-21 b(ole)14 b(in)g(na)-5 b(\177)-16 b(\020v)o(e)13
-b(\033uvres.)19 b(|\035sop's)14 b(\036uvres.")100 2963
-y Fa(Ic)o(h)25 b(w)o(ei\337)i(tats)467 2962 y(\250)461
-2963 y(ac)o(hlich)g(nic)o(ht)g(mehr)d(als)i(das.)48 b(D\346monic)25
-b(souf)o(\003)1729 2962 y(\264)1725 2963 y(es)100 3027
-y(hav)o(e)18 b(no)e(r)363 3026 y(\210)357 3027 y(ole)i(in)f(na)595
-3026 y(\250)597 3027 y(\021v)o(e)h(\234uvres.)24 b(\227\306sop')-5
-b(s)17 b(\214uvres.)p 2080 3108 25 3309 v -225 3133 2331
-25 v eop
-%%Trailer
-end
-userdict /end-hook known{end-hook}if
-%%EOF
diff --git a/Build/source/texk/dvipsk/testdata/pfbincl.eps b/Build/source/texk/dvipsk/testdata/pfbincl.eps
new file mode 100644
index 00000000000..4d30904d9fa
--- /dev/null
+++ b/Build/source/texk/dvipsk/testdata/pfbincl.eps
@@ -0,0 +1,11079 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Adobe Illustrator(R) 8.0
+%%AI8_CreatorVersion: 12.0.1
+%%For: (len) (ams)
+%%Title: (condensation-of-zeta-functions.eps)
+%%CreationDate: 4/25/07 1:33 PM
+%%BoundingBox: 1 -186 347 124
+%%HiResBoundingBox: 1.40039 -185.0195 346.4609 123.5684
+%%DocumentProcessColors: Black
+%%DocumentFonts: EuclidSymbol
+%%+ Times-Roman
+%%+ TimesNewRomanPSMT
+%%DocumentSuppliedFonts: EuclidSymbol
+%%+ Times-Roman
+%%+ TimesNewRomanPSMT
+%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0
+%%+ procset Adobe_screens_AI5 1.0 0
+%%+ procset Adobe_typography_AI5 1.0 1
+%%+ procset AGM_Gradient 1.0 0
+%%+ procset Adobe_ColorImage_AI6 1.3 0
+%%+ procset Adobe_Illustrator_AI5 1.3 0
+%%+ procset Adobe_pattern_AI5 1.0 0
+%%+ procset Adobe_cshow 2.0 8
+%%+ procset Adobe_shading_AI8 1.0 0
+%AI5_FileFormat 4.0
+%AI3_ColorUsage: Color
+%AI3_IncludePlacedImages
+%AI7_ImageSettings: 1
+%%CMYKCustomColor: 1 1 1 1 ([Registration])
+%%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set)
+%%+ Options: 1 16 0 1 1 1 0 0 0 0 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4
+%%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 -1 -1 ()
+%AI3_TemplateBox: 174.4004 -118.9033 174.4004 -118.9033
+%AI3_TileBox: -114.0996 -478.4033 461.9004 274.7168
+%AI3_DocumentPreview: Header
+%AI5_ArtSize: 612 792
+%AI5_RulerUnits: 0
+%AI5_ArtFlags: 0 0 0 1 0 0 0 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 2
+%AI8_OpenToView: -198.0996 457.5967 1 975 750 18 1 1 72 73 0 0
+%AI5_OpenViewLayers: 67
+%%PageOrigin:-114.0996 -475.4033
+%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%CLEANEPS: Wed Aug 29 14:21:48 EDT 2007 for ltd (cleaneps v2.2.3)
+%CLEANEPS_BINARY_WARNING: yes
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset Adobe_level2_AI5 1.2 0
+%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
+%%Version: 1.2 0
+%%CreationDate: (04/10/93) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+userdict /Adobe_level2_AI5 26 dict dup begin
+ put
+ /packedarray where not
+ {
+ userdict begin
+ /packedarray
+ {
+ array astore readonly
+ } bind def
+ /setpacking /pop load def
+ /currentpacking false def
+ end
+ 0
+ } if
+ pop
+ userdict /defaultpacking currentpacking put true setpacking
+ /initialize
+ {
+ Adobe_level2_AI5 begin
+ } bind def
+ /terminate
+ {
+ currentdict Adobe_level2_AI5 eq
+ {
+ end
+ } if
+ } bind def
+ mark
+ /setcustomcolor where not
+ {
+ /findcmykcustomcolor
+ {
+ (AI8_CMYK_CustomColor)
+ 6 packedarray
+ } bind def
+ /findrgbcustomcolor
+ {
+ (AI8_RGB_CustomColor)
+ 5 packedarray
+ } bind def
+ /setcustomcolor
+ {
+ exch
+ aload pop dup
+ (AI8_CMYK_CustomColor) eq
+ {
+ pop pop
+ 4
+ {
+ 4 index mul
+ 4 1 roll
+ } repeat
+ 5 -1 roll pop
+ setcmykcolor
+ }
+ {
+ dup (AI8_RGB_CustomColor) eq
+ {
+ pop pop
+ 3
+ {
+ 1 exch sub
+ 3 index mul
+ 1 exch sub
+ 3 1 roll
+ } repeat
+ 4 -1 roll pop
+ setrgbcolor
+ }
+ {
+ pop
+ 4
+ {
+ 4 index mul 4 1 roll
+ } repeat
+ 5 -1 roll pop
+ setcmykcolor
+ } ifelse
+ } ifelse
+ }
+ def
+ } if
+ /setAIseparationgray
+ {
+ false setoverprint
+ 0 setgray
+ /setseparationgray where{
+ pop setseparationgray
+ }{
+ /setcolorspace where{
+ pop
+ [/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace
+ 1 exch sub setcolor
+ }{
+ setgray
+ }ifelse
+ }ifelse
+ } def
+
+ /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def
+ userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put
+ userdict /level2?
+ systemdict /languagelevel known dup
+ {
+ pop systemdict /languagelevel get 2 ge
+ } if
+ put
+/level2ScreenFreq
+{
+ begin
+ 60
+ HalftoneType 1 eq
+ {
+ pop Frequency
+ } if
+ HalftoneType 2 eq
+ {
+ pop GrayFrequency
+ } if
+ HalftoneType 5 eq
+ {
+ pop Default level2ScreenFreq
+ } if
+ end
+} bind def
+userdict /currentScreenFreq
+ level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put
+level2? not
+ {
+ /setcmykcolor where not
+ {
+ /setcmykcolor
+ {
+ exch .11 mul add exch .59 mul add exch .3 mul add
+ 1 exch sub setgray
+ } def
+ } if
+ /currentcmykcolor where not
+ {
+ /currentcmykcolor
+ {
+ 0 0 0 1 currentgray sub
+ } def
+ } if
+ /setoverprint where not
+ {
+ /setoverprint /pop load def
+ } if
+ /selectfont where not
+ {
+ /selectfont
+ {
+ exch findfont exch
+ dup type /arraytype eq
+ {
+ makefont
+ }
+ {
+ scalefont
+ } ifelse
+ setfont
+ } bind def
+ } if
+ /cshow where not
+ {
+ /cshow
+ {
+ [
+ 0 0 5 -1 roll aload pop
+ ] cvx bind forall
+ } bind def
+ } if
+ } if
+ cleartomark
+ /anyColor?
+ {
+ add add add 0 ne
+ } bind def
+ /testColor
+ {
+ gsave
+ setcmykcolor currentcmykcolor
+ grestore
+ } bind def
+ /testCMYKColorThrough
+ {
+ testColor anyColor?
+ } bind def
+ userdict /composite?
+ 1 0 0 0 testCMYKColorThrough
+ 0 1 0 0 testCMYKColorThrough
+ 0 0 1 0 testCMYKColorThrough
+ 0 0 0 1 testCMYKColorThrough
+ and and and
+ put
+ composite? not
+ {
+ userdict begin
+ gsave
+ /cyan? 1 0 0 0 testCMYKColorThrough def
+ /magenta? 0 1 0 0 testCMYKColorThrough def
+ /yellow? 0 0 1 0 testCMYKColorThrough def
+ /black? 0 0 0 1 testCMYKColorThrough def
+ grestore
+ /isCMYKSep? cyan? magenta? yellow? black? or or or def
+ /customColor? isCMYKSep? not def
+ end
+ } if
+ end defaultpacking setpacking
+%%EndResource
+%%BeginResource: procset Adobe_screens_AI5 1.2 0
+%%Title: (Adobe Illustrator (R) Version 5.0 Custom Halftone Screens ProcSet)
+%%Version: 1.2 0
+%%CreationDate: (03/24/93) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+userdict /defaultpacking currentpacking put true setpacking
+systemdict begin
+userdict /Adobe_screens_AI5 15 dict dup begin
+put
+/initialize
+{
+ Adobe_screens_AI5 begin
+ /screenid
+ deviceDPI 600 gt composite? not or
+ {
+ -1
+ }
+ {
+ deviceDPI currentScreenFreq
+ dup dup 60 ge exch 150 le and deviceDPI 300 le and
+ {
+ pop 60
+ } if
+ div 1.41421 div 0.5 add cvi
+ } ifelse
+ def
+
+ 2 screenid eq
+ {
+ /customsize 16 def
+ /customdata /customdata2 def
+ setcustomscreen
+ } if
+
+ 3 screenid eq
+ {
+ /customsize 24 def
+ /customdata /customdata3 def
+ setcustomscreen
+ } if
+
+ 4 screenid eq
+ {
+ /customsize 16 def
+ /customdata /customdata4 def
+ setcustomscreen
+ } if
+
+ 5 screenid eq
+ {
+ /customsize 20 def
+ /customdata /customdata5 def
+ setcustomscreen
+ } if
+
+ 6 screenid eq
+ {
+ /customsize 24 def
+ /customdata /customdata6 def
+ setcustomscreen
+ } if
+
+ 7 screenid eq
+ {
+ /customsize 28 def
+ /customdata /customdata7 def
+ setcustomscreen
+ } if
+
+ 8 screenid eq
+ {
+ /customsize 16 def
+ /customdata /customdata8 def
+ setcustomscreen
+ } if
+} def
+/terminate
+{
+ currentdict Adobe_screens_AI5 eq
+ {
+ end
+ } if
+} def
+/setcustomscreen
+{
+ deviceDPI customsize div 0
+ {
+ 1 add 2 div customsize mul cvi exch
+ 1 add 2 div customsize mul cvi exch
+ customsize mul add
+ customdata load exch get 256 div
+ } setscreen
+} def
+/customdata2 28 28 mul string def
+currentfile customdata2 readhexstring
+4180E8694988E2634382EA6B4B8AE061A01939C8A81737C2A21B3BCAAA1636C0
+F8795998F6775796FA7B5B9AF57656952ED8B80727D6B60F2FDABA0626D5B50E
+4E8DE6674786EE6F4F8EE5664685ED6EAD1434C6A61F3FCEAE1232C5A51E3ECD
+F3745493FE7F5F9EF1725291FD7E5E9D24D3B30C2CDEBE0222D1B10A2ADDBD04
+4483EB6C4C8BE1624281E96A4A89E364A31C3CCBAB1535C1A11A3AC9A91838C3
+FB7C5C9BF4755594F97A5A99F778589730DBBB0525D4B40D2DD9B90828D7B710
+508FE4654584EC6D4D8CE7684887EF70AF1131C4A41D3DCCAC1333C7A72040CF
+F0715190FC7D5D9CF2735392FF80609F21D0B00929DCBC0323D2B20B2BDFBF01
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+/customdata3 28 28 mul string def
+currentfile customdata3 readhexstring
+011DC7F5E73D0421CBF3E43A021EC8F6E83E0522CCF2E43A2B648BC4A0762F68
+8AC39E732C658CC5A177306989C29D72D5B6521A6192D9B55219608FD6B6531B
+6193DAB451185F8FFCEE440C28D2FCED430B27D1FDEF450C29D3FBEC420A26D0
+BEA77D366F83BCA77C356E87BFA87E377082BBA67B346D86145B99E0AE4A1259
+98DFB14E155C9AE1AD4A115897DEB04D0623CDF4E63C0420CAF8EA400723CDF4
+E53B031FC9F7E93F316988C19F752E678EC6A378326A88C09F742D668DC6A278
+DBB350175E91D8B8551C6395DCB24F165D90D7B7541C6294FAEC420925CFFFF1
+470E2BD5F9EB410824CEFEF0460D2AD4BAA57A336C85BEAA80397180B9A47933
+6B84BDA97F387181105797DDAF4C145A9CE3AB480F5696DDAE4B13599BE2AC49
+021EC8F6E83E0522CCF2E43A011DC7F5E73D0421CBF3E43A2C658CC5A1773069
+89C29D722B648BC4A0762F688AC39E73D6B6531B6193DAB451185F8FD5B6521A
+6192D9B55219608FFDEF450C29D3FBEC420A26D0FCEE440C28D2FCED430B27D1
+BFA87E377082BBA67B346D86BEA77D366F83BCA77C356E87155C9AE1AD4A1158
+97DEB04D145B99E0AE4A125998DFB14E0723CDF4E53B031FC9F7E93F0623CDF4
+E63C0420CAF8EA40326A88C09F742D668DC6A278316988C19F752E678EC6A378
+DCB24F165D90D7B7541C6294DBB350175E91D8B8551C6395F9EB410824CEFEF0
+460D2AD4FAEC420925CFFFF1470E2BD5B9A479336B84BDA97F387181BAA57A33
+6C85BEAA803971800F5696DDAE4B13599BE2AC49105797DDAF4C145A9CE3AB48
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+/customdata4 28 28 mul string def
+currentfile customdata4 readhexstring
+1139B8E0FAD2531B133BBAE2F8D05119417180A6AE9A7B4B437382A5AD987949
+C08867272F6F92CAC28A66262E6E90C8E8DE5F070F37B6F2EADD5E060E36B5F0
+FED6571F173FBEE6FDD5561E163EBDE5AB9E7F4F477786A1A99D7E4E467685A3
+2C6C96CEC68E62222A6A95CDC58D64240C34B3F6EED95A020A32B1F5EDDB5C04
+143CBBE3F9D1521A123AB9E1FBD3541C447483A4AC997A4A427281A7AF9B7C4C
+C38B65252D6D91C9C1896828307093CBEBDC5D050D35B4F1E9DF60081038B7F3
+FCD4551D153DBCE4FFD758201840BFE7A89C7D4D457584A2AA9F8050487887A0
+296994CCC48C63232B6B97CFC78F61210931B0F4ECDA5B030B33B2F7EFD85901
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+/customdata5 28 28 mul string def
+currentfile customdata5 readhexstring
+010B34C3EBFCF7CE3F16020C35C4EDFBF6CD3E15102552A4D6EADDB5632B1126
+54A5D5EADCB3622A3958768499C19E8C7C5E3A59778498C19D8B7B5DC8A99370
+47334C7587AFC9AA936F46324B7485AEF1E5BC6B1E0A2351A3D8F2E4BC6A1E09
+2351A2D7FFF9D14219050F38C6EFFEF9D04118040E37C6EFE8E0B7662D142856
+A8D3E7DFB7652D132856A7D4BF9C8E7F603D5B7A8195BE9A8E7E603C5B798297
+314A7389B2CCAD906D442F497289B1CBAC926E4508214FA1DBF4E2B9671B0720
+4EA0DAF4E3BA691C030D36C5EDFBF6CD3F16010C34C3ECFDF8CF4017122654A6
+D4E9DDB4622A112553A5D6EBDEB5642C3B59788397C09C8B7C5D3A58778599C2
+9E8C7D5FCAAB926E46314B7486AFC8AA947048334D7587B0F2E4BB691D082250
+A1D8F1E6BD6B1F0A2452A3D9FDF8CF4118030E36C5EEFFFAD1421A050F38C7F0
+E6DFB6642C132755A7D3E8E1B8662E152957A8D2BE9A8D7E5F3B5A798296BF9B
+8F80613D5C7B80952F487188B1CAAC916D443049728AB3CCAE906C43061F4D9F
+DAF3E2BA681C07214FA0DBF5E1B8671A00000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+/customdata6 28 28 mul string def
+currentfile customdata6 readhexstring
+081A44B6E0F2FDECC150250C091B45B6E1F3FCEBC04F240C1D336199C7D8DCD3
+A56C37221E33619AC8D7DBD2A46B36214864798091AEB1958C7E694C49657A81
+90ADB0948B7D684BB99D8475593C405C7888A1BEBA9E8574583B3F5B7888A0BD
+E4CBAA712E1215326098CFE8E4CCA9712D1114315F97CEE7F5F1C6552B040719
+43B5DFFAF6F0C6542A03061842B4DEF9FFEDC352270E0B1C47B8E3F4FEECC251
+260D0A1C46B7E2F4DAD5A76E39232035639CCAD5D9D4A66D38231F34629BC9D6
+AF938E806A4E4A677C838FABAE928D7F694D4A667B828FAC3E5A778AA3BFBC9F
+8772563A3D597689A2BEBB9F8673573A14305E97D1EAE6CDA76F2B0F132F5D96
+D0E9E5CDA8702C10051742B3DDFCF8EEC4522801041641B2DDFBF7EFC5532902
+091B45B6E1F3FCEBC04F240C081A44B6E0F2FDECC150250C1E33619AC8D7DBD2
+A46B36211D336199C7D8DCD3A56C372249657A8190ADB0948B7D684B48647980
+91AEB1958C7E694CBA9E8574583B3F5B7888A0BDB99D8475593C405C7888A1BE
+E4CCA9712D1114315F97CEE7E4CBAA712E1215326098CFE8F6F0C6542A030618
+42B4DEF9F5F1C6552B04071943B5DFFAFEECC251260D0A1C46B7E2F4FFEDC352
+270E0B1C47B8E3F4D9D4A66D38231F34629BC9D6DAD5A76E39232035639CCAD5
+AE928D7F694D4A667B828FACAF938E806A4E4A677C838FAB3D597689A2BEBB9F
+8673573A3E5A778AA3BFBC9F8772563A132F5D96D0E9E5CDA8702C1014305E97
+D1EAE6CDA76F2B0F041641B2DDFBF7EFC5532902051742B3DDFCF8EEC4522801
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+/customdata7 28 28 mul string def
+currentfile customdata7 readhexstring
+01061B44B7E1F5FEFBE6BD4A210C01071B45B8E1F6FDFBE6BC4A200B09132A54
+A7D1EAF5EED9B05D331609142B55A8D2EAF4EED9AF5C32161D2D3D6993C1CBE0
+CEC59B7140301E2E3D6A93C0CADFCDC49A713F3047576C7B828DA2B6A48F867E
+6F5A48576C7C828CA1B6A38F867E6E59BAAA958A78634E4451667A8498ADBAAB
+968977624E4350657A8398ADE3D4C99F7539251A273C6892C2D7E4D4C89E7539
+241A273B6891C1D6F8F2DDB460371005122A53A7D0ECF9F2DDB360360F051229
+53A6D0EBFFFDE8BE4C220D03081D46B9E3F7FFFCE7BD4B210D02071C46B8E2F7
+F3F0DBB15E34180B152C56A9D3E8F3EFDAB05D34170A142C55A9D2E9DFCCC69C
+7341321F2F3F6B94BFC9DECCC59C7241311F2E3E6A94BFCAB5A38E8780705B49
+596D7D808BA0B4A28D877F6F5B48586D7C818BA043506479859AAFBCAC978876
+614C424F64798499AEBBAB968977624D19263B6791C3D8E5D6C79D7337231825
+3A6690C3D7E5D5C79E74382304112952A5CFEDFAF0DBB25E350E03102851A5CE
+ECF9F1DCB25F360E01071B45B8E1F6FDFBE6BC4A200B01061B44B7E1F5FEFBE6
+BD4A210C09142B55A8D2EAF4EED9AF5C321609132A54A7D1EAF5EED9B05D3316
+1E2E3D6A93C0CADFCDC49A713F301D2D3D6993C1CBE0CEC59B71403048576C7C
+828CA1B6A38F867E6E5947576C7B828DA2B6A48F867E6F5ABAAB968977624E43
+50657A8398ADBAAA958A78634E4451667A8498ADE4D4C89E7539241A273B6891
+C1D6E3D4C99F7539251A273C6892C2D7F9F2DDB360360F05122953A6D0EBF8F2
+DDB460371005122A53A7D0ECFFFCE7BD4B210D02071C46B8E2F7FFFDE8BE4C22
+0D03081D46B9E3F7F3EFDAB05D34170A142C55A9D2E9F3F0DBB15E34180B152C
+56A9D3E8DECCC59C7241311F2E3E6A94BFCADFCCC69C7341321F2F3F6B94BFC9
+B4A28D877F6F5B48586D7C818BA0B5A38E8780705B49596D7D808BA0424F6479
+8499AEBBAB968977624D43506479859AAFBCAC978876614C18253A6690C3D7E5
+D5C79E74382319263B6791C3D8E5D6C79D73372303102851A5CEECF9F1DCB25F
+360E04112952A5CFEDFAF0DBB25E350E
+pop pop
+/customdata8 28 28 mul string def
+currentfile customdata8 readhexstring
+050F2747B6D6EEF8FEF4DCBC4D2D1507111D375F9EC6E0E9EBE6CCA4653D1F13
+2939556F8EA8C1D1D3C3AE9475573B2B4961717D808999B1B39B8B867F73634B
+B8A090827A6A5A42445C6C7C8492A2BAD8C8AA97785232222434546E8DACCADA
+F0E2CFA768401A0A0C1C365E9DC5E4F2FAF7DFBF50301802040E2646B5D5EDFC
+FFF5DDBD4E2E160806102848B7D7EFF9EAE7CDA5663E2014121E38609FC7E1E8
+D2C2AF9576583C2C2A3A56708FA9C0D0B29A8A878074644C4A62727E818898B0
+435B6B7B8593A3BBB9A19183796959412333536D8CADCBDBD9C9AB9677513121
+0B1B355D9CC4E5F3F1E3CEA6673F1909030D2545B4D4ECFDFBF6DEBE4F2F1701
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000
+pop pop
+end
+end
+defaultpacking setpacking
+%%EndResource
+%%BeginResource: procset Adobe_typography_AI5 1.0 1
+%%Title: (Typography Operators)
+%%Version: 1.0 1
+%%CreationDate:(6/10/1996) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_typography_AI5 68 dict dup begin
+put
+/initialize
+{
+ begin
+ begin
+ Adobe_typography_AI5 begin
+ Adobe_typography_AI5
+ {
+ dup xcheck
+ {
+ bind
+ } if
+ pop pop
+ } forall
+ end
+ end
+ end
+ Adobe_typography_AI5 begin
+} def
+/terminate
+{
+ currentdict Adobe_typography_AI5 eq
+ {
+ end
+ } if
+} def
+/modifyEncoding
+{
+ /_tempEncode exch ddef
+ /_pntr 0 ddef
+ {
+ counttomark -1 roll
+ dup type dup /marktype eq
+ {
+ pop pop exit
+ }
+ {
+ /nametype eq
+ {
+ _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll
+ put
+ }
+ {
+ /_pntr exch ddef
+ } ifelse
+ } ifelse
+ } loop
+ _tempEncode
+} def
+/havefont
+{
+ systemdict /languagelevel known
+ {
+ /Font resourcestatus dup
+ { exch pop exch pop }
+ if
+ }
+ {
+ systemdict /FontDirectory get 1 index known
+ { pop true }
+ {
+ systemdict /fileposition known
+ {
+ dup length 6 add exch
+ Ss 6 250 getinterval
+ cvs pop
+ Ss exch 0 exch getinterval
+ status
+ { pop pop pop pop true }
+ { false }
+ ifelse
+ }
+ {
+ pop false
+ }
+ ifelse
+ }
+ ifelse
+ }
+ ifelse
+} def
+/TE
+{
+ StandardEncoding 256 array copy modifyEncoding
+ /_nativeEncoding exch def
+} def
+/subststring {
+ exch 2 index exch search
+ {
+ exch pop
+ exch dup () eq
+ {
+ pop exch concatstring
+ }
+ {
+ 3 -1 roll
+ exch concatstring
+ concatstring
+ } ifelse
+ exch pop true
+ }
+ {
+ pop pop false
+ } ifelse
+} def
+/concatstring {
+ 1 index length 1 index length
+ 1 index add
+ string
+ dup 0 5 index putinterval
+ dup 2 index 4 index putinterval
+ 4 1 roll pop pop pop
+} def
+%
+/TZ
+{
+ dup type /arraytype eq
+ {
+ /_wv exch def
+ }
+ {
+ /_wv 0 def
+ } ifelse
+ /_useNativeEncoding exch def
+ 2 index havefont
+ {
+ 3 index
+ 255 string
+ cvs
+
+ dup
+ (_Symbol_)
+ eq
+ {
+ pop
+ 2 index
+ findfont
+
+ }
+ {
+ 1 index 0 eq
+ {
+ dup length 1 sub
+ 1 exch
+ getinterval
+
+ cvn
+ findfont
+ }
+ {
+ pop 2 index findfont
+ } ifelse
+ } ifelse
+ }
+ {
+ dup 1 eq
+ {
+ 2 index 64 string cvs
+ dup (-90pv-RKSJ-) (-83pv-RKSJ-) subststring
+ {
+ exch pop dup havefont
+ {
+ findfont false
+ }
+ {
+ pop true
+ } ifelse
+ }
+ {
+ pop dup
+ (-90ms-RKSJ-) (-Ext-RKSJ-) subststring
+ {
+ exch pop dup havefont
+ {
+ findfont false
+ }
+ {
+ pop true
+ } ifelse
+ }
+ {
+ pop pop true
+ } ifelse
+ } ifelse
+ {
+ 1 index 1 eq
+ {
+ /Ryumin-Light-Ext-RKSJ-V havefont
+ {/Ryumin-Light-Ext-RKSJ-V}
+ {/Courier}
+ ifelse
+ }
+ {
+ /Ryumin-Light-83pv-RKSJ-H havefont
+ {/Ryumin-Light-83pv-RKSJ-H}
+ {/Courier}
+ ifelse
+ } ifelse
+ findfont
+ [1 0 0.5 1 0 0] makefont
+ } if
+ }
+ {
+ /Courier findfont
+ } ifelse
+ } ifelse
+ _wv type /arraytype eq
+ {
+ _wv makeblendedfont
+ } if
+ dup length 10 add dict
+ begin
+ mark exch
+ {
+ 1 index /FID ne
+ {
+ def
+ } if
+ cleartomark mark
+ } forall
+ pop
+ /FontScript exch def
+ /FontDirection exch def
+ /FontRequest exch def
+ /FontName exch def
+ counttomark 0 eq
+ {
+ 1 _useNativeEncoding eq
+ {
+ /Encoding _nativeEncoding def
+ } if
+ cleartomark
+ }
+ {
+ /Encoding load 256 array copy
+ modifyEncoding /Encoding exch def
+ } ifelse
+ FontName currentdict
+ end
+ definefont pop
+} def
+/tr
+{
+ _ax _ay 3 2 roll
+} def
+/trj
+{
+ _cx _cy _sp _ax _ay 6 5 roll
+} def
+/a0
+{
+ /Tx
+ {
+ dup
+ currentpoint 3 2 roll
+ tr _psf
+ newpath moveto
+ tr _ctm _pss
+ } ddef
+ /Tj
+ {
+ dup
+ currentpoint 3 2 roll
+ trj _pjsf
+ newpath moveto
+ trj _ctm _pjss
+ } ddef
+} def
+/a1
+{
+W B
+} def
+/e0
+{
+ /Tx
+ {
+ tr _psf
+ } ddef
+ /Tj
+ {
+ trj _pjsf
+ } ddef
+} def
+/e1
+{
+W F
+} def
+/i0
+{
+ /Tx
+ {
+ tr sp
+ } ddef
+ /Tj
+ {
+ trj jsp
+ } ddef
+} def
+/i1
+{
+ W N
+} def
+/o0
+{
+ /Tx
+ {
+ tr sw rmoveto
+ } ddef
+ /Tj
+ {
+ trj swj rmoveto
+ } ddef
+} def
+/r0
+{
+ /Tx
+ {
+ tr _ctm _pss
+ } ddef
+ /Tj
+ {
+ trj _ctm _pjss
+ } ddef
+} def
+/r1
+{
+W S
+} def
+/To
+{
+ pop _ctm currentmatrix pop
+} def
+/TO
+{
+ iTe _ctm setmatrix newpath
+} def
+/Tp
+{
+ pop _tm astore pop _ctm setmatrix
+ _tDict begin
+ /W
+ {
+ } def
+ /h
+ {
+ } def
+} def
+/TP
+{
+ end
+ iTm 0 0 moveto
+} def
+/Tr
+{
+ _render 3 le
+ {
+ currentpoint newpath moveto
+ } if
+ dup 8 eq
+ {
+ pop 0
+ }
+ {
+ dup 9 eq
+ {
+ pop 1
+ } if
+ } ifelse
+ dup /_render exch ddef
+ _renderStart exch get load exec
+} def
+/iTm
+{
+ _ctm setmatrix _tm concat
+ _shift aload pop _lineorientation 1 eq { exch } if translate
+ _scale aload pop _lineorientation 1 eq _yokoorientation 1 eq or { exch } if scale
+} def
+/Tm
+{
+ _tm astore pop iTm 0 0 moveto
+} def
+/Td
+{
+ _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto
+} def
+/iTe
+{
+ _render -1 eq
+ {
+ }
+ {
+ _renderEnd _render get dup null ne
+ {
+ load exec
+ }
+ {
+ pop
+ } ifelse
+ } ifelse
+ /_render -1 ddef
+} def
+/Ta
+{
+ pop
+} def
+/Tf
+{
+ 1 index type /nametype eq
+ {
+ dup 0.75 mul 1 index 0.25 mul neg
+ } if
+ /_fontDescent exch ddef
+ /_fontAscent exch ddef
+ /_fontSize exch ddef
+ /_fontRotateAdjust _fontAscent _fontDescent add 2 div neg ddef
+ /_fontHeight _fontSize ddef
+ findfont _fontSize scalefont setfont
+} def
+/Tl
+{
+ pop neg 0 exch
+ _leading astore pop
+} def
+/Tt
+{
+ pop
+} def
+/TW
+{
+ 3 npop
+} def
+/Tw
+{
+ /_cx exch ddef
+} def
+/TC
+{
+ 3 npop
+} def
+/Tc
+{
+ /_ax exch ddef
+} def
+/Ts
+{
+ 0 exch
+ _shift astore pop
+ currentpoint
+ iTm
+ moveto
+} def
+/Ti
+{
+ 3 npop
+} def
+/Tz
+{
+ count 1 eq { 100 } if
+ 100 div exch 100 div exch
+ _scale astore pop
+ iTm
+} def
+/TA
+{
+ pop
+} def
+/Tq
+{
+ pop
+} def
+/Tg
+{
+ pop
+} def
+/TG
+{
+ pop
+} def
+/Tv
+{
+ /_lineorientation exch ddef
+} def
+/TV
+{
+ /_charorientation exch ddef
+} def
+/Ty
+{
+ dup /_yokoorientation exch ddef 1 sub neg Tv
+} def
+/TY
+{
+ pop
+} def
+/T~
+{
+ Tx
+} def
+/Th
+{
+ pop pop pop pop pop
+} def
+/TX
+{
+ pop
+} def
+/Tk
+{
+ _fontSize mul 1000 div
+ _lineorientation 0 eq { neg 0 } { 0 exch } ifelse
+ rmoveto
+ pop
+} def
+/TK
+{
+ 2 npop
+} def
+/T*
+{
+ _leading aload pop
+ _lineorientation 0 ne { exch } if
+ Td
+} def
+/T*-
+{
+ _leading aload pop
+ _lineorientation 0 ne { exch } if
+ exch neg exch neg
+ Td
+} def
+/T-
+{
+ _ax neg 0 rmoveto
+ _lineorientation 1 eq _charorientation 0 eq and { 1 TV _hyphen Tx 0 TV } { _hyphen Tx } ifelse
+} def
+/T+
+{
+} def
+/TR
+{
+ _ctm currentmatrix pop
+ _tm astore pop
+ iTm 0 0 moveto
+} def
+/TS
+{
+ currentfont 3 1 roll
+ /_Symbol_ findfont _fontSize scalefont setfont
+
+ 0 eq
+ {
+ Tx
+ }
+ {
+ Tj
+ } ifelse
+ setfont
+} def
+/Xb
+{
+ pop pop
+} def
+/Tb /Xb load def
+/Xe
+{
+ pop pop pop pop
+} def
+/Te /Xe load def
+/XB
+{
+} def
+/TB /XB load def
+currentdict readonly pop
+end
+setpacking
+%
+/X^
+{
+ currentfont 5 1 roll
+ dup havefont
+ {
+ findfont _fontSize scalefont setfont
+ }
+ {
+ pop
+ exch
+ } ifelse
+ 2 index 0 eq
+ {
+ Tx
+ }
+ {
+ Tj
+ } ifelse
+ pop pop
+ setfont
+} def
+/T^ /X^ load def
+%%EndResource
+%%BeginResource: procset AGM_Gradient_Sep 1.0 0
+%%Title: (AGM Gradient Procset)
+%%Version: 1.0 0
+%%CreationDate: (4/26/96) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+userdict /defaultpacking currentpacking put true setpacking
+userdict /AGM_Gradient_Sep 5 dict dup begin put
+/AGM_Gradient_Sep_private 100 dict def
+/initialize{
+ AGM_Gradient_Sep begin
+ AGM_Gradient_Sep_private begin
+ _compositeJob{
+ initializeSinglePassSeps
+ }{
+ initializeMultiPassSeps
+ }ifelse
+ initializeSeps
+ AGM_Gradient_private begin
+ /_fillSD newSpotDict def
+ /_rampSD newSpotDict def
+ /_nCustomColorSD nd
+ end
+ AGM_Gradient_Sep_private
+ {
+ dup xcheck 1 index type /arraytype eq and
+ {
+ bind
+ }if
+ pop pop
+ }forall
+ AGM_Gradient_Sep
+ {
+ dup xcheck 1 index type /arraytype eq and
+ {
+ bind
+ }if
+ pop pop
+ }forall
+ end
+
+ currentdict readonly pop
+ end
+}def
+/terminate{
+ currentdict AGM_Gradient_Sep eq{
+ end
+ }if
+}def
+AGM_Gradient_Sep_private begin
+/initializeSeps{
+ /currentoverprint { _of } def
+ _noImage not _level2PS not and{
+ /linealFill{
+ currentoverprint{
+ 0 0 1 1 rectfill
+ }{
+ mySave
+ 8 setImageParms
+ _color{
+ _nCustomColorSD begin
+ cyan magenta yellow black
+
+ _spotColor{
+ spot1/tintImage spot1/tintValue get 1 exch sub makeByte8 put
+ spot2/tintImage spot2/tintValue get 1 exch sub makeByte8 put
+ }if
+ end
+
+ 4{
+ makeByte8 4 1 roll
+ }repeat
+ true 4 _nCustomColorSD ncolorimage
+ }{
+ _nCustomColorSD/black get 1 exch sub makeByte8
+ _nCustomColorSD bwImage
+ }ifelse
+ myRestore
+ }ifelse
+ }def
+ }if
+ /_whiteBytes 1 makeByte8 pt
+ /knockOut{
+ _noImage _level2PS or currentoverprint or{
+ gsave
+ false setoverprint
+ 1 setgray
+ 0 0 1 1 rectfill
+ grestore
+ }{
+ 8 setImageParms _whiteBytes /_image load 5 execImage
+ }ifelse
+ }def
+ /newSpotDict{
+ 11 dict dup begin
+ /nSpots 2 def
+ /spot1 7 dict def
+ /spot2 7 dict def
+ end
+ }def
+ /initSpotData
+ {
+ begin
+ /name nd
+ /tintImage nd
+ /tintValue nd
+ /spot_C nd
+ /spot_M nd
+ /spot_Y nd
+ /spot_K nd
+ end
+ }def
+ /initSpotDict{
+ begin
+ /cyanInk nd
+ /magentaInk nd
+ /yellowInk nd
+ /blackInk nd
+ /cyan nd
+ /magenta nd
+ /yellow nd
+ /black nd
+ spot1 initSpotData
+ spot2 initSpotData
+ end
+ }def
+ /copySpotDict{
+ /_dst xp
+ begin
+ cyanInk magentaInk yellowInk blackInk
+ cyan magenta yellow black
+ spot1 spot2
+ end
+ _dst begin
+ /spot1 spot1 maxlength dict def
+ /spot2 spot2 maxlength dict def
+ spot2 copy pop
+ spot1 copy pop
+ /black xd
+ /yellow xd
+ /magenta xd
+ /cyan xd
+ /blackInk xd
+ /yellowInk xd
+ /magentaInk xd
+ /cyanInk xd
+ end
+ }def
+ /setCustomColor
+ {
+ 1 index /Black eq{
+ 6 1 roll 5 npop
+ 1 exch sub
+ setgray
+ }{
+ 6 1 roll _ccAry1 astore exch
+ dup null eq{
+ pop 0
+ }if
+ setcustomcolor
+ }ifelse
+ }def
+ /setCStop{
+ /_colorStyle exch pt
+
+ _colorStyle 0 eq{
+ 0 0 0
+ 4 -1 roll
+ 1 exch sub
+ _spotColor{
+ /_colorStyle 3 pt
+ /Black
+ 1 index
+ 1 exch sub
+ }if
+ }if
+ _colorStyle 2 eq{
+ 3 npop
+ }if
+ _rampSD _fillSD copySpotDict
+
+ _colorStyle 4 eq{
+ pop
+ 9 2 roll 3 npop 6 -2 roll
+ } if
+
+ _colorStyle 3 eq _colorStyle 4 eq or{
+
+ _fillSD begin
+ /_spot1 spot1 pt
+ /_spot2 spot2 pt
+ end
+
+ exch dup _spot1/name get eq{
+ _spot1 _spot2
+ }{
+ _spot2 _spot1
+ }ifelse
+ begin
+ begin
+ /name xd
+ 1 exch sub /tintValue xd
+ 4{
+ tintValue mul 4 1 roll
+ }repeat
+ _spotColor not{
+ /tintValue null def
+ }if
+ end
+ /tintValue 0 def
+ end
+ }if
+ _fillSD nsetcustomcolor
+ }def
+ /renderCMYK{
+ spot1/name get null eq
+ spot2/name get null eq and
+ dup not{
+ pop
+ spot1 spotConverted
+ }if
+ dup not{
+ pop
+ spot2 spotConverted
+ }if
+ }def
+ /currentInk{
+ true
+ _inRipSep{
+ currentcolorspace 0 get
+ dup /DeviceGray eq
+ 1 index /DeviceCMYK eq or{
+ pop
+ currentcmykcolor add add add 0 eq{
+ pop false
+ }if
+ }{
+ /Separation eq{
+ currentcolor 0 eq{
+ pop false
+ }if
+ }if
+ }ifelse
+ }{
+ currentgray 1 eq{
+ pop false
+ }if
+ }ifelse
+ }def
+ /currentInkN{
+
+ _nCustomColorSD begin
+ /_spot1 spot1 pt
+ /_spot2 spot2 pt
+ renderCMYK
+ end
+ {
+ currentInk
+ }{
+ gsave
+ _spot1 begin
+ name null ne{
+ spot_C spot_M spot_Y spot_K name tintValue setCustomColor
+ currentInk
+ }{
+ false
+ }ifelse
+ end
+ _spot2 begin
+ name null ne{
+ spot_C spot_M spot_Y spot_K name tintValue setCustomColor
+ currentInk
+ }{
+ false
+ }ifelse
+ end
+ grestore
+
+ or
+ } ifelse
+ }def
+ /fill_ /fill load def
+ /fillOvp{
+ currentoverprint{
+ _inRipSep{
+ currentcolorspace 0 get
+ dup /DeviceGray eq
+ 1 index /DeviceCMYK eq or{
+ pop
+ currentcmykcolor add add add 0 eq{
+ newpath
+ }if
+ }{
+ /Separation eq{
+ currentcolor 0 eq{
+ newpath
+ }if
+ }if
+ }ifelse
+ }{
+ currentgray 1 eq{
+ newpath
+ }if
+ }ifelse
+ }if
+ fill_
+ }def
+ /fill{
+ _nCustomColorSD begin
+ /_spot1 spot1 pt
+ /_spot2 spot2 pt
+ renderCMYK
+ end
+
+ {
+ fillOvp
+ }{
+ _spot1 begin
+ gsave
+ name null ne{
+ spot_C spot_M spot_Y spot_K name tintValue setCustomColor
+ }{
+ 1 setgray
+ }ifelse
+ fillOvp
+ grestore
+ end
+ _spot2 begin
+ name null ne{
+ gsave
+ true setoverprint
+ spot_C spot_M spot_Y spot_K name tintValue setCustomColor
+ fillOvp
+ grestore
+ }if
+ end
+ newpath
+ }ifelse
+ }def
+ /expandSpot{
+ _spotColor{
+ /_len xp
+ _rampSD begin
+ spot1 begin
+ tintImage null ne{
+ tintImage _len expandOne /tintImage xd
+ }if
+ end
+ spot2 begin
+ tintImage null ne{
+ tintImage _len expandOne /tintImage xd
+ }if
+ end
+ end
+ }{
+ pop
+ }ifelse
+ }def
+ /rampImage{
+ currentoverprint{
+ rectImage
+ }{
+ _enabledSmoothShade{
+ fillRamp
+ }{
+ _color{
+ _rampSD begin
+ /cyanInk _cyanData 0 ne def
+ /magentaInk _magentaData 0 ne def
+ /yellowInk _yellowData 0 ne def
+ /blackInk _blackData 0 ne def
+ end
+
+ _nSamples setImageParms
+ _nSamples expandSpot
+ _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor
+ true 4 _rampSD ncolorimage
+ }{
+ _rampSD begin
+ /cyanInk false def
+ /magentaInk false def
+ /yellowInk false def
+ /blackInk true def
+ end
+ _nSamples setImageParms
+ _blackData _rampSD bwImage
+ }ifelse
+ }ifelse
+ }ifelse
+ }def
+ /nsetcustomcolor where{
+ pop
+ }{
+ /nsetcustomcolor
+ {
+ /_nCustomColorSD xp
+ _nCustomColorSD begin
+ 4 copy
+ /black xd
+ /yellow xd
+ /magenta xd
+ /cyan xd
+ 4 copy
+ 0 ne /blackInk xd
+ 0 ne /yellowInk xd
+ 0 ne /magentaInk xd
+ 0 ne /cyanInk xd
+ end
+ setcmykcolor
+ }def
+ }ifelse
+ /nsetcustomcolorend where{
+ pop
+ }{
+ /nsetcustomcolorend
+ {
+ /_nCustomColorSD null pt
+ }def
+ }ifelse
+}def
+/initializeSinglePassSeps{
+ /_decodeNorm [0 1] pt
+ /_decodeInvert [1 0] pt
+ /spotConverted
+ {
+ begin
+ name null eq{
+ false
+ }{
+ tintValue null eq tintImage null eq and{
+ true
+ }{
+ _inDistiller{
+ false
+ }{
+ false
+ currentpagedevice/SeparationColorNames get{name eq or}forall
+ not
+ }ifelse
+ }ifelse
+ }ifelse
+ end
+ }def
+ /dictImage
+ {
+ 20 dict dup begin
+ /Dict xd
+ /Decode xd
+ /DataSource xd
+ /ImageMatrix xd
+ /BitsPerComponent xd
+ /Height xd
+ /Width xd
+ /ImageType 1 def
+ Dict
+ end
+ /_image load 1 execImage
+ }def
+ /bwImage{
+ begin
+ gsave
+ currentoverprint{
+ blackInk{
+ [/Separation /Black /DeviceGray{}] setcolorspace
+ _decodeInvert dictImage
+ }{
+ 5 npop
+ }ifelse
+ }{
+ /DeviceGray setcolorspace
+ _decodeNorm dictImage
+ }ifelse
+ grestore
+ end
+ }def
+ /ncolorimage where{
+ pop
+ }{
+ /ncolorimage{
+ begin
+ renderCMYK{
+ cyanInk
+ magentaInk and
+ yellowInk and
+ blackInk and
+ not
+ currentoverprint
+ and{
+ pop pop
+ gsave
+ cyanInk{
+ 8 copy
+ [/Separation /Cyan /DeviceGray{}] setcolorspace
+ 3 npop
+ _decodeNorm dictImage
+ }if
+ magentaInk{
+ 8 copy
+ [/Separation /Magenta /DeviceGray{}] setcolorspace
+ 4 -1 roll
+ 3 npop
+ _decodeNorm dictImage
+ }if
+ yellowInk{
+ 8 copy
+ [/Separation /Yellow /DeviceGray{}] setcolorspace
+ 4 -2 roll
+ 3 npop
+ _decodeNorm dictImage
+ }if
+ blackInk{
+ 4 -3 roll
+ [/Separation /Black /DeviceGray{}] setcolorspace
+ 3 npop
+ _decodeNorm dictImage
+ }{
+ 8 npop
+ }ifelse
+ grestore
+ }{
+ /_colorimage load 10 execImage
+ }ifelse
+ }{
+ 6 npop
+ gsave
+ spot1 begin
+ name null ne tintImage null ne and{
+ [/Separation name /DeviceGray{}] setcolorspace
+ 4 copy
+ tintImage
+ name /Black eq{
+ _decodeNorm
+ }{
+ _decodeInvert
+ }ifelse
+ dictImage
+ }{
+ 1 setgray fill
+ }ifelse
+ end
+ spot2 begin
+ true setoverprint
+ name null ne tintImage null ne and{
+ [/Separation name /DeviceGray{}] setcolorspace
+ tintImage
+ name /Black eq{
+ _decodeNorm
+ }{
+ _decodeInvert
+ }ifelse
+ dictImage
+ }{
+ 4 npop
+ 1 setgray fill
+ }ifelse
+ end
+ grestore
+ }ifelse
+ end
+ }def
+ }ifelse
+ /getRampColorSpace{
+
+ /_renderCMYK _rampSD begin renderCMYK end pt
+
+ _renderCMYK not{
+ _rampSD begin
+ [/DeviceN
+ [
+ spot1 begin
+ name null ne tintImage null ne and{
+ name
+ }if
+ end
+ spot2 begin
+ name null ne tintImage null ne and{
+ name
+ }if
+ end
+ ]
+ _inDistiller {
+ /DeviceCMYK [
+ spot1 begin
+ name null ne tintImage null ne and{
+ spot_C spot_M spot_Y spot_K 1
+ }{
+ 0 0 0 0 0
+ }ifelse
+ end
+ spot2 begin
+ name null ne tintImage null ne and{
+ spot_C spot_M spot_Y spot_K 2
+ }{
+ 0 0 0 0 0
+ }ifelse
+ end
+ 5 1 roll 6 -2 roll add
+ dup 1 eq {
+ pop
+ 8 /index cvx 1 /exch cvx /sub cvx
+ 9 1 /roll cvx
+ }{
+ 2 eq {
+ 8 /index cvx 1 /exch cvx /sub cvx
+ 10 1 /roll cvx
+ }if
+ }ifelse
+ 4 1 /roll cvx 5 -2 /roll cvx
+ 8 /index cvx /mul cvx /exch cvx 9 /index cvx /mul cvx /add cvx 7 1 /roll cvx
+ 3 1 /roll cvx 4 -2 /roll cvx
+ 7 /index cvx /mul cvx /exch cvx 8 /index cvx /mul cvx /add cvx 6 1 /roll cvx
+ 2 1 /roll cvx 3 -2 /roll cvx
+ 6 /index cvx /mul cvx /exch cvx 7 /index cvx /mul cvx /add cvx 5 1 /roll cvx
+ 5 /index cvx /mul cvx /exch cvx 6 /index cvx /mul cvx /add cvx 4 1 /roll cvx
+ 6 -2 /roll cvx /pop cvx /pop cvx
+ ] cvx bind
+ }{
+ /DeviceCMYK {}
+ }ifelse
+ ] setcolorspace
+ end
+ /_nColorSpace currentcolorspace pt
+ }if
+
+ _nSamples 1 gt{
+ /_ndx 0 pt
+ [blendColor] cvx exec
+ }if
+ _renderCMYK{
+ /_C0 [currentcolor] pt
+ /_C0_Space currentcolorspace pt
+ }{
+ /_C0 [
+ _nCustomColorSD begin
+ spot1 begin
+ name null ne{
+ tintValue
+ }if
+ end
+ spot2 begin
+ name null ne{
+ tintValue
+ }if
+ end
+ end
+ ] pt
+ /_C0_Space _nColorSpace pt
+ }ifelse
+
+ _nSamples 1 gt{
+ /_ndx _nSamples 1 sub pt
+ [blendColor] cvx exec
+ }if
+ _renderCMYK{
+ /_C1 [currentcolor] pt
+ /_C1_Space currentcolorspace pt
+ }{
+ /_C1 [
+ _nCustomColorSD begin
+ spot1 begin
+ name null ne{
+ tintValue
+ }if
+ end
+ spot2 begin
+ name null ne{
+ tintValue
+ }if
+ end
+ end
+ ] pt
+ /_C1_Space _nColorSpace pt
+ }ifelse
+
+ /_rampColorSpace _C0_Space pt
+ _spotColor{
+ nsetcustomcolorend
+ }if
+ }def
+}def
+/initializeMultiPassSeps{
+ /invertXfer{
+ [
+ {
+ 1 exch sub
+ }/exec load systemdict /currenttransfer get exec /exec load
+ ] cvx systemdict /settransfer get exec
+ }def
+ /ccThrough{
+ gsave
+ 1 setCustomColor
+ currentcmykcolor
+ grestore
+ add add add 0 ne
+ }def
+ /spotConverted
+ {
+ begin
+ _isCMYKSep not{
+ false
+ }{
+ name null eq{
+ false
+ }{
+ tintValue null eq tintImage null eq and{
+ true
+ }{
+ spot_C spot_M spot_Y spot_K name ccThrough
+ }ifelse
+ }ifelse
+ }ifelse
+ end
+ }def
+ /spotChannel
+ {
+ _isCMYKSep{
+ pop false
+ }{
+ /_spotDict xp
+ _spotDict/name get null eq{
+ false
+ }{
+ _spotDict/spot_C get
+ _spotDict/spot_M get
+ _spotDict/spot_Y get
+ _spotDict/spot_K get
+ _spotDict/name get
+ ccThrough
+ }ifelse
+ }ifelse
+ }def
+ /getChannelData
+ {
+ _isCMYKSep dup{
+ pop renderCMYK
+ }if
+ {
+ _blackPlate{
+ 4 1 roll 3 npop blackInk
+ }{
+ _yellowPlate{
+ 4 2 roll 3 npop yellowInk
+ }{
+ _magentaPlate{
+ 4 3 roll 3 npop magentaInk
+ }{
+ 3 npop cyanInk
+ }ifelse
+ }ifelse
+ }ifelse
+ {
+ true /nonZeroData
+ }{
+ true /zeroData
+ }ifelse
+ }{
+ 4 npop
+ spot1/name get null ne
+ spot1 spotChannel and{
+ spot1/tintImage get dup null ne{
+ false /nonZeroData
+ }{
+ pop false /noData
+ }ifelse
+ }{
+ spot2/name get null ne
+ spot2 spotChannel and{
+ spot2/tintImage get dup null ne{
+ false /nonZeroData
+ }{
+ pop false /noData
+ }ifelse
+ }{
+ false /noData
+ }ifelse
+ }ifelse
+ }ifelse
+ }def
+ /renderChannelData
+ {
+ /_tmp xp
+ _tmp /nonZeroData ne currentoverprint and{
+ pop
+ _tmp /zeroData eq{pop}if
+ 4 npop
+ }{
+ _tmp /nonZeroData eq{
+ {
+ invertXfer
+ }if
+ systemdict/image
+ get 5 execImage
+ }{
+ pop
+ _tmp /zeroData eq{pop}if
+ 4 npop
+ knockOut
+ }ifelse
+ }ifelse
+ }def
+ /bwImage{
+ begin
+ gsave
+ dup dup dup
+ getChannelData
+ exch pop false exch
+ renderChannelData
+ grestore
+ end
+ }def
+ /ncolorimage{
+ begin
+ pop pop
+ gsave
+ spot2/name get null ne spot2 spotChannel and{
+ true setoverprint
+ }if
+ getChannelData
+ renderChannelData
+ grestore
+ end
+ }def
+ /getRampColorSpace{
+
+ /_renderCMYK _rampSD begin renderCMYK end pt
+
+ _nSamples 1 gt{
+ /_ndx 0 pt
+ [blendColor] cvx exec
+ }if
+
+ _renderCMYK{
+ /_C0 [currentcolor] pt
+ /_C0_Space currentcolorspace pt
+ }{
+ /_C0 [
+ _nCustomColorSD begin
+ 0
+ spot1 begin
+ name null ne
+ tintValue null ne and
+ spot1 spotChannel and{
+ pop tintValue
+ }if
+ end
+ spot2 begin
+ name null ne
+ tintValue null ne and
+ spot2 spotChannel and{
+ pop tintValue
+ }if
+ end
+ 1 exch sub
+ end
+ ] pt
+ /_C0_Space /DeviceGray pt
+ }ifelse
+
+ _nSamples 1 gt{
+ /_ndx _nSamples 1 sub pt
+ [blendColor] cvx exec
+ }if
+
+ _renderCMYK{
+ /_C1 [currentcolor] pt
+ /_C1_Space currentcolorspace pt
+ }{
+ /_C1 [
+ _nCustomColorSD begin
+ 0
+ spot1 begin
+ name null ne
+ tintValue null ne and
+ spot1 spotChannel and{
+ pop tintValue
+ }if
+ end
+ spot2 begin
+ name null ne
+ tintValue null ne and
+ spot2 spotChannel and{
+ pop tintValue
+ }if
+ end
+ 1 exch sub
+ end
+ ] pt
+ /_C1_Space /DeviceGray pt
+ }ifelse
+
+ /_rampColorSpace _C0_Space pt
+ _spotColor{
+ nsetcustomcolorend
+ }if
+ }def
+}def
+end
+end
+defaultpacking setpacking
+%%EndResource
+%%BeginResource: procset AGM_Gradient 1.0 0
+%%Title: (AGM Gradient Procset)
+%%Version: 1.0 0
+%%CreationDate: (4/26/96) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+userdict /defaultpacking currentpacking put true setpacking
+userdict /AGM_Gradient 20 dict dup begin put
+/AGM_Gradient_private 201 dict def
+/initialize
+{
+ AGM_Gradient begin
+ AGM_Gradient_private begin
+ initializeVars
+
+ /bd systemdict/mark get def
+ /ed
+ _level2PS
+ {
+ (>>)
+ }{
+ (counttomark 2 idiv dup dict begin {def} repeat pop currentdict end)
+ } ifelse
+ cvx def
+
+ _level2PS{
+ initializeLev2
+ }{
+ initializeLev1
+ }ifelse
+
+ queryDevice
+
+ initializeRectFill
+ initializeShading
+ initializeOps
+ _producingSeps{
+ AGM_Gradient_Sep/initialize get exec
+ }{
+ initializeComposite
+ }ifelse
+ _illustrator{
+ /f{}def
+ /F{}def
+ /s{}def
+ /S{}def
+ /b{}def
+ /B{}def
+ }if
+ /image where{
+ /image get /_image xd
+ }if
+ /colorimage where{
+ /colorimage get /_colorimage xd
+ }if
+ AGM_Gradient_private
+ {
+ dup xcheck 1 index type /arraytype eq and
+ {
+ bind
+ }if
+ pop pop
+ }forall
+ AGM_Gradient
+ {
+ dup xcheck 1 index type /arraytype eq and
+ {
+ bind
+ }if
+ pop pop
+ }forall
+ end
+
+ currentdict readonly pop
+ end
+}def
+/initializeAI
+{
+ pop pop
+ AGM_Gradient/AGM_Gradient_private get /_illustrator true put
+ AGM_Gradient/initialize get exec
+ AGM_Gradient begin
+}def
+/unload{
+ systemdict/languagelevel known{
+ systemdict/languagelevel get 2 ge{
+ userdict/AGM_Gradient_Sep 2 copy known{
+ undef
+ }{
+ pop pop
+ }ifelse
+ userdict/AGM_Gradient 2 copy known{
+ undef
+ }{
+ pop pop
+ }ifelse
+ }if
+ }if
+}def
+/terminate{
+ currentdict AGM_Gradient eq{
+ end
+ }if
+}def
+
+AGM_Gradient_private begin
+/initializeVars{
+ /_d255 256 array def
+ 0 1 255{
+ _d255 exch dup 255 div put
+ }bind for
+ /_d255- 256 array def
+ 0 1 255{
+ _d255- exch 1 _d255 2 index get sub put
+ }bind for
+ /_sSave nd
+ /_dUserSpace matrix defaultmatrix def
+ /_bUMatrix matrix def
+ /_imageMatrix matrix def
+ /_saveMatrix matrix def
+ /_xm matrix def
+ /_ccAry1 5 array def
+ /_bbox 4 array pt
+ /_level2PS
+ systemdict/languagelevel known dup{
+ pop systemdict/languagelevel get 2 ge
+ }if
+ def
+ /_level3PS
+ _level2PS systemdict/shfill known and
+ def
+ currentdict /_illustrator known not{
+ /_illustrator false def
+ }if
+
+}def
+/initializeOps
+{
+ AGM_Gradient begin
+ currentdict/Bc known not{
+ /Bc{
+
+ _renderFlag 2 eq _enabledSmoothShade or{
+ 6 npop
+ }{
+ pushBSpace
+ _rampIndex 0 eq{
+ pop pop
+ setCStop
+ }if
+ linealFill
+ popBSpace
+ }ifelse
+
+ }def
+ }if
+
+ currentdict/Bg known not{
+ /Bg{
+ 10 npop
+ /_gradName xp
+ /_renderFlag xp
+ /_enabledSmoothShade false pt
+
+ _renderFlag 2 ne{
+
+ _illustrator{
+ _of setoverprint
+ }if
+
+ /_enabledSmoothShade
+ _level3PS{
+ _usingSmoothShade
+ _producingSeps not
+ currentoverprint not or and
+ _noImage not and
+ }{
+ false
+ }ifelse
+ pt
+
+ _illustrator _eo and _renderFlag 3 eq or{
+ eoclip
+ }{
+ clip
+ }ifelse
+
+ _gradNames _gradName 2 copy known{
+ get
+ mark exch aload pop
+ /_gradType xp
+ 1 sub dup /_rampIndex xp
+ /_maxRampIndex xp
+ mark exch aload pop
+ 0 0
+ }if
+ pop pop
+ getRampData
+ }{
+ mark mark
+ }ifelse
+ }def
+ }if
+
+ currentdict/Bm known not{
+ /Bm{
+ _renderFlag 2 ne{
+ _gradType 0 eq{
+ linealRamp
+ }{
+ radialGrad
+ }ifelse
+ }{
+ 6 npop
+ }ifelse
+ }def
+ }if
+
+ currentdict/Bh known not{
+ /Bh{
+ 2 npop
+ /_yHi xp
+ /_xHi xp
+ /_radHilite _xHi 0 ne _yHi 0 ne or pt
+ }def
+ }if
+
+ currentdict/Bn known not{
+ /Bn{
+ AGM_Gradient_private begin
+ dict /_gradNames xp
+ end
+ }def
+ }if
+
+ currentdict/Bd known not{
+ /Bd{
+ AGM_Gradient begin
+ AGM_Gradient_private begin
+ /_nColorsBd xp
+ /_gradType xp
+ /_gradName xp
+ }def
+ }if
+
+ currentdict/BD known not{
+ /BD{
+ currentdict/_gradNames known not{
+ /_gradNames 20 dict def
+ }if
+ ] _nColorsBd _gradType
+ ] _gradName exch /_gradNames xput
+ end
+ end
+ }def
+ }if
+
+ currentdict/Bb known not{
+ /Bb{
+
+ AGM_Gradient/AGM_Gradient_private get /_illustrator get not{
+ AGM_Gradient begin
+ }if
+ AGM_Gradient_private begin
+ _producingSeps{
+ AGM_Gradient_Sep/AGM_Gradient_Sep_private get begin
+ }if
+ mySave
+ }def
+ }if
+
+ currentdict/BB known not{
+ /BB{
+
+ /_tmp xp
+ cleartomark cleartomark
+
+ _tmp dup
+ _renderFlag
+
+ myRestore
+
+ _producingSeps{
+ end
+ }if
+
+ _illustrator dup
+ end
+ not {
+ end
+ }if
+
+ {
+ 2 ne exch 0 gt and{
+ 2 eq{
+ s
+ }{
+ S
+ }ifelse
+ }{
+ pop newpath
+ }ifelse
+ }{
+ pop newpath
+ }ifelse
+
+
+ }def
+ }if
+
+ currentdict/Xm known not{
+ /Xm{
+ _xm astore pop
+ }def
+ }if
+
+ end
+}def
+/queryDevice{
+ /_inDistiller
+ systemdict /currentdistillerparams known
+ def
+ /_inRipSep
+ _level2PS{
+ currentpagedevice/Separations 2 copy known{
+ get
+ }{
+ pop pop false
+ }ifelse
+ }{
+ false
+ }ifelse
+ _inDistiller or
+ def
+ /_noImage /lv1Fix where{
+ pop lv1Fix
+ }{
+ false
+ }ifelse
+ def
+ /_useShells where{
+ /_useShells get /_usingShells xp
+ }{
+ /_usingShells false def
+ }ifelse
+
+ /_useSmoothShade where{
+ pop
+ }{
+ /_useSmoothShade false def
+ }ifelse
+ /_forceToCMYK where{
+ pop
+ }{
+ /_forceToCMYK false def
+ }ifelse
+ /_cyanPlate 1 0 0 0 testCMYKColorThrough def
+ /_magentaPlate 0 1 0 0 testCMYKColorThrough def
+ /_yellowPlate 0 0 1 0 testCMYKColorThrough def
+ /_blackPlate 0 0 0 1 testCMYKColorThrough def
+ /_compositeJob
+ _cyanPlate _magentaPlate and _yellowPlate and _blackPlate and
+ def
+ /_isCMYKSep
+ _cyanPlate _magentaPlate or _yellowPlate or _blackPlate or
+ def
+ /_compositeSpotDevice where{
+ pop
+ }{
+ /_compositeSpotDevice _compositeJob not _inRipSep or{
+ 1
+ }{
+ 0
+ }ifelse
+ def
+ }ifelse
+ /_producingSeps _compositeSpotDevice 0 ne def
+ /_deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt def
+ /_dpiThreshold where{
+ pop
+ }{
+ /_dpiThreshold 600 def
+ }ifelse
+ /_screenFreqThreshold where{
+ pop
+ }{
+ /_screenFreqThreshold 150 def
+ }ifelse
+ /_contoneDevice where{
+ pop
+ }{
+ /_contoneDevice false def
+ }ifelse
+ /_subSampleOK
+ _deviceDPI _dpiThreshold le
+ currentScreenFreq _screenFreqThreshold le and
+ _contoneDevice not and
+ def
+}def
+/initializeRectFill{
+ /rectfill where dup{
+ exch pop not _producingSeps or
+ }{
+ not
+ }ifelse
+ {
+ /rectfill{
+ gsave
+ newpath
+ 4 2 roll moveto
+ 1 index 0 rlineto
+ 0 1 index rlineto
+ 1 index neg 0 rlineto
+ pop pop
+ closepath
+ fill
+ grestore
+ }def
+ }if
+}def
+/initializeLev1{
+ /currentScreenFreq{
+ currentscreen pop pop
+ }def
+ /_byte 1 string def
+ /colorimage where{
+ pop
+ }{
+ /colorimage{
+ pop pop
+ /_blackTmp xp
+ /_yellowTmp xp
+ /_magentaTmp xp
+ /_cyanTmp xp
+ /_cnt 0 pt
+ [
+ _byte dup 0
+ _cyanTmp
+ /_cnt cvx /get cvx _d255 /exch cvx /get cvx .3 /mul cvx
+ _magentaTmp
+ /_cnt cvx /get cvx _d255 /exch cvx /get cvx .59 /mul cvx
+ _yellowTmp
+ /_cnt cvx /get cvx _d255 /exch cvx /get cvx .11 /mul cvx
+ _blackTmp
+ /_cnt cvx /get cvx _d255 /exch cvx /get cvx
+ /add cvx /add cvx /add cvx 1 /exch cvx /sub cvx
+ /dup cvx 0 /lt cvx{
+ pop 0
+ }/if cvx
+ /dup cvx 1 /gt cvx{
+ pop 1
+ }/if cvx
+ 255 /mul cvx /cvi cvx
+ 256 /mod cvx
+ /dup cvx 0 /lt cvx{
+ pop 0
+ }/if cvx
+ /put cvx
+ /_cnt dup cvx 1 /add cvx /pt cvx
+ ] cvx
+ bind
+ /_image load 5 execImage
+ }def
+ }ifelse
+}def
+/initializeLev2{
+ /level2ScreenFreq{
+ begin
+ 60
+ HalftoneType 1 eq{
+ pop Frequency
+ }if
+ HalftoneType 2 eq{
+ pop GrayFrequency
+ }if
+ HalftoneType 5 eq{
+ pop Default level2ScreenFreq
+ }if
+ end
+ }def
+ /currentScreenFreq{
+ currenthalftone level2ScreenFreq
+ }def
+}def
+/initializeShading{
+ _useSmoothShade _level3PS and{
+ /_usingSmoothShade true pt
+ initializeLev3_Ops
+ }{
+ /_usingSmoothShade false pt
+ }ifelse
+}def
+/initializeLev3_Ops
+{
+ /initShFill{
+ /_index _gradType 0 eq {0}{_maxRampIndex 1 sub} ifelse pt
+ /_rampFuncsArray _maxRampIndex array pt
+ /_boundsArray _maxRampIndex 1 sub array pt
+ /_encodeArray _maxRampIndex 2 mul array pt
+ /_beginCoord _rampPoint pt
+ /_colorSpace null pt
+ /_firstFill _rampIndex _maxRampIndex eq pt
+ /_lastFill false pt
+ }def
+ /linealShFill{
+ popBSpace
+ _xm aload pop pushBSpace
+
+ /_size _index 1 add pt
+ _size _maxRampIndex lt {
+ /_rampFuncsArray _rampFuncsArray 0 _size getinterval pt
+ /_boundsArray _boundsArray 0 _size 1 sub getinterval pt
+ /_encodeArray _encodeArray 0 _size 2 mul getinterval pt
+ }if
+
+ bd
+ /ShadingType 2
+ /ColorSpace _colorSpace
+ _rgbInCMYK{
+ /Function [
+ _cData sampFunc
+ _mData sampFunc
+ _yData sampFunc
+ _kData sampFunc
+ ]
+ }{
+ /Function
+ bd
+ /FunctionType 3
+ /Domain [0 1]
+ /Functions _rampFuncsArray
+ /Bounds _boundsArray
+ /Encode _encodeArray
+ ed
+ }ifelse
+ /Extend [_firstFill _lastFill]
+ /Domain [0 1]
+ /Coords [_beginCoord 0 _endCoord 0]
+ ed
+ shfill
+ }def
+
+ /radialShFill{
+ /_size _maxRampIndex _index sub pt
+ _size _maxRampIndex lt {
+ /_rampFuncsArray _rampFuncsArray _index _size getinterval pt
+ /_boundsArray _boundsArray _index _size 1 sub getinterval pt
+ /_encodeArray _encodeArray _index 2 mul _size 2 mul getinterval pt
+ }if
+
+ /_rampLen _beginCoord _endCoord sub pt
+ bd
+ /ShadingType 3
+ /ColorSpace _colorSpace
+ _rgbInCMYK{
+ /Function [
+ _cData sampFunc
+ _mData sampFunc
+ _yData sampFunc
+ _kData sampFunc
+ ]
+ }{
+ /Function
+ bd
+ /FunctionType 3
+ /Domain [0 1]
+ /Functions _rampFuncsArray
+ /Bounds _boundsArray
+ /Encode _encodeArray
+ ed
+ }ifelse
+ /Extend [_lastFill _firstFill]
+ /Domain [0 1]
+ /Coords [_xHi _rampLen mul _yHi _rampLen mul _endCoord 0 0 _beginCoord]
+ ed
+ shfill
+
+ _radHilite{
+ _xHi _rampLen mul _yHi _rampLen mul translate
+ }if
+ }def
+
+ %
+ /sampFunc{
+ /_tmp exch pt
+ bd
+ _tmp length 1 eq {
+ _tmp 0 get
+ /_tmp 2 string pt
+ dup _tmp 0 3 -1 roll put
+ _tmp 1 3 -1 roll put
+ }if
+ /FunctionType 0
+ /Order 1
+ /Size [_tmp length]
+ /Domain [0 1]
+ /BitsPerSample 8
+ /DataSource _tmp
+ /Range [0 1]
+ ed
+ }def
+
+ /fillRamp{
+
+
+ /_invert _midPoint 0.5 lt pt
+ _rampIndex _maxRampIndex eq {
+ initShFill
+ }if
+
+ getRampColorSpace
+
+ _colorSpace null eq{
+ /_colorSpace _rampColorSpace pt
+ }{
+ _colorSpace _rampColorSpace ne _rgbInCMYK or{
+ /_index _index 1
+ _gradType 0 eq{
+ sub pt
+ linealShFill
+ }{
+ add pt
+ radialShFill
+ }ifelse
+ initShFill
+ /_colorSpace _rampColorSpace pt
+ } if
+ }ifelse
+ /_endCoord _endPoint pt
+ /_rgbInCMYK false pt
+ _producingSeps _forceToCMYK or _rgbRamp and {
+ _spotColor{
+ _renderCMYK
+ }{
+ _isCMYKSep
+ }ifelse
+ }{
+ false
+ }ifelse
+ {
+ _compositeJob{
+ /_rgbInCMYK true pt
+ _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor
+ dup length string copy /_kData exch pt
+ dup length string copy /_yData exch pt
+ dup length string copy /_mData exch pt
+ dup length string copy /_cData exch pt
+ }{
+ _rampFuncsArray _index
+ _cyanPlate{_cyanData}if
+ _magentaPlate{_magentaData}if
+ _yellowPlate{_yellowData}if
+ _blackPlate{_blackData}if
+ _nSamples expandOne
+ sampFunc
+ dup begin /Decode [1 0] def end
+ put
+ /_invert false pt
+ }ifelse
+ }{
+ _rampFuncsArray _index
+ bd
+ /FunctionType 2
+ /Domain [0 1]
+ /N 0.5 log _invert{1 _midPoint sub}{_midPoint}ifelse log div
+ _gradType 0 eq{
+ _invert{/C1}{/C0}ifelse _C0
+ _invert{/C0}{/C1}ifelse _C1
+ }{
+ _invert{/C0}{/C1}ifelse _C1
+ _invert{/C1}{/C0}ifelse _C0
+ }ifelse
+ ed
+ put
+ }ifelse
+
+ _rampIndex 1 ne{
+ _boundsArray _index _gradType 1 eq{1 sub}if _endCoord put
+ } if
+
+ 0 1 _invert {exch}if
+ _encodeArray _index 2 mul 1 add 3 -1 roll put
+ _encodeArray _index 2 mul 3 -1 roll put
+ _rampIndex 1 eq {
+ /_lastFill true pt
+ _gradType 0 eq{
+ linealShFill
+ }{
+ radialShFill
+ }ifelse
+ }if
+ /_index _index 1
+ _gradType 0 eq{
+ add pt
+ }{
+ sub pt
+ }ifelse
+ }def
+}def
+/initializeComposite{
+ /bwImage{
+ pop /_image load 5 execImage
+ }def
+ /rampImage{
+ _enabledSmoothShade{
+ fillRamp
+ }{
+ _color{
+ _nSamples setImageParms
+
+
+ _rgbRamp _forceToCMYK not and{
+ _redData _greenData _blueData _nSamples 3 expandColor
+ true 3 null ncolorimage
+ }{
+ _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor
+ true 4 null ncolorimage
+ }ifelse
+ }{
+ _nSamples setImageParms _blackData null bwImage
+ }ifelse
+ }ifelse
+ }def
+ /setCStop{
+ /_colorStyle exch pt
+ _colorStyle 0 eq{
+ 1 exch sub
+ 0 0 0
+ 4 -1 roll
+ }if
+
+ _colorStyle 2 eq{
+ _forceToCMYK{
+ 3 npop setcmykcolor
+ }{
+ setrgbcolor 4 npop
+ }ifelse
+ }if
+
+ _colorStyle 3 eq{
+ 1 exch sub /_tmp xp
+ pop
+ 4{
+ _tmp mul 4 1 roll
+ }repeat
+ }if
+
+ _colorStyle 4 eq{
+ _forceToCMYK{
+ 6 npop setcmykcolor
+ }{
+ 3 -1 roll pop pop
+ 1 exch sub /_tmp xp
+ 3{
+ 1 exch sub _tmp mul 1 exch sub 3 1 roll
+ }repeat
+ setrgbcolor
+ 4 npop
+ }ifelse
+ }if
+ _colorStyle 2 ne _colorStyle 4 ne and{
+ null nsetcustomcolor
+ }if
+ }def
+ /nsetcustomcolor
+ {
+ pop setcmykcolor
+ }def
+ /nsetcustomcolorend
+ {
+ }def
+ /ncolorimage{
+ pop
+ /_colorimage load 10 execImage
+ }def
+ _noImage not _level2PS not and{
+ /linealFill{
+ 8 setImageParms
+ _color{
+ currentcmykcolor
+ 4{
+ makeByte8 4 1 roll
+ }repeat
+ true 4 null ncolorimage
+ }{
+ currentgray makeByte8 null bwImage
+ }ifelse
+ }def
+ }if
+ /getRampColorSpace{
+ _nSamples 1 gt{
+ /_ndx 0 pt
+ [blendColor] cvx exec
+ }if
+ /_C0 [currentcolor] pt
+ /_C0_Space currentcolorspace pt
+
+ _nSamples 1 gt{
+ /_ndx _nSamples 1 sub pt
+ [blendColor] cvx exec
+ }if
+ /_C1 [currentcolor] pt
+ /_C1_Space currentcolorspace pt
+
+ /_rampColorSpace _C0_Space pt
+
+ _spotColor{
+ nsetcustomcolorend
+ }if
+ }def
+}def
+/npop{
+ {pop}repeat
+}def
+/xd{
+ exch def
+}def
+/nd{
+ null def
+}def
+/pt{
+ AGM_Gradient_private 3 1 roll put
+}def
+/xp{
+ exch pt
+}def
+/xput{
+ dup load dup length exch maxlength eq{
+ dup dup load dup
+ length 2 mul dict copy def
+ }if
+ load begin
+ def
+ end
+}def
+/mySave{
+ save /_sSave xp
+}def
+/myRestore{
+ _sSave type /savetype eq{
+ _sSave restore
+ }if
+}def
+/gMark{
+ counttomark 2 add -1 roll
+}def
+/execImage{
+ /_tmp xp
+ {
+ exec
+ }stopped{
+ $error /errorname get /undefinedresult ne{
+ stop
+ }{
+ _tmp npop
+ }ifelse
+ }if
+}def
+/pushBSpace{
+ newpath gsave
+ _bUMatrix astore concat
+}def
+/popBSpace{
+ grestore
+}def
+/makeByte8{
+ /_tmp 0 pt
+ 255 mul cvi
+ 8 string 8{
+ dup _tmp 3 index put
+ /_tmp _tmp 1 add pt
+ }repeat
+ exch pop
+}def
+/setImageParms{
+ 1 8 2 index 0 0 1 0 0 _imageMatrix astore
+}def
+/linealFill{
+ 0 0 1 1 rectfill
+}def
+/testCMYKColorThrough{
+ gsave
+ setcmykcolor currentcmykcolor
+ grestore
+ add add add 0 ne
+}def
+/expandOne {
+ /_tmp xp
+ dup type /stringtype ne{
+ _tmp string
+ exch
+ dup 0 ne{
+ 255 mul cvi
+ 0 1 _tmp 1 sub{
+ 3 copy
+ exch put pop
+ }for
+ }if
+ pop
+ }if
+}def
+/expandColor{
+ /_channels xp
+ /_len xp
+ _channels{
+ _len expandOne _channels 1 roll
+ }repeat
+}def
+/blendColor{
+
+ _color{
+ _rgbRamp _producingSeps not and _forceToCMYK not and{
+ _redData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ _greenData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ _blueData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ /setrgbcolor cvx
+ }{
+ _cyanData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ _magentaData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ _yellowData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+ _blackData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+
+ _spotColor{
+ _rampSD begin
+ /_rampSD cvx /begin cvx
+
+ spot1 begin
+ tintImage dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255- /exch cvx /get cvx
+ }{
+ dup null ne{
+ name type /nametype ne{
+ 1 exch sub
+ }if
+ }if
+ }ifelse
+ end
+ /spot1 cvx /tintValue 3 -1 /roll cvx /put cvx
+
+ spot2 begin
+ tintImage dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255- /exch cvx /get cvx
+ }{
+ dup null ne{
+ name type /nametype ne{
+ 1 exch sub
+ }if
+ }if
+ }ifelse
+ end
+ /spot2 cvx /tintValue 3 -1 /roll cvx /put cvx
+ /end cvx
+ end
+ /_rampSD cvx
+ /nsetcustomcolor cvx
+ }{
+ /setcmykcolor cvx
+ }ifelse
+ }ifelse
+ }{
+ _blackData dup type /stringtype eq{
+ /_ndx cvx /get cvx _d255 /exch cvx /get cvx
+ }if
+
+ _enabledSmoothShade{
+ 1 /exch cvx /sub cvx 0 0 0 4 -1 /roll cvx /setcmykcolor cvx
+ }{
+ /setgray cvx
+ }ifelse
+ }ifelse
+}def
+/useRectImage{
+ _subSampleOK _enabledSmoothShade not and{
+ {
+ mark
+ 0 1 dtransform atan cvi 90 mod 0 eq
+ 1 0 dtransform atan cvi 90 mod 0 eq
+ } stopped
+ {
+ cleartomark
+ false
+ }
+ {
+ and exch pop
+ } ifelse
+ }{
+ false
+ }ifelse
+}def
+/linealImage{
+ _noImage{
+ rectImage
+ }{
+ _producingSeps{
+ AGM_Gradient_Sep/AGM_Gradient_Sep_private get
+ /rampImage get exec
+ }{
+ useRectImage{
+ rectImage
+ }{
+ rampImage
+ }ifelse
+ }ifelse
+ }ifelse
+}def
+/linealRamp{
+ pushBSpace
+ _ramp{
+ linealImage
+ }{
+ linealFill
+ }ifelse
+ popBSpace
+ /_rampIndex _rampIndex 1 sub pt
+ _rampIndex 0 gt{
+ getRampData
+ }if
+}def
+/radialGrad{
+ /_usingShells currentoverprint _producingSeps and _usingShells or pt
+ /_firstShell true pt
+ _enabledSmoothShade not{
+ currentoverprint _producingSeps and{
+
+ newpath
+ clippath pathbbox
+ 1 add 4 1 roll
+ 1 add 4 1 roll
+ 1 sub 4 1 roll
+ 1 sub 4 1 roll
+ _bbox astore pop
+
+ newpath
+ _bbox 0 get _bbox 1 get moveto
+ _bbox 2 get _bbox 1 get lineto
+ _bbox 2 get _bbox 3 get lineto
+ _bbox 0 get _bbox 3 get lineto
+ closepath
+ 6 copy
+ gsave _bUMatrix astore concat
+ 1 0 moveto 0 0 1 0 360 arc closepath
+ eoclip fill
+ popBSpace
+ }{
+ fill
+ }ifelse
+ }if
+ pushBSpace
+
+ _radHilite{
+ _xHi _yHi _bUMatrix idtransform /_yHi xp /_xHi xp
+ _rampPoint 1 lt{
+ 1 _rampPoint sub dup _xHi mul exch _yHi mul translate
+ }if
+ }if
+ _rampIndex{
+ radialRamp
+ /_rampIndex _rampIndex 1 sub pt
+ _rampIndex 0 gt{
+ getRampData
+ }if
+ }repeat
+
+ popBSpace
+
+}def
+/getNSamples{
+ 0 exch
+ {
+ dup type /stringtype eq{
+ length exch pop exit
+ }if
+ pop
+ }forall
+ dup 0 eq{
+ pop 1
+ }if
+}def
+/getRampData{
+ /_rampType gMark pt
+ /_color _rampType 0 gt pt
+ /_ccRGB _rampType 5 eq _rampType 6 eq or pt
+ /_rgbRamp _rampType 4 eq _ccRGB or pt
+ /_ccProcess _rampType 2 eq _rampType 3 eq or pt
+ _producingSeps{
+ _rampSD initSpotDict
+ /_spotColor _ccProcess _ccRGB or pt
+ }{
+ /_spotColor false pt
+ }ifelse
+ /_ramp true pt
+ 100 div /_rampPoint xp
+ 100 div /_midPoint xp
+
+ dup /_colorStyle xp
+ _colorStyle 0 eq{
+ 2
+ }{
+ _colorStyle 1 eq{
+ 5
+ }{
+ _colorStyle 2 eq{
+ 8
+ }{
+ _colorStyle 3 eq{
+ _producingSeps{
+ _rampSD /spot1 get begin
+ /name 3 index def
+ /spot_K 4 index def
+ /spot_Y 5 index def
+ /spot_M 6 index def
+ /spot_C 7 index def
+ end
+ }if
+ 7
+ }{
+ _producingSeps{
+ _rampSD/spot1 get begin
+ /name 4 index def
+ /spot_K 8 index def
+ /spot_Y 9 index def
+ /spot_M 10 index def
+ /spot_C 11 index def
+ end
+ }if
+ 11
+ } ifelse
+ }ifelse
+ }ifelse
+ }ifelse
+ /_tmp xp
+ _tmp index 100 div /_endPoint xp
+
+ _gradType 1 eq{
+ _tmp 1 add index 100 div /_midPoint xp
+ }if
+
+ _producingSeps{
+ _tmp 2 add index /_nextColorStyle xp
+ _nextColorStyle 3 eq{
+ /_tmp _tmp 4 add pt
+ _tmp index dup
+ _rampSD/spot1 get /name get ne{
+ _rampSD /spot2 get begin
+ /name xd
+ /spot_K _tmp 2 add index def
+ /spot_Y _tmp 3 add index def
+ /spot_M _tmp 4 add index def
+ /spot_C _tmp 5 add index def
+ end
+ }{
+ pop
+ }ifelse
+ }if
+ _nextColorStyle 4 eq{
+ /_tmp _tmp 5 add pt
+ _tmp index dup
+ _rampSD/spot1 get /name get ne{
+ _rampSD /spot2 get begin
+ /name xd
+ /spot_K _tmp 5 add index def
+ /spot_Y _tmp 6 add index def
+ /spot_M _tmp 7 add index def
+ /spot_C _tmp 8 add index def
+ end
+ }{
+ pop
+ }ifelse
+ }if
+ }if
+ _rampType 3 eq _rampType 6 eq or{
+ /_tint2Data gMark pt
+ }if
+ _ccProcess _ccRGB or{
+ /_tint1Data gMark pt
+ }if
+ _rgbRamp{
+ /_blueData gMark pt
+ /_greenData gMark pt
+ /_redData gMark pt
+ }if
+
+ _producingSeps{
+ _ccProcess _ccRGB or{
+ _rampType 3 eq _rampType 6 eq or{
+ _rampSD /spot2 get begin
+ /tintImage _gradType 0 eq{
+ _tint2Data
+ }{
+ _tint1Data
+ }ifelse
+ def
+ name null eq{
+ /name /Black def
+ }if
+ end
+ }if
+ _rampSD /spot1 get begin
+ /tintImage _gradType 0 eq _rampType 2 eq or _rampType 5 eq or{
+ _tint1Data
+ }{
+ _tint2Data
+ }ifelse
+ def
+ _rampType 2 eq _rampType 5 eq or{
+ name null eq{
+ /name _rampSD/spot2 get /name get def
+ /spot_C _rampSD/spot2 get /spot_C get def
+ /spot_M _rampSD/spot2 get /spot_M get def
+ /spot_Y _rampSD/spot2 get /spot_Y get def
+ /spot_K _rampSD/spot2 get /spot_K get def
+ _rampSD/spot2 get /name null put
+ }if
+ }{
+ name null eq{
+ /name /Black def
+ }if
+ }ifelse
+ end
+ }if
+ }if
+ /_blackData gMark pt
+ _rampType 0 gt{
+ counttomark 4 add -3 roll
+ /_yellowData xp
+ /_magentaData xp
+ /_cyanData xp
+ }if
+ _ramp{
+ /_nSamples
+ [
+ _rampType 0 eq {_blackData}if
+ _rampType 1 eq {_cyanData _magentaData _yellowData _blackData}if
+ _rampType 2 eq {_cyanData _magentaData _yellowData _blackData _tint1Data}if
+ _rampType 3 eq {_cyanData _magentaData _yellowData _blackData _tint1Data _tint2Data}if
+ _rampType 4 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData}if
+ _rampType 5 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData _tint1Data}if
+ _rampType 6 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData _tint1Data _tint2Data}if
+ ] getNSamples pt
+ _enabledSmoothShade not {/_ramp _nSamples 1 gt pt} if
+ } if
+
+ setCStop
+}def
+/rectImage{
+ gsave
+ /_sInc 1 pt
+ /_bInc 1 _nSamples div pt
+ /_nSubSamples _nSamples pt
+ /_optimize false pt
+
+ _subSampleOK{
+ /_uRampLen 1 0 dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt pt
+ /_pChange _uRampLen 0 eq{0}{_nSamples _uRampLen div}ifelse pt
+
+ _pChange .5 gt dup /_optimize xp{
+ /_nSubSamples _uRampLen 2 div round cvi dup 1 le{pop 2}if pt
+ /_bInc 1 _nSubSamples div pt
+ /_sInc _nSamples 1 sub _nSubSamples 1 sub div pt
+ }if
+ }if
+ 0
+ _nSubSamples
+ [
+ /dup cvx
+ _optimize {
+ /round cvx /cvi cvx
+ } if
+ /_ndx /exch cvx /pt cvx
+ blendColor
+ 0 0 _bInc 1 /rectfill cvx
+ _bInc 0 /translate cvx
+ _sInc /add cvx
+ ] cvx
+ bind
+ repeat
+ pop
+ _spotColor{
+ nsetcustomcolorend
+ }if
+ grestore
+}def
+/radialInit{
+ /_nRadSamples _nSamples dup 0 eq{pop 1}if pt
+ /_sInc -1 pt
+ /_rampLen _rampPoint _endPoint sub pt
+ /_bInc _rampLen _nSamples div neg pt
+ /_optimize false pt
+ _subSampleOK{
+ /_uRampLen
+ _rampLen 0 dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt
+ 0 _rampLen dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt
+ 2 copy lt{
+ exch
+ }if pop
+ pt
+ /_pChange
+ _uRampLen 0 eq{
+ 0
+ }{
+ _nSamples _uRampLen div
+ }ifelse
+ pt
+ _pChange .5 gt dup /_optimize xp{
+ /_nRadSamples _uRampLen 2 div round cvi dup 1 le{pop 2}if pt
+ /_bInc _rampLen _nRadSamples div neg pt
+ /_sInc _nSamples 1 sub _nRadSamples 1 sub div neg pt
+ }if
+ }if
+ _radHilite{
+ /_xBCInc _xHi _rampLen mul _nRadSamples div pt
+ /_yBCInc _yHi _rampLen mul _nRadSamples div pt
+ }if
+}def
+/radialRamp{
+ _enabledSmoothShade{
+ fillRamp
+ }{
+ /_saveMatrix _saveMatrix currentmatrix def
+
+ radialInit
+
+ %
+ %
+ true
+ _producingSeps _rgbRamp not and{
+ _nSamples 1 gt{
+ pop
+ /_ndx 0 pt
+ [blendColor] cvx exec
+ currentInkN
+ /_ndx _nSamples 1 sub pt
+ [blendColor] cvx exec
+ currentInkN
+ or
+ }if
+ }if
+ {
+ _rampPoint
+
+ _nSamples 1 sub
+
+ _nRadSamples
+ [
+ /dup cvx
+
+ _optimize{
+ /round cvx /cvi cvx
+ }if
+
+ /_ndx /exch cvx /pt cvx
+
+ _usingShells{
+ /_firstShell cvx{
+ /_firstShell false pt
+ }{
+ 0 0 3 index 360 0 arcn fill
+ }/ifelse cvx
+ }if
+
+ blendColor
+
+ _usingShells{
+ 0 0 3 /index cvx 0 360 /arc cvx
+ }{
+ 0 0 3 /index cvx 0 360 /arc cvx /fill cvx
+ }ifelse
+
+ /exch cvx _bInc /add cvx /exch cvx
+
+ _sInc /add cvx
+
+ _radHilite{
+ _xBCInc _yBCInc /translate cvx
+ }if
+ ] cvx bind
+ repeat
+
+ pop pop
+ }{
+ _usingShells{
+ 0 0 _rampPoint 360 0 arcn fill
+ }if
+ }ifelse
+
+ _saveMatrix setmatrix
+
+ _radHilite{
+ _xHi _rampLen mul _yHi _rampLen mul translate
+ }if
+
+ _usingShells _rampIndex 1 eq and{
+ fill
+ }if
+
+ _spotColor{
+ nsetcustomcolorend
+ }if
+ }ifelse
+}def
+end
+end
+defaultpacking setpacking
+%%EndResource
+%%BeginProcSet: Adobe_ColorImage_AI6 1.3 0
+userdict /Adobe_ColorImage_AI6 known not
+{
+ userdict /Adobe_ColorImage_AI6 53 dict put
+} if
+userdict /Adobe_ColorImage_AI6 get begin
+/initialize {
+ Adobe_ColorImage_AI6 begin
+ Adobe_ColorImage_AI6 {
+ dup type /arraytype eq {
+ dup xcheck {
+ bind
+ } if
+ } if
+ pop pop
+ } forall
+} def
+/terminate { end } def
+currentdict /Adobe_ColorImage_AI6_Vars known not {
+ /Adobe_ColorImage_AI6_Vars 41 dict def
+} if
+Adobe_ColorImage_AI6_Vars begin
+ /plateindex -1 def
+ /_newproc null def
+ /_proc1 null def
+ /_proc2 null def
+ /sourcearray 4 array def
+ /_ptispace null def
+ /_ptiname null def
+ /_pti0 0 def
+ /_pti1 0 def
+ /_ptiproc null def
+ /_ptiscale 0 def
+ /_pticomps 0 def
+ /_ptibuf 0 string def
+ /_gtigray 0 def
+ /_cticmyk null def
+ /_rtirgb null def
+ /XIEnable true def
+ /XIType 0 def
+ /XIEncoding 0 def
+ /XICompression 0 def
+ /XIChannelCount 0 def
+ /XIBitsPerPixel 0 def
+ /XIImageHeight 0 def
+ /XIImageWidth 0 def
+ /XIImageMatrix null def
+ /XIRowBytes 0 def
+ /XIFile null def
+ /XIBuffer1 null def
+ /XIBuffer2 null def
+ /XIBuffer3 null def
+ /XIDataProc null def
+ /XIColorSpace /DeviceGray def
+ /XIColorValues 0 def
+ /XIPlateList false def
+end
+/ci6colorimage /colorimage where {/colorimage get}{null} ifelse def
+/ci6image systemdict /image get def
+/ci6curtransfer systemdict /currenttransfer get def
+/ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def
+/ci6foureq {
+ 4 index ne {
+ pop pop pop false
+ }{
+ 4 index ne {
+ pop pop false
+ }{
+ 4 index ne {
+ pop false
+ }{
+ 4 index eq
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6testplate {
+ Adobe_ColorImage_AI6_Vars begin
+ /plateindex -1 def
+ /setcmykcolor where {
+ pop
+ gsave
+ 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+ 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+ 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+ 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub
+ grestore
+ 1 0 0 0 ci6foureq {
+ /plateindex 0 def
+ }{
+ 0 1 0 0 ci6foureq {
+ /plateindex 1 def
+ }{
+ 0 0 1 0 ci6foureq {
+ /plateindex 2 def
+ }{
+ 0 0 0 1 ci6foureq {
+ /plateindex 3 def
+ }{
+ 0 0 0 0 ci6foureq {
+ /plateindex 5 def
+ } if
+ } ifelse
+ } ifelse
+ } ifelse
+ } ifelse
+ pop pop pop pop
+ } if
+ plateindex
+ end
+} def
+/ci6concatprocs {
+ /packedarray where {
+ pop dup type /packedarraytype eq 2 index type
+ /packedarraytype eq or
+ }{
+ false
+ } ifelse
+ {
+ /_proc2 exch cvlit def
+ /_proc1 exch cvlit def
+ _proc1 aload pop
+ _proc2 aload pop
+ _proc1 length
+ _proc2 length add
+ packedarray cvx
+ }{
+ /_proc2 exch cvlit def
+ /_proc1 exch cvlit def
+ /_newproc _proc1 length _proc2 length add array def
+ _newproc 0 _proc1 putinterval
+ _newproc _proc1 length _proc2 putinterval
+ _newproc cvx
+ } ifelse
+} def
+/ci6istint {
+ type /arraytype eq
+} def
+/ci6isspot {
+ dup type /arraytype eq {
+ dup length 1 sub get /Separation eq
+ }{
+ pop false
+ } ifelse
+} def
+/ci6spotname {
+ dup ci6isspot {dup length 2 sub get}{pop ()} ifelse
+} def
+/ci6altspace {
+ aload pop pop pop ci6colormake
+} def
+/ci6numcomps {
+ dup /DeviceGray eq {
+ pop 1
+ }{
+ dup /DeviceRGB eq {
+ pop 3
+ }{
+ /DeviceCMYK eq {
+ 4
+ }{
+ 1
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6marksplate {
+ dup /DeviceGray eq {
+ pop plateindex 3 eq
+ }{
+ dup /DeviceRGB eq {
+ pop plateindex 5 ne
+ }{
+ dup /DeviceCMYK eq {
+ pop plateindex 5 ne
+ }{
+ dup ci6isspot {
+ /findcmykcustomcolor where {
+ pop
+ dup length 2 sub get
+ 0.1 0.1 0.1 0.1 5 -1 roll
+ findcmykcustomcolor 1 setcustomcolor
+ systemdict /currentgray get exec
+ 1 ne
+ }{
+ pop plateindex 5 ne
+ } ifelse
+ }{
+ pop plateindex 5 ne
+ } ifelse
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6colormake {
+ dup ci6numcomps
+ exch 1 index 2 add 1 roll
+ dup 1 eq {pop}{array astore} ifelse
+ exch
+} def
+/ci6colorexpand {
+ dup ci6spotname exch
+ dup ci6istint {
+ ci6altspace
+ exch 4 1 roll
+ }{
+ 1 3 1 roll
+ } ifelse
+} def
+/ci6colortint {
+ dup /DeviceGray eq {
+ 3 1 roll 1 exch sub mul 1 exch sub exch
+ }{
+ dup /DeviceRGB eq {
+ 3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch
+ }{
+ dup /DeviceCMYK eq {
+ 3 1 roll {1 index mul exch} forall pop 4 array astore exch
+ }{
+ 3 1 roll mul exch
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6colortocmyk {
+ dup /DeviceGray eq {
+ pop 1 exch sub 0 0 0 4 -1 roll 4 array astore
+ }{
+ dup /DeviceRGB eq {
+ pop aload pop _rgbtocmyk 4 array astore
+ }{
+ dup /DeviceCMYK eq {
+ pop
+ }{
+ ci6altspace ci6colortint ci6colortocmyk
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6makeimagedict {
+ 7 dict begin
+ /ImageType 1 def
+ /Decode exch def
+ /DataSource exch def
+ /ImageMatrix exch def
+ /BitsPerComponent exch def
+ /Height exch def
+ /Width exch def
+ currentdict end
+} def
+/ci6stringinvert {
+ 0 1 2 index length 1 sub {
+ dup 2 index exch get 255 exch sub 2 index 3 1 roll put
+ } for
+} def
+/ci6stringknockout {
+ 0 1 2 index length 1 sub {
+ 255 2 index 3 1 roll put
+ } for
+} def
+/ci6stringapply {
+ 0 1 4 index length 1 sub {
+ dup
+ 4 index exch get
+ 3 index 3 1 roll
+ 3 index exec
+ } for
+ pop exch pop
+} def
+/ci6walkrgbstring {
+ 0 3 index
+ dup length 1 sub 0 3 3 -1 roll {
+ 3 getinterval {} forall
+ 5 index exec
+ 3 index
+ } for
+
+ 5 {pop} repeat
+} def
+/ci6walkcmykstring
+{
+ 0 3 index
+ dup length 1 sub 0 4 3 -1 roll {
+ 4 getinterval {} forall
+
+ 6 index exec
+
+ 3 index
+
+ } for
+
+ 5 { pop } repeat
+
+} def
+/ci6putrgbtograystr
+{
+ .11 mul exch
+
+ .59 mul add exch
+
+ .3 mul add
+
+ cvi 3 copy put
+
+ pop 1 add
+} def
+/ci6putcmyktograystr
+{
+ exch .11 mul add
+
+ exch .59 mul add
+
+ exch .3 mul add
+
+ dup 255 gt { pop 255 } if
+
+ 255 exch sub cvi 3 copy put
+
+ pop 1 add
+} def
+/ci6rgbtograyproc {
+ Adobe_ColorImage_AI6_Vars begin
+ sourcearray 0 get exec
+ XIBuffer3
+ dup 3 1 roll
+
+ /ci6putrgbtograystr load exch
+ ci6walkrgbstring
+ end
+} def
+/ci6cmyktograyproc {
+ Adobe_ColorImage_AI6_Vars begin
+ sourcearray 0 get exec
+ XIBuffer3
+ dup 3 1 roll
+
+ /ci6putcmyktograystr load exch
+ ci6walkcmykstring
+ end
+} def
+/ci6separatecmykproc {
+ Adobe_ColorImage_AI6_Vars begin
+ sourcearray 0 get exec
+
+ XIBuffer3
+
+ 0 2 index
+
+ plateindex 4 2 index length 1 sub {
+ get 255 exch sub
+
+ 3 copy put pop 1 add
+
+ 2 index
+ } for
+ pop pop exch pop
+ end
+} def
+
+/ci6compositeimage {
+ dup 1 eq {
+ pop pop image
+ }{
+ /ci6colorimage load null ne {
+ ci6colorimage
+ }{
+ 3 1 roll pop
+ sourcearray 0 3 -1 roll put
+ 3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load
+ image
+ } ifelse
+ } ifelse
+} def
+/ci6knockoutimage {
+ gsave
+ 0 ci6curtransfer exec 1 ci6curtransfer exec
+ eq {
+ 0 ci6curtransfer exec 0.5 lt
+ }{
+ 0 ci6curtransfer exec 1 ci6curtransfer exec gt
+ } ifelse
+ {{pop 0}}{{pop 1}} ifelse
+ systemdict /settransfer get exec
+ ci6compositeimage
+ grestore
+} def
+/ci6drawimage {
+ ci6testplate -1 eq {
+ pop ci6compositeimage
+ }{
+ dup type /arraytype eq {
+ dup length plateindex gt {plateindex get}{pop false} ifelse
+ }{
+ {
+ true
+ }{
+ dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse
+ } ifelse
+ } ifelse
+ {
+ dup 1 eq {
+ pop pop ci6image
+ }{
+ dup 3 eq {
+ ci6compositeimage
+ }{
+ pop pop
+ sourcearray 0 3 -1 roll put
+ /ci6separatecmykproc load
+ ci6image
+ } ifelse
+ } ifelse
+ }{
+ ci6curoverprint {
+ 7 {pop} repeat
+ }{
+ ci6knockoutimage
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6proctintimage {
+ /_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store
+ /_pticomps _ptispace ci6numcomps store
+ /_ptiscale _pti1 _pti0 sub store
+ level2? {
+ _ptiname length 0 gt version cvr 2012 ge and {
+ [/Separation _ptiname _ptispace {_ptiproc}] setcolorspace
+ [_pti0 _pti1] ci6makeimagedict ci6image
+ }{
+ [/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace
+ [0 255] ci6makeimagedict ci6image
+ } ifelse
+ }{
+ _pticomps 1 eq {
+ {
+ dup
+ {
+ 255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put
+ } ci6stringapply
+ } ci6concatprocs ci6image
+ }{
+ {
+ dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse
+ _ptibuf {
+ exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc
+ _pticomps 2 add -2 roll
+ _pticomps 1 sub -1 0 {
+ 1 index add 2 index exch
+ 5 -1 roll
+ 255 mul cvi put
+ } for
+ pop pop
+ } ci6stringapply
+ } ci6concatprocs false _pticomps
+ /ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse
+ } ifelse
+ } ifelse
+} def
+/ci6graytintimage {
+ /_gtigray 5 -1 roll store
+ {1 _gtigray sub mul 1 exch sub} 4 1 roll
+ /DeviceGray ci6proctintimage
+} def
+/ci6cmyktintimage {
+ /_cticmyk 5 -1 roll store
+ {_cticmyk {1 index mul exch} forall pop} 4 1 roll
+ /DeviceCMYK ci6proctintimage
+} def
+/ci6rgbtintimage {
+ /_rtirgb 5 -1 roll store
+ {_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll
+ /DeviceRGB ci6proctintimage
+} def
+/ci6tintimage {
+ ci6testplate -1 eq {
+ ci6colorexpand
+ 3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll
+ dup /DeviceGray eq {
+ pop ci6graytintimage
+ }{
+ dup /DeviceRGB eq {
+ pop ci6rgbtintimage
+ }{
+ pop ci6cmyktintimage
+ } ifelse
+ } ifelse
+ }{
+ dup ci6marksplate {
+ plateindex 5 lt {
+ ci6colortocmyk plateindex get
+ dup 0 eq ci6curoverprint and {
+ 7 {pop} repeat
+ }{
+ 1 exch sub
+ exch {1 0}{0 1} ifelse () ci6graytintimage
+ } ifelse
+ }{
+ pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage
+ } ifelse
+ }{
+ ci6curoverprint {
+ 8 {pop} repeat
+ }{
+ pop pop pop
+ {pop 1} 0 1 () /DeviceGray ci6proctintimage
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/XINullImage {
+} def
+/XIImageMask {
+ XIImageWidth XIImageHeight false
+ [XIImageWidth 0 0 XIImageHeight neg 0 0]
+ /XIDataProc load
+ imagemask
+} def
+/XIImageTint {
+ XIImageWidth XIImageHeight XIBitsPerPixel
+ [XIImageWidth 0 0 XIImageHeight neg 0 0]
+ /XIDataProc load
+ XIType 3 eq XIColorValues XIColorSpace ci6tintimage
+} def
+/XIImage {
+ XIImageWidth XIImageHeight XIBitsPerPixel
+ [XIImageWidth 0 0 XIImageHeight neg 0 0]
+ /XIDataProc load
+ false XIChannelCount XIPlateList ci6drawimage
+} def
+/XG {
+ pop pop
+} def
+/XF {
+ 13 {pop} repeat
+} def
+/Xh {
+ Adobe_ColorImage_AI6_Vars begin
+ gsave
+ /XIType exch def
+ /XIImageHeight exch def
+ /XIImageWidth exch def
+ /XIImageMatrix exch def
+ 0 0 moveto
+ XIImageMatrix concat
+ XIImageWidth XIImageHeight scale
+
+ /_lp /null ddef
+ _fc
+ /_lp /imagemask ddef
+ end
+} def
+/XH {
+ Adobe_ColorImage_AI6_Vars begin
+ grestore
+ end
+} def
+/XIEnable {
+ Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put
+} def
+/XC {
+ Adobe_ColorImage_AI6_Vars begin
+ ci6colormake
+ /XIColorSpace exch def
+ /XIColorValues exch def
+ end
+} def
+/XIPlates {
+ Adobe_ColorImage_AI6_Vars begin
+ /XIPlateList exch def
+ end
+} def
+/XI
+{
+ Adobe_ColorImage_AI6_Vars begin
+ gsave
+ /XIType exch def
+ cvi dup
+ 256 idiv /XICompression exch store
+ 256 mod /XIEncoding exch store
+ pop pop
+ /XIChannelCount exch def
+ /XIBitsPerPixel exch def
+ /XIImageHeight exch def
+ /XIImageWidth exch def
+ pop pop pop pop
+ /XIImageMatrix exch def
+ XIBitsPerPixel 1 eq {
+ XIImageWidth 8 div ceiling cvi
+ }{
+ XIImageWidth XIChannelCount mul
+ } ifelse
+ /XIRowBytes exch def
+ XIEnable {
+ /XIBuffer3 XIImageWidth string def
+ XICompression 0 eq {
+ /XIBuffer1 XIRowBytes string def
+ XIEncoding 0 eq {
+ {currentfile XIBuffer1 readhexstring pop}
+ }{
+ {currentfile XIBuffer1 readstring pop}
+ } ifelse
+ }{
+ /XIBuffer1 256 string def
+ /XIBuffer2 XIRowBytes string def
+ {currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if}
+ /ASCII85Decode filter /DCTDecode filter
+ /XIFile exch def
+ {XIFile XIBuffer2 readstring pop}
+ } ifelse
+ /XIDataProc exch def
+
+ XIType 1 ne {
+ 0 setgray
+ } if
+ XIType 1 eq {
+ XIImageMask
+ }{
+ XIType 2 eq XIType 3 eq or {
+ XIImageTint
+ }{
+ XIImage
+ } ifelse
+ } ifelse
+ }{
+ XINullImage
+ } ifelse
+ /XIPlateList false def
+ grestore
+ end
+} def
+end
+%%EndProcSet
+%%BeginResource: procset Adobe_Illustrator_AI5 1.3 0
+%%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog)
+%%Version: 1.3 0
+%%CreationDate: (3/7/1994) ()
+%%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin
+put
+/_?cmyk false def
+/_eo false def
+/_lp /none def
+/_pf
+{
+} def
+/_ps
+{
+} def
+/_psf
+{
+} def
+/_pss
+{
+} def
+/_pjsf
+{
+} def
+/_pjss
+{
+} def
+/_pola 0 def
+/_doClip 0 def
+/cf currentflat def
+/_lineorientation 0 def
+/_charorientation 0 def
+/_yokoorientation 0 def
+/_tm matrix def
+/_renderStart
+[
+/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0
+] def
+/_renderEnd
+[
+null null null null /i1 /i1 /i1 /i1
+] def
+/_render -1 def
+/_shift [0 0] def
+/_ax 0 def
+/_ay 0 def
+/_cx 0 def
+/_cy 0 def
+/_leading
+[
+0 0
+] def
+/_ctm matrix def
+/_mtx matrix def
+/_sp 16#020 def
+/_hyphen (-) def
+/_fontSize 0 def
+/_fontAscent 0 def
+/_fontDescent 0 def
+/_fontHeight 0 def
+/_fontRotateAdjust 0 def
+/Ss 256 string def
+Ss 0 (fonts/) putinterval
+/_cnt 0 def
+/_scale [1 1] def
+/_nativeEncoding 0 def
+/_useNativeEncoding 0 def
+/_tempEncode 0 def
+/_pntr 0 def
+/_tDict 2 dict def
+/_hfname 100 string def
+/_hffound false def
+/Tx
+{
+} def
+/Tj
+{
+} def
+/CRender
+{
+} def
+/_AI3_savepage
+{
+} def
+/_gf null def
+/_cf 4 array def
+/_rgbf 3 array def
+/_if null def
+/_of false def
+/_fc
+{
+} def
+/_gs null def
+/_cs 4 array def
+/_rgbs 3 array def
+/_is null def
+/_os false def
+/_sc
+{
+} def
+/_pd 1 dict def
+/_ed 15 dict def
+/_pm matrix def
+/_fm null def
+/_fd null def
+/_fdd null def
+/_sm null def
+/_sd null def
+/_sdd null def
+/_i null def
+/_lobyte 0 def
+/_hibyte 0 def
+/_cproc null def
+/_cscript 0 def
+/_hvax 0 def
+/_hvay 0 def
+/_hvwb 0 def
+/_hvcx 0 def
+/_hvcy 0 def
+/_bitfont null def
+/_bitlobyte 0 def
+/_bithibyte 0 def
+/_bitkey null def
+/_bitdata null def
+/_bitindex 0 def
+/discardSave null def
+/buffer 256 string def
+/beginString null def
+/endString null def
+/endStringLength null def
+/layerCnt 1 def
+/layerCount 1 def
+/perCent (%) 0 get def
+/perCentSeen? false def
+/newBuff null def
+/newBuffButFirst null def
+/newBuffLast null def
+/clipForward? false def
+end
+userdict /Adobe_Illustrator_AI5 known not {
+ userdict /Adobe_Illustrator_AI5 100 dict put
+} if
+userdict /Adobe_Illustrator_AI5 get begin
+/initialize
+{
+ Adobe_Illustrator_AI5 dup begin
+ Adobe_Illustrator_AI5_vars begin
+ /_aicmykps where {pop /_?cmyk _aicmykps def}if
+ discardDict
+ {
+ bind pop pop
+ } forall
+ dup /nc get begin
+ {
+ dup xcheck 1 index type /operatortype ne and
+ {
+ bind
+ } if
+ pop pop
+ } forall
+ end
+ newpath
+} def
+/terminate
+{
+ end
+ end
+} def
+/_
+null def
+/ddef
+{
+ Adobe_Illustrator_AI5_vars 3 1 roll put
+} def
+/xput
+{
+ dup load dup length exch maxlength eq
+ {
+ dup dup load dup
+ length 2 mul dict copy def
+ } if
+ load begin
+ def
+ end
+} def
+/npop
+{
+ {
+ pop
+ } repeat
+} def
+/hswj
+{
+ dup stringwidth 3 2 roll
+ {
+ _hvwb eq { exch _hvcx add exch _hvcy add } if
+ exch _hvax add exch _hvay add
+ } cforall
+} def
+/vswj
+{
+ 0 0 3 -1 roll
+ {
+ dup 255 le
+ _charorientation 1 eq
+ and
+ {
+ dup cstring stringwidth 5 2 roll
+ _hvwb eq { exch _hvcy sub exch _hvcx sub } if
+ exch _hvay sub exch _hvax sub
+ 4 -1 roll sub exch
+ 3 -1 roll sub exch
+ }
+ {
+ _hvwb eq { exch _hvcy sub exch _hvcx sub } if
+ exch _hvay sub exch _hvax sub
+ _fontHeight sub
+ } ifelse
+ } cforall
+} def
+/swj
+{
+ 6 1 roll
+ /_hvay exch ddef
+ /_hvax exch ddef
+ /_hvwb exch ddef
+ /_hvcy exch ddef
+ /_hvcx exch ddef
+ _lineorientation 0 eq { hswj } { vswj } ifelse
+} def
+/sw
+{
+ 0 0 0 6 3 roll swj
+} def
+/vjss
+{
+ 4 1 roll
+ {
+ dup cstring
+ dup length 1 eq
+ _charorientation 1 eq
+ and
+ {
+ -90 rotate
+ currentpoint
+ _fontRotateAdjust add
+ moveto
+ gsave
+ false charpath currentpoint
+ 5 index setmatrix stroke
+ grestore
+ _fontRotateAdjust sub
+ moveto
+ _sp eq
+ {
+ 5 index 5 index rmoveto
+ } if
+ 2 copy rmoveto
+ 90 rotate
+ }
+ {
+ currentpoint
+ _fontHeight sub
+ 5 index sub
+ 3 index _sp eq
+ {
+ 9 index sub
+ } if
+
+ currentpoint
+ exch 4 index stringwidth pop 2 div sub
+ exch _fontAscent sub
+ moveto
+
+ gsave
+ 2 index false charpath
+ 6 index setmatrix stroke
+ grestore
+
+ moveto pop pop
+ } ifelse
+ } cforall
+ 6 npop
+} def
+/hjss
+{
+ 4 1 roll
+ {
+ dup cstring
+ gsave
+ false charpath currentpoint
+ 5 index setmatrix stroke
+ grestore
+ moveto
+ _sp eq
+ {
+ 5 index 5 index rmoveto
+ } if
+ 2 copy rmoveto
+ } cforall
+ 6 npop
+} def
+/jss
+{
+ _lineorientation 0 eq { hjss } { vjss } ifelse
+} def
+/ss
+{
+ 0 0 0 7 3 roll jss
+} def
+/vjsp
+{
+ 4 1 roll
+ {
+ dup cstring
+ dup length 1 eq
+ _charorientation 1 eq
+ and
+ {
+ -90 rotate
+ currentpoint
+ _fontRotateAdjust add
+ moveto
+ false charpath
+ currentpoint
+ _fontRotateAdjust sub
+ moveto
+ _sp eq
+ {
+ 5 index 5 index rmoveto
+ } if
+ 2 copy rmoveto
+ 90 rotate
+ }
+ {
+ currentpoint
+ _fontHeight sub
+ 5 index sub
+ 3 index _sp eq
+ {
+ 9 index sub
+ } if
+
+ currentpoint
+ exch 4 index stringwidth pop 2 div sub
+ exch _fontAscent sub
+ moveto
+
+ 2 index false charpath
+
+ moveto pop pop
+ } ifelse
+ } cforall
+ 6 npop
+} def
+/hjsp
+{
+ 4 1 roll
+ {
+ dup cstring
+ false charpath
+ _sp eq
+ {
+ 5 index 5 index rmoveto
+ } if
+ 2 copy rmoveto
+ } cforall
+ 6 npop
+} def
+/jsp
+{
+ matrix currentmatrix
+ _lineorientation 0 eq {hjsp} {vjsp} ifelse
+} def
+/sp
+{
+ matrix currentmatrix
+ 0 0 0 7 3 roll
+ _lineorientation 0 eq {hjsp} {vjsp} ifelse
+} def
+/pl
+{
+ transform
+ 0.25 sub round 0.25 add exch
+ 0.25 sub round 0.25 add exch
+ itransform
+} def
+/setstrokeadjust where
+{
+ pop true setstrokeadjust
+ /c
+ {
+ curveto
+ } def
+ /C
+ /c load def
+ /v
+ {
+ currentpoint 6 2 roll curveto
+ } def
+ /V
+ /v load def
+ /y
+ {
+ 2 copy curveto
+ } def
+ /Y
+ /y load def
+ /l
+ {
+ lineto
+ } def
+ /L
+ /l load def
+ /m
+ {
+ moveto
+ } def
+}
+{
+ /c
+ {
+ pl curveto
+ } def
+ /C
+ /c load def
+ /v
+ {
+ currentpoint 6 2 roll pl curveto
+ } def
+ /V
+ /v load def
+ /y
+ {
+ pl 2 copy curveto
+ } def
+ /Y
+ /y load def
+ /l
+ {
+ pl lineto
+ } def
+ /L
+ /l load def
+ /m
+ {
+ pl moveto
+ } def
+} ifelse
+/d
+{
+ setdash
+} def
+/cf
+{
+} def
+/i
+{
+ dup 0 eq
+ {
+ pop cf
+ } if
+ setflat
+} def
+/j
+{
+ setlinejoin
+} def
+/J
+{
+ setlinecap
+} def
+/M
+{
+ setmiterlimit
+} def
+/w
+{
+ setlinewidth
+} def
+/XR
+{
+ 0 ne
+ /_eo exch ddef
+} def
+/H
+{
+} def
+/h
+{
+ closepath
+} def
+/N
+{
+ _pola 0 eq
+ {
+ _doClip 1 eq
+ {
+ _eo {eoclip} {clip} ifelse /_doClip 0 ddef
+ } if
+ newpath
+ }
+ {
+ /CRender
+ {
+ N
+ } ddef
+ } ifelse
+} def
+/n
+{
+ N
+} def
+/F
+{
+ _pola 0 eq
+ {
+ _doClip 1 eq
+ {
+ gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc
+ /_doClip 0 ddef
+ }
+ {
+ _pf
+ } ifelse
+ }
+ {
+ /CRender
+ {
+ F
+ } ddef
+ } ifelse
+} def
+/f
+{
+ closepath
+ F
+} def
+/S
+{
+ _pola 0 eq
+ {
+ _doClip 1 eq
+ {
+ gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
+ /_doClip 0 ddef
+ }
+ {
+ _ps
+ } ifelse
+ }
+ {
+ /CRender
+ {
+ S
+ } ddef
+ } ifelse
+} def
+/s
+{
+ closepath
+ S
+} def
+/B
+{
+ _pola 0 eq
+ {
+ _doClip 1 eq
+ gsave F grestore
+ {
+ gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
+ /_doClip 0 ddef
+ }
+ {
+ S
+ } ifelse
+ }
+ {
+ /CRender
+ {
+ B
+ } ddef
+ } ifelse
+} def
+/b
+{
+ closepath
+ B
+} def
+/W
+{
+ /_doClip 1 ddef
+} def
+/*
+{
+ count 0 ne
+ {
+ dup type /stringtype eq
+ {
+ pop
+ } if
+ } if
+ newpath
+} def
+/u
+{
+} def
+/U
+{
+} def
+/q
+{
+ _pola 0 eq
+ {
+ gsave
+ } if
+} def
+/Q
+{
+ _pola 0 eq
+ {
+ grestore
+ } if
+} def
+/*u
+{
+ _pola 1 add /_pola exch ddef
+} def
+/*U
+{
+ _pola 1 sub /_pola exch ddef
+ _pola 0 eq
+ {
+ CRender
+ } if
+} def
+/D
+{
+ pop
+} def
+/*w
+{
+} def
+/*W
+{
+} def
+/`
+{
+ /_i save ddef
+ clipForward?
+ {
+ nulldevice
+ } if
+ 6 1 roll 4 npop
+ concat pop
+ userdict begin
+ /showpage
+ {
+ } def
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ [] 0 setdash
+ /setstrokeadjust where {pop false setstrokeadjust} if
+ newpath
+ 0 setgray
+ false setoverprint
+} def
+/~
+{
+ end
+ _i restore
+} def
+/_rgbtocmyk
+{
+ 3
+ {
+ 1 exch sub 3 1 roll
+ } repeat
+ 3 copy 1 4 1 roll
+ 3
+ {
+ 3 index 2 copy gt
+ {
+ exch
+ } if
+ pop 4 1 roll
+ } repeat
+ pop pop pop
+ 4 1 roll
+ 3
+ {
+ 3 index sub
+ 3 1 roll
+ } repeat
+ 4 -1 roll
+} def
+/setrgbfill
+{
+ _rgbf astore pop
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _rgbf aload pop setrgbcolor
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/setrgbstroke
+{
+ _rgbs astore pop
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _rgbs aload pop setrgbcolor
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/O
+{
+ 0 ne
+ /_of exch ddef
+ /_lp /none ddef
+} def
+/R
+{
+ 0 ne
+ /_os exch ddef
+ /_lp /none ddef
+} def
+/g
+{
+ /_gf exch ddef
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _gf setgray
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/G
+{
+ /_gs exch ddef
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _gs setgray
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/k
+{
+ _cf astore pop
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _cf aload pop setcmykcolor
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/K
+{
+ _cs astore pop
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _cs aload pop setcmykcolor
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/Xa
+{
+ _?cmyk {
+ 3 npop k
+ }{
+ setrgbfill 4 npop
+ } ifelse
+} def
+/XA
+{
+ _?cmyk {
+ 3 npop K
+ }{
+ setrgbstroke 4 npop
+ } ifelse
+} def
+/Xs
+{
+ /_gf exch ddef
+ 5 npop
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _gf setAIseparationgray
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/XS
+{
+ /_gs exch ddef
+ 5 npop
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _gs setAIseparationgray
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/Xx
+{
+ exch
+ /_gf exch ddef
+ 0 eq {
+ findcmykcustomcolor
+ }{
+ _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse
+ {
+ 4 1 roll 3 npop
+ findcmykcustomcolor
+ }{
+ 8 -4 roll 4 npop
+ findrgbcustomcolor
+ } ifelse
+ } ifelse
+ /_if exch ddef
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _if _gf 1 exch sub setcustomcolor
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/XX
+{
+ exch
+ /_gs exch ddef
+ 0 eq {
+ findcmykcustomcolor
+ }{
+ _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse
+ {
+ 4 1 roll 3 npop
+ findcmykcustomcolor
+ }{
+ 8 -4 roll 4 npop
+ findrgbcustomcolor
+ } ifelse
+ } ifelse
+ /_is exch ddef
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _is _gs 1 exch sub setcustomcolor
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/x
+{
+ /_gf exch ddef
+ findcmykcustomcolor
+ /_if exch ddef
+ /_fc
+ {
+ _lp /fill ne
+ {
+ _of setoverprint
+ _if _gf 1 exch sub setcustomcolor
+ /_lp /fill ddef
+ } if
+ } ddef
+ /_pf
+ {
+ _fc
+ _eo {eofill} {fill} ifelse
+ } ddef
+ /_psf
+ {
+ _fc
+ hvashow
+ } ddef
+ /_pjsf
+ {
+ _fc
+ hvawidthshow
+ } ddef
+ /_lp /none ddef
+} def
+/X
+{
+ /_gs exch ddef
+ findcmykcustomcolor
+ /_is exch ddef
+ /_sc
+ {
+ _lp /stroke ne
+ {
+ _os setoverprint
+ _is _gs 1 exch sub setcustomcolor
+ /_lp /stroke ddef
+ } if
+ } ddef
+ /_ps
+ {
+ _sc
+ stroke
+ } ddef
+ /_pss
+ {
+ _sc
+ ss
+ } ddef
+ /_pjss
+ {
+ _sc
+ jss
+ } ddef
+ /_lp /none ddef
+} def
+/XK
+{
+ 3 -1 roll pop
+ 0 eq
+ {
+ 1 exch sub
+ 3 {dup 3 1 roll mul 5 1 roll} repeat
+ mul 4 1 roll
+ K
+ }
+ {
+ 1 exch sub 4 1 roll
+ 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat
+ 4 -1 roll pop
+ XA
+ } ifelse
+} def
+/Xk
+{
+ 3 -1 roll pop
+ 0 eq
+ {
+ 1 exch sub
+ 3 {dup 3 1 roll mul 5 1 roll} repeat
+ mul 4 1 roll
+ k
+ }
+ {
+ 1 exch sub 4 1 roll
+ 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat
+ 4 -1 roll pop
+ Xa
+ } ifelse
+} def
+/A
+{
+ pop
+} def
+/annotatepage
+{
+userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse
+} def
+/XT {
+ pop pop
+} def
+/Xt {
+ pop
+} def
+/discard
+{
+ save /discardSave exch store
+ discardDict begin
+ /endString exch store
+ gt38?
+ {
+ 2 add
+ } if
+ load
+ stopped
+ pop
+ end
+ discardSave restore
+} bind def
+userdict /discardDict 7 dict dup begin
+put
+/pre38Initialize
+{
+ /endStringLength endString length store
+ /newBuff buffer 0 endStringLength getinterval store
+ /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store
+ /newBuffLast newBuff endStringLength 1 sub 1 getinterval store
+} def
+/shiftBuffer
+{
+ newBuff 0 newBuffButFirst putinterval
+ newBuffLast 0
+ currentfile read not
+ {
+ stop
+ } if
+ put
+} def
+0
+{
+ pre38Initialize
+ mark
+ currentfile newBuff readstring exch pop
+ {
+ {
+ newBuff endString eq
+ {
+ cleartomark stop
+ } if
+ shiftBuffer
+ } loop
+ }
+ {
+ stop
+ } ifelse
+} def
+1
+{
+ pre38Initialize
+ /beginString exch store
+ mark
+ currentfile newBuff readstring exch pop
+ {
+ {
+ newBuff beginString eq
+ {
+ /layerCount dup load 1 add store
+ }
+ {
+ newBuff endString eq
+ {
+ /layerCount dup load 1 sub store
+ layerCount 0 eq
+ {
+ cleartomark stop
+ } if
+ } if
+ } ifelse
+ shiftBuffer
+ } loop
+ } if
+} def
+2
+{
+ mark
+ {
+ currentfile buffer {readline} stopped {
+ % assume error was due to overfilling the buffer
+ }{
+ not
+ {
+ stop
+ } if
+ endString eq {
+ cleartomark stop
+ } if
+ }ifelse
+ } loop
+} def
+3
+{
+ /beginString exch store
+ /layerCnt 1 store
+ mark
+ {
+ currentfile buffer {readline} stopped {
+ % assume error was due to overfilling the buffer
+ }{
+ not
+ {
+ stop
+ } if
+ dup beginString eq
+ {
+ pop /layerCnt dup load 1 add store
+ }
+ {
+ endString eq
+ {
+ layerCnt 1 eq
+ {
+ cleartomark stop
+ }
+ {
+ /layerCnt dup load 1 sub store
+ } ifelse
+ } if
+ } ifelse
+ }ifelse
+ } loop
+} def
+end
+userdict /clipRenderOff 15 dict dup begin
+put
+{
+ /n /N /s /S /f /F /b /B
+}
+{
+ {
+ _doClip 1 eq
+ {
+ /_doClip 0 ddef _eo {eoclip} {clip} ifelse
+ } if
+ newpath
+ } def
+} forall
+/Tr /pop load def
+/Bb {} def
+/BB /pop load def
+/Bg {12 npop} def
+/Bm {6 npop} def
+/Bc /Bm load def
+/Bh {4 npop} def
+end
+/Lb
+{
+ 6 npop
+ 7 2 roll
+ 5 npop
+ 0 eq
+ {
+ 0 eq
+ {
+ (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard
+ }
+ {
+
+ /clipForward? true def
+
+ /Tx /pop load def
+ /Tj /pop load def
+
+ currentdict end clipRenderOff begin begin
+ } ifelse
+ }
+ {
+ 0 eq
+ {
+ save /discardSave exch store
+ } if
+ } ifelse
+} bind def
+/LB
+{
+ discardSave dup null ne
+ {
+ restore
+ }
+ {
+ pop
+ clipForward?
+ {
+ currentdict
+ end
+ end
+ begin
+
+ /clipForward? false ddef
+ } if
+ } ifelse
+} bind def
+/Pb
+{
+ pop pop
+ 0 (%AI5_EndPalette) discard
+} bind def
+/Np
+{
+ 0 (%AI5_End_NonPrinting--) discard
+} bind def
+/Ln /pop load def
+/Ap
+/pop load def
+/Ar
+{
+ 72 exch div
+ 0 dtransform dup mul exch dup mul add sqrt
+ dup 1 lt
+ {
+ pop 1
+ } if
+ setflat
+} def
+/Mb
+{
+ q
+} def
+/Md
+{
+} def
+/MB
+{
+ Q
+} def
+/nc 4 dict def
+nc begin
+/setgray
+{
+ pop
+} bind def
+/setcmykcolor
+{
+ 4 npop
+} bind def
+/setrgbcolor
+{
+ 3 npop
+} bind def
+/setcustomcolor
+{
+ 2 npop
+} bind def
+currentdict readonly pop
+end
+/XP
+{
+ 4 npop
+} bind def
+/XD
+{
+ pop
+} bind def
+end
+setpacking
+%%EndResource
+%%BeginResource: procset Adobe_pattern_AI5 1.1 0
+%%Title: (Adobe Illustrator (R) Version 5.0 Pattern Operators)
+%%Version: 1.1 0
+%%CreationDate: (03/26/93) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_Illustrator_AI5 known not {
+ userdict /Adobe_Illustrator_AI5 95 dict put
+} if
+userdict /Adobe_Illustrator_AI5 get begin
+/@
+{
+} def
+/&
+{
+} def
+/dp
+{
+ dup null eq
+ {
+ pop
+ _dp 0 ne
+ {
+ 0 1 _dp 1 sub _dl mod
+ {
+ _da exch get 3 get
+ } for
+ _dp 1 sub _dl mod 1 add packedarray
+ _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
+ definepattern pop
+ } if
+ }
+ {
+ _dp 0 ne _dp _dl mod 0 eq and
+ {
+ null dp
+ } if
+ 7 packedarray _da exch _dp _dl mod exch put
+ _dp _dl mod _da 0 get 4 get 2 packedarray
+ /_dp _dp 1 add def
+ } ifelse
+} def
+/E
+{
+ _ed begin
+ dup 0 get type /arraytype ne
+ {
+ 0
+ {
+ dup 1 add index type /arraytype eq
+ {
+ 1 add
+ }
+ {
+ exit
+ } ifelse
+ } loop
+ array astore
+ } if
+ /_dd exch def
+ /_ury exch def
+ /_urx exch def
+ /_lly exch def
+ /_llx exch def
+ /_n exch def
+ /_y 0 def
+ /_dl 4 def
+ /_dp 0 def
+ /_da _dl array def
+ 0 1 _dd length 1 sub
+ {
+ /_d exch _dd exch get def
+ 0 2 _d length 2 sub
+ {
+ /_x exch def
+ /_c false def
+ /_r _d _x 1 add get cvlit def
+ _r _ ne
+ {
+ _urx _llx sub _ury _lly sub
+ [
+ 1 0 0 1 0 0
+ ]
+ [
+ /save cvx
+ _llx neg _lly neg /translate cvx
+ _c
+ {
+ nc /begin cvx
+ } if
+ _r dup type /stringtype eq
+ {
+ cvx
+ }
+ {
+ {
+ exec
+ } /forall cvx
+ } ifelse
+ _c
+ {
+ /end cvx
+ } if
+ /restore cvx
+ ] cvx
+ /_fn 12 _n length add string def
+ _y _fn cvs pop
+ /_y _y 1 add def
+ _fn 12 _n putinterval
+ _fn _c false dp
+ _d exch _x 1 add exch put
+ } if
+ } for
+ } for
+ null dp
+ _n _dd /_pd
+ end
+ xput
+} def
+/fc
+{
+ _fm dup concatmatrix pop
+} def
+/p
+{
+ /_fm exch ddef
+ 9 -2 roll _pm translate fc
+ 7 -2 roll _pm scale fc
+ 5 -1 roll _pm rotate fc
+ 4 -2 roll exch 0 ne
+ {
+ dup _pm rotate fc
+ 1 -1 _pm scale fc
+ neg _pm rotate fc
+ }
+ {
+ pop
+ } ifelse
+ dup _pm rotate fc
+ exch dup sin exch cos div 1 0 0 1 0 6 2 roll
+ _pm astore fc
+ neg _pm rotate fc
+ _pd exch get /_fdd exch ddef
+ /_pf
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _fdd length 1 sub
+ {
+ /_fd exch _fdd exch get ddef
+ _fd
+ 0 2 _fd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _fc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _fm
+ patternfill
+ }
+ {
+ pop
+ fill
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ newpath
+ } ddef
+ /_psf
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _fdd length 1 sub
+ {
+ /_fd exch _fdd exch get ddef
+ _fd
+ 0 2 _fd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _fc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _fm
+ 9 copy 6 npop patternashow
+ }
+ {
+ pop
+ 6 copy 3 npop hvashow
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ sw rmoveto
+ } ddef
+ /_pjsf
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _fdd length 1 sub
+ {
+ /_fd exch _fdd exch get ddef
+ _fd
+ 0 2 _fd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _fc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _fm
+ 12 copy 6 npop patternawidthshow
+ }
+ {
+ pop 9 copy 3 npop hvawidthshow
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ swj rmoveto
+ } ddef
+ /_lp /none ddef
+} def
+/sc
+{
+ _sm dup concatmatrix pop
+} def
+/P
+{
+ /_sm exch ddef
+ 9 -2 roll _pm translate sc
+ 7 -2 roll _pm scale sc
+ 5 -1 roll _pm rotate sc
+ 4 -2 roll exch 0 ne
+ {
+ dup _pm rotate sc
+ 1 -1 _pm scale sc
+ neg _pm rotate sc
+ }
+ {
+ pop
+ } ifelse
+ dup _pm rotate sc
+ exch dup sin exch cos div 1 0 0 1 0 6 2 roll
+ _pm astore sc
+ neg _pm rotate sc
+ _pd exch get /_sdd exch ddef
+ /_ps
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _sdd length 1 sub
+ {
+ /_sd exch _sdd exch get ddef
+ _sd
+ 0 2 _sd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _sc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _sm
+ patternstroke
+ }
+ {
+ pop stroke
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ newpath
+ } ddef
+ /_pss
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _sdd length 1 sub
+ {
+ /_sd exch _sdd exch get ddef
+ _sd
+ 0 2 _sd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _sc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _sm
+ 10 copy 6 npop patternashowstroke
+ }
+ {
+ pop 7 copy 3 npop ss
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ pop sw rmoveto
+ } ddef
+ /_pjss
+ {
+ save
+ /_doClip 0 ddef
+ 0 1 _sdd length 1 sub
+ {
+ /_sd exch _sdd exch get ddef
+ _sd
+ 0 2 _sd length 2 sub
+ {
+ gsave
+ 2 copy get dup _ ne
+ {
+ cvx exec _sc
+ }
+ {
+ pop
+ } ifelse
+ 2 copy 1 add get dup _ ne
+ {
+ aload pop findfont _sm
+ 13 copy 6 npop patternawidthshowstroke
+ }
+ {
+ pop 10 copy 3 npop jss
+ } ifelse
+ grestore
+ pop
+ } for
+ pop
+ } for
+ restore
+ pop swj rmoveto
+ } ddef
+ /_lp /none ddef
+} def
+end
+userdict /Adobe_pattern_AI5 18 dict dup begin
+put
+/initialize
+{
+ /definepattern where
+ {
+ pop
+ pop pop
+ }
+ {
+ begin
+ begin
+ Adobe_pattern_AI5 begin
+ Adobe_pattern_AI5
+ {
+ dup xcheck
+ {
+ bind
+ } if
+ pop pop
+ } forall
+ mark
+ cachestatus 7 1 roll pop pop pop pop exch pop exch
+ {
+ {
+ 10000 add
+ dup 2 index gt
+ {
+ exit
+ } if
+ dup setcachelimit
+ } loop
+ } stopped
+ cleartomark
+ end
+
+ end
+ end
+
+ Adobe_pattern_AI5 begin
+ } ifelse
+} def
+/terminate
+{
+ currentdict Adobe_pattern_AI5 eq
+ {
+ end
+ } if
+} def
+errordict
+/nocurrentpoint
+{
+ pop
+ stop
+} put
+errordict
+/invalidaccess
+{
+ pop
+ stop
+} put
+/patternencoding
+256 array def
+0 1 255
+{
+ patternencoding exch ( ) 2 copy exch 0 exch put cvn put
+} for
+/definepattern
+{
+ 17 dict begin
+ /uniform exch def
+ /cache exch def
+ /key exch def
+ /procarray exch def
+ /mtx exch matrix invertmatrix def
+ /height exch def
+ /width exch def
+ /ctm matrix currentmatrix def
+ /ptm matrix def
+ /str 32 string def
+ /slice 9 dict def
+ slice /s 1 put
+ slice /q 256 procarray length div sqrt floor cvi put
+ slice /b 0 put
+ /FontBBox
+ [
+ 0 0 0 0
+ ] def
+ /FontMatrix mtx matrix copy def
+ /Encoding patternencoding def
+ /FontType 3 def
+ /BuildChar
+ {
+ exch
+ begin
+ /setstrokeadjust where {pop true setstrokeadjust} if
+ slice begin
+ dup q dup mul mod s idiv /i exch def
+ dup q dup mul mod s mod /j exch def
+ q dup mul idiv procarray exch get
+ /xl j width s div mul def
+ /xg j 1 add width s div mul def
+ /yl i height s div mul def
+ /yg i 1 add height s div mul def
+ uniform
+ {
+ 1 1
+ }
+ {
+ width 0 dtransform
+ dup mul exch dup mul add sqrt dup 1 add exch div
+ 0 height dtransform
+ dup mul exch dup mul add sqrt dup 1 add exch div
+ } ifelse
+ width 0 cache
+ {
+ xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
+ setcachedevice
+ }
+ {
+ setcharwidth
+ } ifelse
+ gsave
+ scale
+ newpath
+ xl yl moveto
+ xg yl lineto
+ xg yg lineto
+ xl yg lineto
+ closepath
+ clip
+ newpath
+ end
+ end
+ exec
+ grestore
+ } def
+ key currentdict definefont
+ end
+} def
+/patterncachesize
+{
+ gsave
+ newpath
+ 0 0 moveto
+ width 0 lineto
+ width height lineto
+ 0 height lineto
+ closepath
+ patternmatrix setmatrix
+ pathbbox
+ exch ceiling 4 -1 roll floor sub 3 1 roll
+ ceiling exch floor sub
+ mul 1 add
+ grestore
+} def
+/patterncachelimit
+{
+ cachestatus 7 1 roll 6 npop 8 mul
+} def
+/patternpath
+{
+ exch dup begin
+ setfont
+ ctm setmatrix
+ concat
+ slice exch /b exch slice /q get dup mul mul put
+ FontMatrix concat
+ uniform
+ {
+ width 0 dtransform round width div exch round width div exch
+ 0 height dtransform round height div exch height div exch
+ 0 0 transform round exch round exch
+ ptm astore setmatrix
+ }
+ {
+ ptm currentmatrix pop
+ } ifelse
+ {
+ currentpoint
+ } stopped not
+ {
+ 2 npop
+ pathbbox
+ true
+ 4 index 3 index eq
+ 4 index 3 index eq
+ and
+ {
+ pop false
+ {
+ {
+ 2 npop
+ }
+ {
+ 3 npop true
+ }
+ {
+ 7 npop true
+ }
+ {
+ pop true
+ } pathforall
+ } stopped
+ {
+ 5 npop true
+ } if
+ } if
+ {
+ height div ceiling height mul 4 1 roll
+ width div ceiling width mul 4 1 roll
+ height div floor height mul 4 1 roll
+ width div floor width mul 4 1 roll
+ 2 index sub height div ceiling cvi exch
+ 3 index sub width div ceiling cvi exch
+ 4 2 roll moveto
+ FontMatrix mtx invertmatrix
+ dup dup 4 get exch 5 get rmoveto
+ ptm ptm concatmatrix pop
+ slice /s
+ patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
+ dup slice /q get gt
+ {
+ pop slice /q get
+ } if
+ put
+ 0 1 slice /s get dup mul 1 sub
+ {
+ slice /b get add
+ gsave
+ 0 1 str length 1 sub
+ {
+ str exch 2 index put
+ } for
+ pop
+ dup
+ {
+ gsave
+ ptm setmatrix
+ 1 index str length idiv
+ {
+ str show
+ } repeat
+ 1 index str length mod str exch 0 exch getinterval show
+ grestore
+ 0 height rmoveto
+ } repeat
+ grestore
+ } for
+ 2 npop
+ }
+ {
+ 4 npop
+ } ifelse
+ } if
+ end
+} def
+/patternclip
+{
+ _eo {eoclip} {clip} ifelse
+} def
+/patternstrokepath
+{
+ strokepath
+} def
+/patternmatrix
+matrix def
+/patternfill
+{
+ dup type /dicttype eq
+ {
+ Adobe_pattern_AI5 /patternmatrix get
+ } if
+ gsave
+ patternclip
+ Adobe_pattern_AI5 /patternpath get exec
+ grestore
+ newpath
+} def
+/patternstroke
+{
+ dup type /dicttype eq
+ {
+ Adobe_pattern_AI5 /patternmatrix get
+ } if
+ gsave
+ patternstrokepath
+ true
+ {
+ {
+ {
+ newpath
+ moveto
+ }
+ {
+ lineto
+ }
+ {
+ curveto
+ }
+ {
+ closepath
+ 3 copy
+ Adobe_pattern_AI5 /patternfill get exec
+ } pathforall
+ 3 npop
+ } stopped
+ {
+ 5 npop
+ patternclip
+ Adobe_pattern_AI5 /patternfill get exec
+ } if
+ }
+ {
+ patternclip
+ Adobe_pattern_AI5 /patternfill get exec
+ } ifelse
+ grestore
+ newpath
+} def
+/vpatternawidthshow
+{
+ 6 1 roll
+ /_hvay exch ddef
+ /_hvax exch ddef
+ /_hvwb exch ddef
+ /_hvcy exch ddef
+ /_hvcx exch ddef
+
+ {
+ dup cstring
+ dup length 1 eq
+ _charorientation 1 eq
+ and
+ {
+ -90 rotate
+ currentpoint
+ _fontRotateAdjust add
+ moveto
+ gsave
+ false charpath currentpoint
+ 5 index 5 index 5 index Adobe_pattern_AI5 /patternfill get exec
+ grestore
+ _fontRotateAdjust sub
+ moveto
+ _hvwb eq { _hvcx _hvcy rmoveto } if
+ _hvax _hvay rmoveto
+ 90 rotate
+ }
+ {
+ currentpoint
+ _fontHeight sub
+ _hvax sub
+ 3 index _hvwb eq { _hvcx sub } if
+ currentpoint
+ exch 4 index stringwidth pop 2 div sub
+ exch _fontAscent sub
+ moveto
+ gsave
+ 2 index false charpath
+ 6 index 6 index 6 index Adobe_pattern_AI5 /patternfill get exec
+ grestore
+ newpath moveto pop pop
+ } ifelse
+ } cforall
+ 3 npop
+} def
+/hpatternawidthshow
+{
+ {
+ dup cstring exch
+ gsave
+ 3 index eq { 5 index 5 index rmoveto } if
+ false charpath currentpoint
+ 9 index 9 index 9 index
+ Adobe_pattern_AI5 /patternfill get exec
+ grestore
+ newpath moveto
+ 2 copy rmoveto
+ } cforall
+ 8 npop
+} def
+/patternashow
+{
+0 0 0 6 3 roll
+patternawidthshow
+} def
+/patternawidthshow
+{
+ 6 index type /dicttype eq
+ {
+ Adobe_pattern_AI5 /patternmatrix get 7 1 roll
+ } if
+ _lineorientation 0 eq { hpatternawidthshow } { vpatternawidthshow } ifelse
+} def
+/vpatternawidthshowstroke
+{
+ 7 1 roll
+ 6 1 roll
+ /_hvay exch ddef
+ /_hvax exch ddef
+ /_hvwb exch ddef
+ /_hvcy exch ddef
+ /_hvcx exch ddef
+ {
+ dup cstring
+ dup length 1 eq
+ _charorientation 1 eq
+ and
+ {
+ -90 rotate
+ currentpoint
+ _fontRotateAdjust add
+ moveto
+ gsave
+ false charpath currentpoint
+ 3 index setmatrix
+ 6 index 6 index 6 index Adobe_pattern_AI5 /patternstroke get exec
+ grestore
+ _fontRotateAdjust sub
+ moveto
+ _hvwb eq { _hvcx _hvcy rmoveto } if
+ _hvax _hvay rmoveto
+ 90 rotate
+ }
+ {
+ currentpoint
+ _fontHeight sub
+ _hvax sub
+ 3 index _hvwb eq { _hvcx sub } if
+ currentpoint
+ exch 4 index stringwidth pop 2 div sub
+ exch _fontAscent sub
+ moveto
+ gsave
+ 2 index false charpath
+ 4 index setmatrix
+ 7 index 7 index 7 index Adobe_pattern_AI5 /patternstroke get exec
+ grestore
+ newpath moveto pop pop
+ } ifelse
+ } cforall
+ 4 npop
+} def
+/hpatternawidthshowstroke
+{
+ 7 1 roll
+ {
+ dup cstring exch
+ gsave
+ 3 index eq { 5 index 5 index rmoveto } if
+ false charpath currentpoint
+ 7 index setmatrix
+ 10 index 10 index 10 index
+ Adobe_pattern_AI5 /patternstroke get exec
+ grestore
+ newpath moveto
+ 2 copy rmoveto
+ } cforall
+ 9 npop
+} def
+/patternashowstroke
+{
+ 0 0 0 7 3 roll
+ patternawidthshowstroke
+} def
+/patternawidthshowstroke
+{
+ 7 index type /dicttype eq
+ {
+ patternmatrix /patternmatrix get 8 1 roll
+ } if
+ _lineorientation 0 eq { hpatternawidthshowstroke } { vpatternawidthshowstroke } ifelse
+} def
+end
+setpacking
+%%EndResource
+%%BeginResource: procset Adobe_cshow 2.0 8
+%%Title: (Writing System Operators)
+%%Version: 2.0 8
+%%CreationDate: (1/23/89) ()
+%%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_cshow 14 dict dup begin put
+/initialize
+{
+ Adobe_cshow begin
+ Adobe_cshow
+ {
+ dup xcheck
+ {
+ bind
+ } if
+ pop pop
+ } forall
+ end
+ Adobe_cshow begin
+} def
+/terminate
+{
+currentdict Adobe_cshow eq
+ {
+ end
+ } if
+} def
+/cforall
+{
+ /_lobyte 0 ddef
+ /_hibyte 0 ddef
+ /_cproc exch ddef
+ /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef
+ {
+ /_lobyte exch ddef
+ _hibyte 0 eq
+ _cscript 1 eq
+ _lobyte 129 ge _lobyte 159 le and
+ _lobyte 224 ge _lobyte 252 le and or and
+ _cscript 2 eq
+ _lobyte 161 ge _lobyte 254 le and and
+ _cscript 3 eq
+ _lobyte 161 ge _lobyte 254 le and and
+ _cscript 25 eq
+ _lobyte 161 ge _lobyte 254 le and and
+ _cscript -1 eq
+ or or or or and
+ {
+ /_hibyte _lobyte ddef
+ }
+ {
+ _hibyte 256 mul _lobyte add
+ _cproc
+ /_hibyte 0 ddef
+ } ifelse
+ } forall
+} def
+/cstring
+{
+ dup 256 lt
+ {
+ (s) dup 0 4 3 roll put
+ }
+ {
+ dup 256 idiv exch 256 mod
+ (hl) dup dup 0 6 5 roll put 1 4 3 roll put
+ } ifelse
+} def
+/clength
+{
+ 0 exch
+ { 256 lt { 1 } { 2 } ifelse add } cforall
+} def
+/hawidthshow
+{
+ {
+ dup cstring
+ show
+ _hvax _hvay rmoveto
+ _hvwb eq { _hvcx _hvcy rmoveto } if
+ } cforall
+} def
+/vawidthshow
+{
+ {
+ dup 255 le
+ _charorientation 1 eq
+ and
+ {
+ -90 rotate
+ 0 _fontRotateAdjust rmoveto
+ cstring
+ _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow
+ 0 _fontRotateAdjust neg rmoveto
+ 90 rotate
+ }
+ {
+ currentpoint
+ _fontHeight sub
+ exch _hvay sub exch _hvax sub
+ 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if
+ 3 2 roll
+ cstring
+ dup stringwidth pop 2 div neg _fontAscent neg rmoveto
+ show
+ moveto
+ } ifelse
+ } cforall
+} def
+/hvawidthshow
+{
+ 6 1 roll
+ /_hvay exch ddef
+ /_hvax exch ddef
+ /_hvwb exch ddef
+ /_hvcy exch ddef
+ /_hvcx exch ddef
+ _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse
+} def
+/hvwidthshow
+{
+ 0 0 3 -1 roll hvawidthshow
+} def
+/hvashow
+{
+ 0 0 0 6 -3 roll hvawidthshow
+} def
+/hvshow
+{
+ 0 0 0 0 0 6 -1 roll hvawidthshow
+} def
+currentdict readonly pop end
+setpacking
+%%EndResource
+%%BeginResource: procset Adobe_shading_AI8 1.0 0
+%%Title: (Adobe Illustrator 8 Shading Procset)
+%%Version: 1.0 0
+%%CreationDate: (12/17/97) ()
+%%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved)
+userdict /defaultpacking currentpacking put true setpacking
+userdict /Adobe_shading_AI8 10 dict dup begin put
+/initialize {
+ Adobe_shading_AI8 begin
+ Adobe_shading_AI8 bdprocs
+ Mesh /initialize get exec
+} def
+/terminate {
+ currentdict Adobe_shading_AI8 eq {
+ end
+ } if
+} def
+/bdprocs {
+ {
+ dup xcheck 1 index type /arraytype eq and {
+ bind
+ } if
+ pop pop
+ } forall
+} def
+/X! {pop} def
+/X# {pop pop} def
+/Mesh 40 dict def
+Mesh begin
+/initialize {
+ Mesh bdprocs
+ Mesh begin
+ /emulate? /AI8MeshEmulation where {
+ pop AI8MeshEmulation
+ }{
+ systemdict /shfill known not
+ } ifelse def
+ end
+} def
+/bd {
+ shadingdict begin
+} def
+/paint {
+ emulate? {
+ end
+ }{
+ /_lp /none ddef _fc /_lp /none ddef
+
+ /AIColorSpace AIColorSpace tocolorspace store
+ /ColorSpace AIColorSpace topsspace store
+
+ version_ge_3010.106 not systemdict /setsmoothness known and {
+ 0.0001 setsmoothness
+ } if
+
+ composite? {
+ /DataSource getdatasrc def
+ Matrix concat
+ currentdict end
+ shfill
+ }{
+ AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and {
+ end
+ }{
+ /ColorSpace /DeviceGray store
+ /Decode [0 1 0 1 0 1] store
+ /DataSource getplatesrc def
+ Matrix concat
+ currentdict end
+ shfill
+ } ifelse
+ } ifelse
+ } ifelse
+} def
+/shadingdict 12 dict def
+shadingdict begin
+ /ShadingType 6 def
+ /BitsPerCoordinate 16 def
+ /BitsPerComponent 8 def
+ /BitsPerFlag 8 def
+end
+/datafile null def
+/databuf 256 string def
+/dataptr 0 def
+/srcspace null def
+/srcchannels 0 def
+/dstchannels 0 def
+/dstplate 0 def
+/srctodstcolor null def
+/getplatesrc {
+ /srcspace AIColorSpace store
+ /srcchannels AIColorSpace getnchannels store
+ /dstchannels 1 store
+ /dstplate getplateindex store
+ /srctodstcolor srcspace makesmarks {
+ dstplate 4 eq {
+ {1 exch sub}
+ }{
+ {srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat}
+ } ifelse
+ }{
+ {srcchannels {pop} repeat 1}
+ } ifelse store
+ /datafile getdatasrc store
+ /rdpatch168 load DataLength () /SubFileDecode filter
+} def
+/getdatasrc {
+ /rdcmntline load /ASCII85Decode filter
+} def
+/rdpatch168 {
+ /dataptr 0 store
+ 49 rdcount
+ 4 {
+ dup {pop srcchannels getint8} if
+ dup {pop srctodstcolor dstchannels putint8 true} if
+ } repeat
+ {databuf 0 dataptr getinterval}{()} ifelse
+} def
+/rdpatch3216 {
+ /dataptr 0 store
+ 97 rdcount
+ 4 {
+ dup {pop srcchannels getint16} if
+ dup {pop srctodstcolor dstchannels putint16 true} if
+ } repeat
+ {databuf 0 dataptr getinterval}{()} ifelse
+} def
+/rdcount {
+ dup 0 gt {
+ datafile databuf dataptr 4 -1 roll getinterval readstring
+ exch length dataptr add /dataptr exch store
+ }{
+ true
+ } ifelse
+} def
+/getint8 {
+ mark true 3 -1 roll
+ {
+ dup {pop datafile read} if
+ dup {pop 255 div true} if
+ } repeat
+ {
+ counttomark 1 add -1 roll pop true
+ }{
+ cleartomark false
+ } ifelse
+} def
+/putint8 {
+ dup dataptr add /dataptr exch store
+ dataptr exch
+ {
+ 1 sub exch
+ 255 mul cvi
+ databuf 2 index
+ 3 -1 roll put
+ } repeat
+ pop
+} def
+/getint16 {
+ mark true 3 -1 roll
+ {
+ dup {pop datafile read} if
+ dup {pop 256 mul datafile read} if
+ dup {pop add 65535 div true} if
+ } repeat
+ {
+ counttomark 1 add -1 roll pop true
+ }{
+ cleartomark false
+ } ifelse
+} def
+/putint16 {
+ dup 2 mul dataptr add /dataptr exch store
+ dataptr exch
+ {
+ 2 sub exch
+ 65535 mul cvi dup
+ 256 idiv databuf 3 index 3 -1 roll put
+ 256 mod databuf 2 index 1 add 3 -1 roll put
+ } repeat
+ pop
+} def
+/srcbuf 256 string def
+/rdcmntline {
+ currentfile srcbuf readline pop
+ (%) anchorsearch {pop} if
+} def
+/getplateindex {
+ 0 [cyan? magenta? yellow? black? customColor?] {{exit} if 1 add} forall
+} def
+/aicsarray 4 array def
+/aicsaltvals 4 array def
+/aicsaltcolr aicsaltvals def
+/tocolorspace {
+ dup type /arraytype eq {
+ mark exch aload pop
+ aicsarray 0 3 -1 roll put
+ aicsarray 1 3 -1 roll put
+ dup aicsarray 2 3 -1 roll put
+ gettintxform aicsarray 3 3 -1 roll put
+ counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store
+ aicsaltcolr astore pop pop
+ aicsarray
+ } if
+} def
+/subtintxform {aicsaltcolr {1 index mul exch} forall pop} def
+/addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def
+/gettintxform {
+ /DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load
+} def
+/getnchannels {
+ dup type /arraytype eq {0 get} if
+ colorspacedict exch get begin Channels end
+} def
+/makesmarks {
+ composite? {
+ pop true
+ }{
+ dup dup type /arraytype eq {0 get} if
+ colorspacedict exch get begin MarksPlate end
+ } ifelse
+} def
+/markingplate {
+ composite? {
+ pop true
+ }{
+ dup type /arraytype eq {
+ dup length getplateindex gt {getplateindex get}{pop false} ifelse
+ } if
+ } ifelse
+} def
+/tocmyk {
+ dup dup type /arraytype eq {0 get} if
+ colorspacedict exch get begin ToCMYK end
+} def
+/topsspace {
+ dup dup type /arraytype eq {0 get} if
+ colorspacedict exch get begin ToPSSpace end
+} def
+/colorspacedict 5 dict dup begin
+ /DeviceGray 4 dict dup begin
+ /Channels 1 def
+ /MarksPlate {pop black?} def
+ /ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def
+ /ToPSSpace {} def
+ end def
+ /DeviceRGB 4 dict dup begin
+ /Channels 3 def
+ /MarksPlate {pop isCMYKSep?} def
+ /ToCMYK {pop _rgbtocmyk} def
+ /ToPSSpace {} def
+ end def
+ /DeviceCMYK 4 dict dup begin
+ /Channels 4 def
+ /MarksPlate {pop isCMYKSep?} def
+ /ToCMYK {pop} def
+ /ToPSSpace {} def
+ end def
+ /Separation 4 dict dup begin
+ /Channels 1 def
+ /MarksPlate {
+ /findcmykcustomcolor where {
+ pop dup 1 exch ToCMYK 5 -1 roll 1 get
+ findcmykcustomcolor 1 setcustomcolor
+ systemdict /currentgray get exec
+ 1 ne
+ }{
+ pop false
+ } ifelse
+ } def
+ /ToCMYK {
+ dup 2 get mark exch 4 2 roll
+ 3 get exec
+ counttomark -1 roll tocmyk
+ 5 -1 roll pop
+ } def
+ /ToPSSpace {} def
+ end def
+ /Process 4 dict dup begin
+ /Channels 1 def
+ /MarksPlate {
+ isCMYKSep? {
+ 1 exch ToCMYK 4 array astore getplateindex get 0 ne
+ }{
+ pop false
+ } ifelse
+ } def
+ /ToCMYK {
+ dup 2 get mark exch 4 2 roll
+ 3 get exec
+ counttomark -1 roll tocmyk
+ 5 -1 roll pop
+ } def
+ /ToPSSpace {
+ 4 array copy dup 0 /Separation put
+ } def
+ end def
+end def
+/isoverprint {
+ /currentoverprint where {pop currentoverprint}{_of} ifelse
+} def
+/version_ge_3010.106 {
+ version {cvr} stopped {
+ pop
+ false
+ }{
+ 3010.106 ge
+ } ifelse
+} def
+end
+end
+defaultpacking setpacking
+%%EndResource
+%%EndProlog
+%%BeginSetup
+userdict /_useSmoothShade true put
+userdict /_aicmykps true put
+userdict /_forceToCMYK true put
+Adobe_level2_AI5 /initialize get exec
+Adobe_cshow /initialize get exec
+Adobe_screens_AI5 /initialize get exec
+Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_typography_AI5 /initialize get exec
+Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 AGM_Gradient /initializeAI get exec
+Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_pattern_AI5 /initialize get exec
+Adobe_ColorImage_AI6 /initialize get exec
+Adobe_shading_AI8 /initialize get exec
+Adobe_Illustrator_AI5 /initialize get exec
+%AI3_BeginRider
+currentpacking true setpacking
+%%BeginFont: Times-Roman
+%!PS-AdobeFont-1.0: Times-Roman 001.007
+%%CreationDate: Tue Mar 20 12:15:38 1990
+%%VMusage: 30487 37379
+%% The digitally encoded machine readable outline data for producing the
+%% Typefaces licensed to you is copyrighted (c) 1981 Linotype AG and/or its
+%% subsidiaries. All Rights Reserved. This data is the property of Linotype AG
+%% and/or its subsidiaries and may not be reproduced, used, displayed,
+%% modified, disclosed or transferred without the express written approval of
+%% Linotype AG and/or its subsidiaries.
+%% Times is a trademark of Linotype AG and/or its subsidiaries.
+11 dict begin
+/FontInfo 10 dict dup begin
+/version (001.007) readonly def
+/Notice (Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated. All Rights Reserved.Times is a trademark of Linotype AG and/or its subsidiaries.) readonly def
+/Copyright ( The digitally encoded machine readable outline data for producing
+ the Typefaces licensed to you is copyrighted (c) 1981 Linotype AG
+ and/or its subsidiaries. All Rights Reserved.
+ This data is the property of Linotype AG and/or its subsidiaries
+ and may not be reproduced, used, displayed, modified, disclosed or
+ transferred without the express written approval of Linotype AG
+ and/or its subsidiaries. ) readonly def
+/FullName (Times Roman) readonly def
+/FamilyName (Times) readonly def
+/Weight (Roman) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /Times-Roman def
+/Encoding StandardEncoding def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/UniqueID 28416 def
+/FontBBox{-168 -218 1000 898}readonly def
+currentdict end
+currentfile eexec
+Z¤÷UP7ñ¤1ºµU(= <ºYOu}#jþpèU$¼7F37j©ÁPaŠÀÿn¶³'3¾U¯ø°¨%ì»…þC´qœÂ¢\ ÌZ³IY`½ÿc¿Ñä޿ÈW-ê@Rš#»•¤Ó”«'ÝüØ8kgjŠ…ÝŽ½†Ò (‚űÄ)õ)¥ÅØ ÔÆù¨÷F¼EØDË!»É¾—V±3zE‹‹ð—à€
+aÖuD}¦ž¨EêÜÔbsRÙ’³{$£©Tònœ†$k‡$Hÿ¡j—沞ª+­ÿ–Í3Ѽ‰ŸK¢-'h9uk}Î8&7¿)P]Å_"dÝÂE>¦¨ÿ-‚¹œû8ú^gcß[Ày4¯¨Ä Y%ÃLA`r8š·I·Õ«hÓ‘ÀÆB‚ ñ[‚‘ÏÎRÓƒf×m†Ç%…D´Rµ?¥ sßìL÷[+»Þ÷†9½8jàǹ*(ÏÈ$
+°’´ôÒ˜°i²“€Z·äüXÂäMCmþü¾ÛÁ aeTÀ ½º4™%ê#«/Å+óôK÷1ªÐ‘©ºËœ”Ýðíw¯\Á Nµ|®µ€L¶qiI»Xi±0†ÂRqº›NàŠ¶q°ÑB­Rër»×ð.È•û~š¡›ûh©ÀO™‘àÀÑ|ž7¸×­]kW'¡¿‹€è¶ëp’]j51ÓË „w¼_ˆô‚³TK”9Œ®{ÍŒ&Ï÷¯U¨Œïñ} åÌ
+ÌýQ4¿9ëcR¨¦sÅwÂÿ¥?ŠyujÙ/õ쾸:Ó†Ñ'qòá«MX¾"j3ÜRl®*j«ýx¯÷"°>Ì(‘H›ÇœlÉC‰óßeZíío oF1®!A=„¤~b–¬
+–øð²åüZÓUÓÄ-a¹2:×”&w€={[_mÇ­·óñ¾Ö'×ÿVó<‘‡ø£9×D ?sùXZ‰‡?ÆÛ€ˆŸ«3Xƒ1{8ÇO_5LÚgÛíÁF`uuø¿>äs“ÙOal¿íÎ]1J]DZýO‘ÚWñR<‹IÙºxÒ#O×ÞÊF»…>ÎS¶€\=£ ÀöÅÛIr­h†«¬ ÃLê˜aq™V?7ÍŽ'§)Ö+ÄP/H?@L)ʱ;‡é0į¾Óó²0sýj1_PüÂúùÛxm~q„ŠGp± "ápø²tùò1ÿ”#tb7,ð;¸³»Ø­Ú‘È
+®ŽÒ³ò…)ˆ-ÒI#ëÍ
+7´M`É/_B"B¨õý/Õ¿!¦h²F
+ÈòÌÿÞ¦ö Ïáüµïˆd¦ò5Ä@<¡´uü`3K
+3Úú}è€3ë¨ÔhØÌ¥,\›ÆTë‥ù:ßÐÒ:‹iL²äPžêo£­÷ž–žkÅæÕÚ¯+ðßš6öQC6€V•åÇCż®ÿ☥ãûTGL*¥y°×;Á¦ÇœúÎA?jÒ·ÂâÁê ÷^è¥kjÙ'K`Ò×@[P;Sçq8Uȧc»;~4·Ï|J^~®¨Å‹+AP­X¡þì‰Ï]œö ¿.+ÛZ_$T3‘¯‹ø|ÚÌèãôHP>%
+?ÊŠ8KôºJ²DýÔßt¨õ­òðù]ŽGåø•wÄ”6.”b6,é«KPˆ!¢ÉRû2%(Ÿ/×(k¢oMõ—TÐÏâ>_j­}o6IJäwrK+掺Z@îAùw'Y@Svš˜Š(ÿ¾²e‘2Xœ’a—"•´Îžé]Ã,ø‚ªC°~\Ö¾<hQz°á ø}sa
+ᜮ‘„LÞqBòÓ¦wxHFîËÁrò4ÿî'øÚÐÜý‰¥›J@XÙöÂÌ¿^¤¨d27ß25öù4%“)‰E&GÔôU´Yáð·yÞÍ>Sàœ?–P‘ÍÉ@‰¾
+×ëûñöê(Þí#M 0~êy4uÿ l¼ÕàrÝòJW¨y{»9ú#UjY’4$‹°j£{ÿbdÄnîŠ/]¢²R²uP@¡A '%µ\kºœ×ýßtí…¥(:º&ô2>NSpÕ<&ú…ù´ä}ìõ‡õ!^ì\¹Qz¸ö÷.w\NÝc1yr-¦ú*Ñøí\µlÒDÂç?
+'š >kµ+ÏYÊ}£'U¬¾Å<0å ¤èû„‘H^çÛž‚Ì{ªgWËÊR¼ò²DGìýªŽ9d&SÝ)µ­æᯨºÝW¢Ku{0œ1ÁÂ-‚¤ÙYã–ÈQ®ÝÃzo'¼J'r,—@û­×£Û?uÓ€S’ͥΰᢠN2…:Ê›jö¹–‚¡%¼Î-Šxx¯ðõTHÁl9€§d­>|vRL–ʼn?-9Få}ƒ(á%Å\«gŒüDÂ:y P ŽŠä:ûŸ„¦˜QÓ'ÿ®[öTèUdU‚/½6l˜]ƶ¤uHÉßó—ï¦zC7rBñ¦c[»‰ÄdfµF«ãö P%ÏóS ÀNU*óý!à,2qK/a¤¬ªÐ낆µ}h˜…Ž$EÑÙ‰O¥õ6<£r­–?v|åÖßPÕkëã»O•µÅséëígŒÃÉÿäNN<Ž/{UUP7ñG¬§(d•\!„bŒ' µÙ—cwo„ú®µ‘Sœÿ(³>hç Ž²%“w•\€ÑŠÍzÒIù»•¾Û$¨1€n_½4:~
+|~ˆPyjÄ'à«ÌÓ4‘ËäÅwšiâ–'C%Ñ»O=[Cðe„:x¯x0«a1çÊd^Û96Þ³8Ù6kÇ N¥“c»6ã¥'ÞK¦9ص³‰þå8ɺb F{5³iQ«Ü'({.Ÿ£NØÓKå Ú4å®P©/.;)â¦øzž4%ýk»#†£ÊÇ¡hê]©Z1C»†ÇA›s6B9×RœøpOü«në|ï3ÀS%¡Ì€„ói–qòŽdWþ¯X¸Â^ÕMaìT“rèÓ‡0X7ˆEúöfIè\ÎïÐmÝ@q}ÒPŽy‹}“ó„Ø7ð½,Ä8ø·«sÙt¡R*võš~+ùÁ÷ÌäàlÇb˜L³D ¬WU„šÒ¯UTéÞ„OžŒ×š§ÊóÝn¯ŸU[ö0lë[‹‘vi›{«fÇ©Ýž?B>'îÔà87ÚÛ†RUÅíÚf]Åòi£ÍƶÞûöðüi°õOìærLì©ðŒ ^“âqki ¶Vnɧ7<:On°¨ ä†÷WƒSl»–âðà,³–ßûŽç+á¡ BVˆ9
+ú’Öh¦yýM§wl|ð->{8·¸ ^m`fРCÚï9Â˸lÕñ"¶Æê.%Èɨžøƒ )Bxy¹uBžWU’T”u=}î’÷‘ S›Y Z¯
+@rzAYú<àœSï~7ñõ6ý€ÎƒD”4ú¿O­ÝÓ|¾Òv`•?ˆ¨ ,×4‹T6lµJ¦´!³:LKG?‚ºKïòO"œîi]óÔrå?“ù{Æšt¤˜Rß4„Tsf3rرê¢_b®ô÷]•dƒ•Ã¡•Ç‹/S‰öÀõÿa3`ïŽ<W"¤•ò>Z8üÂê‚š9Ú”¬ýôøPÑMêƒSQpkûUë¥Sºí_
+KYå£ýäF¿f1~AM™Î³3 Ì÷=‹ñb ’Ž-TD¼‚5ñHˆûË'ӯԘܭ¹˜‹°ßòÜçÙX^‹‘;¬Øs{c…Œ ªþ¦æ#?æùLg²ó€ø²“Kà^™·ÿyGE¡×édCK-¸Éš'_Ü”Öj~«¨<)µ‘ÏÍ”9^õ's5rXHG‘";p[¦Þ좋¢˜æ v"Ìy%Í âÞïþà™²"ßínHQƹҫu•‰Î+÷âl riØwé;-uú+€ë®¤ëçæ9&‘Ž6žg½ À
+d1ÉŒö îèý&ΰIkAXŽ6ÍK…Qš&x¶â§Òýù(êÂDÊÖù¿P2:$:›ù8¤ôúˆx°¥ndAuâåÄ„ëšm⡤øzý´c"4bMSöFI/Úór¡jpsô
+[ÀàÒç’Ĭ\„ l–Š¶Ô³Æì× œïÑ
+,.àôv’¬©g‘㘰×Öµä
+éPe‡:öÚ›D±>ÖÝŠ€³äi¿OB‘à
+™lżx_] :§4àÄ—ÕáaFîåUí¤!‚:ôýa"5ÎÐù„Zƒêaò|:r±k
+cˆNJ£)&ŠL¬ä÷ŽY­P;Ãá¢â@Ê·!¥ãÄH­)`³«s¶¦±G¤ë@oï®7€~¥E (QÏ"àÖ\úá›bmŒ{ûNöäI‹5óܶùÚ[(©™‚Ýr¢í6ÛÜV[ƒ£²:Áí€#ñÁçNz-Ùîát¨+,õú¼%ý[ëm3š6X¿×°Eÿ²gÀz !]¹˜tÍb¡%OÊÀu 8ú—+"Nnô‰ŽcOÑM¯ÐRØ9¯« ;ÇCD¥îÍQå ÚdVüi<Wõ»|“ &•Ò)áôLJ
+n“ ¿S6ó°U"!¬eøÄU¨ #O±J"ÐÌ×jiߌ8²q‚™.³rÿ»Ü* 3bÀ©ôÔtžêþŠ øºÇã߸W۰˱Âÿ¸ŸôôûƒPò£ÿëûIUy6ƒ$i_–×ýŸ ¼ªÑýmB¸&ewŒÎ¤oõɲJÙóWú €ê<¾ZÅ“½äv"ÑCmò É'HÇ™zÒSD¤å5Ë+Þ{ñ
+xšã°×JþŽVsõ#-.vѹK­˜(–“*ÎrMê<hëš+mR=…BvwšŒÅRA?[N깩ª²ÑN3!fiøÊ/Áñ̇äÒPaå.Š²þ%­h3:ûa^8¼6ŸGÛ úL)vÒtÁr¼ùÄï)¦»lbVÔJ69eN’WjßòíšeÞ©Ž£;×ò®NÍ㽬ù6€ð·ÝaâˆéÃe¡yÑ fQø
+‹˜Ón*)ç÷âæ
+öÚŠÒ
+ç©q)7UÅÅÍËGÚÞCÃuç%"}å¿‚ÿhÊŸ²U‘=jÚÙ3^lØÌb°­¶¤L¸1´=ÛŠyÅLݦþ>®Ü^%¶¤þía¹ÆLƒ™»‹­¡vBhnê s<O6'êaW=,ÞíSv 3#nùF3R$”ñ 2õ¾[žWlœwxòVkÆ©oÕ?WA¨ƒ¹Žë–f”|Ñ:ærOR©[w|Ÿ3³"ªø*oú tkLÍ=¶§®ÙÞ±Iðß3E“’t8K_èШ"¦Î2Å’fžïŒ£p é¢,>gf¹‚°T£
+‌hª¶ €¸RÓûtÑX{+Wyöå8­)ñ9ËÅžr¯Ô¬Î7jJ¤ÞZšMd¤
+ñˆC }ŽÂÅ8ÛÜ#)ë³NR¿~Ybw:4Ñ…Ü'„4^˜{d;$#¿ZT»~»CSa–‚ã86Ò#úâ2la䆠EzÙâ™`F…HI8g
+ºx0…¡Uz8w8âÞ1«“ÍR ‚{BÁa]ŽsàûÞ1
+5€&›mäsï£q!íñfœè[`Ñò_1 s44špŒØÐì9ñ=;<0}ÛW$Æ–û=oO’  V#vöGÔ¸ê܉ff=ªåªs.ýO ø–äð½ùã’ž…ؼy8ÖÄÙ(J»\‹yÕÔTv.Š$~­.rõ+Ålÿ­­´;a=X!L’G
+sHKãWŸGe`u`é¹ñø‹^âøsXK%ÖýÝGÍB˜ÎéŽyßA[¨„h¦Þî°¹2èÉy—ÆHx„(÷þÚuRûŸ’[l-{Ã"¥ÂŒ…—;X
+¥™ëî ¨tq*fgjdVκ&±2ÑŒ ²1ÉüK›Li)PDƒ!xƒL™4<ŠNéÒ(;ؘÿÂ^uê7ºèF)E쉼Ö<·³LQTÈØ Zž£Þ|É35¬W™õ_ú ”=½¨·ÁÞ¥ €<ýµy¬9j–šáÒëRÇw·
+Óü uLx-Ø1ÝÐLæ/‡Ëv±nöìõ8ÓúÅêêÎÏN–N¦º ËÊ!Åjÿÿ3]f¢1¬(}4±žËF(d¤Y ¬ð1¢ÚZ…ªMuâUã€ò8«¤u½DlÛwŒ‚Bõp2!‚Œ[þ ÃêF±Ó'r/®\«Zi“?rµ@H ’@œòq»;BG"/c†n o[_¥a˜ ˆN;±M~Hé^×4™Ùxþ-{ Vœ:\]_m3A‚9¥×%–G4¯ã°ËFÁl븎%sðÉPÍ4ó„’ Ÿ=6ÅF«Ë4¾Ê€”Ïóø3¾ÄÆy: ÷Gõ'YѤ!ç‚ÊïLÿG,Ïå}§ôNWhËêÙM9¼²©GÔ¬sÒzÈ+Pó<Ê‚úĪ5Né5ÉQ+C‹%ͬÄw=h¤4ZØ÷&“¿°ºó8È~yàË5*‹3y€Í—Vsíþþ`ÅqÀŽOH"Amá
+pÐÌ!ôjWéýv±,Ù%¯ç¼æÙIRNUÊóÂ…ÃX‡}q^:Ÿƒ*UlÅ·ÀHÄBJ½fÅ-úZò9Ó”Ìþ©îàŠk‘Ââ—Þ`bHLAKDâY—Üžè„Ý£­8ÔÑTü²ìJ(ååþŽêFëB©x„“sÁ344éÑ:Ôâ
+Á›{úF›Žõç}ÿÍK\eD/=9¹TNé™U…ÿMoS#v5üötIxÒáÙKÓ?ê‚€.]ÿH-c ™pðr
+µŸÅŒwA&‹IÛÈS–ÒìNR=4YK¤‚ÆÂX
+jXÃý‘£»>ÃÈKýøÜ£7®Bì}mPiâ›cÎAʱtæ^û»Ü+-óÙæ?¢ÚN$PƒÈd5âWY{xkh\0d“]‹p†Öcó4J³ó5?Àÿ—éó¿‚’cá}¼<›b‚7£`çKš5LºàNvN”Ïý†mZ;ûÑ£ôþxþmùûbî÷¬Üëâ ÁÉ ÿklkéÐ?sF‰´ Ø¥’ä)iS¹»À×òfÿB­Q/Û)اÃÅŒ(2'¬0\Ðólþ ¾ÁmRm|µUè¸hD>çj¾+Æ;¸%èv¥ËdZ™¿äUè9?\WÀ±‚øÝ¡™þƒ»È}ö„ G†Š:áý8>ß Žw˜<¡º³Ó­eÆ¢&èIAj³i«†{ìÄÐúâX²k§˜~ŠáhD¨æ”ùîëxPC<ÆkPè]éRÛ\~Ó9¶Xg•`X`žßÔuÇÛMGÿwí“t½+°³”ãð<F‡R(éãªYÞr^+'¯ä ÙE‡0Í,ÆJÀj*1^S×ØooXVàT;RðàØQ¢.—ào’J.ˆÇµÕ•êË<| ¶aYG묧SCÓ*»þ»]QˆÛ]c¢I¡ä§cÆ5íb†ÉiAäxI±ú o­ØS¨Åéj³¥½)ñN¿—ù;¢ÞÜlñ›^f¦ªPµrT'«…Àú±ºÕÐ9"Oé臾³j7µ@Æ<Q@hŸ—eÓœÅ#Y>žJmjxY
+gzžo‹ŠÞ;4¾Ó+ìÿvç_ß¹’©y(d6æ#·]™Gß’\Áº0cb[p×M¡ ØYûïC^Ç‹<vÝRmÚ"ÔÅ0¶«@OsÌöǽëU^(­sõþPÒ{Ó–  C]´E
+ÑæöpÁ@¡«l\uCÌ=–+žrutt1ˆÑý!Jÿ I³‚÷þ¼æÉ¥xÀÖ| ´Š@¤’· {뚯½^Kn¤+¡§±?v™òEœBH²Û‰vÅ›ç™Ç-õœGFÔ¯ÑÉþN‹Y[ÆàW÷¢„aa~T¢‘zúë‡p¤TE,:™G=HX¾Š4
+É•RW®pˆ¸º¡ŽŠÎ›©²Õ.;κl„«-^h¬§”l´”í¨Ëks¨½ x"l%D,€JéZe$‚ð‰¼˜9ÂcÚκ .%ãGPõJ¦ê{½ÞãìpA4Í/ƒwÞ$?ôóŽ‡ö.-Ãx™s2G[æwëíwˆ)xW3>-UÐ]zJå1
+¾£Ú³úúˆw¡ü3pà:ó Ö#­9{™¨þó¡\£Éü^õúœ«]\´f<Ï·ÅS½çÉÅ×)óeh”õÜ8·;tûoň8Àoè¾è,´õ-8ÿN‚F½
+”Y7¢¢×,³ÈW;p؆Fs_ßžµ†ZACÇôVãQ›Ýª•y4í!®$æ¡UÅóñ¥Ø$FÞæÚÿçÇ’ÿ$;l’Ù›eÌœ7÷ÔúÞs^!†íõpÂ_ò:Ïž¼b®–IL@{iÙZ"µè,æ*ÝŸh@-]$¿ûyF äÌJÿX©8UŸñÎKÀ¼ŒË¸—,˜†¢¹ÑÂ&&áù3p|@ˈì0ßÙHì?ãë1¡SÝšZI*°ç¹ã®5zõ×%,z""dÞØ„îl³Û <CŒ¿ŽeanQXðþøy½u£ñý¸i¸!B$uºß^Ô}T×(w›Ç8öƒÔÌ–8P@ÁB ›qyà EBò(¦–ÞãFnÛ?xõ¨[ žà—fêëqIƒ˜ Îy}³:+¸Û¿[§k^Óȼ
+Š‡h‘Y;K?q¦þNJzq Ó#ÑÌGrzþÛáxþ•Øê"ÿÖÏË–@è8ý”öS/Î)Z~ÊTé^:ž+7a¹GZ«¦(f ¼ OøŠ<~‰[' 
+¦×âùü†ö6úZÎCß@axF—Z¬W@ú5‡¨çù›ïçê›·ï¿ýmRÒkv\\ÂI.v\|´œ4=bž\Ž»—Õ}2X*8 §Ë"Ý@
+OQ2nˆ/w„.Ì•`'ÕE‡¼‡#ªX㇠áÍ5ÃÂÍq¶HJç[„BŽ`·¡ÍÞæåì){í\”" ª¿”ˆB#‘–HtÈŒ<÷©^}#Ì•ë·R2˜Ö
+iððÐ'ót5jD)øûf Fáĸý CÌOˆ“a¿®¾»u&‡Cæ„‹êÕ'kØÚƒ—V'#I‡æÜÞTíkÃúC´„¹"ã#¤‚hšÕ¸Ê~`ã¯1íŽÉ áNn1Λ5”`¯êF¹³{”ÎdÃøW³˜÷«1¯‚HØÀÛ³Êå› ü,Û»fK+/1%&¢· dÆz‡Õ•í„Š±hù¤T¹¯ÅÓJ­³Ã1êµÕZVºpºeðÁ.;š>\äŸrCY^PÕ;`cÏ)t€·x4ÐbÒo¸4²)að<uæSXòÄ-}Gÿ6ªÑ× ðå©®‹q·vÝÊ »6%Y¹b@{ü62ŒÀé Œ"zI©*̱#BÚ8¨FerHú•3Àéæl€<vµÖj
+uˆðVxC’f‘qû!ÏèF2È‘ÚÍð¡yHwõ4®eÞ19d›Ãòy«Ž{×sçVe
+!#U]ãð€ù(©èj™ñ>Ì}*"£ýÈU¤´Ë:°v2
+’ ݪ«d<bJI$WÏho¬²|¥óó2c^š‹™ÂI¦Æ§€HÕèýô7ˆêúéï;z±(RžÍÇkcÌ"Ýë,… µi@ÉÿGÅÿ£=ðk'’Æ
+Ë‘oY€Çô¿Ø¢°Ž¥ ÛU‚ùûóÑÒÜãWÜä'D¸ž¦ô9xù«^÷ yhø\G­;…Âf+D¯/E4Š)…ƒ–µïD‘I=ÎJÄHÜeLHâ$Ä‘"%rr0Ó— ¤qMÔ=.Kp¾sT¨~€ Öwºa Ò}¦„DÈP¬!ª€y?¦‹Ø±$;v Òº ºS,¸~Æê„eµ§Þ<Ó„Cº‘5Bôýº(välµ+;CPÁ{Ôe®¬9,"µÐdñI#ñäp—L‚_fªæVÎ…—RÕ
+£F[#bÞË:†÷7~¨Rfœ\®‰¬Ó8¼UŠ¡ uÀYÛ€ -cíOƒê1G§s&<j…ÿªÖsì$yZ®$['ÌÂ0‚L‰}^&áCÁe("0(¶i7ß•†5ƒ8Þ¨ï;*.%H$nÇ|„10NÅôßÊYH®;kUê_ð$IõÄõþÁ&r ¶–VCcÇÁü~qCÇ1d° o{Å|^Î1SS]¶uÅÀdÿeóVœÁvë`ÎôdâkÉ •™R E ‘Xµ¾*E_eåJ~
+¼Žøð—ú¸lóOõ'ͳRšµî<Ô•ÌÛ‘m y´}Úåêèýç€JҷˆYvt±á þ2¸ØŽ@ŠÓÜM~}áÍìcá¥Ö5ˆµƒÙ"Na+pÔØÛÞ‚ÏZ¨¤2Îf<{ êÕøZ!m×õãóñ+´ÈD†7¡–=IY]™
+¯ñåñÈÄqéÔÏâÀŒ7È?^}‘p¾o&™p£Œ(}M¢·åÀüJ£°Õüp¶BržÂ,ìÄê[ÿ„¬imz£u2ò+ÈL¥\Ϭ|Ð7(Ž_»žæ}…1óšÖ?$¢ùHaÂ?Ìl¦3Œ›"t„ùù@©á´#2M#ìvtõkWª¼’{#’­0“UÍ Œê½º/“Fƒ[?œÿÖ$ÌH‹§ 
+k†J^„³ýss(ÄÍjë8Ë[L*˜.Yµ¡1tº¯_Ëþ:?š;wmUu$¾8Ï®%Îé3«­g)WÀ]
+‹óŠ¶…gÙ¦ÝK5æ
+sø2àšc{Ùi<#D»Mêe?0MÛ@¡ðìq<`u“»úœu‚éëx%jüjï‹Ë\ˇ>{äMòê¯ïÒ‘P[t­3 0[­ª/¨8H J*v5BÕî3_†®Íš{E ÌåtAÈÃPH™î}@ûžä2¥»K~ÁÒ1 Ygª¶4£R3R|QƒëÝÕ8l´0ýž,ÑB <Ç‘³çayƾ#Ý|ïAå Ù*×Í\ÆX·™„pzK©¨CÂÖ9˜hºfûrÜé¨Vl õöNTÑþ›FÙ„øµ•?­cISÁ!t ‹D _„=÷|w®$À7*…¥66R¯“VéÆKœÖ¿,û´O®ïïÒE]ØrD=˜n)ÖPD. Ïvp”£AÒîË¥5îÖû ój’iâ¤kr_‚‡/Jév÷ôý!¼x¨Ýà˜«fJV¤?‚=ò:OöZ[ Cª«*¼JÎÄðöHÎd‰ôBš¢œ-v¸Ÿ Ú:³èíË]ñ³ƒ—D±Áu\[ê³î˸˜@'É­x×ë‚Õ;ÐòiåúÛ—REqL9þ_fãZ4qÑËð›´¦.ÆLD¯>¶O¿åÂŒKûÊM¼€Œ™~èÎö“J©|›{D#¯€¢ï€g,»%,jò¶Â#—:e¸©½ERvpìÁ•(ÄCŽÐÜÛˆêšüƒÔO6KÁLÏ çjDìÀÈ«õo}u^‚rÓÏ›–»ZJóùŒi˜âÅ¿`¨œã5ü~gÌŒé"™&¸ÏP®nŒJìðõ¯Y2mèϸöé8Ö\Q©ÛôH²¬tôüÀ·rd¾§ÝjÏ©v°q¢Ë¾¡/}?f¸÷[ìÀWýU]„û÷×`D^ÂzXòߣ¯6ð•ZöÝ$€Œú6g³‚
+w.tN±”ôž§…›ZN÷à<zT\T§WÙ,À,R°(☠®¨³ÂjŸ¨…Os!^çè v?Nþ”RQ£Âä€jBÿÁ&yÌ P¼aL†’©}º±ÒäJ =¨š‘ËólLj"%t{¦ïîl\€7üƒjjÖ©Y€ËÆÍLÎyt‹¼u\V[„¯_ãJ.¥>Hsíãàõjü{Jrx0»94pŽ"-;‡ç:mÔC±ãƒRo©äêÔí°DۿܽSÞ ¼Œ~f¯°è©¨8ˆä K×?ê‹Çv%]}âÜ̬t?`cµ¡BÁ¥X v›´{ñŸ
+µ¶؃qâ™E!¯Õ æv¦°pÊ•Šß¸Õ[|ø”
+^}ÃE‡G=3ÖõË£¢zü!eøë<!`éûWçùÛY ªkrõPӵ翜ª€IF”=„‰§ÙÖóÁ8\ß‹×_¥]Û½JÇ®€±P«ô}ÏM>éÚOD‘Ñ[ë§nBgaª§÷ðÓVF]q#œ¯WQ¿ or‰ »ùx±H‡¤?Lÿ k¼—·9‰j”DL—À.DW=6º ßîýš®Pí”0P¼çåÕZá°y4¯}žwybP) "©…!Ñ+½¹B¨O#(ɲž<t¦GÞ`´È}÷åùˆ’÷~4duµ°ôWžï?‡`JYƒOïþì
+HˆÒò%!ltïÖ—-æ
+M´Lu,­ðÕŸLCHì̱.b, 6ú"cyÜÂT¿iµ\i°ñöù–3Æ"bPö©r¾5¤uVøÄ"€}—¤Qkç6 íB®@yQÍÙÒsXù·°x_ྊ5ó9)>ú`Á õ7]±áGP¯]Þo­EUZÈ ‚54-ãgÞ×
+SˆX,ò$ îÔ?§!¨Pÿns¬B[Èñ˜ÉÊf‚)N\_Œ¹®Mls¬ëÂ@=Ý ia©Dyí¡VR®já˜_7M®ÈpòHGJ*cH¨÷Ž:­‚M3§ov… ª_(ôURO`CÓ¦‡;0k¢$Ö•¦ÀMg@Ÿ„³
+éQs¹Áí:rzÎhxÅ¡ ]ËZßÕoF9üØëô¿M¸Æ)­­
+sIa.~CõL ¬€+®.®,¢òx°¡šðÖ[Ì1opl{öÆ´2ðœÙ¯g¢¹ÔBe‡¢àò.C)jh3qã†^°ÕùÜ6¨ïÐOX®chÜÒdÑEæž%â;ÿ
+¨DÀT’Có7£z|Úm¢ª÷1‘°5¢2 Õ—±TDIªDÌá¯ú+êHw¢$1ú±7·O­lDkŽ¤xyÕùJÏß 6t4#<7Sp)÷àÜkCg°àÜgÉhIn0vÞn
+£¼-Øå÷ï»Ï°ŸX(írXµñ()±ÍþÙ˜ ®6K¾Bý’‘6T’Ög“L^iõõ¬s˜
+üï5K»8Ô¸îY“v Xê£óü!VðTŸßÚs–çÕU•‰=ñsˆ¬Aa×£™…s1ª¢E±TP(µ4kÌ;ë•x¹ü¼„Óʘ€¬÷pnPxÝߌËXåêÌÑJ¨Í”@G[Ä(×(×™Þ÷#
+…'£©TÒÛ/…HUÇX¢££ }x뢆²ä°¶õÏ;iCmœeßßGŽ,ÉÎÕÐ%ƒWàªÜÈÞaŠ(jåؘn×j‘Û.ÅÿÈÒ\ãòb/?Þ#‰.( eñCÒæ½yK³"óçPûmŒÙ´`¡…3á¶z¡oq{݈qWøÌoÊþ—jƒ1°hßÀ|Op6úgÊ8f¦ÎWlÙÚÓj¦ýöë
+˜Ô’XãÏ£2pÞOþ¼3b6L†þ™Ðù|}cÜZœßÕ<_rÇôgÐz5x=íFòÈ­©Wï5|®‚@z/¾z”Ÿ þí¡Ü’/&´›«¶×§{-æk¿ÿÎÑ R®•#ÎYÚWOÿµÁ–Zh‰ “jö™|/›íš9Øý‡QuÕvØûÝš˜1°Ý'€K°Q„Z%« ¨åÍa”´Ê¼TŽ|©
+Y×€V#Bɨt—÷µ‚§SÐáiÌKȨ³¢
+qïüá¿Î82uê‡^^ —
+È¥z¸‰ ú*vV¸›ÙV6’fãKf­&GÓêvµR<슘ŒÛqó|yï›_YrèÔ,ø×):E|.ÇÜÚ0ECác¥é(æ«3]-lXÊá2Ðë|®œ¼¶è$T¬Ü®PÞ’ŽÏ"%õ qƯV.pCtLˆ=õ
+…Ok"±g¤RH
+yÞ×\
+·y ЈýÜËù®zæK„C,beh¡ö„&€îJ3Üÿ1œò 4ZXÚg³ ?¦Rb²ZÝ­ŒJŠO ±µjH46²Þøßu”ÀP³_E½È‰Ôˆ8÷ó5—ô¼Ø…”(—¶ ˜¬ ½Ã㞣m 5hüS#Yõ|$€LtV§_Å@yº£f‡°±×pj?X…ƒîò ì%É>4£z–èF‰
+Ãa¢ŽWx zfäæ[+×ï³y†~Ü|¯N…¼ŒÙ•<ÐÈ«ÑT¶°KæYÏ‚ÍÏ>=DòˆÙ×’½ ³Å Ùò ¸Ãñt,8Clî9EÀ"_/ò¾Æ›­áÅá]Ø®.ö1Ô`ÎÕ|÷ ï§ú@n]/6ü/µ|¹×ŽH—|‚b>• ܗЀBË鮆½erA)ÿ†3Hªà^ævÈtMÝ)r€gU–`ã(S}ÁMÃ:ÒMÏ,K ¡éfCµÚªÍt*@¸,b¯Æ%,mù¿ÕfƒW( qþÉŠKvóÜê¡%™.Ìj£»hÛW|Ÿm@Ê"xÐïMOXµî©Ã× Ö8x®âî ¢K÷¶r3¦Õ[{›ZEó4·þ¾OÇ[+ÿ'iòÿ¬íp|Ä·‚y›­ÞO½£WËTMÅ=nÎÇ®Œ|™a‡Ìª¹—U00#]ªö«Zæà]à93a7«Íg‹˜ˆß±Iè-È'9ÕüßäŽeÓ<k›vŠ?6µ%T§äY ~Û ¶¡’={I½¡ãÊ£D¾Öµ—<j¡#Œ³ø›×Ý©þ
+O€C˜þ:¥R'MôÊÓþÐ6ÅM ŸÜñV:—'#;¶%SåÆH¥J0ëð–Ñ«æ/´¿ñó„pWŒâü¿b=0pTI¡øš€MYÐËÛEîÐ;h‡Â'3…9qÃ_¦ Ô•^i˜Ùœe0‡šâ­ÿl3 H0Th!tÅêrNöâ§ß(,tá—
+“ú¤Þô£q›=`«ù|¸3b¼^1Ât%¨®èöÌìv
+¼¤AA§"
+¶ŒÌ•@3‰·DñÞÓ™·M-
+Q»þS®2ØiâG¡6°½ï±3ªþŒ“‹ËŽlØUìW2Ù)‘éÌ ¸=›gº`l^»òâªåXå6ºéöÀ0½œèÍ:õýM tfŽóÝÚPO =ÃB<šÿ(Ñ·ú"ÑâéeD·;§5¿'k “ëðªG©K½–W®èÝ}+ñùÊ÷ú“*àñÇá”G-'^
+(¸0XŸdæVÊ!·ë#nx~ Á\ƒ,¾Rí¡º”¼=5Ý((c$oÇàr»Â´¯kÀ… ñ¿¯tg<­VvŽ¦2#i<Õ gVå@dϘ>Ƴm+X´]|¹鳘N6JÝV– Å`kÔâèê;-ÐâoV¨2 èM)4zû ÆѼT§Lh²7ZûªénôpæCßä5M)Ú¥t«ºWm6–Ûˆî|ûHºKÍ bÍYOˆåÖ”¾½Pæ)×]L 2"þyI‘úÁ£Bßd`Á
+ÉÚþýe€,hïLÒ7LT­}L2ÄšU;Ný1[jO°&ëp} ÷ÂmŽWù¸
+G@\ÀRþg ÞÉn½x#­*ù„Ö "Mí¦ÆKèJ¬y~¤\©ðA?Iœ¾â3*\A˜¶ñZÞÍ¢:Jí”B¡²àØ“¢V5y‡TÚìPigX«õþ®ET‚ÇW²Ð­ì*•õ ‡E°ç«,M}sÜÅ"%4‰4&€²®[¾N…Ñ]ÉÄâ´oƒ­×c"=KÌüÐgéoÌ]˜‹9¦wiµ°2ùÄfºÎZ·Ñ¹Ô(ÊHGK€“ïð¤'˜›b ÉË×æ(rÆ—®j| dÖ¬ïÊý¬ázN¼.棹-4óôí…+>K
+Jž¹'Bäï¢bA©8˜{ƒ,žìç_ë£
+µçe\¹&<À‡S‚‘Ãï¼¾à]¹Ù8P–Š™ˆ†–òê`¤‚á=+ 1.ß1ƒŽÈ_Ë”ýëƒ)ŸyÇîúRžÛ6e&g}o}Ë·¾¹ë«"lz\ÿ‡vútçg Üï"«¨ø™Ãpaó
+ã0ªm]b“‡U‘¸™ÂJß²Ú!·FQÄTØy<ðm]ÎN1 I“Péht4uŸHÂo¤Ì=J,±SϾ¯>ãdçPèçÃ{¥Mw”÷ùs][­¡h>LªHÔp±]ñ´¸<DÔáð²ç¯?™™dÈ&øÆýûH–HsâÏCÔ0Þ?C§Ý¾+±$ÌnÔÌ'$Ì Á\õt#— ‰ã„}pÐxRÈR\Å9è¿ýü‚~pƒ@–÷7^ î'_€¹
+í žøÓ”í9he'v½èäÕ¦åheƒœäbäHotÝux üµzË"&W’úí¼2*WØj,H³ó>a_ï
+3šÝJÿwû%x™Éï ŒÉ¿/$¨íÁ: M;ô ó÷ðw å„ØL^?^Åwø²ñàE>Ò”Ÿï~——• ©b†„v&ˆ¾JT32iš#ÏcEY¯™hì©…P®’2ñ8Ôí=wrCk-h× žQ–ý¡•Ÿ99FÂ÷²K™u
+þ›©ú¢nîÙ:¼^ð4Yg-ËËU9‹u@.ðc¾Û3ÚöX?¯xéuT™áù*c¢]Xj®Üß^Øk늻+{õ|ù߈U¶X®üÏè\è¶ÉÊDàŸ ÈŽUþªÌK@ëŒák>Eà”€°¸¿.×$YæJå| ¹)¸
+Gža¨ÿŸkÂ}iŠŠô´ÁêMPf#VT=‚M©¢{¡õΑ&y>¶[ØI•Ý†ÝT_oý°15Šâ· ¸9yÄì¢âèÐ+îEušÂ>^ø/‘ ƒ$!¨OKµ0rÝVfù+`'#˜8è©9Æ-„ƒ&
+G !íš@“B6ͯ¿X::šþÓ8døî¶h§0ËFÎÜBkK¬FGÐêP/ÛÝÏÀg˜Ç.ÒÎeR¹eÝd|«J¡âD¸‹’™Ö'9Í'€’oŒÐÍM£‹R\<jiGsãm,/š„bW@¹™ù½Ç Œ÷6,¹ì1R­ûÎ'm¡
+">©~“¬ï¤bºåd\ÆÝä)¯êþ­‹\ñPxÁ~íîÂœ7·rÔ{ó‹\¤%¸÷$L4Ý/HqQå0¹0jáŒCu·[þ‚#)ü©$6üž¨£°ˆÌ6ÑG
+¸G2¹uîmùOµ@ØITâAZo¯2Ê]‹×IÃ1ðjjìY蟛G³ÿ1ŽØ
+XÖ²euN€\™Ž}¦·áá?øÅ\¥EÕ×ÜúPæ5ÓQ<WWžµ¸ºý·/¿=ÐqQ¯
+s’Òé}¬®´Ýô®§H‘GrAxÝf„Öq‚©xœT¨ð"Ê
+ìXzdJßFÆ%­³ˆ‰;% êtªIIÕÌŽ6Bw¥øÐUPH•Ë(h@˜Dœ
+;i ÷»`Dô•%¾2hC?Þ?‘]#MuN} :¤±vž‰%vƤÃnUM`.YæX§|ì÷&ѽïSB¡¸‚.Fá_ܹ0¾iëûg/G¤%æLKN65Ôfÿ£Go/".4ªÂ¬!>+CÞ¾ª`®nyR×'Ib/>§ÿeÄWpæCeq)%9Z‚ϧ~+a´Ê®5'< sôSÒq»‘ÂLM3-C½ë>Hì3(Å;8µ˜i4/w*î†õk¿–Óµƒù
+¨ä£E™Ö^
+üRCÒ®š¿­ j‰äÉÙËÛ˜˜¬{ƪQ^8ZNb L’´4ßæ''rvÚa¼$ØáUvªØ¸ð¶€Á<o)DÑ›-Öéö95ŠÔs˜yÍ&„[@Ü$A Z;öÅj)ìâÉ ª­ž> ø9ê„ >Ò¼Ûdu~s|þ…ÈAz÷‰È÷gv@¯8UkTÐ}U œ–Ô,tÈÜë‘‚Qâ¹Á{1‰b<÷T ‡ô˜#G÷íø¢—þ.8^_2ÝõíK• ŸòDd°ŠÈ&ÜÉÔü¾î¨ž
+š¢½‰Úë|Ï®ù¤‚mÎé÷­…‘V>ër$·‰œ„xº3/Þä¡Å¯à:µgÉ…_3Å®\æiT´`Ú¯¥Ÿ«gwÙW˜7f戱GÌ+}H.T\êBÚw¿²ãP%s¼é»Ø½Ð­…f´8`jIE0¿ã…/üCÖžQѹ/v‰O=µ. #Æ­2‚«âÖ¢-xƒú¸ž\ßÁÀUt6½gô5“=ünê|&P\2¶E\‹¾(ÑfÑÜUP0hÝhß¡ð0Ö--Y¨±]~…÷Ö²>ü'·9ÔÀäÊ(CX
+á4çàÍÊ%‚.9ô/“VkÅùTÉZ]_\Gft=ép-ë/¢ÃùàT›/ý·ý OY2ÅGßåÎ_ß*·g—¿uÓç5õ¹KüG¼}x!iÿj »U+*#L›õ¿»™Ì[B,/PùßJ¯L}Ó«‰)½ßUZ·¨AºV4øi}œ\½gn }†V<3(ßæÔý¨•jW~K¬w‰üÔxõâ̲K¼èŸföäŸGwp°z]…A…ð­\XÀB$OP@Å16±”DË/
+
+}vŠõ¦0k…8yEGÆT®ƒº
+ÍíP€OïuY«‹Ôå ©[Ùµ½x¸¿k“­OÃ-qå23]_Ž>uÜTˆÖ®ÑzŸvئ@_å *?®•¹"ã‰eø46”ŸF|gžn¡øbO¹Ú²Y†-×lùÎ*cy˱<\½×ÆÆœµ% š©ÙIöFô亭¡b ÎÎ. ×ÍA® ý|–B’Lñ¬z·Âã`Tí³÷þ£–°*<%öc­=¼Ÿñ'¬î¬H0µ3iîÖ?Î÷CÎçXÍyÈ‹õŸäi¿áá5°Ç$ˆYzLƒ°“ñK©t/¸2ø€‘Q1óÝÖµmPÔfÀf£ƒÈ<üßUßlÖä +ÒZm”ñ^%Å‚µ<Æ3MÊ´ÄrŽ„V,¡«ßdDj­
+è#WvùYYг[Ž ýíü¢Í+øZ¾Ö2
+|¹ˆ ç'êDÇÌi?ðÛ“ÖTM7Õa°3àâé'éßlåM+¤Ybð.BaœØ‚Os€øZæÃÚ4€?ä7G5TX®éÏbyCéšsKú¿ÈX÷°Vüt±£ïIÄÊ Á»&Z«¨"²çŠ>~DÍt%/DÕÙÆ#’
+Sÿè 6·˜~3iÀ¡ÅÏÔ2È<E…þ`v¸åhƒ‡uÜ-e“è›5ñÛ®ÓBžÛ
+=Œ”$î¾O'4¯Ý±õá_¥k}U²¹ ¶Zc°ËŠ‡Ç¦ÃçÇfñWÓ¤c#ïW9/÷¨[ˆ(ÉÕ ;¨\î¬Ðif½R¿öØÿ"~ùtÞ4ÞRSíGSú}[˜´Ÿ‰¹œ™GŸ~ÒÍmºÒJûZÀ]êÎ4§XÿŽÊƒµœ'Aºi嘬O¦Ó*„5DfAÒĆ\t¯Î
+¯ ;„„/Må¡50¯O <aâŒðÖNp°¢(Ö@ràËØx«óºCˆ«ä/ DKŽÍÒ’×Xn2°ÚÕFƒ#dÅŠ~6"Ç®B˜(j3ÙøB04·0W\{ëƒV•ƒêQ‘nuÝ NsohWÏ@Ä€€WÇSº4“…æI|ÎOÕk薦샇J˜>ÉÍîÉ«']Õѽý¦*EÊ…•0éàÙDñŒOqäDÿ%…³V™cÊÆÖ,Ïv¾}•nšÅ˜Âü/‹åè‡ðIÐ 5^W5.GË
+Ü“¶Z KynÒ§P“†ÈÇKªB¾"8KS pãIYª@+Ý¢£s ü‹DtÝ’»Å
+îiÊÂ…Ç`¯Ê‚É{FëkÖ³Kx[kê¼óhKÄnž†¬\&ánŒ§a¸ÒhžyÉ”¸Ä†dpCyôÖ„ÓM­ +óÆî‡h–ðrái1ìöÆbµzá2?ÏÅø¨xÅö¦/Rªâso 6)«z8¢ QØ·ù†Óõ!úÇ¢OÕ¿ŒZåêáÂM,U´ËÜ• ^˜ ¿x¿8‚‰L¥E÷–S9Oz+äâÄ©ú-ÄÝ¡ý|µ §@üˆð¿uF®_·XºtÏ¥Y.í—µº ùÝú*µñUqMA£ë
+ª ±¿ÐlMX1ɯˆf;ö³^f\›Í7dº—Xè*Ø‚yÊʾcKEì¤}^É>@¦wÀ÷+qX7&e\ÍÆ ÕVù7ÎðaƒzïáPYddÚxÍ7æŸáÊ®g¾/0Òå™ ¸¯¡¶X ùúAñè±T
+l^Öt@þUì¢3ˆ4§…dÄá¬Ó¦ä*½lrçÏ°°:Áüwé¥Çœ²ó(qffÊ“É™¸Ž®yuwY©Ú¹Õ}ôEñ×·¢J/íœâïQì(AböcÇ4Ééõ>Lrâ~²c”Í´½|“Ïùyy3͘ì«Õ6•Û!aj"g@Ÿ’/¾òôÓ˜¾BVíöÒM¥Dç!ý
+rÇ‘yÍ^¨õã&é¢Û µ‹dÍ|¦«”;/´gÄTNC•õVÛRâ B$îdw«:
+Ê£kLä6¡5gàO\U1®ç¹Âfy<º—áï*Me*|öžO©Í’ï™Îá{xÕhù ˜œÝ7*öâÊ^M\ [i.%Ç¢R;ü͵Ûó(>Í÷©š›ÒO!fñVäÖÔ»@¿}&5™µâíÙ§ÂLHUö }±ÊßЖÿe]$¿…Ôͱ{Oõá%Q“á—=F{r™ð¯QLÈ qyצEþææKá7Æd’ì§C
+I W#w×[#òÐ|û¸ÇTÈí\*6¸ð’阮ÿ{YèÐrO3Mf¶Q͘ ÕVé ìA©¶6Çq÷Rü+²ÖkA <È¿e4Ïî!±FÁ
+“XãY’[þÝ>mñZ‡Ó(€‡*+¿¼µTë¡èò|²7rn„è¡1CÞacןï¶;N7$Îè|²¥Ê¦N q4Ï¿~šùçâÑã…IÈ_Ta«å?PnÈäªýqª@ééÚ6™Ù[i¤†7kGtC1’.›àGz!f ÛF´¼GFš-g0W¹¿†ˆÂî¬Àé} •5Ø4ñ¤WRQ ÊèEë6ÄüörÊ ´LuG¼L†ò¢/Äc‡ÿŠ®%íÙ.†Û’A/,–ê57Ú)1ºÞðô $ÿnZ›AUvÂdŠHWÖ@Ø>>\ûÅRtºvwà™ß—¡D ¹ý†‡ÞK_58›íù¹?µ¡V!??mM×i¬Þžpw¸ÞYd™È h‰É+ƒf^@—E%´g›.á¢Q¹ßs3šµ šŸø5€vQÄwêoO„³2­§0
+6ƒX\ðé½n糓ûëMƒ*ßž­ú•>ø`BÁß\¸«µœãddùâM:F‹—clŽšyј
+W¬JÊ@»<áÉíW¼¿÷+Û)FëS´1Kˆ?¼¨YUSšàC¥”J>,sí¥îÓôî»fdµ“AÒôNìâΤFÂL ;ü uÊ?¼?†S–ý5 “VC‰×eÞ y[WPú5ø=‹¸~sÉ
+¡N`ÀŽ¸'~ÜÊ®¦¯PŠzr +¿‹sÙͺ±=ñH¯#=:RL<]vBI¶tp@m_´'ŽF~Q‚L«HŠÙþŸžR&Ô dU (0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark
+%%EndFont
+/TimesNewRomanPSMT havefont not {
+%%BeginFont: TimesNewRomanPSMT
+/TimesNewRomanPSMT
+15 dict dup begin
+/FontName /TimesNewRomanPSMT def
+/FontType 3 def
+/FontMatrix [ 0.000977 0 0 0.000977 0 0 ] def
+/FontAscent 935 def
+/FontDescent -221 def
+/FontScript 0 def
+/FontBBox [ 0 -512 1024 1024 ] def
+/Encoding 256 array dup 0 1 255 { /.notdef put dup } for pop def
+/l /lineto load def
+/m /moveto load def
+/c /curveto load def
+/BuildChar {
+ Adobe_Illustrator_AI5_vars exch /_bitlobyte exch put
+ Adobe_Illustrator_AI5_vars exch /_bitfont exch put
+ Adobe_Illustrator_AI5_vars /_bithibyte 0 put
+
+ _bitlobyte 16 4 string cvrs dup length (K) dup length
+ dup 4 -1 roll add string Adobe_Illustrator_AI5_vars exch /_bitkey exch put
+ exch _bitkey copy pop _bitkey exch 3 -1 roll putinterval
+ _bitfont /CharMetrics get _bitkey cvn get dup type /arraytype
+ eq { aload pop setcachedevice }
+ { 0 setcharwidth } ifelse
+ _bitfont /CharStrings get _bitkey cvn get exec
+} bind def
+12 dict dup begin
+/K20 {
+} bind def
+/K2D {
+{
+newpath
+42 192 m
+301 192 l
+301 268 l
+42 268 l
+42 192 l
+closepath
+} exec
+fill
+} bind def
+/K54 {
+{
+newpath
+38 678 m
+31 519 l
+50 519 l
+52 549 60 574 72 592 c
+84 610 99 622 117 628 c
+130 633 153 635 184 635 c
+266 635 l
+266 118 l
+266 80 262 56 255 45 c
+243 28 222 19 193 19 c
+169 19 l
+169 0 l
+458 0 l
+458 19 l
+434 19 l
+408 19 388 26 376 40 c
+367 50 362 76 362 118 c
+362 635 l
+457 635 l
+485 635 508 630 525 621 c
+542 612 556 598 566 579 c
+572 567 577 547 581 519 c
+600 519 l
+593 678 l
+38 678 l
+closepath
+} exec
+fill
+} bind def
+/K61 {
+{
+newpath
+306 8 m
+316 -3 329 -9 345 -9 c
+380 -9 415 16 453 66 c
+453 94 l
+433 74 419 62 412 58 c
+408 55 404 54 398 54 c
+393 54 389 56 385 59 c
+381 62 378 69 377 79 c
+375 89 374 115 374 159 c
+374 314 l
+374 358 371 388 365 402 c
+356 424 341 440 322 451 c
+296 464 262 471 222 471 c
+169 471 127 459 98 435 c
+69 411 54 384 54 356 c
+54 341 58 329 66 320 c
+74 311 84 307 96 307 c
+109 307 119 311 127 320 c
+135 328 139 340 139 355 c
+138 384 l
+138 399 144 412 157 423 c
+169 434 186 440 207 440 c
+234 440 255 432 269 415 c
+284 398 291 366 291 321 c
+291 303 l
+212 274 156 250 122 230 c
+88 210 65 189 51 166 c
+41 150 36 130 36 108 c
+36 73 46 44 67 23 c
+87 1 113 -10 145 -10 c
+165 -10 185 -6 203 3 c
+215 8 244 29 291 65 c
+291 38 296 19 306 8 c
+closepath
+190 48 m
+172 48 155 56 141 72 c
+126 87 119 107 119 131 c
+119 150 125 168 136 184 c
+148 200 166 215 193 230 c
+208 238 240 252 291 272 c
+291 98 l
+249 65 216 48 190 48 c
+190 48 l
+closepath
+} exec
+fill
+} bind def
+/K63 {
+{
+newpath
+407 181 m
+390 140 372 112 354 97 c
+328 75 298 64 266 64 c
+220 64 184 85 157 127 c
+130 169 117 217 117 272 c
+117 325 131 368 158 401 c
+178 426 205 438 238 438 c
+259 438 275 433 287 423 c
+298 412 305 397 307 378 c
+309 358 313 344 319 337 c
+328 324 343 318 363 318 c
+377 318 389 322 397 330 c
+405 338 409 348 409 361 c
+409 386 395 411 366 435 c
+337 459 300 471 255 471 c
+195 471 143 449 100 404 c
+57 359 36 300 36 228 c
+36 154 55 95 94 51 c
+133 8 178 -14 230 -14 c
+274 -14 314 2 350 35 c
+386 67 410 113 422 174 c
+407 181 l
+closepath
+} exec
+fill
+} bind def
+/K65 {
+{
+newpath
+426 285 m
+426 342 409 387 376 420 c
+343 454 301 471 250 471 c
+189 471 139 449 98 405 c
+58 362 38 301 38 223 c
+38 150 58 93 97 50 c
+136 7 183 -14 238 -14 c
+289 -14 331 5 365 42 c
+399 80 419 122 426 168 c
+410 178 l
+395 137 376 109 354 93 c
+332 76 306 68 276 68 c
+231 68 192 87 159 126 c
+125 164 109 217 109 285 c
+426 285 l
+closepath
+147 403 m
+169 424 194 435 222 435 c
+240 435 257 430 274 419 c
+291 409 303 394 311 375 c
+317 364 320 343 322 314 c
+109 314 l
+113 352 125 382 147 403 c
+closepath
+} exec
+fill
+} bind def
+/K68 {
+{
+newpath
+144 711 m
+7 655 l
+14 637 l
+30 642 41 645 48 645 c
+57 645 64 643 69 639 c
+74 634 78 626 80 614 c
+83 602 84 570 84 518 c
+84 104 l
+84 75 82 56 78 47 c
+74 37 69 31 62 28 c
+50 21 34 18 14 18 c
+14 0 l
+241 0 l
+241 18 l
+218 18 201 21 192 26 c
+182 31 176 37 172 45 c
+169 53 167 72 167 104 c
+167 345 l
+192 371 213 388 231 397 c
+248 406 265 410 282 410 c
+298 410 311 406 323 398 c
+334 391 342 379 347 363 c
+352 348 355 315 355 265 c
+355 104 l
+355 78 355 62 354 57 c
+350 44 344 34 336 28 c
+328 21 313 18 292 18 c
+281 18 l
+281 0 l
+506 0 l
+506 18 l
+485 18 470 20 462 25 c
+454 30 448 36 445 44 c
+440 55 438 75 438 104 c
+438 266 l
+438 322 435 361 429 382 c
+420 413 406 435 387 450 c
+368 464 346 471 320 471 c
+298 471 277 465 255 454 c
+233 442 204 416 167 375 c
+167 711 l
+144 711 l
+closepath
+} exec
+fill
+} bind def
+/K69 {
+{
+newpath
+112 696 m
+102 686 97 674 97 660 c
+97 646 102 634 112 624 c
+122 614 134 609 148 609 c
+162 609 174 614 184 624 c
+194 634 199 646 199 660 c
+199 674 194 686 184 696 c
+174 706 162 711 148 711 c
+134 711 122 706 112 696 c
+closepath
+168 471 m
+30 415 l
+37 397 l
+50 402 62 405 71 405 c
+80 405 87 402 92 398 c
+97 394 100 387 103 376 c
+106 361 107 329 107 279 c
+107 104 l
+107 76 105 56 100 46 c
+96 36 90 29 82 25 c
+74 20 59 18 37 18 c
+37 0 l
+260 0 l
+260 18 l
+238 18 223 20 215 25 c
+207 30 200 37 196 46 c
+192 56 190 75 190 104 c
+190 471 l
+168 471 l
+closepath
+} exec
+fill
+} bind def
+/K6C {
+{
+newpath
+168 711 m
+31 655 l
+40 637 l
+53 642 64 645 73 645 c
+81 645 87 643 92 639 c
+97 634 101 626 104 614 c
+106 602 107 571 107 519 c
+107 104 l
+107 76 105 56 100 46 c
+96 36 90 29 82 25 c
+75 20 60 18 39 18 c
+39 0 l
+264 0 l
+264 18 l
+240 18 224 20 216 25 c
+207 30 200 37 196 47 c
+192 56 190 75 190 104 c
+190 711 l
+168 711 l
+closepath
+} exec
+fill
+} bind def
+/K6E {
+{
+newpath
+166 471 m
+144 471 l
+6 415 l
+14 397 l
+27 402 38 405 47 405 c
+56 405 63 402 68 398 c
+73 394 77 386 79 374 c
+82 362 83 328 83 273 c
+83 104 l
+83 70 79 48 71 36 c
+62 24 47 18 23 18 c
+13 18 l
+13 0 l
+241 0 l
+241 18 l
+216 18 199 20 191 25 c
+183 29 176 36 172 46 c
+168 54 166 73 166 104 c
+166 345 l
+205 388 245 410 284 410 c
+310 410 328 401 339 382 c
+350 363 355 333 355 291 c
+355 104 l
+355 78 354 62 353 57 c
+350 44 344 34 335 28 c
+327 21 312 18 291 18 c
+281 18 l
+281 0 l
+508 0 l
+508 18 l
+486 18 471 20 463 25 c
+455 30 449 36 445 45 c
+440 55 438 75 438 104 c
+438 299 l
+438 340 434 371 427 391 c
+416 419 402 440 384 452 c
+366 465 345 471 320 471 c
+271 471 220 439 166 375 c
+166 471 l
+closepath
+} exec
+fill
+} bind def
+/K72 {
+{
+newpath
+146 471 m
+7 415 l
+12 397 l
+25 402 37 405 47 405 c
+56 405 63 402 69 398 c
+75 393 79 385 81 375 c
+83 365 84 333 84 280 c
+84 104 l
+84 77 83 61 82 55 c
+78 43 72 35 64 29 c
+53 22 35 18 12 18 c
+12 0 l
+247 0 l
+247 18 l
+226 18 211 21 200 27 c
+189 33 181 40 177 49 c
+170 62 167 82 167 107 c
+167 326 l
+183 357 198 380 213 393 c
+220 400 227 403 233 403 c
+240 403 250 397 265 386 c
+279 375 292 369 304 369 c
+316 369 326 374 335 383 c
+344 392 348 403 348 416 c
+348 430 342 443 330 454 c
+318 465 303 471 285 471 c
+244 471 205 437 167 368 c
+167 471 l
+146 471 l
+closepath
+} exec
+fill
+} bind def
+/K74 {
+{
+newpath
+150 609 m
+136 575 126 552 118 539 c
+103 515 86 494 67 477 c
+47 460 28 447 10 440 c
+10 424 l
+83 424 l
+83 115 l
+83 82 87 57 94 41 c
+101 26 111 13 126 5 c
+141 -4 156 -8 171 -8 c
+194 -8 216 0 237 17 c
+259 33 275 58 287 91 c
+267 91 l
+261 78 253 67 243 60 c
+233 53 222 50 211 50 c
+198 50 187 55 179 66 c
+170 76 166 96 166 126 c
+166 423 l
+273 424 l
+273 458 l
+166 458 l
+166 609 l
+150 609 l
+closepath
+} exec
+fill
+} bind def
+end /CharStrings exch def
+12 dict dup begin
+/K20 [256 0 0 0 0 0] def
+Encoding 32 /K20 put
+/K2D [341 0 42 193 301 268] def
+Encoding 45 /K2D put
+/K54 [626 0 31 0 600 679] def
+Encoding 84 /K54 put
+/K61 [455 0 36 -9 453 472] def
+Encoding 97 /K61 put
+/K63 [455 0 36 -13 422 472] def
+Encoding 99 /K63 put
+/K65 [455 0 38 -13 425 472] def
+Encoding 101 /K65 put
+/K68 [512 0 7 0 506 712] def
+Encoding 104 /K68 put
+/K69 [285 0 31 0 260 712] def
+Encoding 105 /K69 put
+/K6C [285 0 32 0 264 712] def
+Encoding 108 /K6C put
+/K6E [512 0 6 0 507 472] def
+Encoding 110 /K6E put
+/K72 [341 0 7 0 347 472] def
+Encoding 114 /K72 put
+/K74 [285 0 10 -7 287 609] def
+Encoding 116 /K74 put
+end /CharMetrics exch def
+end
+definefont pop
+%%EndFont
+} if
+/EuclidSymbol havefont not {
+%%BeginFont: EuclidSymbol
+/EuclidSymbol
+15 dict dup begin
+/FontName /EuclidSymbol def
+/FontType 3 def
+/FontMatrix [ 0.000977 0 0 0.000977 0 0 ] def
+/FontAscent 975 def
+/FontDescent -256 def
+/FontScript 0 def
+/FontBBox [ 0 -512 1024 1024 ] def
+/Encoding 256 array dup 0 1 255 { /.notdef put dup } for pop def
+/l /lineto load def
+/m /moveto load def
+/c /curveto load def
+/BuildChar {
+ Adobe_Illustrator_AI5_vars exch /_bitlobyte exch put
+ Adobe_Illustrator_AI5_vars exch /_bitfont exch put
+ Adobe_Illustrator_AI5_vars /_bithibyte 0 put
+
+ _bitlobyte 16 4 string cvrs dup length (K) dup length
+ dup 4 -1 roll add string Adobe_Illustrator_AI5_vars exch /_bitkey exch put
+ exch _bitkey copy pop _bitkey exch 3 -1 roll putinterval
+ _bitfont /CharMetrics get _bitkey cvn get dup type /arraytype
+ eq { aload pop setcachedevice }
+ { 0 setcharwidth } ifelse
+ _bitfont /CharStrings get _bitkey cvn get exec
+} bind def
+1 dict dup begin
+/K77 {
+{
+newpath
+18 496 m
+168 0 l
+250 0 l
+330 236 l
+347 289 362 340 375 399 c
+377 399 l
+389 341 403 292 421 237 c
+497 0 l
+579 0 l
+738 496 l
+649 496 l
+579 247 l
+562 188 549 136 541 86 c
+538 86 l
+526 136 512 188 494 248 c
+417 496 l
+341 496 l
+260 244 l
+244 189 227 136 216 86 c
+213 86 l
+204 137 190 188 176 244 c
+111 496 l
+closepath
+} exec
+fill
+} bind def
+end /CharStrings exch def
+1 dict dup begin
+/K77 [754 0 18 0 738 496] def
+Encoding 119 /K77 put
+end /CharMetrics exch def
+end
+definefont pop
+%%EndFont
+} if
+setpacking
+%AI3_EndRider
+[
+39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis
+/Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute
+/egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde
+/oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex
+/udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
+/registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash
+/.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef
+/.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash
+/questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef
+/guillemotleft/guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe
+/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide
+/.notdef/ydieresis/Ydieresis/fraction/Euro/guilsinglleft/guilsinglright
+/fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand
+/Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex
+/Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex
+/Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla
+/hungarumlaut/ogonek/caron
+TE
+%AI55J_Tsume: None
+%AI3_BeginEncoding: _EuclidSymbol EuclidSymbol
+[/_EuclidSymbol/EuclidSymbol 0 0 0 TZ
+%AI3_EndEncoding TrueType
+%AI55J_Tsume: None
+%AI3_BeginEncoding: _Times-Roman Times-Roman
+[/_Times-Roman/Times-Roman 0 0 1 TZ
+%AI3_EndEncoding AdobeType
+%AI55J_Tsume: None
+%AI3_BeginEncoding: _TimesNewRomanPSMT TimesNewRomanPSMT
+[/_TimesNewRomanPSMT/TimesNewRomanPSMT 0 0 0 TZ
+%AI3_EndEncoding TrueType
+[161/degree 173/notequal 176/infinity/plusminus/lessequal/greaterequal
+181/mu/partialdiff/summation/product/pi/integral 189/Omega
+195/radical 197/approxequal 198/Delta 214/divide/lozenge 240/apple
+/_Symbol_/Symbol 0 0 0 TZ
+%AI5_Begin_NonPrinting
+Np
+%AI8_PluginGroupInfo
+(Adobe Path Blends) (Adobe Blends Plugin) (LiveBlends.aip)
+%AI8_PluginGroupInfo
+(Adobe Tracing Object) (Tracing) (TracingSuite.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (CalligBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Flare Plugin) (Flare) (Flare.aip)
+%AI8_PluginGroupInfo
+(Adobe Symbolism) (Adobe Symbolism) (ParticleSystem.aip)
+%AI8_PluginGroupInfo
+(Adobe Deform Plugin) (Adobe Envelope Plugin) (Envelope and Warp.aip)
+%AI8_PluginGroupInfo
+(Pathfinder Suite) (Adobe Compound Shape) (PathFinderS.aip)
+%AI8_PluginGroupInfo
+(Adobe Planar Group) (Adobe Live Paint Plugin) (Live Paint.aip)
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+4 Bn
+%AI5_BeginGradient: (Black, White)
+(Black, White) 0 2 Bd
+[
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+0 %_Br
+[
+0 0 50 100 %_BS
+%_0 0 50 100 Bs
+1 0 50 0 %_BS
+%_1 0 50 0 Bs
+BD
+%AI5_EndGradient
+%AI5_BeginGradient: (Chrome)
+(Chrome) 0 6 Bd
+[
+0
+<
+464646454545444444444343434342424241414141404040403F3F3F3E3E3E3E3D3D3D3C3C3C3C3B
+3B3B3B3A3A3A39393939383838383737373636363635353535343434333333333232323131313130
+3030302F2F2F2E2E2E2E2D2D2D2D2C2C2C2B2B2B2B2A2A2A2A292929282828282727272626262625
+2525252424242323232322222222212121202020201F1F1F1F1E1E1E1D1D1D1D1C1C1C1B1B1B1B1A
+1A1A1A1919191818181817171717161616151515151414141413131312121212111111101010100F
+0F0F0F0E0E0E0D0D0D0D0C0C0C0C0B0B0B0A0A0A0A09090909080808070707070606060505050504
+04040403030302020202010101010000
+>
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+<
+1F1E1E1E1E1E1E1E1E1E1D1D1D1D1D1D1D1D1C1C1C1C1C1C1C1C1B1B1B1B1B1B1B1B1B1A1A1A1A1A
+1A1A1A19191919191919191818181818181818181717171717171717161616161616161615151515
+15151515151414141414141414131313131313131312121212121212121211111111111111111010
+1010101010100F0F0F0F0F0F0F0F0F0E0E0E0E0E0E0E0E0D0D0D0D0D0D0D0D0C0C0C0C0C0C0C0C0C
+0B0B0B0B0B0B0B0B0A0A0A0A0A0A0A0A090909090909090909080808080808080807070707070707
+07060606060606060606050505050505050504040404040404040303030303030303030202020202
+02020201010101010101010000000000
+>
+1 %_Br
+0
+0.275
+1
+<
+6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544
+434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F
+>
+1 %_Br
+0
+<
+00000101010102020202030303040404040505050506060607070707080808090909090A0A0A0A0B
+0B0B0C0C0C0C0D0D0D0D0E0E0E0F0F0F0F1010101011111112121212131313141414141515151516
+161617171717181818181919191A1A1A1A1B1B1B1C1C1C1C1D1D1D1D1E1E1E1F1F1F1F2020202021
+212122222222232323232424242525252526262626272727282828282929292A2A2A2A2B2B2B2B2C
+2C2C2D2D2D2D2E2E2E2E2F2F2F303030303131313132323233333333343434353535353636363637
+373738383838393939393A3A3A3B3B3B3B3C3C3C3D3D3D3D3E3E3E3E3F3F3F404040404141414142
+42424343434344444444454545464646
+>
+<
+000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
+28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
+505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
+78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
+A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
+C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
+F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
+>
+<
+00000101020203030304040505050606070708080809090A0A0B0B0B0C0C0D0D0D0E0E0F0F101010
+1111121212131314141515151616171718181819191A1A1A1B1B1C1C1D1D1D1E1E1F1F1F20202121
+222222232324242525252626272727282829292A2A2A2B2B2C2C2D2D2D2E2E2F2F2F303031313232
+32333334343435353636373737383839393A3A3A3B3B3C3C3C3D3D3E3E3F3F3F4040414142424243
+434444444545464647474748484949494A4A4B4B4C4C4C4D4D4E4E4F4F4F50505151515252535354
+54545555565657575758585959595A5A5B5B5C5C5C5D5D5E5E5E5F5F606061616162626363646464
+6565666666676768686969696A6A6B6B
+>
+1 %_Br
+1
+0 %_Br
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+<
+4D4C4C4C4B4B4B4A4A4A4A4949494848484747474746464645454544444444434343424242414141
+414040403F3F3F3E3E3E3E3D3D3D3C3C3C3B3B3B3B3A3A3A39393938383838373737363636353535
+35343434333333323232323131313030302F2F2F2E2E2E2E2D2D2D2C2C2C2B2B2B2B2A2A2A292929
+282828282727272626262525252524242423232322222222212121202020201F1F1F1E1E1E1D1D1D
+1D1C1C1C1B1B1B1A1A1A1A1919191818181717171616161615151514141413131313121212111111
+101010100F0F0F0E0E0E0D0D0D0D0C0C0C0B0B0B0A0A0A0A09090908080807070707060606050505
+04040404030303020202010101010000
+>
+0
+0
+1 %_Br
+[
+1 0 50 92 %_BS
+%_1 0 50 92 Bs
+0 0.275 1 0.12 1 50 59 %_BS
+%_0 0.275 1 0.12 1 50 59 Bs
+0 0.275 1 0.42 1 50 50 %_BS
+%_0 0.275 1 0.42 1 50 50 Bs
+1 0 50 49 %_BS
+%_1 0 50 49 Bs
+1 0 50 41 %_BS
+%_1 0 50 41 Bs
+1 0.3 0 0 1 50 0 %_BS
+%_1 0.3 0 0 1 50 0 Bs
+BD
+%AI5_EndGradient
+%AI5_BeginGradient: (Rainbow)
+(Rainbow) 0 6 Bd
+[
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+1
+0
+0
+1 %_Br
+1
+<
+0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E
+2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556
+5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E
+7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6
+A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE
+CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6
+F7F8F9FAFBFCFDFEFF
+>
+0
+0
+1 %_Br
+1
+<
+00000000000000000000000000000000000001010101010101010101010101010101010101010101
+01010101010101010101010101010202020202020202020202020202020202020202020202020202
+02020202020202020202030303030303030303030303030303030303030303030303030303030303
+03030303030304040404040404040404040404040404040404040404040404040404040404040404
+04040505050505050505050505050505050505050505050505050505050505050505050505050606
+06060606060606060606060606060606060606060606060606060606060606060607070707070707
+07070707070707070707070707070707
+>
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+0
+1 %_Br
+<
+000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
+28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
+505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
+78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
+A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
+C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
+F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
+>
+0
+1
+0
+1 %_Br
+0
+<
+FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
+D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
+AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
+87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
+5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
+37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
+0F0E0D0C0B0A09080706050403020100
+>
+1
+0
+1 %_Br
+[
+0 1 0 0 1 50 100 %_BS
+%_0 1 0 0 1 50 100 Bs
+1 1 0 0 1 50 80 %_BS
+%_1 1 0 0 1 50 80 Bs
+1 0.0279 0 0 1 50 60 %_BS
+%_1 0.0279 0 0 1 50 60 Bs
+1 0 1 0 1 50 40 %_BS
+%_1 0 1 0 1 50 40 Bs
+0 0 1 0 1 50 20 %_BS
+%_0 0 1 0 1 50 20 Bs
+0 1 1 0 1 50 0 %_BS
+%_0 1 1 0 1 50 0 Bs
+BD
+%AI5_EndGradient
+%AI5_BeginGradient: (Yellow & Orange Radial)
+(Yellow & Orange Radial) 1 2 Bd
+[
+0
+<
+0001010203040506060708090A0B0C0C0D0E0F10111213131415161718191A1B1C1D1D1E1F202122
+232425262728292A2B2B2C2D2E2F303132333435363738393A3B3C3D3E3E3F404142434445464748
+494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60606162636465666768696A6B6C6D6E6F
+707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C
+>
+<
+FFFFFFFFFEFEFEFEFEFEFEFDFDFDFDFDFDFCFCFCFCFCFCFBFBFBFBFBFBFAFAFAFAFAFAF9F9F9F9F9
+F9F8F8F8F8F8F8F7F7F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F4F4F4F4F4F3F3F3F3F3F3F2F2F2F2
+F2F2F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEFEFEEEEEEEEEEEDEDEDEDEDEDECECECECECEBEBEBEBEB
+EBEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8E8E7E7E7E7E7E6E6E6E6E6E6
+>
+0
+1 %_Br
+[
+0 0 1 0 1 52 19 %_BS
+%_0 0 1 0 1 52 19 Bs
+0 0.55 0.9 0 1 50 100 %_BS
+%_0 0.55 0.9 0 1 50 100 Bs
+BD
+%AI5_EndGradient
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI3_BeginPattern: (Brick)
+(Brick) 0 0 72 72 [
+%AI3_Tile
+(0 O 0 R 0.3 0.85 0.85 0 k
+ 0.3 0.85 0.85 0 K
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 1 w 4 M []0 d
+0 XR
+0 0 m
+0 72 L
+72 72 L
+72 0 L
+0 0 L
+f
+%AI6_EndPatternLayer
+) &
+(0 O 0 R 1 g
+ 1 G
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 0.3 w 4 M []0 d
+0 XR
+0 68.4097 m
+72 68.4097 l
+S
+0 61.209 m
+72 61.209 L
+S
+0 54.0088 m
+72 54.0088 L
+S
+0 46.8076 m
+72 46.8076 L
+S
+0 39.6084 m
+72 39.6084 L
+S
+0 32.4072 m
+72 32.4072 L
+S
+0 25.207 m
+72 25.207 L
+S
+0 18.0059 m
+72 18.0059 L
+S
+0 10.8057 m
+72 10.8057 L
+S
+0 3.6064 m
+72 3.6064 L
+S
+68.4102 68.4097 m
+68.4102 61.2217 l
+S
+54.0098 68.4097 m
+54.0098 61.2217 L
+S
+39.6094 68.4097 m
+39.6094 61.2217 L
+S
+25.21 68.4097 m
+25.21 61.2217 L
+S
+10.8105 68.4097 m
+10.8105 61.2217 L
+S
+68.4102 53.9717 m
+68.4102 46.7842 l
+S
+54.0098 53.9717 m
+54.0098 46.7842 L
+S
+39.6094 53.9717 m
+39.6094 46.7842 L
+S
+25.21 53.9717 m
+25.21 46.7842 L
+S
+10.8105 53.9717 m
+10.8105 46.7842 L
+S
+68.4102 39.5967 m
+68.4102 32.4092 l
+S
+54.0098 39.5967 m
+54.0098 32.4092 L
+S
+39.6094 39.5967 m
+39.6094 32.4092 L
+S
+25.21 39.5967 m
+25.21 32.4092 L
+S
+10.8105 39.5967 m
+10.8105 32.4092 L
+S
+68.4102 25.2217 m
+68.4102 18.0342 l
+S
+54.0098 25.2217 m
+54.0098 18.0342 L
+S
+39.6094 25.2217 m
+39.6094 18.0342 L
+S
+25.21 25.2217 m
+25.21 18.0342 L
+S
+10.8105 25.2217 m
+10.8105 18.0342 L
+S
+68.4102 10.7842 m
+68.4102 3.5967 l
+S
+54.0098 10.7842 m
+54.0098 3.5967 L
+S
+39.6094 10.7842 m
+39.6094 3.5967 L
+S
+25.21 10.7842 m
+25.21 3.5967 L
+S
+10.8105 10.7842 m
+10.8105 3.5967 L
+S
+61.1973 3.5967 m
+61.1973 0 L
+S
+46.7969 3.5967 m
+46.7969 0 L
+S
+32.3965 3.5967 m
+32.3965 0 L
+S
+17.9971 3.5967 m
+17.9971 0 L
+S
+3.5967 3.5967 m
+3.5967 0 l
+S
+61.1973 18.0342 m
+61.1973 10.8467 L
+S
+46.7969 18.0342 m
+46.7969 10.8467 L
+S
+32.3965 18.0342 m
+32.3965 10.8467 L
+S
+17.9971 18.0342 m
+17.9971 10.8467 L
+S
+3.5967 18.0342 m
+3.5967 10.8467 l
+S
+61.1973 32.4092 m
+61.1973 25.2217 L
+S
+46.7969 32.4092 m
+46.7969 25.2217 L
+S
+17.9971 32.4092 m
+17.9971 25.2217 L
+S
+3.5967 32.4092 m
+3.5967 25.2217 l
+S
+61.1973 46.7842 m
+61.1973 39.5967 L
+S
+46.7969 46.7842 m
+46.7969 39.5967 L
+S
+32.3965 46.7842 m
+32.3965 39.5967 L
+S
+17.9971 46.7842 m
+17.9971 39.5967 L
+S
+3.5967 46.7842 m
+3.5967 39.5967 l
+S
+61.1973 61.2217 m
+61.1973 54.0347 L
+S
+46.7969 61.2217 m
+46.7969 54.0347 L
+S
+32.3965 61.2217 m
+32.3965 54.0347 L
+S
+17.9971 61.2217 m
+17.9971 54.0347 L
+S
+3.5967 61.2217 m
+3.5967 54.0347 l
+S
+61.1973 71.959 m
+61.1973 68.4717 L
+S
+46.7969 71.959 m
+46.7969 68.4717 L
+S
+32.3965 71.959 m
+32.3965 68.4717 L
+S
+17.9971 71.959 m
+17.9971 68.4717 L
+S
+3.5967 71.959 m
+3.5967 68.4717 l
+S
+32.3965 32.4092 m
+32.3965 25.2217 L
+S
+%AI6_EndPatternLayer
+) &
+] E
+%AI3_EndPattern
+%AI3_BeginPattern: (Confetti)
+(Confetti) 4.85 3.617 76.85 75.617 [
+%AI3_Tile
+(0 O 0 R 1 g
+ 1 G
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 1 w 4 M []0 d
+0 XR
+4.85 3.617 m
+4.85 75.617 L
+76.85 75.617 L
+76.85 3.617 L
+4.85 3.617 L
+f
+%AI6_EndPatternLayer
+) &
+(0 O 0 R 0 g
+ 0 G
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 0.3 w 4 M []0 d
+0 XR
+10.6 64.867 m
+7.85 62.867 l
+S
+9.1 8.617 m
+6.85 6.867 l
+S
+78.1 68.617 m
+74.85 67.867 l
+S
+76.85 56.867 m
+74.35 55.117 l
+S
+79.6 51.617 m
+76.6 51.617 l
+S
+76.35 44.117 m
+73.6 45.867 l
+S
+78.6 35.867 m
+76.6 34.367 l
+S
+76.1 23.867 m
+73.35 26.117 l
+S
+78.1 12.867 m
+73.85 13.617 l
+S
+68.35 14.617 m
+66.1 12.867 l
+S
+76.6 30.617 m
+73.6 30.617 l
+S
+62.85 58.117 m
+60.956 60.941 l
+S
+32.85 59.617 m
+31.196 62.181 l
+S
+47.891 64.061 m
+49.744 66.742 l
+S
+72.814 2.769 m
+73.928 5.729 l
+S
+67.976 2.633 m
+67.35 5.909 l
+S
+61.85 27.617 m
+59.956 30.441 l
+S
+53.504 56.053 m
+51.85 58.617 l
+S
+52.762 1.779 m
+52.876 4.776 l
+S
+45.391 5.311 m
+47.244 7.992 l
+S
+37.062 3.375 m
+35.639 5.43 l
+S
+55.165 34.828 m
+57.518 37.491 l
+S
+20.795 3.242 m
+22.12 5.193 l
+S
+14.097 4.747 m
+15.008 8.965 l
+S
+9.736 1.91 m
+8.073 4.225 l
+S
+31.891 5.573 m
+32.005 8.571 l
+S
+12.1 70.367 m
+15.6 68.867 l
+S
+9.35 54.867 m
+9.6 58.117 l
+S
+12.85 31.867 m
+14.35 28.117 l
+S
+10.1 37.367 m
+12.35 41.117 l
+S
+34.1 71.117 m
+31.85 68.617 l
+S
+38.35 71.117 m
+41.6 68.367 l
+S
+55.1 71.117 m
+58.35 69.117 l
+S
+57.35 65.117 m
+55.35 61.867 l
+S
+64.35 66.367 m
+69.35 68.617 l
+S
+71.85 62.867 m
+69.35 61.117 l
+S
+23.6 70.867 m
+23.6 67.867 l
+S
+20.6 65.867 m
+17.35 65.367 l
+S
+24.85 61.367 m
+25.35 58.117 l
+S
+25.85 65.867 m
+29.35 66.617 l
+S
+14.1 54.117 m
+16.85 56.117 l
+S
+12.35 11.617 m
+12.6 15.617 l
+S
+12.1 19.867 m
+14.35 22.367 l
+S
+26.1 9.867 m
+23.6 13.367 l
+S
+34.6 47.117 m
+32.1 45.367 l
+S
+62.6 41.867 m
+59.85 43.367 l
+S
+31.6 35.617 m
+27.85 36.367 l
+S
+36.35 26.117 m
+34.35 24.617 l
+S
+33.85 14.117 m
+31.1 16.367 l
+S
+37.1 9.867 m
+35.1 11.117 l
+S
+34.35 20.867 m
+31.35 20.867 l
+S
+44.6 56.617 m
+42.1 54.867 l
+S
+47.35 51.367 m
+44.35 51.367 l
+S
+44.1 43.867 m
+41.35 45.617 l
+S
+43.35 33.117 m
+42.6 30.617 l
+S
+43.85 23.617 m
+41.1 25.867 l
+S
+44.35 15.617 m
+42.35 16.867 l
+S
+67.823 31.1 m
+64.823 31.1 l
+S
+27.1 32.617 m
+29.6 30.867 l
+S
+31.85 55.117 m
+34.85 55.117 l
+S
+19.6 40.867 m
+22.1 39.117 l
+S
+16.85 35.617 m
+19.85 35.617 l
+S
+20.1 28.117 m
+22.85 29.867 l
+S
+52.1 42.617 m
+54.484 44.178 l
+S
+52.437 50.146 m
+54.821 48.325 l
+S
+59.572 54.133 m
+59.35 51.117 l
+S
+50.185 10.055 m
+53.234 9.928 l
+S
+51.187 15.896 m
+53.571 14.075 l
+S
+58.322 19.883 m
+59.445 16.823 l
+S
+53.1 32.117 m
+50.6 30.367 l
+S
+52.85 24.617 m
+49.6 25.617 l
+S
+61.85 9.117 m
+59.1 10.867 l
+S
+69.35 34.617 m
+66.6 36.367 l
+S
+67.1 23.617 m
+65.1 22.117 l
+S
+24.435 46.055 m
+27.484 45.928 l
+S
+25.437 51.896 m
+27.821 50.075 l
+S
+62.6 47.117 m
+65.321 46.575 l
+S
+19.85 19.867 m
+20.35 16.617 l
+S
+21.85 21.867 m
+25.35 22.617 l
+S
+37.6 62.867 m
+41.6 62.117 l
+S
+38.323 42.1 m
+38.823 38.6 l
+S
+69.35 52.617 m
+66.85 53.867 l
+S
+14.85 62.117 m
+18.1 59.367 l
+S
+9.6 46.117 m
+7.1 44.367 l
+S
+20.6 51.617 m
+18.6 50.117 l
+S
+46.141 70.811 m
+47.994 73.492 l
+S
+69.391 40.561 m
+71.244 43.242 l
+S
+38.641 49.311 m
+39.35 52.117 l
+S
+25.141 16.811 m
+25.85 19.617 l
+S
+36.6 32.867 m
+34.6 31.367 l
+S
+6.1 68.617 m
+2.85 67.867 l
+S
+4.85 56.867 m
+2.35 55.117 l
+S
+7.6 51.617 m
+4.6 51.617 l
+S
+6.6 35.867 m
+4.6 34.367 l
+S
+6.1 12.867 m
+1.85 13.617 l
+S
+4.6 30.617 m
+1.6 30.617 l
+S
+72.814 74.769 m
+73.928 77.729 l
+S
+67.976 74.633 m
+67.35 77.909 l
+S
+52.762 73.779 m
+52.876 76.776 l
+S
+37.062 75.375 m
+35.639 77.43 l
+S
+20.795 75.242 m
+22.12 77.193 l
+S
+9.736 73.91 m
+8.073 76.225 l
+S
+10.1 23.617 m
+6.35 24.367 l
+S
+73.217 18.276 m
+71.323 21.1 l
+S
+28.823 39.6 m
+29.505 42.389 l
+S
+49.6 38.617 m
+47.6 37.117 l
+S
+60.323 73.6 m
+62.323 76.6 l
+S
+60.323 1.6 m
+62.323 4.6 l
+S
+%AI6_EndPatternLayer
+) &
+] E
+%AI3_EndPattern
+%AI3_BeginPattern: (Leaves - Fall )
+(Leaves - Fall ) 0 0 64.0781 78.9336 [
+%AI3_Tile
+(0 O 0 R 0.05 0.2 1 0 k
+ 0.05 0.2 1 0 K
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 1 w 4 M []0 d
+0 XR
+64.0781 78.9336 m
+64.0781 0 L
+0 0 L
+0 78.9336 L
+64.0781 78.9336 L
+f
+%AI6_EndPatternLayer
+) &
+(0 O 0 R 0.83 0 1 0 k
+ 0.83 0 1 0 K
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 1 w 4 M []0 d
+0 XR
+29.7578 0.9902 m
+30.4346 1.1914 30.7246 1.3428 V
+29.2559 4.0547 33.707 8.3359 34.627 9.0762 C
+35.2275 8.8506 35.3477 6.3184 34.6699 4.9805 C
+35.5137 5.1035 37.7031 3.7256 38.4609 2.4365 C
+38.5254 3.125 40.0957 6.0664 40.9219 6.4434 C
+40.002 6.8408 39.3359 8.3135 38.5742 9.7617 C
+39.5957 9.9287 40.9961 9.0078 42.4668 8.1025 C
+42.9814 8.9043 44.3555 9.875 45.6143 10.3916 C
+44.5264 11.0781 44.0313 11.8203 43.5352 13.2793 C
+42.4922 12.7139 40.3057 12.5645 39.7764 12.8516 C
+40.291 13.9648 42.5371 14.5078 43.2676 14.4551 C
+43.0137 15.3164 42.8652 17.4697 43.0391 20.0625 C
+41.3789 18.7461 39.834 17.4297 38.1738 17.4883 C
+38.4434 16.0664 37.8076 14.2607 37.4307 13.7676 C
+36.8574 14.5117 36.4463 15.3389 36.8008 17.3164 C
+35.3486 17.8008 34.1113 18.3467 32.7373 19.6045 C
+32.7373 17.7734 32.166 16.5723 31.2969 15.2959 C
+32.5576 14.8076 33.8301 13.6045 33.8252 12.5664 C
+32.9775 12.7178 31.2852 13.4619 30.793 14.4551 C
+30.0742 13.707 28.3906 12.3984 26.7871 12.3945 C
+27.9746 11.5391 28.8945 10.5059 28.9893 8.5938 C
+30.2422 9.5645 32.6953 10.1797 34.0752 9.582 C
+29.2344 5.3457 29.7031 2.3125 29.7578 0.9902 C
+f
+13.8525 29.9844 m
+13.3281 29.5127 13.1309 29.25 V
+15.623 27.4326 13.3691 21.6074 12.8555 20.5439 C
+12.2168 20.4883 10.8096 23.2285 10.8457 24.7266 C
+9.7129 23.9707 8.0488 24.0918 6.4463 24.3779 C
+7.0186 23.2891 6.6172 21.3447 5.8164 20.5439 C
+6.8184 20.5801 8.1699 19.8652 9.4785 18.8838 C
+8.6436 18.0645 6.8164 18.2246 4.9004 18.8838 C
+4.9004 17.5107 4.0781 15.7734 3.2412 14.5918 C
+4.5576 14.6484 5.7031 13.9629 6.5605 12.9316 C
+7.2256 14.5 9.2598 15.6133 10.166 15.5645 C
+10.1826 14.1992 8.6094 12.1094 7.5879 11.7109 C
+8.1875 11.041 9.207 9.5107 10.166 7.0947 C
+10.9648 9.0205 12.1348 10.2627 13.3672 11.1953 C
+12.2256 12.7578 12.3994 13.6289 12.7988 15.1074 C
+13.541 14.5664 14.5723 14.1338 14.7441 12.1309 C
+16.4609 12.416 17.5957 12.3447 19.0938 11.4434 C
+18.6387 13.1055 18.6348 14.707 18.9551 16.4063 C
+17.1055 16.2666 15.5449 16.4795 14.5156 17.9688 C
+15.3457 18.1953 17.6055 18.2549 18.4795 17.3223 C
+18.8066 18.3047 19.7012 19.7109 21.1475 20.4043 C
+19.707 20.6641 18.7227 21.7637 17.8135 23.4492 C
+17.1006 22.0332 14.873 20.3691 13.3711 20.3145 C
+15.373 24.3779 15.373 27.2959 13.8525 29.9844 C
+f
+41.2324 26.0742 m
+41.5518 26.7021 41.7549 26.959 V
+44.1523 25.0176 48.958 28.3262 49.8535 29.0957 C
+49.7432 29.7266 47.6182 30.8643 45.9004 29.834 C
+46.3408 31.123 45.4395 33.084 44.2402 34.126 C
+45.9805 34.0254 48.126 35.3867 48.6484 36.1289 C
+48.8701 35.1514 50.0527 33.8809 51.3379 32.8672 C
+51.6895 33.8398 50.9941 35.958 50.0781 37.5605 C
+51.3125 38.0605 52.4248 38.9912 52.8828 40.25 C
+53.3398 38.9336 54.3428 38.2598 55.6875 37.5039 C
+54.5273 36.0762 53.7471 33.9023 54.0273 33.0391 C
+55.3496 33.374 56.9209 36.0918 57.0439 37.1816 C
+57.9189 36.415 59.4727 35.7285 62.0537 35.4219 C
+60.3535 34.3438 59.9902 32.3516 59.4063 30.9219 C
+58.2588 31.3682 56.0898 31.4277 55.1152 30.8643 C
+55.8281 30.2852 57.168 29.7344 59.1777 29.7207 C
+59.1777 28.1758 59.6406 27.043 60.8945 25.8281 C
+59.1719 25.8418 57.0723 25.3555 55.5762 24.9629 C
+55.3281 26.292 54.4844 27.8887 53.3398 28.2891 C
+53.334 27.4277 53.5996 25.1797 54.4844 24.5117 C
+53.6201 23.9443 52.3672 22.5674 51.9102 20.8496 C
+51.2881 22.1758 50.4268 23.4805 48.5645 23.9238 C
+49.749 24.9766 50.584 26.9941 50.25 28.4609 C
+45.1973 24.4785 42.5215 25.7773 41.2324 26.0742 C
+f
+27.7578 38.7324 m
+28.4346 38.9316 28.7246 39.084 V
+27.2559 41.7969 31.707 46.0776 32.627 46.8169 C
+33.2275 46.5918 33.3477 44.0586 32.6699 42.7227 C
+33.5137 42.8457 35.7031 41.4678 36.4609 40.1787 C
+36.5254 40.8652 38.0957 43.8066 38.9219 44.1846 C
+38.002 44.582 37.3359 46.0547 36.5742 47.5039 C
+37.5957 47.6709 38.9961 46.7485 40.4668 45.8438 C
+40.9814 46.6445 42.3555 47.6177 43.6143 48.1328 C
+42.5264 48.8198 42.0313 49.5615 41.5352 51.0205 C
+40.4922 50.4556 38.3057 50.3057 37.7764 50.5938 C
+38.291 51.7056 40.5371 52.2485 41.2676 52.1958 C
+41.0137 53.0576 40.8652 55.2109 41.0391 57.8037 C
+39.3789 56.4878 37.834 55.1719 36.1738 55.2285 C
+36.4434 53.8076 35.8076 52.002 35.4307 51.5088 C
+34.8574 52.2529 34.4463 53.0796 34.8008 55.0576 C
+33.3486 55.5425 32.1113 56.0879 30.7373 57.3467 C
+30.7373 55.5146 30.166 54.314 29.2969 53.0366 C
+30.5576 52.5488 31.8301 51.3467 31.8252 50.3076 C
+30.9775 50.46 29.2852 51.2036 28.793 52.1958 C
+28.0742 51.4497 26.3906 50.1396 24.7871 50.1357 C
+25.9746 49.2817 26.8945 48.2466 26.9893 46.335 C
+28.2422 47.3057 30.6953 47.9209 32.0752 47.3237 C
+27.2344 43.0869 27.7031 40.0547 27.7578 38.7324 C
+f
+13.5195 70.3916 m
+12.9941 69.9209 12.7988 69.6587 V
+15.2891 67.8418 13.0352 62.0146 12.5225 60.9517 C
+11.8828 60.8955 10.4766 63.6367 10.5117 65.1348 C
+9.3809 64.3789 7.7148 64.4995 6.1133 64.7856 C
+6.6855 63.6987 6.2842 61.7529 5.4834 60.9517 C
+6.4854 60.9878 7.8359 60.2729 9.1455 59.2925 C
+8.3105 58.4717 6.4834 58.6338 4.5674 59.2925 C
+4.5674 57.9189 3.7461 56.1816 2.9082 54.9995 C
+4.2246 55.0576 5.3691 54.3706 6.2275 53.3408 C
+6.8926 54.9097 8.9258 56.0215 9.832 55.9727 C
+9.8496 54.6079 8.2764 52.5176 7.2539 52.1187 C
+7.8545 51.4497 8.873 49.9189 9.832 47.5039 C
+10.6309 49.4297 11.8008 50.6719 13.0342 51.6045 C
+11.8926 53.1655 12.0664 54.0366 12.4648 55.5146 C
+13.209 54.9746 14.2393 54.5415 14.4102 52.5386 C
+16.127 52.8247 17.2637 52.7529 18.7598 51.8525 C
+18.3057 53.5137 18.3027 55.1147 18.623 56.8149 C
+16.7725 56.6748 15.2129 56.8887 14.1826 58.377 C
+15.0117 58.6035 17.2725 58.6626 18.1465 57.731 C
+18.4736 58.7129 19.3691 60.1187 20.8145 60.8125 C
+19.375 61.0728 18.3896 62.1719 17.4805 63.8579 C
+16.7676 62.4429 14.541 60.7769 13.0371 60.7227 C
+15.041 64.7856 15.041 67.7046 13.5195 70.3916 C
+f
+41.2324 64.4824 m
+41.5518 65.1113 41.7549 65.3682 V
+44.1523 63.4272 48.958 66.7354 49.8535 67.5034 C
+49.7432 68.1362 47.6182 69.2725 45.9004 68.2422 C
+46.3408 69.5313 45.4395 71.4922 44.2402 72.5342 C
+45.9805 72.4341 48.126 73.7954 48.6484 74.5371 C
+48.8701 73.5601 50.0527 72.29 51.3379 71.2754 C
+51.6895 72.249 50.9941 74.3662 50.0781 75.9683 C
+51.3125 76.4692 52.4248 77.3994 52.8828 78.6582 C
+53.3398 77.3423 54.3428 76.667 55.6875 75.9111 C
+54.5273 74.4844 53.7471 72.3101 54.0273 71.4473 C
+55.3496 71.7822 56.9209 74.5 57.0439 75.5903 C
+57.9189 74.8232 59.4727 74.1372 62.0537 73.8311 C
+60.3535 72.7534 59.9902 70.7612 59.4063 69.3301 C
+58.2588 69.7773 56.0898 69.8364 55.1152 69.2725 C
+55.8281 68.6934 57.168 68.1431 59.1777 68.1284 C
+59.1777 66.583 59.6406 65.4512 60.8945 64.2373 C
+59.1719 64.249 57.0723 63.7632 55.5762 63.3721 C
+55.3281 64.7002 54.4844 66.2974 53.3398 66.6973 C
+53.334 65.8364 53.5996 63.5874 54.4844 62.9214 C
+53.6201 62.353 52.3672 60.9751 51.9102 59.2583 C
+51.2881 60.583 50.4268 61.8882 48.5645 62.333 C
+49.749 63.3862 50.584 65.4033 50.25 66.8691 C
+45.1973 62.8872 42.5215 64.1851 41.2324 64.4824 C
+f
+%AI6_EndPatternLayer
+) &
+] E
+%AI3_EndPattern
+%AI3_BeginPattern: (Stripes)
+(Stripes) 8.45 4.6001 80.45 76.6001 [
+%AI3_Tile
+(0 O 0 R 1 0.07 1 0 k
+ 1 0.07 1 0 K
+) @
+(
+%AI6_BeginPatternLayer
+0 J 0 j 3.6 w 4 M []0 d
+0 XR
+8.2 8.2 m
+80.7 8.2 L
+S
+8.2 22.6001 m
+80.7 22.6001 L
+S
+8.2 37.0002 m
+80.7 37.0002 L
+S
+8.2 51.4 m
+80.7 51.4 L
+S
+8.2 65.8001 m
+80.7 65.8001 L
+S
+8.2 15.4 m
+80.7 15.4 L
+S
+8.2 29.8001 m
+80.7 29.8001 L
+S
+8.2 44.2 m
+80.7 44.2 L
+S
+8.2 58.6001 m
+80.7 58.6001 L
+S
+8.2 73.0002 m
+80.7 73.0002 L
+S
+%AI6_EndPatternLayer
+) &
+] E
+%AI3_EndPattern
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginBrushPattern
+(New Pattern 1)
+0 A
+u
+1 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7966.8496 8072.5967 m
+-7966.8496 8048.5967 L
+-8016.8496 8048.5967 L
+-8016.8496 8072.5967 L
+-7966.8496 8072.5967 L
+n
+u
+0 Ap
+0 O
+1 g
+-7986.8496 8070.5967 m
+-7999.0596 8073.6494 -8007.543 8063.6572 -8016.8496 8056.5479 C
+F
+-7976.8496 8070.5967 m
+-7993.2275 8074.6904 -8002.9004 8055.3193 -8016.8496 8050.9121 C
+F
+-8016.8496 8050.5967 m
+-7996.8496 8045.5967 -7986.8496 8075.5967 -7966.8496 8070.5967 C
+F
+-8006.8496 8050.5967 m
+-7990.4717 8046.502 -7980.7988 8065.874 -7966.8496 8070.2813 C
+F
+-7996.8496 8050.5967 m
+-7984.6396 8047.5439 -7976.1563 8057.5361 -7966.8496 8064.6455 C
+F
+-7976.8496 8050.5967 m
+-7973.2275 8049.6904 -7969.9351 8049.9375 -7966.8496 8050.9121 C
+F
+-8006.8496 8070.5967 m
+-8010.4717 8071.502 -8013.7651 8071.2559 -8016.8496 8070.2813 C
+F
+-7976.8813 8050.7217 m
+-7983.0005 8049.2129 -7986.8813 8050.7217 V
+-7990.9771 8049.2441 -7996.8813 8050.7217 V
+-8001.8442 8049.0459 -8006.8813 8050.7217 V
+-8012.8965 8049.1709 -8016.8813 8050.7217 V
+-8016.8813 8070.4063 L
+-8013.7954 8071.3809 -8010.3965 8071.5879 -8006.4795 8070.5049 C
+-8000.313 8072.0879 -7996.563 8070.5049 V
+-7991.563 8072.0879 -7986.4795 8070.4209 V
+-7982.147 8072.0049 -7976.4795 8070.5049 V
+-7970.9795 8071.9209 -7966.8813 8070.7217 V
+-7966.8813 8051.0361 L
+-7969.625 8050.0254 -7972.751 8049.5254 -7976.8813 8050.7217 C
+f
+0 R
+0 G
+1 J 1 j 0.5 w
+-7996.8496 8070.5967 m
+-8004.6396 8072.5439 -8010.9131 8069.1816 -8016.8496 8064.6455 C
+S
+-7986.8496 8070.5967 m
+-7999.0596 8073.6494 -8007.543 8063.6572 -8016.8496 8056.5479 C
+S
+-7976.8496 8070.5967 m
+-7993.2275 8074.6904 -8002.9004 8055.3193 -8016.8496 8050.9121 C
+S
+-8016.8496 8050.5967 m
+-7996.8496 8045.5967 -7986.8496 8075.5967 -7966.8496 8070.5967 C
+S
+-8006.8496 8050.5967 m
+-7990.4717 8046.502 -7980.7988 8065.874 -7966.8496 8070.2813 C
+S
+-7996.8496 8050.5967 m
+-7984.6396 8047.5439 -7976.1563 8057.5361 -7966.8496 8064.6455 C
+S
+-7986.8496 8050.5967 m
+-7979.0596 8048.6494 -7972.7871 8052.0117 -7966.8496 8056.5479 C
+S
+-7976.8496 8050.5967 m
+-7973.2275 8049.6904 -7969.9351 8049.9375 -7966.8496 8050.9121 C
+S
+-8006.8496 8070.5967 m
+-8010.4717 8071.502 -8013.7651 8071.2559 -8016.8496 8070.2813 C
+S
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 10)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0996 8071.5967 m
+-7965.9917 8071.5967 L
+-7965.9917 8015.5723 L
+-8016.0996 8015.5723 L
+-8016.0996 8071.5967 L
+n
+u
+0 O
+0.1 1 1 0 k
+-7979.001 8037.1719 m
+-7980.8174 8030.6924 -7990.9243 8034.0625 Y
+-7990.8911 8034.127 L
+-8000.9995 8030.7568 -8002.814 8037.2363 V
+-8008.7754 8054.6025 -8003.5918 8061.3408 V
+-7996.8525 8070.9336 -7992.7051 8070.9336 V
+-7989.1099 8070.8672 L
+-7984.9634 8070.8672 -7978.2251 8061.2783 Y
+-7973.0405 8054.5391 -7979.001 8037.1719 Y
+f
+u
+0 0 0 1 k
+-7983.4922 8015.5723 m
+-7984.2163 8017.0166 -7985.0234 8018.0713 V
+-7984.5054 8017.6592 -7983.6147 8016.7881 -7983.4922 8015.5723 C
+f
+-7997.1641 8018.082 m
+-7997.9707 8017.0273 -7998.6938 8015.583 Y
+-7998.5723 8016.7988 -7997.6821 8017.6699 -7997.1641 8018.082 C
+f
+U
+0 0.61 0.74 0 k
+-7982.6973 8040.0576 m
+-7984.0034 8035.3926 -7991.2813 8037.8184 Y
+-7991.2563 8037.8652 L
+-7998.5361 8035.4395 -7999.8413 8040.1045 V
+-8004.1333 8052.6084 -8000.4014 8057.46 V
+-7995.5483 8064.3652 -7992.563 8064.3652 V
+-7989.9751 8064.3193 L
+-7986.9883 8064.3193 -7982.1362 8057.4141 Y
+-7978.4038 8052.5605 -7982.6973 8040.0576 Y
+f
+u
+1 Ap
+0.73 0.43 1 0.22 k
+0 R
+0 0 0 1 K
+-7986.7222 8042.8721 m
+-7985.9131 8042.8721 -7985.2554 8042.2148 -7985.2554 8041.4063 c
+-7985.2554 8040.5967 -7985.9131 8039.9385 -7986.7222 8039.9385 c
+-7987.5317 8039.9385 -7988.1885 8040.5967 -7988.1885 8041.4063 c
+-7988.1885 8042.2148 -7987.5317 8042.8721 -7986.7222 8042.8721 c
+b
+-7986.4634 8054.5938 m
+-7985.1802 8054.5938 -7984.1411 8053.7168 -7984.1411 8052.6387 c
+-7984.1411 8051.5576 -7985.1802 8050.6836 -7986.4634 8050.6836 c
+-7987.7451 8050.6836 -7988.7842 8051.5576 -7988.7842 8052.6387 c
+-7988.7842 8053.7168 -7987.7451 8054.5938 -7986.4634 8054.5938 c
+b
+-7985.9341 8066.3828 m
+-7984.3813 8066.3828 -7983.1235 8065.7256 -7983.1235 8064.918 c
+-7983.1235 8064.1084 -7984.3813 8063.4512 -7985.9341 8063.4512 c
+-7987.4858 8063.4512 -7988.7451 8064.1084 -7988.7451 8064.918 c
+-7988.7451 8065.7256 -7987.4858 8066.3828 -7985.9341 8066.3828 c
+b
+-7981.71 8038.123 m
+-7980.9683 8038.123 -7980.3667 8037.4121 -7980.3667 8036.5332 c
+-7980.3667 8035.6553 -7980.9683 8034.9443 -7981.71 8034.9443 c
+-7982.4531 8034.9443 -7983.0542 8035.6553 -7983.0542 8036.5332 c
+-7983.0542 8037.4121 -7982.4531 8038.123 -7981.71 8038.123 c
+b
+-7980.103 8059.6797 m
+-7980.9814 8059.332 -7981.249 8057.9316 -7980.7031 8056.5508 c
+-7980.1563 8055.1719 -7979.001 8054.332 -7978.123 8054.6816 c
+-7977.2451 8055.0293 -7976.9771 8056.4297 -7977.5229 8057.8105 c
+-7978.0698 8059.1904 -7979.2251 8060.0283 -7980.103 8059.6797 c
+b
+u
+-7995.1563 8042.7559 m
+-7995.9658 8042.7559 -7996.6235 8042.0986 -7996.6235 8041.29 c
+-7996.6235 8040.4795 -7995.9658 8039.8232 -7995.1563 8039.8232 c
+-7994.3481 8039.8232 -7993.6909 8040.4795 -7993.6909 8041.29 c
+-7993.6909 8042.0986 -7994.3481 8042.7559 -7995.1563 8042.7559 c
+b
+-7995.4155 8054.4766 m
+-7996.6987 8054.4766 -7997.7378 8053.6016 -7997.7378 8052.5215 c
+-7997.7378 8051.4414 -7996.6987 8050.5664 -7995.4155 8050.5664 c
+-7994.1338 8050.5664 -7993.0947 8051.4414 -7993.0947 8052.5215 c
+-7993.0947 8053.6016 -7994.1338 8054.4766 -7995.4155 8054.4766 c
+b
+-7995.9453 8066.2676 m
+-7997.4971 8066.2676 -7998.7554 8065.6113 -7998.7554 8064.8008 c
+-7998.7554 8063.9902 -7997.4971 8063.335 -7995.9453 8063.335 c
+-7994.3931 8063.335 -7993.1348 8063.9902 -7993.1348 8064.8008 c
+-7993.1348 8065.6113 -7994.3931 8066.2676 -7995.9453 8066.2676 c
+b
+-8000.1675 8038.0059 m
+-8000.9111 8038.0059 -8001.5117 8037.2949 -8001.5117 8036.418 c
+-8001.5117 8035.54 -8000.9111 8034.8301 -8000.1675 8034.8301 c
+-7999.4258 8034.8301 -7998.8237 8035.54 -7998.8237 8036.418 c
+-7998.8237 8037.2949 -7999.4258 8038.0059 -8000.1675 8038.0059 c
+b
+-8001.7754 8059.5645 m
+-8000.8979 8059.2168 -8000.6294 8057.8154 -8001.1758 8056.4336 c
+-8001.7222 8055.0537 -8002.8774 8054.2168 -8003.7554 8054.5645 c
+-8004.6338 8054.9131 -8004.9028 8056.3145 -8004.3564 8057.6934 c
+-8003.8101 8059.0742 -8002.6548 8059.9121 -8001.7754 8059.5645 c
+b
+U
+U
+0 Ap
+0 0 0 1 k
+-7991.2314 8038.252 m
+-7991.2314 8070.9111 l
+F
+u
+-7975.4902 8024.127 m
+-7976.1812 8023.4336 -7979.1191 8024.2988 Y
+-7980.3291 8024.4707 -7980.1558 8026.8896 Y
+-7979.1191 8028.9648 -7979.8101 8028.791 Y
+-7980.3994 8028.791 -7981.9551 8028.7109 -7982.8818 8028.6592 C
+-7983.2222 8027.2656 -7984.7124 8026.0713 -7986.8213 8025.3662 C
+-7984.8574 8022.0742 -7986.6172 8021.3916 -7988.3931 8021.3867 C
+-7988.4092 8021.2988 -7988.4321 8021.2129 -7988.4595 8021.1289 C
+-7986.2085 8021.1758 -7985.7388 8018.8555 Y
+-7985.5044 8018.6592 -7985.2603 8018.3828 -7985.0234 8018.0713 C
+-7985.2412 8018.2441 -7985.394 8018.3359 Y
+-7986.3579 8018.3359 -7987.9771 8020.0908 -7988.5962 8020.8037 C
+-7989.019 8020.04 -7989.9531 8019.5078 -7991.043 8019.5078 c
+-7992.1694 8019.5078 -7993.1318 8020.0752 -7993.5308 8020.8809 C
+-7994.0981 8020.2207 -7995.7964 8018.3477 -7996.7939 8018.3477 C
+-7996.9458 8018.2539 -7997.1641 8018.082 V
+-7996.9277 8018.3896 -7996.6831 8018.6699 -7996.4478 8018.8652 C
+-7995.9634 8021.2529 -7993.625 8021.1309 V
+-7993.6445 8021.1855 -7993.667 8021.2393 -7993.6802 8021.2988 C
+-7997.0234 8021.2891 -7996.0371 8023.9141 -7995.3101 8025.2568 C
+-7997.6914 8025.9727 -7999.3643 8027.2969 -7999.6235 8028.8467 C
+-8000.5469 8028.8965 -8001.7725 8028.9551 -8002.2798 8028.9551 C
+-8002.9722 8029.1279 -8001.9351 8027.0547 V
+-8001.7622 8024.6357 -8002.9722 8024.4629 V
+-8005.9092 8023.5986 -8006.6011 8024.29 V
+-8007.2915 8025.1533 -8008.1558 8023.9424 V
+-8007.2915 8025.6719 -8005.3911 8025.1533 V
+-8002.7979 8024.4629 -8003.4902 8026.1904 V
+-8004.0083 8029.6465 -8002.2798 8030.3369 V
+-8000.1338 8031.4512 -7998.3818 8031.6855 V
+-7998.0083 8032.0107 -7997.5635 8032.3076 -7997.0581 8032.5732 C
+-7999.6558 8032.6436 -8002.3242 8033.5176 -8003.1748 8036.5527 C
+-8003.6147 8037.8398 -8004.1514 8039.8398 V
+-8005.2021 8040.4219 -8006.4019 8041.6045 -8007.6411 8043.8584 C
+-8008.4941 8047.0469 -8009.2671 8042.3096 V
+-8010.4971 8039.2461 -8011.75 8039.1348 V
+-8010.5698 8040.8838 -8011.0034 8042.0127 V
+-8009.3994 8046.5137 -8007.7134 8045.4961 V
+-8006.1982 8044.8164 -8004.7881 8042.4121 V
+-8005.1694 8044.0938 -8005.5322 8046.0137 -8005.7739 8047.9873 C
+-8006.5884 8047.9941 L
+-8008.4502 8047.0752 -8008.4258 8050.5557 V
+-8009.2222 8054.542 -8008.459 8057.2793 V
+-8007.7471 8059.7471 -8010.2271 8058.5273 V
+-8011.3838 8058.9209 -8012.0835 8058.3848 V
+-8014.4878 8057.0088 -8016.0996 8058.7207 V
+-8014.2471 8058.4766 -8013.5479 8059.0137 V
+-8012.0781 8059.1582 -8011.9971 8059.7744 V
+-8009.0557 8060.4521 -8008.2881 8059.6729 V
+-8006.5171 8058.8105 -8007.23 8055.9561 V
+-8007.9795 8048.0781 -8006.4194 8050.002 V
+-8006.2178 8050.0176 -8005.978 8050.1143 V
+-8006.2515 8054.0293 -8005.9014 8057.9209 -8004.0957 8060.4473 C
+-8007.5532 8052.9297 -8002.397 8037.9004 Y
+-8001.0605 8033.127 -7995.2271 8033.6982 -7992.2451 8034.3311 C
+-7992.1714 8035.7256 -7991.937 8037.5449 -7991.2314 8038.252 C
+-7990.313 8036.292 -7990.3354 8034.6699 V
+-7989.1758 8034.3184 -7982.3813 8032.4414 -7979.5483 8035.9336 C
+-7980.5308 8033.4102 -7982.9258 8032.6152 -7985.3003 8032.5156 C
+-7984.7671 8032.2285 -7984.3037 8031.9014 -7983.9253 8031.5469 C
+-7982.1411 8031.3828 -7979.8101 8030.1729 Y
+-7978.0811 8029.4824 -7978.6011 8026.0273 Y
+-7979.2915 8024.2988 -7976.6987 8024.9902 Y
+-7974.7998 8025.5078 -7973.9351 8023.7803 Y
+-7974.7998 8024.9902 -7975.4902 8024.127 Y
+f
+-7970.0078 8058.5488 m
+-7970.707 8059.0859 -7971.8628 8058.6904 Y
+-7974.3442 8059.9102 -7973.6323 8057.4424 Y
+-7972.8691 8054.707 -7973.6641 8050.7188 Y
+-7973.6411 8047.2412 -7975.501 8048.1563 Y
+-7976.1338 8048.1523 L
+-7976.4194 8046.208 -7976.8042 8044.3516 -7977.1895 8042.7656 C
+-7975.8125 8045.0166 -7974.3774 8045.6592 Y
+-7972.6909 8046.6787 -7971.0874 8042.1758 Y
+-7971.521 8041.0469 -7970.3413 8039.2988 Y
+-7971.5933 8039.4092 -7972.8242 8042.4727 Y
+-7973.5972 8047.2119 -7974.4507 8044.0234 Y
+-7975.6772 8041.7871 -7976.8691 8040.6064 -7977.9141 8040.0195 C
+-7978.3022 8038.6592 -7978.5854 8037.8359 Y
+-7978.7998 8037.0693 -7979.1333 8036.4453 -7979.5483 8035.9336 C
+-7979.4795 8036.1094 -7979.417 8036.2949 -7979.3628 8036.4873 C
+-7973.4019 8053.8555 -7978.5854 8060.5938 V
+-7985.3242 8070.1836 -7989.4717 8070.1836 V
+-7993.0659 8070.248 L
+-7997.2134 8070.248 -8003.9531 8060.6582 Y
+-8004.0034 8060.5928 -8004.0459 8060.5176 -8004.0957 8060.4473 C
+-8003.8374 8061.0107 -8003.5371 8061.5371 -8003.1748 8062.0059 C
+-7996.4355 8071.5967 -7992.2891 8071.5967 V
+-7988.6938 8071.5313 L
+-7984.5479 8071.5313 -7977.8091 8061.9414 Y
+-7975.6797 8059.1729 -7975.4302 8054.6143 -7975.8765 8050.2021 C
+-7975.7549 8050.1719 -7975.6694 8050.1641 Y
+-7974.1108 8048.2441 -7974.8594 8056.1211 Y
+-7975.5742 8058.9756 -7973.8022 8059.8369 Y
+-7973.0347 8060.6152 -7970.0942 8059.9385 Y
+-7970.0132 8059.3223 -7968.543 8059.1777 Y
+-7967.8442 8058.6416 -7965.9917 8058.8848 Y
+-7967.6021 8057.1729 -7970.0078 8058.5488 Y
+f
+U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 2)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0996 8071.5967 m
+-7951.2871 8071.5967 L
+-7951.2871 8007.499 L
+-8016.0996 8007.499 L
+-8016.0996 8071.5967 L
+n
+u
+0 O
+0 g
+-7981.7974 8030.0264 m
+-7983.709 8007.499 L
+-7985.6211 8030.0264 L
+-7985.0029 8029.9033 -7984.3638 8029.8369 -7983.709 8029.8369 c
+-7983.0547 8029.8369 -7982.4155 8029.9033 -7981.7974 8030.0264 C
+f
+-7993.3398 8037.9941 m
+-8016.0996 8039.9268 L
+-7993.2134 8041.8701 L
+-7993.3853 8041.1436 -7993.4844 8040.3896 -7993.4844 8039.6123 c
+-7993.4844 8039.0596 -7993.4277 8038.5215 -7993.3398 8037.9941 C
+f
+-7988.6191 8031.1689 m
+-8002.2622 8022.4014 L
+-7992.3149 8034.9736 L
+-7991.457 8033.3877 -7990.1714 8032.0732 -7988.6191 8031.1689 C
+f
+-7985.5811 8049.2041 m
+-7983.6782 8071.5967 L
+-7981.7764 8049.1934 L
+-7982.4014 8049.3193 -7983.0469 8049.3877 -7983.709 8049.3877 c
+-7984.3496 8049.3877 -7984.9731 8049.3213 -7985.5811 8049.2041 C
+f
+-7974.0605 8041.1035 m
+-7951.2871 8039.1689 L
+-7974.1831 8037.2256 L
+-7974.1831 8037.4473 L
+-7974.0254 8038.1455 -7973.9341 8038.8662 -7973.9341 8039.6123 c
+-7973.9341 8040.1201 -7973.9844 8040.6152 -7974.0605 8041.1035 C
+f
+-7992.2134 8044.4229 m
+-8002.2637 8057.126 L
+-7988.3774 8048.2021 L
+-7989.9819 8047.3271 -7991.311 8046.0127 -7992.2134 8044.4229 C
+f
+-7975.0957 8034.9912 m
+-7964.9751 8022.2021 L
+-7978.8662 8031.1279 L
+-7977.2764 8032.0381 -7975.9629 8033.376 -7975.0957 8034.9912 C
+f
+-7978.7891 8048.0479 m
+-7964.9731 8056.9248 L
+-7975.0654 8044.1689 L
+-7975.9194 8045.7861 -7977.2148 8047.1279 -7978.7891 8048.0479 C
+f
+-7974.9883 8044.21 m
+-7974.4858 8043.2607 -7974.1431 8042.2168 -7973.9751 8041.1152 c
+-7973.8989 8040.626 -7973.8481 8040.124 -7973.8481 8039.6123 c
+-7973.8481 8038.8604 -7973.9395 8038.1318 -7974.0981 8037.4277 c
+-7974.2954 8036.5537 -7974.6045 8035.7207 -7975.0181 8034.9512 c
+-7975.895 8033.3213 -7977.2188 8031.9707 -7978.8237 8031.0527 c
+-7979.729 8030.5342 -7980.7222 8030.1504 -7981.7798 8029.9424 c
+-7982.4043 8029.8174 -7983.0493 8029.748 -7983.709 8029.748 c
+-7984.3691 8029.748 -7985.0151 8029.8174 -7985.6387 8029.9424 c
+-7986.7231 8030.1572 -7987.7378 8030.5537 -7988.6621 8031.0928 c
+-7990.231 8032.0068 -7991.5278 8033.332 -7992.3911 8034.9316 c
+-7992.8965 8035.8662 -7993.2451 8036.8936 -7993.4258 8037.9785 c
+-7993.5151 8038.5127 -7993.5723 8039.0557 -7993.5723 8039.6123 c
+-7993.5723 8040.3975 -7993.4707 8041.1572 -7993.2974 8041.8896 c
+-7993.0811 8042.8037 -7992.7402 8043.6699 -7992.2871 8044.4668 c
+-7991.3789 8046.0693 -7990.0391 8047.3975 -7988.417 8048.2793 c
+-7987.5483 8048.752 -7986.5996 8049.0947 -7985.5957 8049.29 c
+-7984.9844 8049.4072 -7984.355 8049.4736 -7983.709 8049.4736 c
+-7983.041 8049.4736 -7982.3896 8049.4053 -7981.7598 8049.2793 c
+-7980.6782 8049.0635 -7979.666 8048.6621 -7978.7451 8048.124 c
+-7977.1563 8047.1943 -7975.8511 8045.8408 -7974.9883 8044.21 c
+f
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 3)
+0 A
+u
+1 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8006.8496 8072.5967 m
+-8006.8496 8048.5967 L
+-8016.8496 8048.5967 L
+-8016.8496 8072.5967 L
+-8006.8496 8072.5967 L
+n
+u
+u
+0 Ap
+0 O
+1 g
+-8007.5054 8064.1328 m
+-8007.0874 8063.0313 -8006.8496 8061.8438 -8006.8496 8060.5967 c
+-8006.8496 8058.7344 -8007.3677 8056.9961 -8008.2539 8055.5039 c
+-8009.9971 8052.5703 -8013.1895 8050.5967 -8016.8496 8050.5967 C
+-8016.8496 8070.5967 L
+-8016.5293 8070.5967 -8016.2139 8070.5781 -8015.9014 8070.5488 c
+-8014.0117 8070.3721 -8012.2803 8069.6611 -8010.8438 8068.5791 c
+-8009.3467 8067.4512 -8008.1797 8065.915 -8007.5054 8064.1328 c
+f
+0 R
+0 G
+1 J 1 j 0.5 w
+-8016.8496 8050.9141 m
+-8013.8203 8051.8711 -8010.9922 8053.5293 -8008.2539 8055.5039 C
+S
+-8016.8496 8056.5479 m
+-8013.6987 8058.9531 -8010.6431 8061.6836 -8007.5054 8064.1328 C
+S
+-8010.8438 8068.5791 m
+-8012.9102 8067.4873 -8014.8989 8066.1309 -8016.8496 8064.6396 C
+S
+-8015.9014 8070.5488 m
+-8016.2188 8070.4648 -8016.5371 8070.3818 -8016.8496 8070.2832 C
+S
+-8010.8438 8068.5791 m
+-8012.2803 8069.6611 -8014.0117 8070.3711 -8015.9014 8070.5488 C
+S
+-8007.5054 8064.1328 m
+-8007.0874 8063.0313 -8006.8496 8061.8438 -8006.8496 8060.5967 c
+-8006.8496 8058.7344 -8007.3677 8056.9961 -8008.2539 8055.5039 C
+S
+-8016.8496 8070.5967 m
+-8016.5293 8070.5967 -8016.2139 8070.5781 -8015.9014 8070.5488 C
+S
+-8010.8438 8068.5791 m
+-8009.3467 8067.4512 -8008.1797 8065.915 -8007.5054 8064.1328 C
+S
+-8008.2539 8055.5039 m
+-8009.9971 8052.5703 -8013.1895 8050.5967 -8016.8496 8050.5967 C
+S
+U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 34)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.125 8071.623 m
+-7960.1538 8071.623 L
+-7960.1538 8010.1309 L
+-8016.125 8010.1309 L
+-8016.125 8071.623 L
+n
+u
+u
+0 O
+0.0745 0.9 0.9019 0.18 k
+0 R
+0 0 0 1 K
+1 J 1 j 0.0518 w
+-7989.6987 8048.3184 m
+-7989.459 8059.1182 -7994.979 8069.4365 v
+-7994.5005 8071.5967 -7993.0591 8071.5967 v
+-7993.2998 8068.2373 -7992.3389 8067.7568 v
+-7988.0195 8055.7568 -7988.7378 8047.8369 v
+-7989.6987 8048.3184 l
+b
+-7989.6987 8048.3184 m
+-7991.3789 8053.5967 -8003.1387 8054.7979 v
+-8007.459 8055.2773 -8007.6987 8056.7168 v
+-8001.2202 8047.1152 -8000.2598 8047.3574 v
+-8013.459 8041.5977 -8016.0996 8036.3164 v
+-8011.0591 8039.1973 -8007.6987 8037.0361 v
+-7999.7798 8036.7979 -7994.7402 8038.958 v
+-7990.9004 8040.8779 -7998.8198 8024.7979 v
+-7994.979 8036.5576 -7991.3789 8010.1572 v
+-7990.4194 8015.4375 -7988.9795 8016.8779 v
+-7982.9795 8024.5576 -7983.9395 8026.7168 v
+-7984.4194 8030.5576 -7979.8594 8024.3174 v
+-7980.0996 8033.918 -7982.5005 8037.2773 v
+-7984.6587 8040.8779 -7978.6587 8038.7168 v
+-7972.6587 8036.7979 -7967.3789 8038.4775 v
+-7961.8594 8039.916 -7960.1797 8037.0361 v
+-7971.9395 8049.5176 -7977.6987 8049.2773 v
+-7976.019 8052.8779 l
+-7973.6191 8057.6777 -7974.0996 8058.8779 v
+-7989.3677 8049.4795 -7989.6987 8048.3184 v
+b
+-7989.6987 8048.3184 m
+-7987.0591 8029.8369 -7989.6987 8022.1572 v
+-7992.0981 8011.5977 -7991.3789 8010.1572 v
+S
+-7988.2598 8037.0361 m
+-7982.2598 8032.2373 -7981.0591 8026.9561 v
+S
+-7988.2598 8036.3164 m
+-7997.1387 8028.6377 -7998.8198 8024.7979 v
+S
+-7960.1797 8037.0361 m
+-7961.3789 8039.1973 -7989.459 8047.3574 y
+-7994.5005 8041.8389 -8006.0195 8039.4375 v
+-8013.6982 8038.4775 -8016.0996 8036.3164 v
+S
+-8006.7378 8055.2773 m
+-7995.2188 8046.1582 -7989.459 8047.3574 y
+-7975.2988 8053.5967 -7974.0996 8058.8779 v
+S
+U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 36)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8015.9492 8071.5928 m
+-7966.0596 8071.5928 L
+-7966.0596 8020.5225 L
+-8015.9492 8020.5225 L
+-8015.9492 8071.5928 L
+n
+u
+0 O
+0.025 0.1 0.475 0 k
+-7994.25 8039.5 m
+-7996.5762 8038.4092 -7998.791 8038.04 -8000.4731 8038.5205 c
+-8001.1514 8038.7129 -8001.7451 8039.0439 -8002.2231 8039.5205 c
+-8002.7002 8039.999 -8003.0293 8040.5918 -8003.2231 8041.2695 c
+-8004.1084 8044.3672 -8002.1099 8049.2744 -7998.0229 8053.3633 c
+-7993.9341 8057.4502 -7989.0293 8059.4473 -7985.9282 8058.5625 c
+-7985.2515 8058.3672 -7984.6582 8058.0391 -7984.1802 8057.5625 c
+-7983.7031 8057.084 -7983.375 8056.4912 -7983.1821 8055.8135 c
+-7982.6172 8053.8428 -7983.2222 8051.1416 -7984.7852 8048.3857 c
+-7985.6821 8046.8066 -7986.8911 8045.21 -7988.3789 8043.7197 c
+-7990.25 8041.8496 -7992.291 8040.4209 -7994.25 8039.5 c
+f
+u
+0.0035 0.014 0.0665 0 k
+-7993.3179 8038.5693 m
+-7995.9302 8037.6182 -7998.4971 8037.5654 -8000.4731 8038.5205 C
+-7998.791 8038.04 -7996.5762 8038.4092 -7994.25 8039.5 c
+-7993.7188 8039.751 -7993.1802 8040.04 -7992.6431 8040.3643 C
+-7990.998 8039.6504 L
+-7991.7671 8039.2139 -7992.543 8038.8496 -7993.3179 8038.5693 c
+f
+0.015 0.06 0.285 0 k
+-7990.998 8039.6504 m
+-7992.6431 8040.3643 L
+-7991.1958 8041.2314 -7989.7422 8042.3574 -7988.3789 8043.7197 c
+-7988.2534 8043.8467 -7988.1323 8043.9736 -7988.0098 8044.1025 C
+-7987.3149 8042.46 L
+-7988.4702 8041.3193 -7989.7188 8040.3779 -7990.998 8039.6504 C
+f
+U
+u
+0.039 0.156 0.741 0 k
+-7981.7871 8027 m
+-7982.0742 8027.2881 -7993.3179 8038.5693 Y
+-7992.543 8038.8496 -7991.7671 8039.2139 -7990.998 8039.6504 C
+-7977.5142 8026.167 L
+-7979.1611 8025.6953 -7980.7402 8025.9521 -7981.7871 8027 c
+f
+0.025 0.1 0.475 0 k
+-7977.5142 8026.167 m
+-7990.998 8039.6504 L
+-7989.6841 8040.3984 -7988.3965 8041.3721 -7987.2139 8042.5537 c
+-7987.1841 8042.583 -7987.1582 8042.6123 -7987.1274 8042.6416 C
+-7973.4404 8028.9541 L
+-7973.626 8028.7295 -7973.8198 8028.5107 -7974.0298 8028.2969 c
+-7975.1099 8027.2197 -7976.3301 8026.5049 -7977.5142 8026.167 C
+f
+U
+u
+0.0115 0.046 0.2185 0 k
+-7968.0342 8035.9893 m
+-7965.6333 8033.5859 -7965.4351 8029.6865 -7967.2378 8026.2939 C
+-7968.395 8026.7148 L
+-7966.1934 8030.0928 -7965.9395 8033.8916 -7968.0342 8035.9893 c
+f
+0.015 0.06 0.285 0 k
+-7975.6333 8021.1924 m
+-7974.6821 8020.5225 L
+-7977.3042 8019.9482 -7979.9302 8020.5107 -7981.7202 8022.3027 c
+-7980.2715 8020.8545 -7978.0078 8020.5273 -7975.6333 8021.1924 C
+f
+0.0295 0.118 0.5605 0 k
+-7975.6333 8021.1924 m
+-7978.0078 8020.5273 -7980.2715 8020.8545 -7981.7202 8022.3027 c
+-7983.1191 8023.7021 -7983.4702 8025.8604 -7982.895 8028.1436 C
+-7980.9668 8025.1416 -7977.5078 8026.1504 V
+-7975.6851 8021.2275 L
+-7975.6333 8021.1924 L
+f
+*u
+1 D
+0.048 0.192 0.912 0 k
+-7968.0342 8035.9893 m
+-7969.3813 8037.335 -7971.4321 8037.71 -7973.623 8037.2236 C
+-7983.771 8047.3701 L
+-7983.8691 8047.1641 -7983.8691 8047.1641 -7983.771 8047.3701 c
+-7982.3242 8050.4111 -7982.0698 8053.5127 -7983.1821 8055.8135 C
+-7982.6172 8053.8428 -7983.2222 8051.1416 -7984.7852 8048.3857 c
+-7985.605 8046.9404 -7986.6914 8045.4814 -7988.0098 8044.1025 C
+-7987.3149 8042.46 L
+-7987.2813 8042.4912 -7987.2461 8042.5205 -7987.2139 8042.5537 c
+-7987.1841 8042.584 -7987.1563 8042.6143 -7987.127 8042.6436 c
+-7987.1274 8042.6436 -7987.1274 8042.6436 -7987.1274 8042.6416 C
+-7973.4404 8028.9541 L
+-7968.4258 8026.7256 L
+-7968.395 8026.7148 L
+-7966.1934 8030.0928 -7965.9395 8033.8916 -7968.0342 8035.9893 c
+f
+*U
+0 D
+0.0215 0.086 0.4085 0 k
+-7974.6821 8020.5225 m
+-7975.6333 8021.1924 L
+-7973.7842 8021.708 -7971.8652 8022.8252 -7970.2134 8024.4795 c
+-7969.5059 8025.1855 -7968.8994 8025.9385 -7968.395 8026.7148 C
+-7967.2378 8026.2939 L
+-7967.7549 8025.3213 -7968.437 8024.3896 -7969.2798 8023.5479 c
+-7970.8691 8021.9561 -7972.7754 8020.9385 -7974.6821 8020.5225 C
+f
+0.0205 0.082 0.3895 0 k
+-7968.395 8026.7148 m
+-7968.8994 8025.9385 -7969.5059 8025.1855 -7970.2134 8024.4795 c
+-7971.8652 8022.8252 -7973.7842 8021.708 -7975.6333 8021.1924 C
+-7975.6851 8021.2275 L
+-7977.5078 8026.1504 L
+-7976.311 8026.5176 -7975.0874 8027.2393 -7974.0298 8028.2969 c
+-7973.8198 8028.5107 -7973.626 8028.7295 -7973.4404 8028.9541 C
+-7968.4258 8026.7256 L
+-7968.395 8026.7148 L
+f
+U
+u
+0.445 0.356 0.267 0 k
+-8015.9492 8071.5928 m
+-7994.0571 8048.5654 L
+-7994.3003 8048.2461 -7994.6748 8048.21 -7994.9883 8048.2559 C
+-7999.2798 8052.8857 -8010.4141 8065.0527 -8014.8262 8069.876 C
+-8015.6646 8070.9482 -8016.0996 8071.5898 -8015.9492 8071.5928 C
+f
+0.15 0.12 0.09 0 k
+-8015.9341 8071.5928 m
+-8014.7603 8071.2998 -7993.793 8049.5996 Y
+-7993.793 8049.0986 -7993.8989 8048.7725 -7994.0571 8048.5654 C
+-8015.9492 8071.5928 L
+-8015.9438 8071.5928 -8015.9414 8071.5967 -8015.9341 8071.5928 c
+f
+0.2 0.16 0.12 0 k
+-8014.8262 8069.876 m
+-8010.4141 8065.0527 -7999.2798 8052.8857 -7994.9883 8048.2559 C
+-7995.2998 8048.3008 -7995.5522 8048.4268 Y
+-7996.7031 8048.7295 -8010.6738 8064.5576 -8014.8262 8069.876 C
+f
+U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 37)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8015.0498 8070.8281 m
+-7965.1387 8070.8281 L
+-7965.1387 8006.7119 L
+-8015.0498 8006.7119 L
+-8015.0498 8070.8281 L
+n
+u
+0 O
+0 0 0 1 k
+0 R
+0 0 0 1 K
+0 w
+-7965.3354 8006.7119 m
+-7965.7061 8006.8447 -7966.0854 8006.8799 -7966.4829 8006.7998 c
+-7966.5859 8006.7646 l
+-7966.625 8006.7568 -7966.6699 8006.7744 -7966.7021 8006.7959 c
+-7967.043 8006.9893 l
+-7970.8125 8008.8926 -7974.1958 8011.4932 -7976.5996 8015.0439 c
+-7978.063 8017.1885 -7979.2231 8019.4756 -7980.8989 8021.4521 c
+-7981.2725 8021.8057 -7981.2754 8022.3691 -7980.9341 8022.7275 c
+-7980.5947 8023.0977 -7980.0181 8023.1045 -7979.6611 8022.7617 c
+-7979.5034 8022.8066 l
+-7979.3638 8022.7256 -7979.1738 8022.667 -7979.123 8022.5537 c
+-7977.9531 8019.7998 -7977.2891 8017.1104 -7975.5332 8014.7354 c
+-7973.2715 8011.6904 -7970.2773 8009.5908 -7967.1294 8007.6201 c
+-7966.4668 8007.2021 L
+-7966.5962 8007.2314 L
+-7965.8691 8007.2393 l
+-7965.8911 8007.208 -7965.9004 8007.1924 -7965.9219 8007.1611 C
+-7965.7061 8007.1201 -7965.4771 8007.0713 -7965.2622 8007.0303 c
+-7965.1758 8007.0205 -7965.1182 8006.9355 -7965.1387 8006.835 c
+-7965.1499 8006.748 -7965.2378 8006.7051 -7965.3354 8006.7119 c
+-7965.3354 8006.7119 l
+b
+-7981.3218 8020.5918 m
+-7981.6738 8020.4033 -7982.0654 8020.2686 -7982.3481 8019.9854 c
+-7988.5518 8013.7686 -7998.7798 8012.8701 -8006.1484 8019.2822 C
+-8006.2578 8019.3779 -8006.2578 8019.5537 -8006.1631 8019.6611 C
+-8003.1523 8018.54 -7994.9834 8019.9717 -7991.4219 8023.0088 C
+-7991.353 8023.0635 -7991.2461 8023.0488 -7991.2051 8022.9678 C
+-7991.1499 8022.9014 -7991.166 8022.792 -7991.2324 8022.7529 C
+-7994.6621 8019.6816 -7999.167 8017.8867 -8003.7725 8018.3447 C
+-8000.9531 8016.7822 -7997.731 8016.0908 -7994.498 8016.2852 c
+-7989.814 8016.5684 -7985.563 8018.7158 -7981.4707 8020.876 c
+-7981.3911 8020.916 -7981.2974 8020.8896 -7981.2549 8020.8076 C
+-7981.2012 8020.7275 -7981.2422 8020.6318 -7981.3218 8020.5918 c
+b
+-7990.7471 8021.9326 m
+-7992.3262 8025.958 -7994.4907 8029.916 -7997.9014 8032.6729 c
+-7998.0645 8032.8086 -7998.0942 8033.0459 -7997.9707 8033.2021 c
+-7997.834 8033.3643 -7997.6045 8033.376 -7997.4478 8033.2529 c
+-7993.2231 8031.1934 -7990.29 8026.7275 -7990.2622 8021.998 c
+-7990.2622 8021.998 l
+-7990.2324 8021.8633 -7990.335 8021.7305 -7990.4629 8021.7188 c
+-7990.6035 8021.7021 -7990.7314 8021.7939 -7990.7471 8021.9326 c
+-7990.7471 8021.9326 l
+b
+-7985.041 8026.6143 m
+-7985.1421 8026.7783 -7985.2148 8026.9805 -7985.3613 8027.0791 c
+-7988.1802 8028.9873 -7991.0781 8030.2275 -7993.9844 8031.7295 c
+-7994.1499 8031.8057 -7994.2114 8032.0146 -7994.1309 8032.167 c
+-7994.0508 8032.3193 -7993.8555 8032.376 -7993.6895 8032.3008 c
+-7990.5391 8030.9199 -7986.4131 8030.0967 -7984.7725 8026.7764 c
+-7984.7285 8026.708 -7984.7451 8026.6113 -7984.8262 8026.5615 c
+-7984.8955 8026.5166 -7984.9971 8026.5449 -7985.041 8026.6143 c
+-7985.041 8026.6143 l
+b
+-7984.7598 8027.5146 m
+-7984.5435 8028.0264 -7984.2427 8028.4863 -7984.1499 8029.0313 c
+-7983.3179 8033.874 -7983.2148 8038.6387 -7984.3481 8043.2832 c
+-7984.3481 8043.2832 l
+-7984.4414 8043.5488 -7984.311 8043.8408 -7984.0435 8043.9355 c
+-7983.7773 8044.0303 -7983.4878 8043.9092 -7983.3931 8043.6445 c
+-7981.3931 8038.4072 -7981.9971 8032.334 -7984.4707 8027.3799 c
+-7984.5059 8027.2969 -7984.5981 8027.2656 -7984.6821 8027.2881 c
+-7984.7637 8027.3232 -7984.7974 8027.4316 -7984.7598 8027.5146 c
+-7984.7598 8027.5146 l
+b
+-7983.6348 8043.1904 m
+-7980.998 8040.8232 -7978.7813 8037.8486 -7977.9531 8034.332 c
+-7977.9531 8034.332 l
+-7977.8242 8033.7783 -7978.1738 8033.2197 -7978.7412 8033.0869 c
+-7979.2988 8032.9717 -7979.8574 8033.3213 -7979.9858 8033.876 c
+-7980.6646 8037.1279 -7981.9707 8040.2695 -7983.895 8042.9824 c
+-7983.895 8042.9824 l
+-7983.9458 8043.0518 -7983.9341 8043.1543 -7983.8691 8043.2168 c
+-7983.7988 8043.2656 -7983.6973 8043.2549 -7983.6348 8043.1904 c
+-7983.6348 8043.1904 l
+b
+-7968.4707 8035.7793 m
+-7969.811 8031.4268 -7972.3594 8027.666 -7975.7891 8024.75 C
+-7975.8291 8024.6689 -7975.9238 8024.6289 -7976.0034 8024.6816 C
+-7976.0859 8024.7236 -7976.1118 8024.8174 -7976.0718 8024.8984 C
+-7976.0571 8025.3857 -7975.814 8025.8301 -7975.5454 8026.1279 c
+-7970.5059 8031.7588 -7967.0898 8040.3164 -7969.4429 8047.5518 C
+-7969.1758 8042.0479 -7970.8237 8035.8975 -7974.2358 8031.2705 c
+-7975.2603 8029.8662 -7976.8418 8029.7168 -7978.4077 8029.7998 C
+-7978.502 8029.7861 -7978.583 8029.8398 -7978.5957 8029.9336 c
+-7978.6094 8030.0156 -7978.5547 8030.1104 -7978.4619 8030.1221 C
+-7975.2476 8031.3662 -7973.5874 8034.8213 -7972.1841 8037.791 c
+-7970.5151 8041.3408 -7969.8013 8045.2354 -7970.105 8049.0967 C
+-7970.145 8049.2744 -7970.2134 8050.9941 -7970.0771 8051.0068 C
+-7969.9302 8051.0361 -7969.8091 8050.9404 -7969.7798 8050.791 C
+-7969.7451 8050.6416 -7966.7422 8041.3945 -7968.4707 8035.7793 c
+b
+-7976.5859 8023.0879 m
+-7975.4941 8019.2168 -7973.209 8015.8477 -7970.582 8012.835 c
+-7970.4302 8012.7012 -7970.4141 8012.4824 -7970.5498 8012.332 c
+-7970.6748 8012.1973 -7970.9043 8012.1787 -7971.0571 8012.3145 c
+-7974.4302 8014.9287 -7975.5483 8019.1377 -7976.895 8022.9717 c
+-7976.895 8022.9717 l
+-7976.9258 8023.0615 -7976.875 8023.1553 -7976.7979 8023.1836 c
+-7976.709 8023.2158 -7976.6162 8023.1641 -7976.5859 8023.0879 c
+-7976.5859 8023.0879 l
+b
+-7970.6309 8047.7061 m
+-7970.6987 8047.6533 -7970.8071 8047.6797 -7970.8481 8047.7471 C
+-7971.063 8048.0713 -7972.791 8050.1152 -7973.4922 8050.7373 c
+-7978.2715 8054.9912 -7981.6133 8059.5576 -7989.6387 8063.3193 c
+-7996.5508 8066.5605 -7999.2109 8069.1924 -8006.4858 8067.4229 c
+-8009.7871 8066.626 -8011.1309 8066.1279 -8012.5347 8061.0518 C
+-8014.0469 8054.8955 -8012.9668 8057.3799 -8013.1841 8050.0352 c
+-8013.3218 8045.2939 -8016.0996 8034.0518 -8003.625 8019.8564 C
+-8003.5195 8019.7451 -8003.5332 8019.5928 -8003.6333 8019.5039 C
+-8003.7324 8019.3984 -8003.8955 8019.4121 -8003.9858 8019.5127 C
+-8009.6782 8024.3135 -8013.123 8031.2549 -8014.4141 8038.5391 c
+-8015.3867 8044.0635 -8015.0195 8048.8467 -8014.7661 8055.2334 c
+-8014.6685 8057.6904 -8015.7852 8064.6689 -8011.0098 8068.6592 c
+-8007.4922 8071.5967 -8002.4907 8071.1436 -7998.4541 8069.7529 c
+-7992.7988 8067.8086 -7988.0723 8064.7432 -7982.9707 8061.2061 c
+-7979.3652 8058.7217 -7971.3877 8048.8809 -7970.5781 8047.9229 C
+-7970.5347 8047.8555 -7970.5498 8047.7471 -7970.6309 8047.7061 C
+b
+-8005.1499 8034.9023 m
+-8004.2681 8034.0996 -8003.8013 8035.4424 -8003.5293 8036.1982 c
+-8003.2622 8036.9541 -8002.2891 8036.8467 -8002.6123 8037.1689 c
+-8002.9365 8037.4941 -8002.9365 8037.5488 -8003.4229 8037.1152 c
+-8003.9082 8036.6846 -8003.9082 8037.332 -8004.6646 8036.8467 c
+-8005.4194 8036.3584 -8005.7451 8035.4424 -8005.1499 8034.9023 c
+b
+-7997.7515 8039.5449 m
+-7997.4653 8039.1885 -7996.7798 8039.1689 -7996.5645 8039.4912 c
+-7996.3496 8039.8164 -7995.4302 8039.8701 -7995.5933 8040.1934 c
+-7995.7539 8040.5176 -7995.7012 8040.7354 -7996.187 8040.5176 c
+-7996.6733 8040.3008 -7996.5117 8040.8965 -7996.9971 8040.6807 c
+-7997.4829 8040.4639 -7997.9683 8039.8164 -7997.7515 8039.5449 c
+b
+-7989.707 8044.6758 m
+-7989.2202 8044.3525 -7987.979 8045.1084 -7988.5723 8045.1084 c
+-7989.167 8045.1084 -7988.4111 8045.8633 -7988.9517 8046.0801 c
+-7989.4902 8046.2959 -7989.3828 8046.0264 -7989.707 8046.2412 c
+-7990.0293 8046.458 -7990.4629 8046.8359 -7990.6235 8046.0264 c
+-7990.7852 8045.2158 -7990.4629 8045.2158 -7990.0845 8044.9463 c
+-7989.707 8044.6758 -7989.707 8044.6758 y
+b
+-8004.3398 8044.9463 m
+-8003.207 8044.8389 -8003.9629 8045.5947 -8003.3691 8046.0801 c
+-8002.7734 8046.5664 -8002.0181 8047.2139 -8002.8291 8046.9961 c
+-8003.6387 8046.7822 -8005.0957 8047.2686 -8005.043 8046.1348 c
+-8004.9883 8045 -8004.7324 8044.9824 -8004.3398 8044.9463 c
+b
+-7998.6699 8053.208 m
+-7998.2012 8052.9404 -7998.7798 8053.3164 -7998.1299 8053.208 c
+-7997.4829 8053.1006 -7996.8882 8053.208 -7997.3203 8053.4248 c
+-7997.7515 8053.6406 -7998.4004 8053.748 -7998.563 8053.5859 c
+-7998.7251 8053.4248 -7999.0469 8053.4248 -7998.6699 8053.208 c
+b
+-7989.167 8052.7764 m
+-7989.5781 8051.7764 -7988.1958 8052.0205 -7987.5469 8052.3428 c
+-7986.8994 8052.6689 -7985.9258 8052.0742 -7986.5205 8052.5068 c
+-7987.1133 8052.9385 -7986.8994 8052.5068 -7987.4922 8052.8301 c
+-7988.0869 8053.1533 -7988.7891 8053.6943 -7989.167 8052.7764 c
+b
+-8004.7734 8058.6631 m
+-8004.8218 8057.6719 -8003.9082 8058.5537 -8003.3691 8058.6084 c
+-8002.8291 8058.6631 -8002.1797 8058.6631 -8002.3428 8058.8779 c
+-8002.5034 8059.0947 -8002.5591 8059.0947 -8003.2622 8059.3096 c
+-8003.9629 8059.5264 -8004.7188 8059.7412 -8004.7734 8058.6631 c
+b
+-8005.2578 8053.208 m
+-8006.166 8053.5713 -8006.3931 8053.4775 -8006.6621 8053.8008 c
+-8006.9341 8054.126 -8007.2554 8054.8281 -8007.6348 8053.6943 c
+-8008.0117 8052.5596 -8007.5278 8051.3721 -8007.1475 8051.5342 c
+-8006.771 8051.6953 -8006.3931 8052.3428 -8005.9614 8052.5596 c
+-8005.5293 8052.7764 -8004.7188 8052.9912 -8005.2578 8053.208 c
+b
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 41)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0996 8071.5967 m
+-7935.0996 8071.5967 L
+-7935.0996 7966.5967 L
+-8016.0996 7966.5967 L
+-8016.0996 8071.5967 L
+n
+u
+u
+u
+0 O
+0 0 0 1 k
+-7997.9053 7984.0225 m
+-7998.1738 7982.2588 -7999.2598 7980.8877 -8000.6235 7980.9932 c
+-8001.9858 7981.0986 -8002.8071 7982.6201 -8002.8428 7984.4033 c
+-8002.8481 7984.666 -8002.7739 7985.8408 -8002.73 7986.0742 C
+-8002.7378 7986.1787 -8002.7188 7986.2705 -8002.71 7986.377 c
+-8002.6138 7987.6221 -8001.457 7988.9561 -8000.041 7988.8467 c
+-7998.6245 7988.7373 -7997.5894 7987.458 -7997.7363 7986.0693 c
+-7997.7441 7986.0039 -7997.7954 7985.2227 -7997.8071 7985.1592 C
+-7997.7813 7984.8809 -7997.8594 7984.3223 -7997.9053 7984.0225 c
+f
+-8008.3643 7993.3301 m
+-8009.0942 8001.5127 -8003.6011 8000.7158 v
+-8000.4678 7999.6152 -8001.541 7996.7168 v
+-8001.7422 7995.3486 -8003.8843 7994.0947 v
+-8004.2461 7993.8467 -8004.8628 7992.6982 v
+-8005.229 7991.1943 -8006.6182 7990.8945 v
+-8008.1758 7990.8477 -8008.3643 7993.3301 v
+f
+-7982.8643 8002.0938 m
+F
+-7982.1758 7999.9375 m
+-7982.8843 7998.79 -7985.9844 7999.2246 Y
+-7986.9111 7999.2852 -7987.4795 7998.708 Y
+-7989.939 7994.6885 -7993.1382 7995.4824 -7993.5078 7995.5898 C
+-7993.5093 7995.583 L
+-7997.0991 7996.2012 -7997.3662 8001.1992 V
+-7997.5908 8001.9785 -7998.4351 8002.3662 V
+-8001.3691 8003.458 -8001.4478 8004.8047 V
+-8001.9995 8006.7119 -7999.7002 8007.3389 V
+-7997.7788 8007.8535 -7995.8882 8005.4912 V
+-7994.7109 8004.2764 -7991.6758 8003.5361 V
+-7991.6724 8003.5488 L
+-7988.459 8002.6416 -7986.7388 8003.1855 Y
+-7983.9517 8004.3643 -7982.5059 8002.998 Y
+-7980.7822 8001.3525 -7982.1758 7999.9375 Y
+f
+-7996.083 7983.4756 m
+-7996.6851 7981.7969 -7996.3818 7980.0742 -7995.1323 7979.5195 c
+-7993.8838 7978.9639 -7992.438 7979.9131 -7991.5581 7981.4639 c
+-7991.4282 7981.6924 -7990.9355 7982.7617 -7990.8628 7982.9873 C
+-7990.8062 7983.0752 -7990.7788 7983.1641 -7990.7358 7983.2637 c
+-7990.2285 7984.4053 -7990.6118 7986.127 -7991.9102 7986.7041 c
+-7993.2085 7987.2822 -7994.7275 7986.6494 -7995.2578 7985.3584 c
+-7995.2827 7985.2969 -7995.6074 7984.584 -7995.6294 7984.5225 C
+-7995.7827 7984.292 -7995.9805 7983.7627 -7996.083 7983.4756 c
+f
+-7981.8125 7986.5273 m
+-7977.2798 7993.3789 -7982.4907 7995.291 v
+-7985.771 7995.8135 -7986.2031 7992.7529 v
+-7986.6782 7991.4521 -7985.3896 7989.332 v
+-7985.1899 7988.9414 -7985.1934 7987.6367 v
+-7985.5854 7986.1416 -7984.5078 7985.2148 v
+-7983.1587 7984.4326 -7981.8125 7986.5273 v
+f
+U
+u
+-7956.8354 8035.7041 m
+-7956.4683 8033.959 -7957.0044 8032.292 -7958.3179 8031.9131 c
+-7959.6318 8031.5342 -7960.9341 8032.6719 -7961.5933 8034.3291 c
+-7961.6899 8034.5742 -7962.0322 8035.6992 -7962.0742 8035.9336 C
+-7962.1172 8036.0293 -7962.1318 8036.1211 -7962.1621 8036.2246 c
+-7962.5083 8037.4238 -7961.8931 8039.0771 -7960.5278 8039.4717 c
+-7959.1631 8039.8662 -7957.7451 8039.0332 -7957.3965 8037.6816 c
+-7957.3789 8037.6172 -7957.1548 8036.8672 -7957.1421 8036.8037 C
+-7957.021 8036.5518 -7956.8979 8036.002 -7956.8354 8035.7041 c
+f
+-7970.3701 8040.2139 m
+-7973.9238 8047.6201 -7968.4995 8048.8027 v
+-7965.1797 8048.8721 -7965.1685 8045.7813 v
+-7964.8774 8044.4277 -7966.4429 8042.5039 v
+-7966.6938 8042.1416 -7966.8691 8040.8496 v
+-7966.6851 8039.3145 -7967.8789 8038.5449 v
+-7969.3218 8037.9561 -7970.3701 8040.2139 v
+f
+-7949.5645 8057.3662 m
+F
+-7948.1631 8055.5879 m
+-7948.4243 8054.2656 -7951.4795 8053.584 Y
+-7952.3696 8053.3164 -7952.6982 8052.5752 Y
+-7953.5918 8047.9502 -7956.8662 8047.5713 -7957.249 8047.542 C
+-7957.249 8047.5361 L
+-7960.8267 8046.8555 -7962.8311 8051.4424 V
+-7963.3149 8052.0928 -7964.2412 8052.1592 V
+-7967.3721 8052.1523 -7967.9165 8053.3857 V
+-7969.1035 8054.9775 -7967.1709 8056.3721 V
+-7965.5522 8057.5273 -7962.9531 8055.9785 V
+-7961.4238 8055.2549 -7958.3218 8055.626 V
+-7958.3228 8055.6387 L
+-7954.9961 8055.918 -7953.5762 8057.0293 Y
+-7951.3789 8059.1113 -7949.5459 8058.3398 Y
+-7947.355 8057.4023 -7948.1631 8055.5879 Y
+f
+-7954.937 8035.832 m
+-7954.9131 8034.0479 -7954.0254 8032.542 -7952.6597 8032.46 c
+-7951.2939 8032.376 -7950.2739 8033.7734 -7949.9951 8035.5352 c
+-7949.9541 8035.7939 -7949.8662 8036.9678 -7949.8774 8037.2061 C
+-7949.8555 8037.3076 -7949.8613 8037.4004 -7949.8555 8037.5088 c
+-7949.7803 8038.7559 -7950.7441 8040.2334 -7952.1621 8040.3184 c
+-7953.5811 8040.4033 -7954.7822 8039.2793 -7954.8242 8037.8838 c
+-7954.8267 8037.8184 -7954.8818 8037.0361 -7954.8794 8036.9717 C
+-7954.9429 8036.7012 -7954.9419 8036.1367 -7954.937 8035.832 c
+f
+-7943.1182 8043.1592 m
+-7941.2773 8051.1641 -7946.8267 8051.127 v
+-7950.083 8050.4648 -7949.415 8047.4473 v
+-7949.4028 8046.0635 -7947.4531 8044.5293 v
+-7947.1274 8044.2344 -7946.6738 8043.0117 v
+-7946.5171 8041.4727 -7945.1831 8040.9844 v
+-7943.645 8040.7246 -7943.1182 8043.1592 v
+f
+U
+U
+1 Ap
+-8016.0996 8071.5967 m
+-8016.0996 7966.5967 L
+-7935.0996 7966.5967 L
+-7935.0996 8071.5967 L
+-8016.0996 8071.5967 L
+n
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 42)
+0 A
+u
+0 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7989.5605 8044.6816 m
+-8017.0996 8044.6816 L
+-8017.0996 8072.2207 L
+-7989.5605 8072.2207 L
+-7989.5605 8044.6816 L
+n
+0 O
+0 0.55 1 0.12 k
+-8003.8594 8062.959 m
+-8003.8594 8072.5967 L
+-8002.7339 8072.5967 L
+-8002.7339 8062.959 L
+-8003.8594 8062.959 L
+f
+0 0.55 1 0.3 k
+-8007.5229 8058.4727 m
+-8006.4092 8056.752 -8002.9805 8055.0537 -7998.5962 8055.0537 c
+-7994.2148 8055.0537 -7990.7134 8056.7031 -7989.6714 8058.4707 C
+-7989.6714 8058.4707 L
+-7990.7134 8060.1973 -7994.2148 8061.8945 -7998.5962 8061.8945 c
+-8002.9751 8061.8945 -8006.4238 8060.1582 -8007.5229 8058.4727 C
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 45)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8017.0996 8029.5146 m
+-8017.0996 8072.5967 L
+-7930.3213 8072.5967 L
+-7930.3213 8029.5146 L
+-8017.0996 8029.5146 L
+n
+u
+u
+0 O
+0 0 0 1 k
+-7957.3213 8058.832 m
+-7957.3213 8066.6709 L
+-7945.3213 8059.7412 L
+-7933.3213 8052.8135 L
+-7945.3213 8045.8857 L
+-7957.3213 8038.958 L
+-7957.3213 8047.0791 L
+-8016.0347 8033.3135 L
+-8003.0874 8052.3984 L
+-8017.0996 8072.5967 L
+-7957.3213 8058.832 L
+f
+0 1 1 0.1 k
+0 R
+0 0 0 1 K
+-7955.3213 8055.832 m
+-7955.3213 8063.6709 L
+-7943.3213 8056.7412 L
+-7931.3213 8049.8135 L
+-7943.3213 8042.8857 L
+-7955.3213 8035.958 L
+-7955.3213 8044.0791 L
+-8014.0347 8030.3135 L
+-7999.375 8049.9561 L
+-8014.0347 8069.5967 L
+-7955.3213 8055.832 L
+b
+U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 5)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7858.499 8072.5967 m
+-7858.499 8059.0166 L
+-8017.0996 8059.0166 L
+-8017.0996 8072.5967 L
+-7858.499 8072.5967 L
+n
+u
+u
+0 O
+0.285 0.228 0.171 0 k
+-7873.1782 8071.0811 m
+-7873.1431 8072.2861 L
+-7859.6099 8073.1143 -7858.9414 8071.8789 v
+-7858.8438 8071.6982 -7858.7471 8071.3115 -7858.6611 8070.79 C
+-7860.6841 8071.4209 -7870.3911 8071.168 -7873.1782 8071.0811 C
+f
+0.44 0.352 0.264 0 k
+-7873.5059 8059.6201 m
+-7873.4707 8060.8633 L
+-7870.5908 8060.6455 -7860.291 8059.9131 -7858.6431 8060.4619 C
+-7858.8027 8059.8154 -7859.0195 8059.3613 -7859.3042 8059.2119 c
+-7860.9302 8058.3623 -7873.5059 8059.6201 Y
+f
+0.145 0.116 0.087 0 k
+-7873.4707 8060.8633 m
+-7873.1782 8071.0811 L
+-7870.3911 8071.168 -7860.6841 8071.4209 -7858.6611 8070.79 C
+-7858.2515 8068.374 -7858.0254 8062.9561 -7858.6431 8060.4619 C
+-7860.291 8059.9131 -7870.5908 8060.6455 -7873.4707 8060.8633 C
+f
+U
+u
+0.155 0.124 0.093 0 k
+-7899.0371 8064.8701 m
+-7897.9971 8065.2529 L
+-7879.1724 8060.7432 L
+-7879.5811 8059.9111 L
+-7898.4629 8062.3213 L
+-7899.3521 8062.6025 L
+-7899.75 8062.4902 -7900.293 8062.4209 V
+-7899.709 8062.834 -7899.2422 8063.7373 -7899.0371 8064.8701 C
+f
+u
+0.085 0.068 0.051 0 k
+-7903.8989 8069.2627 m
+-7904.6973 8069.3184 -7901.8491 8069.2607 Y
+-7902.4478 8068.6143 -7902.8711 8067.416 -7902.9102 8066.0342 c
+-7902.9165 8065.8213 -7902.9102 8065.6143 -7902.8989 8065.4102 C
+-7903.1411 8065.3037 -7903.1914 8065.3701 -7903.7285 8065.1611 C
+-7903.0996 8069.208 -7903.8989 8069.2627 v
+f
+0.305 0.244 0.183 0 k
+-7902.4438 8062.4639 m
+-7902.6523 8062.4072 -7902.5933 8064.5273 Y
+-7901.5781 8065.3545 L
+-7899.9355 8064.54 L
+-7899.0371 8064.8701 L
+-7899.2422 8063.7373 -7899.709 8062.834 -7900.293 8062.4209 C
+-7900.709 8062.3672 -7901.9741 8062.3965 -7902.4438 8062.4639 C
+f
+U
+0.115 0.092 0.069 0 k
+-7899.0371 8064.8701 m
+-7899.9355 8064.54 L
+-7901.5781 8065.3545 L
+-7902.5933 8064.5273 L
+-7902.8931 8065.3047 -7902.8989 8065.4102 V
+-7901.6133 8065.9756 -7900.2827 8066.3369 -7898.9395 8066.5225 C
+-7898.8896 8066.3232 -7898.8838 8066.1396 -7898.8896 8065.9336 c
+-7898.8994 8065.5684 -7898.9214 8065.2148 -7899.0371 8064.8701 C
+f
+0.41 0.328 0.246 0 k
+-7879.5508 8060.9932 m
+-7881.4771 8062.2393 -7890.4858 8067.6953 -7898.9395 8066.5225 C
+-7899.0034 8067.6895 -7899.3481 8068.6875 -7899.8496 8069.2598 C
+-7899.2891 8069.2588 L
+-7878.8398 8072.3525 L
+-7879.1362 8062.0225 L
+-7879.1724 8060.7432 L
+-7879.3042 8060.834 -7879.5508 8060.9932 v
+f
+0.395 0.316 0.237 0 k
+-7902.9102 8066.0342 m
+-7902.8711 8067.416 -7902.4478 8068.6143 -7901.8491 8069.2607 C
+-7899.7803 8069.2598 L
+-7899.2778 8068.6875 -7898.9214 8067.668 -7898.9395 8066.5225 C
+-7900.2827 8066.3369 -7901.6133 8065.9756 -7902.8989 8065.4102 C
+-7902.9102 8065.6143 -7902.9165 8065.8213 -7902.9102 8066.0342 c
+f
+U
+u
+0 0 0 0.11 k
+-7873.3638 8059.7979 m
+-7872.3403 8059.6318 L
+-7873.3638 8059.7979 L
+-7873.3638 8059.7979 L
+f
+0 0 0 0.34 k
+-7879.5811 8059.9111 m
+-7879.1724 8060.7432 L
+-7877.771 8060.5146 L
+-7876.623 8060.3281 L
+-7874.7754 8060.0273 L
+-7873.3638 8059.7979 L
+-7872.3403 8059.6318 L
+-7872.395 8059.3135 -7872.4668 8059.0947 -7872.5645 8059.0166 C
+-7879.5811 8059.9111 L
+f
+0 0 0 0.32 k
+-7877.9038 8064.8037 m
+-7878.1411 8072.458 L
+-7872.814 8072.5967 L
+-7871.8262 8069.1113 -7872.2813 8064.751 V
+-7877.9038 8064.8037 L
+f
+U
+0.025 0.02 0.015 0 k
+-7871.4219 8061.9814 m
+-7868.4731 8062.5166 -7865.3398 8062.7568 -7862.4155 8061.958 c
+-7862.3853 8061.9463 -7862.375 8061.915 -7862.3867 8061.8936 c
+-7862.3877 8061.8623 -7862.4194 8061.8525 -7862.4414 8061.8525 c
+-7865.3418 8062.6611 -7868.4751 8062.4209 -7871.4038 8061.875 c
+-7871.4258 8061.876 -7871.457 8061.8877 -7871.4668 8061.9189 c
+-7871.4658 8061.9404 -7871.4551 8061.9717 -7871.4219 8061.9814 c
+-7871.4219 8061.9814 l
+f
+-7869.937 8060.9033 m
+-7869.8291 8060.9756 -7869.731 8061.0908 -7869.623 8061.0986 c
+-7865.8882 8061.4287 -7862.2627 8061.3779 -7858.5742 8061.2607 c
+-7858.5522 8061.2607 -7858.5205 8061.2393 -7858.521 8061.2168 c
+-7858.521 8061.1846 -7858.5547 8061.1641 -7858.5762 8061.1641 c
+-7861.4219 8061.2783 -7864.2397 8061.2959 -7867.1035 8061.1318 c
+-7868.0332 8061.0732 -7869.0078 8061.3369 -7869.8774 8060.8174 c
+-7869.8989 8060.8076 -7869.9302 8060.8076 -7869.9502 8060.8301 c
+-7869.9614 8060.8525 -7869.959 8060.8838 -7869.937 8060.9033 c
+-7869.937 8060.9033 l
+f
+-7865.4731 8062.9639 m
+-7863.6094 8064.2764 -7861.4019 8064.9707 -7859.1997 8065.4824 c
+-7859.1675 8065.4932 -7859.147 8065.4814 -7859.1362 8065.4502 c
+-7859.127 8065.416 -7859.1484 8065.3975 -7859.1699 8065.3867 c
+-7861.3613 8064.8623 -7863.5591 8064.1992 -7865.4102 8062.876 c
+-7865.4429 8062.8564 -7865.4751 8062.8672 -7865.4844 8062.8896 c
+-7865.5054 8062.9111 -7865.4941 8062.9424 -7865.4731 8062.9639 c
+-7865.4731 8062.9639 l
+f
+-7871.0317 8069.6533 m
+-7868.8291 8070.167 -7866.6294 8070.627 -7864.3794 8070.8721 c
+-7864.3594 8070.8809 -7864.3291 8070.8604 -7864.3291 8070.8389 c
+-7864.3179 8070.8057 -7864.3403 8070.7744 -7864.3726 8070.7744 c
+-7866.6118 8070.4775 -7868.8301 8070.1143 -7871.0122 8069.5469 c
+-7871.0347 8069.5479 -7871.0669 8069.5596 -7871.0762 8069.5908 c
+-7871.0747 8069.6123 -7871.0645 8069.6445 -7871.0317 8069.6533 c
+-7871.0317 8069.6533 l
+f
+-7870.5391 8068.9561 m
+-7868.4453 8069.7939 -7866.2012 8069.5264 -7864.002 8069.5596 c
+-7863.9702 8069.5576 -7863.9492 8069.5361 -7863.9502 8069.5049 c
+-7863.9517 8069.4717 -7863.9731 8069.4521 -7863.9941 8069.4521 c
+-7866.1924 8069.4404 -7868.437 8069.6953 -7870.5205 8068.8496 c
+-7870.543 8068.8496 -7870.5742 8068.8623 -7870.583 8068.8936 c
+-7870.583 8068.915 -7870.5718 8068.9473 -7870.5391 8068.9561 c
+-7870.5391 8068.9561 l
+f
+-7869.8071 8070.3008 m
+-7868.4829 8070.3486 -7867.25 8070.1436 -7865.9268 8069.8057 c
+-7865.459 8069.6953 -7865.0195 8069.8232 -7864.5605 8069.8096 c
+-7863.9971 8069.7939 l
+-7863.9741 8069.792 -7863.9629 8069.7822 -7863.9531 8069.7705 c
+-7863.9341 8069.748 -7863.9438 8069.7168 -7863.9658 8069.6953 c
+-7864.1621 8069.542 l
+-7864.1738 8069.542 -7864.1851 8069.5313 -7864.1958 8069.5313 c
+-7864.5996 8069.5439 l
+-7866.0547 8069.7881 -7867.5571 8070.2686 -7868.9922 8069.6709 c
+-7869.0254 8069.6611 -7869.0571 8069.6816 -7869.0669 8069.7041 c
+-7869.0669 8069.7354 -7869.0547 8069.7568 -7869.0332 8069.7676 c
+-7867.7471 8070.2959 -7866.271 8070.0713 -7864.9814 8069.6504 c
+-7864.1914 8069.6396 L
+-7864.2241 8069.6299 L
+-7864.0278 8069.7832 L
+-7863.998 8069.6865 L
+-7864.5635 8069.7031 l
+-7865.0317 8069.7373 -7865.4844 8069.5801 -7865.9395 8069.6992 c
+-7867.2539 8070.0576 -7868.4971 8070.2217 -7869.8096 8070.1953 c
+-7869.8418 8070.1963 -7869.8638 8070.2168 -7869.8613 8070.25 c
+-7869.8613 8070.2822 -7869.8398 8070.3027 -7869.8071 8070.3008 c
+-7869.8071 8070.3008 l
+f
+-7870.6714 8070.6572 m
+-7867.9707 8071.8174 -7865.002 8071.167 -7862.2275 8070.7783 c
+-7861.8828 8070.8857 l
+-7861.8613 8070.8955 -7861.8413 8070.8838 -7861.8203 8070.8623 c
+-7861.8096 8070.8408 -7861.8213 8070.8096 -7861.8418 8070.7988 c
+-7862.1797 8070.6064 l
+-7864.875 8069.9893 -7867.6387 8070.3779 -7870.3711 8070.3818 c
+-7870.4019 8070.3838 -7870.4229 8070.4053 -7870.4219 8070.4365 c
+-7870.4194 8070.4688 -7870.3979 8070.4893 -7870.3677 8070.4893 c
+-7867.7734 8070.5313 -7865.1299 8070.04 -7862.5723 8070.6709 c
+-7861.895 8070.8857 L
+-7861.853 8070.7881 L
+-7862.2402 8070.6816 l
+-7865.0054 8071.0391 -7867.9414 8071.7305 -7870.6309 8070.5713 c
+-7870.6533 8070.5615 -7870.6851 8070.5615 -7870.6958 8070.5947 c
+-7870.7051 8070.6152 -7870.7051 8070.6475 -7870.6714 8070.6572 c
+-7870.6714 8070.6572 l
+f
+-7867.7891 8063.9912 m
+-7866.4941 8064.4971 -7865.083 8064.2432 -7863.7798 8063.9404 c
+-7863.7471 8063.9385 -7863.7363 8063.916 -7863.7378 8063.8857 c
+-7863.75 8063.8535 -7863.771 8063.8428 -7863.8027 8063.8447 c
+-7865.0981 8064.127 -7866.4771 8064.4121 -7867.75 8063.8936 c
+-7867.7822 8063.8838 -7867.814 8063.8955 -7867.8242 8063.9277 c
+-7867.8218 8063.9492 -7867.811 8063.9814 -7867.7891 8063.9912 c
+-7867.7891 8063.9912 l
+f
+-7868.2397 8065.8174 m
+-7866.3262 8066.2861 -7864.4141 8066.6992 -7862.4551 8066.9209 c
+-7862.4238 8066.9307 -7862.4019 8066.9092 -7862.3931 8066.876 c
+-7862.395 8066.8564 -7862.4155 8066.8252 -7862.437 8066.8252 c
+-7864.3955 8066.6045 -7866.3091 8066.1787 -7868.2202 8065.71 c
+-7868.2422 8065.7119 -7868.2734 8065.7227 -7868.2827 8065.7549 c
+-7868.2827 8065.7764 -7868.2715 8065.8076 -7868.2397 8065.8174 c
+-7868.2397 8065.8174 l
+f
+-7869.0332 8068.2314 m
+-7866.5991 8069.0576 -7863.9644 8068.6504 -7861.4453 8068.6846 c
+-7861.4131 8068.6846 -7861.3931 8068.6631 -7861.3931 8068.6299 c
+-7861.395 8068.6084 -7861.4155 8068.5889 -7861.4478 8068.5889 c
+-7863.957 8068.5127 -7866.5811 8068.9814 -7868.9941 8068.123 c
+-7869.0278 8068.124 -7869.0591 8068.1357 -7869.0684 8068.1572 c
+-7869.0674 8068.1885 -7869.0557 8068.2207 -7869.0332 8068.2314 c
+-7869.0332 8068.2314 l
+f
+-7864.1538 8069.4463 m
+-7862.7578 8070.1416 -7861.1499 8070 -7859.6338 8070.0635 c
+-7859.6021 8070.0615 -7859.582 8070.04 -7859.582 8070.0088 c
+-7859.583 8069.9873 -7859.605 8069.9561 -7859.6362 8069.9561 c
+-7861.1133 8069.8174 -7862.7485 8070.1201 -7864.1035 8069.3584 c
+-7864.1362 8069.3496 -7864.1675 8069.3604 -7864.1782 8069.3828 c
+-7864.1875 8069.4043 -7864.1763 8069.4365 -7864.1538 8069.4463 c
+-7864.1538 8069.4463 l
+f
+-7863.4414 8066.0215 m
+-7862.4922 8065.9941 -7861.5332 8065.9668 -7860.5835 8065.9385 c
+-7860.5522 8065.9385 -7860.5308 8065.916 -7860.5332 8065.8848 c
+-7860.5332 8065.8525 -7860.5547 8065.832 -7860.5874 8065.832 c
+-7861.5371 8065.8604 -7862.4971 8065.8877 -7863.4453 8065.915 c
+-7863.4771 8065.915 -7863.4971 8065.9385 -7863.4971 8065.9697 c
+-7863.4971 8066 -7863.4741 8066.0225 -7863.4414 8066.0215 c
+-7863.4414 8066.0215 l
+f
+-7861.2588 8063.6328 m
+-7860.7891 8063.6611 -7860.3091 8063.6689 -7859.8379 8063.6885 c
+-7859.8164 8063.6875 -7859.7852 8063.665 -7859.7861 8063.6328 c
+-7859.7871 8063.6006 -7859.8096 8063.5801 -7859.8413 8063.5801 c
+-7860.311 8063.584 -7860.7813 8063.5342 -7861.251 8063.5361 c
+-7861.2827 8063.5264 -7861.3027 8063.5479 -7861.313 8063.5801 c
+-7861.3125 8063.6123 -7861.291 8063.6328 -7861.2588 8063.6328 c
+-7861.2588 8063.6328 l
+f
+-7869.0698 8065.8311 m
+-7868.6685 8066.1064 -7868.2251 8066.2764 -7867.7451 8066.3477 c
+-7867.7109 8066.3574 -7867.6914 8066.335 -7867.6802 8066.3135 c
+-7867.6699 8066.2822 -7867.6924 8066.251 -7867.7148 8066.251 c
+-7868.1851 8066.1689 -7868.6172 8065.999 -7869.0205 8065.7441 c
+-7869.0518 8065.7344 -7869.0845 8065.7344 -7869.0942 8065.7676 c
+-7869.1035 8065.79 -7869.0918 8065.8213 -7869.0698 8065.8311 c
+-7869.0698 8065.8311 l
+f
+-7870.29 8071.6816 m
+-7867.834 8072.124 -7865.3979 8072.5977 -7862.8989 8072.3232 c
+-7862.8774 8072.3232 -7862.8564 8072.3008 -7862.8574 8072.2686 c
+-7862.8574 8072.2373 -7862.8794 8072.2158 -7862.9019 8072.2158 c
+-7865.3911 8072.4697 -7867.834 8072.0811 -7870.2715 8071.5742 c
+-7870.293 8071.5752 -7870.3252 8071.5869 -7870.334 8071.6182 c
+-7870.334 8071.6396 -7870.3218 8071.6719 -7870.29 8071.6816 c
+-7870.29 8071.6816 l
+f
+0.195 0.156 0.117 0 k
+-7870.2661 8060.2412 m
+-7867.8965 8059.8633 -7865.5054 8059.9443 -7863.1294 8060.1865 c
+-7863.0981 8060.1846 -7863.0762 8060.1631 -7863.0762 8060.1318 c
+-7863.0781 8060.1104 -7863.0996 8060.0791 -7863.1211 8060.0791 c
+-7865.5078 8059.8389 -7867.8911 8059.7568 -7870.269 8060.1357 c
+-7870.3022 8060.1357 -7870.3218 8060.1572 -7870.3213 8060.1904 c
+-7870.3203 8060.2217 -7870.2988 8060.2432 -7870.2661 8060.2412 c
+-7870.2661 8060.2412 l
+f
+0.335 0.268 0.201 0 k
+-7869.5347 8059.708 m
+-7867.0278 8059.7119 -7864.5142 8059.874 -7862.0181 8059.4932 c
+-7861.9858 8059.4912 -7861.9644 8059.4697 -7861.9658 8059.4385 c
+-7861.9668 8059.4053 -7861.9893 8059.3857 -7862.0205 8059.3857 c
+-7864.5181 8059.7656 -7867.0293 8059.626 -7869.5371 8059.6025 c
+-7869.5596 8059.6025 -7869.5811 8059.624 -7869.5781 8059.6553 c
+-7869.5781 8059.6885 -7869.5571 8059.708 -7869.5347 8059.708 c
+-7869.5347 8059.708 l
+f
+0.205 0.164 0.123 0 k
+-7871.0762 8059.9229 m
+-7869.6035 8060.2646 -7868.1074 8059.999 -7866.6387 8059.8174 c
+-7866.6074 8059.8174 -7866.5869 8059.7939 -7866.5991 8059.7627 c
+-7866.5996 8059.7305 -7866.6211 8059.71 -7866.6533 8059.7217 c
+-7868.1099 8059.8809 -7869.5957 8060.1797 -7871.0469 8059.8154 c
+-7871.0781 8059.8174 -7871.1099 8059.8281 -7871.1094 8059.8604 c
+-7871.1191 8059.8809 -7871.0981 8059.9131 -7871.0762 8059.9229 c
+-7871.0762 8059.9229 l
+f
+-7864.4531 8059.3916 m
+-7863.2974 8059.5176 -7862.127 8059.4111 -7860.9922 8059.1865 c
+-7860.9707 8059.1748 -7860.9502 8059.1533 -7860.9614 8059.1211 c
+-7860.9619 8059.0996 -7860.9941 8059.0791 -7861.0161 8059.0908 c
+-7862.1499 8059.3369 -7863.291 8059.3896 -7864.4458 8059.2852 c
+-7864.479 8059.2861 -7864.498 8059.3076 -7864.5083 8059.3291 c
+-7864.5078 8059.3613 -7864.4858 8059.3818 -7864.4531 8059.3916 c
+-7864.4531 8059.3916 l
+f
+0.335 0.268 0.201 0 k
+-7871.3677 8062.0439 m
+-7870.021 8062.7852 -7868.4063 8062.1943 -7866.9551 8062.2383 c
+-7866.9219 8062.2373 -7866.9019 8062.2158 -7866.9019 8062.1816 c
+-7866.9038 8062.1621 -7866.9258 8062.1416 -7866.957 8062.1416 c
+-7868.3882 8062.0869 -7869.9819 8062.6768 -7871.3164 8061.9473 c
+-7871.3379 8061.9365 -7871.3691 8061.9482 -7871.3911 8061.9707 c
+-7871.4004 8061.9912 -7871.3882 8062.0244 -7871.3677 8062.0439 c
+-7871.3677 8062.0439 l
+f
+-7869.9941 8064.1611 m
+-7867.7715 8064.6416 -7865.4893 8064.2129 -7863.25 8064.1592 c
+-7863.2173 8064.1582 -7863.1973 8064.1357 -7863.1973 8064.1045 c
+-7863.1997 8064.083 -7863.2314 8064.0635 -7863.2515 8064.0635 c
+-7865.4829 8064.0742 -7867.7515 8064.5771 -7869.9751 8064.0537 c
+-7869.9971 8064.0537 -7870.0283 8064.0654 -7870.0371 8064.0986 c
+-7870.0371 8064.1191 -7870.0254 8064.1504 -7869.9941 8064.1611 c
+-7869.9941 8064.1611 l
+f
+-7864.127 8060.7373 m
+-7862.4492 8061.5654 -7860.5991 8062.0986 -7858.7031 8061.958 c
+-7858.6714 8061.958 -7858.6509 8061.9355 -7858.6523 8061.9033 c
+-7858.6523 8061.8721 -7858.6738 8061.8496 -7858.707 8061.8525 c
+-7860.5811 8062.0127 -7862.4194 8061.457 -7864.0869 8060.6504 c
+-7864.1074 8060.6416 -7864.1411 8060.6416 -7864.1499 8060.6748 c
+-7864.1611 8060.6953 -7864.1611 8060.7275 -7864.127 8060.7373 c
+-7864.127 8060.7373 l
+f
+u
+0.5 0.85 1 0.45 k
+-8017.0996 8067.5049 m
+-8017.125 8068.084 -8016.666 8068.7832 -8015.2671 8069.5869 C
+-8014.9517 8069.5996 -8013.4941 8069.6201 -8011.1885 8069.6455 C
+-8011.1885 8067.4189 L
+-8013.2378 8067.4424 -8015.2173 8067.4824 -8017.0996 8067.5049 C
+f
+-8016.6084 8066.5654 m
+-8011.1885 8066.4414 L
+-8011.1885 8065.4111 L
+-8014.7441 8065.5557 L
+-8015.9141 8065.9268 -8016.6084 8066.5654 V
+f
+0.5 0.85 1 0.32 k
+-8011.1885 8066.4219 m
+-8016.5742 8066.54 L
+-8016.8691 8066.8105 -8017.0845 8067.1533 -8017.0996 8067.5244 C
+-8015.2173 8067.5029 -8013.2378 8067.4814 -8011.1885 8067.458 C
+-8011.1885 8066.4219 L
+f
+0.5 0.85 1 0.45 k
+-7906.25 8066.2139 m
+-7984.458 8067.1377 -8011.2075 8067.4385 V
+-8011.2075 8069.6455 L
+-7994.9141 8069.8281 -7936.0898 8070.3037 Y
+-7901.8491 8069.2607 L
+-7902.5571 8066.1641 L
+-7906.25 8066.2139 L
+f
+0.5 0.85 1 0.12 k
+-8011.2075 8065.4111 m
+-8011.2075 8066.4414 L
+-7902.5254 8064.5967 L
+-7902.4829 8062.46 L
+-7935.7549 8062.3096 L
+-8011.2075 8065.4111 L
+f
+u
+0.065 0.052 0.039 0 k
+-7879.1724 8060.7432 m
+-7879.1362 8062.0225 L
+-7879.395 8060.7129 L
+-7897.9971 8065.2529 L
+-7899.0371 8064.8701 L
+-7898.979 8065.2021 -7898.9395 8065.5537 -7898.9302 8065.9189 c
+-7898.9238 8066.124 -7898.9277 8066.3252 -7898.9395 8066.5225 C
+-7890.4858 8067.6953 -7881.063 8063.2686 -7879.1362 8062.0225 C
+-7878.8398 8072.3525 L
+-7878.1411 8072.458 L
+-7877.9038 8064.8037 L
+-7872.2813 8064.751 L
+-7872.1895 8062.6104 -7872.1714 8060.6182 -7872.3403 8059.6318 C
+-7879.1724 8060.7432 L
+f
+0.4 0.7 1 0 k
+-7902.5571 8066.1846 m
+-7902.5254 8064.5771 L
+-8011.2075 8066.4219 L
+-8011.2075 8067.458 L
+-7984.458 8067.1572 -7902.5571 8066.1846 Y
+f
+U
+U
+0.025 0.02 0.015 0 k
+-7866.834 8068.626 m
+-7866.834 8068.6592 -7866.8125 8068.6787 -7866.7798 8068.6787 c
+-7863.771 8068.71 -7861.521 8068.542 -7858.5151 8068.4561 C
+-7858.5083 8068.3623 L
+-7861.4258 8068.4668 -7863.8604 8068.6045 -7866.7837 8068.5713 C
+-7866.8164 8068.5732 -7866.8354 8068.5947 -7866.834 8068.626 C
+f
+-7858.499 8068.3623 m
+-7858.5078 8068.3408 L
+-7858.5083 8068.3623 L
+-7858.5059 8068.3623 -7858.5029 8068.3623 -7858.499 8068.3623 C
+f
+-7862.5483 8067.0205 m
+-7863.5454 8066.8887 -7864.439 8067.3623 -7865.311 8067.7939 C
+-7865.3438 8067.8047 -7865.353 8067.8369 -7865.3418 8067.8672 C
+-7865.3301 8067.8896 -7865.2979 8067.8984 -7865.2773 8067.8877 c
+-7864.4258 8067.4268 -7863.5308 8067.0166 -7862.5674 8067.1152 c
+-7861.2075 8067.2588 -7860.0034 8067.9717 -7858.625 8068.0488 C
+-7858.5459 8067.9561 L
+-7860.1396 8067.8623 -7860.9644 8067.2197 -7862.5483 8067.0205 c
+f
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 50)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0996 8071.5967 m
+-7888.9771 8071.5967 L
+-7888.9771 8024.0117 L
+-8016.0996 8024.0117 L
+-8016.0996 8071.5967 L
+n
+u
+*u
+0 O
+0.9529 0.949 0.1961 0.0745 k
+-7989.8931 8056.0137 m
+-7989.9229 8055.8633 L
+-7992.0845 8049.9609 -7993.0435 8047.2344 -7993.375 8045.8857 c
+-7993.4653 8045.8857 L
+-7993.7949 8047.2041 -7994.875 8049.9316 -7997.0669 8055.8633 c
+-7997.0962 8056.0137 L
+-7989.8931 8056.0137 l
+f
+1 D
+-8000.2178 8064.5645 m
+-8001.7188 8068.1328 -8002.499 8070.3057 -8000.2178 8070.5137 c
+-8000.2178 8071.5645 L
+-8002.7988 8071.5342 -8005.6802 8071.5137 -8008.4414 8071.5137 c
+-8012.1646 8071.5137 -8014.627 8071.5342 -8016.0996 8071.5645 c
+-8016.0996 8070.5137 L
+-8014.2061 8070.3057 -8013.1538 8068.1641 -8005.6509 8051.0996 c
+-7993.7949 8024.0117 L
+-7991.9634 8024.0117 L
+-7980.2578 8051.0996 L
+-7972.9043 8068.1045 -7971.8242 8070.3057 -7969.9883 8070.5137 c
+-7969.9883 8071.5645 L
+-7971.6138 8071.5342 -7974.0161 8071.5137 -7977.6763 8071.5137 c
+-7980.6484 8071.5137 -7983.769 8071.5342 -7986.8022 8071.5645 c
+-7986.8022 8070.5137 L
+-7984.5811 8070.3057 -7985.4214 8068.1045 -7986.8613 8064.5645 C
+-8000.2178 8064.5645 l
+f
+*U
+*u
+0 D
+-7945.1758 8039.6777 m
+-7945.1758 8036.0684 -7947.4531 8033.6904 -7951.229 8033.6904 c
+-7952.3379 8033.6904 -7953.1763 8033.8125 -7953.627 8033.8408 c
+-7953.627 8046.1445 L
+-7952.9668 8046.2041 -7952.3081 8046.2041 -7951.8291 8046.2041 c
+-7950.2998 8046.2041 -7948.8022 8045.7236 -7947.7837 8045.002 c
+-7946.4941 8044.1289 -7945.1758 8042.3848 -7945.1758 8039.7383 C
+-7945.1758 8039.6777 l
+f
+1 D
+-7964.1802 8043.9893 m
+-7964.1802 8028.2412 -7964.1802 8026.0254 -7966.6421 8025.875 c
+-7966.6421 8024.915 L
+-7965.1421 8024.8555 -7962.417 8024.7959 -7959.666 8024.7656 c
+-7957.7534 8024.7051 -7954.4941 8024.6152 -7952.2476 8024.5742 c
+-7948.6821 8024.5742 -7945.6851 8025.0225 -7943.1045 8025.8584 c
+-7938.4531 8027.4443 -7934.0698 8031.4492 -7934.0698 8039.2568 c
+-7934.0698 8044.3398 -7936.501 8047.916 -7938.603 8049.6572 c
+-7939.6831 8050.6182 -7940.9131 8051.4287 -7941.874 8051.9092 c
+-7941.874 8052.0596 L
+-7939.623 8055.0879 -7937.7021 8057.6592 -7931.4902 8066.2393 c
+-7929.5996 8068.6611 -7928.0098 8070.335 -7926.8398 8070.5742 c
+-7926.8398 8071.5967 L
+-7928.7598 8071.5967 -7931.0996 8071.4814 -7933.229 8071.4814 c
+-7935.4507 8071.4814 -7936.9517 8071.5967 -7938.542 8071.5967 c
+-7939.7725 8071.5967 -7940.8237 8071.5371 -7941.6035 8070.8691 c
+-7945.1147 8065.4443 -7949.0117 8059.3525 -7952.2178 8054.3105 c
+-7952.6074 8054.3105 -7953.0571 8054.3105 -7953.627 8054.3105 c
+-7953.627 8056.8809 L
+-7953.627 8068.123 -7953.5371 8070.3652 -7951.2891 8070.5742 c
+-7951.2891 8071.5664 L
+-7952.7275 8071.5371 -7956.019 8071.5117 -7958.7988 8071.5117 c
+-7962.0283 8071.5117 -7964.9917 8071.5371 -7966.6118 8071.5664 c
+-7966.6118 8070.5742 L
+-7964.1514 8070.3652 -7964.1802 8068.123 -7964.1802 8051.1885 C
+-7964.1802 8043.9893 l
+f
+*U
+*u
+0 D
+-7913.5557 8051.1895 m
+-7913.5557 8068.0908 -7913.5557 8070.2441 -7916.3828 8070.5742 C
+-7916.3828 8071.5664 l
+-7914.4883 8071.5371 -7911.1538 8071.5117 -7907.8818 8071.5117 c
+-7904.729 8071.5117 -7901.6685 8071.5371 -7899.3877 8071.5664 C
+-7899.3877 8070.5742 l
+-7902.3574 8070.5742 -7902.3877 8068.1211 -7902.3877 8051.1895 C
+-7902.3877 8033.748 L
+-7894.9189 8033.748 l
+-7892.0991 8033.748 -7890.6294 8034.5566 -7889.999 8036.8584 C
+-7889.0068 8036.8584 l
+-7889.0068 8032.0664 -7888.9771 8028.0117 -7888.9771 8024.7676 c
+-7893.4482 8024.7979 -7898.8481 8024.8281 -7904.1597 8024.8281 C
+-7911.8442 8024.8281 l
+-7916.6533 8024.8281 -7922.0962 8024.7979 -7927.061 8024.7676 c
+-7927.061 8027.9814 -7927.0322 8032.0664 -7927.0322 8036.8584 C
+-7926.0068 8036.8584 l
+-7925.4653 8034.7061 -7923.8711 8033.748 -7921.0435 8033.748 C
+-7913.5557 8033.748 l
+-7913.5557 8051.1895 L
+f
+*U
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 6)
+0 A
+u
+1 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.8496 8048.5967 m
+-8016.8496 8072.5967 L
+-8006.8496 8072.5967 L
+-8006.8496 8048.5967 L
+-8016.8496 8048.5967 L
+n
+0 Ap
+0 O
+1 g
+-8006.8496 8050.5967 m
+-8007.1699 8050.5967 -8007.4854 8050.6152 -8007.7979 8050.6445 c
+-8009.6875 8050.8223 -8011.4194 8051.5313 -8012.8555 8052.6143 c
+-8014.3525 8053.7432 -8015.5195 8055.2783 -8016.1938 8057.0605 c
+-8016.6118 8058.1611 -8016.8496 8059.3496 -8016.8496 8060.5967 c
+-8016.8496 8062.459 -8016.3315 8064.1963 -8015.4453 8065.6885 c
+-8013.7021 8068.624 -8010.5098 8070.5967 -8006.8496 8070.5967 C
+-8006.8496 8050.5967 L
+f
+0 R
+0 G
+1 J 1 j 0.5 w
+-8006.8496 8070.2783 m
+-8009.8789 8069.3223 -8012.707 8067.6641 -8015.4453 8065.6885 C
+S
+-8006.8496 8064.6455 m
+-8009.9995 8062.2393 -8013.0571 8059.5088 -8016.1938 8057.0605 C
+S
+-8012.8555 8052.6143 m
+-8010.79 8053.7051 -8008.8013 8055.0635 -8006.8496 8056.5537 C
+S
+-8007.7979 8050.6445 m
+-8007.4805 8050.7275 -8007.1631 8050.8105 -8006.8496 8050.9111 C
+S
+-8012.8555 8052.6143 m
+-8011.4189 8051.5313 -8009.6875 8050.8223 -8007.7979 8050.6445 C
+S
+-8016.1938 8057.0605 m
+-8016.6118 8058.1611 -8016.8496 8059.3496 -8016.8496 8060.5967 c
+-8016.8496 8062.459 -8016.3311 8064.1963 -8015.4453 8065.6885 C
+S
+-8006.8496 8050.5967 m
+-8007.1699 8050.5967 -8007.4854 8050.6152 -8007.7979 8050.6445 C
+S
+-8012.8555 8052.6143 m
+-8014.3525 8053.7432 -8015.5195 8055.2783 -8016.1938 8057.0605 C
+S
+-8015.4453 8065.6885 m
+-8013.7021 8068.624 -8010.5098 8070.5967 -8006.8496 8070.5967 C
+S
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 62)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8017.0996 8072.5967 m
+-8017.0996 8034.3271 L
+-7978.8301 8034.3271 L
+-7978.8301 8072.5967 L
+-8017.0996 8072.5967 L
+n
+0 O
+1 0.14 0.09 0 k
+-7978.8301 8055.5 m
+-7978.8301 8046.9375 L
+-8017.0996 8046.9375 L
+-8017.0996 8055.5 L
+-7978.8301 8055.5 L
+f
+-7978.8301 8058.6934 m
+-7978.8301 8058.0195 L
+-8017.0996 8058.0195 L
+-8017.0996 8058.6934 L
+-7978.8301 8058.6934 L
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 63)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8017.0996 8072.5967 m
+-8017.0996 8034.3271 L
+-7978.8301 8034.3271 L
+-7978.8301 8072.5967 L
+-8017.0996 8072.5967 L
+n
+0 O
+1 0.14 0.09 0 k
+-7978.8301 8051.4229 m
+-7978.8301 8059.9863 L
+-7991.4404 8059.9863 L
+-7991.4404 8072.5967 L
+-8000.0034 8072.5967 L
+-8000.0059 8051.4229 L
+-8000.0034 8051.4229 L
+-8000.0034 8051.4219 L
+-7978.8301 8051.4229 L
+f
+-7978.8301 8048.9033 m
+-8002.5229 8048.9033 L
+-8002.5229 8072.5967 L
+-8003.1963 8072.5967 L
+-8003.1973 8048.2295 L
+-7978.8301 8048.2295 L
+-7978.8301 8048.9033 L
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 64)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8017.0996 8072.5957 m
+-8017.0996 8034.3252 L
+-7978.8301 8034.3252 L
+-7978.8301 8072.5957 L
+-8017.0996 8072.5957 L
+n
+0 O
+1 0.14 0.09 0 k
+-7978.8301 8046.9355 m
+-8004.4893 8046.9355 L
+-8004.4893 8072.5957 L
+-7995.9258 8072.5967 L
+-7995.9258 8055.5 L
+-7978.8301 8055.5 L
+-7978.8301 8046.9355 L
+f
+-7978.8301 8058.0176 m
+-7993.4077 8058.0176 L
+-7993.4077 8072.5967 L
+-7992.7334 8072.5967 L
+-7992.7334 8058.6924 L
+-7978.8301 8058.6924 L
+-7978.8301 8058.0176 L
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 65)
+0 A
+u
+1 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7989.1621 8045.0576 m
+-8016.7021 8045.0576 L
+-8016.7021 8072.5967 L
+-7989.1621 8072.5967 L
+-7989.1621 8045.0576 L
+n
+0 O
+0 0.55 1 0.12 k
+-7988.9414 8058.2969 m
+-8017.0996 8058.2969 L
+-8017.0996 8059.4219 L
+-7988.9414 8059.4219 L
+-7988.9414 8058.2969 L
+f
+u
+0 0.55 1 0.3 k
+-8016.0811 8046.1182 m
+-8016.5098 8048.1221 -8015.2861 8051.748 -8012.187 8054.8477 c
+-8009.0874 8057.9463 -8005.4453 8059.2568 -8003.459 8058.7422 C
+-8003.459 8058.7422 L
+-8002.9751 8056.7861 -8004.2515 8053.1084 -8007.3496 8050.0107 c
+-8010.4453 8046.915 -8014.1118 8045.7031 -8016.0811 8046.1182 C
+f
+0 0.39 0.7 0.12 k
+-8016.0811 8071.5879 m
+-8016.5098 8069.584 -8015.2861 8065.958 -8012.187 8062.8584 c
+-8009.0874 8059.7607 -8005.4453 8058.4502 -8003.459 8058.9639 C
+-8003.459 8058.9639 L
+-8002.9751 8060.9209 -8004.2515 8064.5977 -8007.3496 8067.6953 c
+-8010.4453 8070.792 -8014.1118 8072.0029 -8016.0811 8071.5879 C
+f
+U
+u
+0 0.55 1 0.3 k
+-8002.2778 8071.5879 m
+-8002.707 8069.584 -8001.4834 8065.958 -7998.3838 8062.8584 c
+-7995.2852 8059.7607 -7991.6431 8058.4502 -7989.6572 8058.9639 C
+-7989.6563 8058.9639 L
+-7989.1714 8060.9209 -7990.4492 8064.5977 -7993.5469 8067.6953 c
+-7996.6431 8070.792 -8000.3091 8072.0029 -8002.2778 8071.5879 C
+f
+0 0.39 0.7 0.12 k
+-8002.2778 8046.1182 m
+-8002.707 8048.1221 -8001.4834 8051.748 -7998.3838 8054.8477 c
+-7995.2852 8057.9463 -7991.6431 8059.2568 -7989.6572 8058.7422 C
+-7989.6563 8058.7422 L
+-7989.1714 8056.7861 -7990.4492 8053.1084 -7993.5469 8050.0107 c
+-7996.6431 8046.915 -8000.3091 8045.7031 -8002.2778 8046.1182 C
+f
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 67)
+0 A
+u
+0 Ap
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7989.5605 8044.6816 m
+-8017.0996 8044.6816 L
+-8017.0996 8072.2207 L
+-7989.5605 8072.2207 L
+-7989.5605 8044.6816 L
+n
+0 O
+0 0.55 1 0.12 k
+-8003.8594 8062.959 m
+-8003.8594 8072.5967 L
+-8002.7339 8072.5967 L
+-8002.7339 8062.959 L
+-8003.8594 8062.959 L
+f
+0 0.55 1 0.3 k
+-8007.5229 8058.4727 m
+-8006.4092 8056.752 -8002.9805 8055.0537 -7998.5962 8055.0537 c
+-7994.2148 8055.0537 -7990.7134 8056.7031 -7989.6714 8058.4707 C
+-7989.6714 8058.4707 L
+-7990.7134 8060.1973 -7994.2148 8061.8945 -7998.5962 8061.8945 c
+-8002.9751 8061.8945 -8006.4238 8060.1582 -8007.5229 8058.4727 C
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 69)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-7989.5605 8045.0576 m
+-8017.0996 8045.0576 L
+-8017.0996 8072.5967 L
+-7989.5605 8072.5967 L
+-7989.5605 8045.0576 L
+n
+0 O
+0 0.55 1 0.3 k
+-8007.5229 8058.8486 m
+-8006.4092 8057.1279 -8002.9805 8055.4297 -7998.5962 8055.4297 c
+-7994.2148 8055.4297 -7990.7134 8057.0791 -7989.6714 8058.8467 C
+-7989.6714 8058.8467 L
+-7990.7134 8060.5732 -7994.2148 8062.2705 -7998.5962 8062.2705 c
+-8002.9751 8062.2705 -8006.4238 8060.5342 -8007.5229 8058.8486 C
+f
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 8)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0518 8069.9092 m
+-7908.895 8069.9092 L
+-7908.895 8055.7822 L
+-8016.0518 8055.7822 L
+-8016.0518 8069.9092 L
+n
+u
+0 O
+0 0 0 1 k
+-8014.3828 8069.2197 m
+-8014.9531 8071.5967 -8014.918 8067.6006 V
+-8015.1475 8064.3984 L
+-8015.7163 8062.0518 L
+-8015.5498 8059.7197 L
+-8014.0498 8059.0518 -7997.3828 8057.7197 V
+-7990.7163 8056.3857 -7981.7163 8056.3857 V
+-7916.4932 8057.0732 -7911.5908 8058.4814 v
+-7952.4878 8056.4717 -7955.0684 8057.1084 v
+-7915.9565 8058.7568 -7912.9541 8060.0283 v
+-7950.8896 8058.1436 -7954.2671 8059.7744 v
+-7919.3491 8061.5068 -7915.1211 8063.1279 v
+-7921.8213 8062.4795 -7923.6123 8062.6787 v
+-7920.4893 8063.167 l
+-7925.519 8063.0986 l
+-7928.4214 8062.7256 l
+-7920.5518 8063.8389 -7920.0029 8064.4053 v
+-7916.415 8063.7275 -7930.6182 8063.9814 v
+-7964.2173 8060.0518 -8014.3828 8069.2197 V
+f
+/BBAccumRotation (5.805971) XT
+0 R
+0 0 0 0.5 K
+0.025 w
+-8016.0498 8058.7197 m
+-7995.7671 8056.8916 -7976.0723 8055.8174 v
+-7933.251 8056.0986 -7928.6733 8056.4971 v
+-7916.2627 8056.6279 -7908.8955 8057.624 v
+S
+/BBAccumRotation (5.805971) XT
+0 0 0 1 K
+-7953.9365 8056.0049 m
+-7957.3955 8055.624 -7983.3604 8055.876 Y
+-7993.7271 8055.7568 -8016.0498 8058.7197 Y
+S
+/BBAccumRotation (5.805971) XT
+-7953.0869 8059.2607 m
+-7922.4604 8060.1787 -7915.7603 8060.8281 v
+S
+/BBAccumRotation (5.805971) XT
+0 0 0 0.5 K
+-7961.7197 8063.8008 m
+-7926.4702 8065.2139 -7923.5054 8065.7373 v
+S
+/BBAccumRotation (5.805971) XT
+U
+U
+%AI8_EndBrushPattern
+%AI8_BeginBrushPattern
+(New Pattern 83)
+0 A
+u
+0 J 0 j 1 w 4 M []0 d
+0 XR
+-8016.0996 8071.5313 m
+-7802.5005 8071.5313 L
+-7802.5005 8063.7305 L
+-8016.0996 8063.7305 L
+-8016.0996 8071.5313 L
+n
+0 O
+0 0 0 1 k
+-8016.0996 8067.6318 m
+-8006.0854 8070.124 -7999.2871 8071.4717 -7987.3003 8071.5313 c
+-7974.3179 8071.5967 -7909.2998 8071.5313 y
+-7844.2813 8071.5967 -7831.2998 8071.5313 v
+-7819.3125 8071.4717 -7812.5151 8070.124 -7802.5005 8067.6318 C
+-7812.5151 8065.1396 -7819.3125 8063.792 -7831.2998 8063.7305 c
+-7844.2813 8063.666 -7909.2998 8063.7305 y
+-7974.3179 8063.666 -7987.3003 8063.7305 v
+-7999.2871 8063.792 -8006.0854 8065.1396 -8016.0996 8067.6318 C
+f
+U
+%AI8_EndBrushPattern
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginPluginObject
+(Adobe Brush Manager Order)
+(Adobe Brush Manager Order)
+( Adobe Calligraphic Brush Tool/ 6 pt Flat / Adobe Calligraphic) -
+( Brush Tool/ 10 pt Oval/ Adobe Calligraphic Brush Tool/ 12 pt ) -
+(Oval / Adobe Calligraphic Brush Tool/ 20 pt Oval/ Adobe Callig) -
+(raphic Brush Tool/ 25 pt Round / Adobe Calligraphic Brush Tool) -
+(/ 50 pt Flat/ Adobe Scatter Brush Tool/ Dog Tracks/ Adobe Scat) -
+(ter Brush Tool/ Fall Leaf/ Adobe Scatter Brush Tool/ Ladybug/ ) -
+(Adobe Scatter Brush Tool/ Push Pin/ Adobe Scatter Brush Tool/ ) -
+(Strawberry/ Adobe Scatter Brush Tool/ Twinkle Star / Adobe Art) -
+(OnPath Brush Tool/ Marker/ Adobe ArtOnPath Brush Tool/ Tapered) -
+( Stroke/ Adobe ArtOnPath Brush Tool/ Arrow/ Adobe ArtOnPath Br) -
+(ush Tool/ Paintbrush/ Adobe ArtOnPath Brush Tool/ Type/ Adobe ) -
+(PatternOnPath Brush Tool/ Double Lines/ Adobe PatternOnPath Br) -
+(ush Tool/ Laurel/ Adobe PatternOnPath Brush Tool/ Rope /) .
+%AI8_EndPluginObject
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(10 pt Oval)
+(1 1 19 15 15 130 130 2 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(12 pt Oval )
+(1 7 17 45 45 0 0 2 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(20 pt Oval)
+(1 20 20 20 100 40 80 0 2 1 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(25 pt Round )
+(1 10 40 100 100 0 0 2 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(50 pt Flat)
+(1 40 60 0 0 44 44 0 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Calligraphic Brush Tool)
+(6 pt Flat )
+(1 4 8 10 10 90 90 2 0 0 0) .
+%AI8_EndPluginObject
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginPluginObject
+(Adobe ArtOnPath Brush Tool)
+(Arrow)
+(1 / New Pattern 45/ / / / / 5 0.898039 0 0 / 2 0 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe ArtOnPath Brush Tool)
+(Marker)
+(1 / New Pattern 8/ / / / / 0 0 / 1 1 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe ArtOnPath Brush Tool)
+(Paintbrush)
+(1 / New Pattern 5/ / / / / 1 0.5 0.85 1 0.45 / 0 0 1 0 1 0 0 ) -
+(0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe ArtOnPath Brush Tool)
+(Tapered Stroke)
+(1 / New Pattern 83/ / / / / 1 0 0 0 1 / 1 1 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe ArtOnPath Brush Tool)
+(Type)
+(1 / New Pattern 50/ / / / / 1 0.952941 0.94902 0.196078 0.0745) -
+(098 / 1 0 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginPluginObject
+(Adobe PatternOnPath Brush Tool)
+(Double Lines)
+(1 / New Pattern 62/ New Pattern 63/ New Pattern 64/ / / 1 1 0.) -
+(14 0.09 0 / 1 0 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe PatternOnPath Brush Tool)
+(Laurel)
+(1 / New Pattern 65/ New Pattern 42/ New Pattern 67/ / New Patt) -
+(ern 69/ 1 0 0.55 1 0.3 / 1 0 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe PatternOnPath Brush Tool)
+(Rope )
+(1 / New Pattern 1/ / / New Pattern 3/ New Pattern 6/ 5 0 0 0 /) -
+( 1 0 1 0 1 0 0 0) .
+%AI8_EndPluginObject
+%AI5_End_NonPrinting--
+%AI5_Begin_NonPrinting
+Np
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Dog Tracks)
+(1 /New Pattern 41/ 1 0 0 0 1 / 0 1 1 0 1 1 0 0 0 0 -90 -90 0 1) -
+( 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Fall Leaf)
+(1 /New Pattern 34/ 1 0.0745 0.9 0.9019 0.18 / 0 0.602793 1 1 0) -
+(.1 1 1 -1 1 1 -180 180 1 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Ladybug)
+(1 /New Pattern 10/ 5 0.898039 0 0 / 0 1 1 0 0.803911 1.2 1 -1.) -
+(55 1.55 1 -180 180 1 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Push Pin)
+(1 /New Pattern 36/ 1 0.025 0.1 0.475 0 / 0 1 1 0 0.401676 1 1 ) -
+(-1.06145 1.06 1 -180 180 1 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Strawberry)
+(1 /New Pattern 37/ 1 0 0 0 1 / 0 0.803911 1 1 0.803911 1 1 -0.) -
+(5 0.5 1 -75 75.419 1 0 0) .
+%AI8_EndPluginObject
+%AI8_BeginPluginObject
+(Adobe Scatter Brush Tool)
+(Twinkle Star )
+(1 /New Pattern 2/ 0 1 / 1 0.5 1 1 0.25 1 1 -0.5 0.5 1 0 0 0 0 ) -
+(0) .
+%AI8_EndPluginObject
+%AI5_End_NonPrinting--
+%AI5_BeginPalette
+0 0 Pb
+1 1 1 1 ([Registration]) 0 Xs
+([Registration])
+Pc
+0 0 0 0 k
+(C=0 M=0 Y=0 K=0)
+Pc
+0 0 0 1 k
+(C=0 M=0 Y=0 K=100)
+Pc
+0 0.1 1 0 k
+(C=0 M=10 Y=100 K=0)
+Pc
+0 0.5 0 0 k
+(C=0 M=50 Y=0 K=0)
+Pc
+0 0.5 1 0 k
+(C=0 M=50 Y=100 K=0)
+Pc
+1 0.55 1 0 k
+(C=100 M=55 Y=100 K=0)
+Pc
+1 0.9 0.1 0 k
+(C=100 M=90 Y=10 K=0)
+Pc
+0.15 1 1 0 k
+(C=15 M=100 Y=100 K=0)
+Pc
+0.45 0.9 0 0 k
+(C=45 M=90 Y=0 K=0)
+Pc
+0.5 0.4 0.3 0 k
+(C=50 M=40 Y=30 K=0)
+Pc
+0.5 0.85 1 0 k
+(C=50 M=85 Y=100 K=0)
+Pc
+0.75 0.05 1 0 k
+(C=75 M=5 Y=100 K=0)
+Pc
+0.75 0.9 0 0 k
+(C=75 M=90 Y=0 K=0)
+Pc
+0.8 0.05 0 0 k
+(C=80 M=5 Y=0 K=0)
+Pc
+Bb
+2 (Black, White) 0 0 0 1 1 0 0 1 0 0 Bg
+0 BB
+(Black, White)
+Pc
+Bb
+2 (Chrome) 0 0 0 1 1 0 0 1 0 0 Bg
+0 BB
+(Chrome)
+Pc
+Bb
+2 (Rainbow) 0 0 0 1 1 0 0 1 0 0 Bg
+0 BB
+(Rainbow)
+Pc
+Bb
+0 0 0 0 Bh
+2 (Yellow & Orange Radial) 0 0 0 1 1 0 0 1 0 0 Bg
+0 BB
+(Yellow & Orange Radial)
+Pc
+(Brick) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
+(Brick)
+Pc
+(Confetti) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
+(Confetti)
+Pc
+(Leaves - Fall ) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
+(Leaves - Fall )
+Pc
+(Stripes) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
+(Stripes)
+Pc
+PB
+%AI5_EndPalette
+%%EndSetup
+%AI5_BeginLayer
+1 1 1 1 0 0 1 0 79 128 255 0 50 Lb
+(Layer 1) Ln
+0 A
+1 Ap
+0 R
+0 0 0 1 K
+0 J 0 j 0.5 w 4 M []0 d
+0 XR
+1.65039 -30.082 m
+1.65039 -107.5005 64.2109 -170.2607 141.3828 -170.2607 c
+218.5547 -170.2607 281.1152 -107.5005 281.1152 -30.082 c
+281.1152 47.3364 218.5547 110.0967 141.3828 110.0967 c
+64.2109 110.0967 1.65039 47.3364 1.65039 -30.082 c
+s
+281.1152 -30.082 m
+281.1152 -45.4795 218.5547 -57.9609 141.3828 -57.9609 c
+64.2109 -57.9609 1.65039 -45.4795 1.65039 -30.082 c
+S
+[3 3 ]0 d
+73.9961 -54.5142 m
+73.3154 -46.5801 72.9604 -38.416 72.9604 -30.082 c
+72.9604 -13.7324 74.3267 1.96338 76.8374 16.5527 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+73.5713 -49.5581 m
+75.2725 -48.313 l
+75.3184 -48.3706 l
+74.4067 -51.397 l
+74.27 -52.436 74.1333 -53.4751 73.9961 -54.5142 c
+73.6846 -53.5137 73.3726 -52.5132 73.061 -51.5127 c
+71.6475 -48.6855 l
+71.6729 -48.6221 l
+73.5713 -49.5581 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+203.2236 -90.145 m
+205.8076 -78.9985 207.6943 -67.043 208.7695 -54.5142 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+208.3438 -59.4702 m
+206.4561 -60.4072 l
+206.4199 -60.3428 l
+207.834 -57.5156 l
+208.1455 -56.5151 208.457 -55.5146 208.7695 -54.5142 c
+208.9063 -55.5532 209.043 -56.5923 209.1797 -57.6313 c
+210.0908 -60.6577 l
+210.0557 -60.7163 l
+208.3438 -59.4702 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+132.7236 -58.333 m
+132.6206 -49.2075 132.5664 -39.7593 132.5664 -30.082 c
+132.5664 -6.75684 132.8809 15.2373 133.437 34.5859 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+132.5942 -52.9297 m
+134.3833 -51.814 l
+134.4248 -51.875 l
+133.2915 -54.8252 l
+133.0776 -55.8511 132.8643 -56.8774 132.6504 -57.9033 c
+132.4141 -56.8823 132.1772 -55.8613 131.9404 -54.8403 c
+130.7407 -51.9165 l
+130.7705 -51.855 l
+132.5942 -52.9297 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+149.041 -123.3916 m
+150.0586 -105.3013 150.7847 -82.9971 151.1025 -58.333 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+151.0381 -63.3066 m
+149.2227 -64.3789 l
+149.1831 -64.3169 l
+150.3872 -61.3945 l
+150.6255 -60.374 150.8638 -59.3535 151.1025 -58.333 c
+151.3145 -59.3594 151.5264 -60.3857 151.7383 -61.4121 c
+152.8672 -64.3643 l
+152.8354 -64.4253 l
+151.0381 -63.3066 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+46.3086 -50.2456 m
+48.0527 -67.916 52.0557 -84.521 57.8765 -99.4175 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+46.8477 -55.7026 m
+45.1621 -56.9697 l
+45.1157 -56.9126 l
+45.9883 -53.875 l
+46.1118 -52.8345 46.2349 -51.7935 46.3589 -50.7529 c
+46.6836 -51.749 47.0078 -52.7456 47.3325 -53.7422 c
+48.7822 -56.5508 l
+48.7578 -56.6147 l
+46.8477 -55.7026 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+213.7168 62.1602 m
+228.4912 37.5093 237.4434 5.23926 237.4434 -30.082 c
+237.4434 -36.9287 237.1074 -43.6611 236.457 -50.2456 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+236.9951 -45.7964 m
+238.8955 -44.8833 l
+238.9307 -44.9482 l
+237.4805 -47.7568 l
+237.1563 -48.7534 236.8311 -49.75 236.5068 -50.7461 c
+236.3828 -49.7056 236.2598 -48.6646 236.1357 -47.624 c
+235.2637 -44.5859 l
+235.3008 -44.5283 l
+236.9951 -45.7964 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+27.624 -46.2749 m
+27.1348 -40.9619 26.8833 -35.5586 26.8833 -30.082 c
+26.8833 1.07373 35.0229 29.856 48.792 53.1289 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+27.3008 -41.1309 m
+28.9941 -39.875 l
+29.0405 -39.9321 l
+28.1479 -42.9644 l
+28.0181 -44.0044 27.8877 -45.0439 27.7568 -46.084 c
+27.439 -45.0854 27.1211 -44.0869 26.8027 -43.0884 c
+25.3716 -40.27 l
+25.3965 -40.2065 l
+27.3008 -41.1309 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+211.8789 -141.3818 m
+235.4023 -118.854 251.5781 -84.9604 255.1416 -46.2749 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+254.6855 -51.228 m
+252.791 -52.1533 l
+252.7559 -52.0889 l
+254.1875 -49.2705 l
+254.5059 -48.272 254.8232 -47.2734 255.1416 -46.2749 c
+255.2725 -47.3145 255.4023 -48.3545 255.5332 -49.3945 c
+256.4248 -52.4268 l
+256.3887 -52.4849 l
+254.6855 -51.228 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+103.0664 -56.5005 m
+105.3403 -96.9932 112.7441 -131.3076 122.894 -151.3486 c
+S
+0 Ap
+0 O
+0 0 0 1 k
+1 w []0 d
+103.3457 -61.4668 m
+101.6084 -62.6611 l
+101.564 -62.6025 l
+102.5645 -59.604 l
+102.7314 -58.5693 102.8989 -57.5352 103.0664 -56.5005 c
+103.3486 -57.5098 103.6309 -58.519 103.9131 -59.5283 c
+105.2427 -62.3955 l
+105.2158 -62.4585 l
+103.3457 -61.4668 l
+f
+1 Ap
+0 R
+0 0 0 1 K
+0.5 w [3 3 ]0 d
+160.9014 89.0835 m
+172.6255 64.3555 180.4316 20.2324 180.4316 -30.082 c
+180.4316 -39 \ No newline at end of file
diff --git a/Build/source/texk/dvipsk/testdata/pfbincl.tex b/Build/source/texk/dvipsk/testdata/pfbincl.tex
new file mode 100644
index 00000000000..9e1441c3e6a
--- /dev/null
+++ b/Build/source/texk/dvipsk/testdata/pfbincl.tex
@@ -0,0 +1,20 @@
+% this test is from David Jones, see 2008-05-07 ChangeLog entry.
+% The bug was an eps file that includes a pfb font, i.e., arbitrary bytes.
+% We don't want to strip out CTRL-D, etc.
+\documentclass{article}
+
+\usepackage{graphicx}
+
+\begin{document}
+
+A a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a.
+\begin{figure}[h]
+\includegraphics{pfbincl.eps}
+\end{figure}
+A a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a.
+
+\end{document}
diff --git a/Build/source/texk/dvipsk/testdata/psfonts.map b/Build/source/texk/dvipsk/testdata/psfonts.map
deleted file mode 100644
index 12cbe35d25d..00000000000
--- a/Build/source/texk/dvipsk/testdata/psfonts.map
+++ /dev/null
@@ -1,104 +0,0 @@
-cmb10 CMB10 <cmb10.pfb
-cmbsy10 CMBSY10 <cmbsy10.pfb
-cmbx10 CMBX10 <cmbx10.pfb
-cmbx12 CMBX12 <cmbx12.pfb
-cmbx5 CMBX5 <cmbx5.pfb
-cmbx6 CMBX6 <cmbx6.pfb
-cmbx7 CMBX7 <cmbx7.pfb
-cmbx8 CMBX8 <cmbx8.pfb
-cmbx9 CMBX9 <cmbx9.pfb
-cmbxsl10 CMBXSL10 <cmbxsl10.pfb
-cmbxti10 CMBXTI10 <cmbxti10.pfb
-cmcsc10 CMCSC10 <cmcsc10.pfb
-cmdunh10 CMDUNH10 <cmdunh10.pfb
-cmex10 CMEX10 <cmex10.pfb
-cmff10 CMFF10 <cmff10.pfb
-cmfi10 CMFI10 <cmfi10.pfb
-cmfib8 CMFIB8 <cmfib8.pfb
-cminch CMINCH <cminch.pfb
-cmitt10 CMITT10 <cmitt10.pfb
-cmmi10 CMMI10 <cmmi10.pfb
-cmmi12 CMMI12 <cmmi12.pfb
-cmmi5 CMMI5 <cmmi5.pfb
-cmmi6 CMMI6 <cmmi6.pfb
-cmmi7 CMMI7 <cmmi7.pfb
-cmmi8 CMMI8 <cmmi8.pfb
-cmmi9 CMMI9 <cmmi9.pfb
-cmmib10 CMMIB10 <cmmib10.pfb
-cmr10 CMR10 <cmr10.pfb
-cmr12 CMR12 <cmr12.pfb
-cmr17 CMR17 <cmr17.pfb
-cmr5 CMR5 <cmr5.pfb
-cmr6 CMR6 <cmr6.pfb
-cmr7 CMR7 <cmr7.pfb
-cmr8 CMR8 <cmr8.pfb
-cmr9 CMR9 <cmr9.pfb
-cmsl10 CMSL10 <cmsl10.pfb
-cmsl12 CMSL12 <cmsl12.pfb
-cmsl8 CMSL8 <cmsl8.pfb
-cmsl9 CMSL9 <cmsl9.pfb
-cmsltt10 CMSLTT10 <cmsltt10.pfb
-cmss10 CMSS10 <cmss10.pfb
-cmss12 CMSS12 <cmss12.pfb
-cmss17 CMSS17 <cmss17.pfb
-cmss8 CMSS8 <cmss8.pfb
-cmss9 CMSS9 <cmss9.pfb
-cmssbx10 CMSSBX10 <cmssbx10.pfb
-cmssdc10 CMSSDC10 <cmssdc10.pfb
-cmssi10 CMSSI10 <cmssi10.pfb
-cmssi12 CMSSI12 <cmssi12.pfb
-cmssi17 CMSSI17 <cmssi17.pfb
-cmssi8 CMSSI8 <cmssi8.pfb
-cmssi9 CMSSI9 <cmssi9.pfb
-cmssq8 CMSSQ8 <cmssq8.pfb
-cmssqi8 CMSSQI8 <cmssqi8.pfb
-cmsy10 CMSY10 <cmsy10.pfb
-cmsy5 CMSY5 <cmsy5.pfb
-cmsy6 CMSY6 <cmsy6.pfb
-cmsy7 CMSY7 <cmsy7.pfb
-cmsy8 CMSY8 <cmsy8.pfb
-cmsy9 CMSY9 <cmsy9.pfb
-cmtcsc10 CMTCSC10 <cmtcsc10.pfb
-cmtex10 CMTEX10 <cmtex10.pfb
-cmtex8 CMTEX8 <cmtex8.pfb
-cmtex9 CMTEX9 <cmtex9.pfb
-cmti10 CMTI10 <cmti10.pfb
-cmti12 CMTI12 <cmti12.pfb
-cmti7 CMTI7 <cmti7.pfb
-cmti8 CMTI8 <cmti8.pfb
-cmti9 CMTI9 <cmti9.pfb
-cmtt10 CMTT10 <cmtt10.pfb
-cmtt12 CMTT12 <cmtt12.pfb
-cmtt8 CMTT8 <cmtt8.pfb
-cmtt9 CMTT9 <cmtt9.pfb
-cmu10 CMU10 <cmu10.pfb
-cmvtt10 CMVTT10 <cmvtt10.pfb
-lasy10 LASY10 <lasy10.pfb
-lasy5 LASY5 <lasy5.pfb
-lasy6 LASY6 <lasy6.pfb
-lasy7 LASY7 <lasy7.pfb
-lasy8 LASY8 <lasy8.pfb
-lasy9 LASY9 <lasy9.pfb
-lasyb10 LASYB10 <lasyb10.pfb
-lcircle10 LCIRCLE10 <lcircle1.pfb
-lcirclew10 LCIRCLEW10 <lcirclew.pfb
-lcircle1 LCIRCLE10 <lcircle1.pfb
-lcirclew LCIRCLEW10 <lcirclew.pfb
-lcmss8 LCMSS8 <lcmss8.pfb
-lcmssb8 LCMSSB8 <lcmssb8.pfb
-lcmssi8 LCMSSI8 <lcmssi8.pfb
-line10 LINE10 <line10.pfb
-linew10 LINEW10 <linew10.pfb
-logo10 LOGO10 <logo10.pfb
-logo8 LOGO8 <logo8.pfb
-logo9 LOGO9 <logo9.pfb
-logobf10 LOGOBF10 <logobf10.pfb
-logosl10 LOGOSL10 <logosl10.pfb
-ptmb8r Times-Bold "TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmbi8r Times-BoldItalic "TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmbo8r Times-Bold ".167 SlantFont TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmr8r Times-Roman "TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmri8r Times-Italic "TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmro8r Times-Roman ".167 SlantFont TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmrre8r Times-Roman "1.2 ExtendFont TeXBase1Encoding ReEncodeFont" <8r.enc
-ptmrrn8r Times-Roman ".82 ExtendFont TeXBase1Encoding ReEncodeFont" <8r.enc
diff --git a/Build/source/texk/dvipsk/testdata/ptmbi.vf b/Build/source/texk/dvipsk/testdata/ptmbi.vf
deleted file mode 100644
index cf5bde827d7..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmbi.vf
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/ptmbi8r.tfm b/Build/source/texk/dvipsk/testdata/ptmbi8r.tfm
deleted file mode 100644
index 8c9a366fb31..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmbi8r.tfm
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/ptmr.vf b/Build/source/texk/dvipsk/testdata/ptmr.vf
deleted file mode 100644
index 58c76028edb..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmr.vf
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/ptmr8r.tfm b/Build/source/texk/dvipsk/testdata/ptmr8r.tfm
deleted file mode 100644
index 3fa1c10a4c3..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmr8r.tfm
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/ptmri.vf b/Build/source/texk/dvipsk/testdata/ptmri.vf
deleted file mode 100644
index 1bfdd4a0de2..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmri.vf
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/ptmri8r.tfm b/Build/source/texk/dvipsk/testdata/ptmri8r.tfm
deleted file mode 100644
index b4fc44501cb..00000000000
--- a/Build/source/texk/dvipsk/testdata/ptmri8r.tfm
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvipsk/testdata/special.pro b/Build/source/texk/dvipsk/testdata/special.pro
deleted file mode 100644
index e0c9faa6ec6..00000000000
--- a/Build/source/texk/dvipsk/testdata/special.pro
+++ /dev/null
@@ -1,56 +0,0 @@
-%!
-TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
-/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
-false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
-/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
-div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
-/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
-10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
-/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
-true def end /@MacSetUp{userdict /md known{userdict /md get type
-/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
-length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
-N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
-clippath mark{transform{itransform moveto}}{transform{itransform lineto}
-}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
-itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
-closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
-0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
-/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
-scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
-ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
-not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
-TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
-pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
--1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
-TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
-sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
-0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
-2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
-{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
-div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
-N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
-maxlength dict begin /magscale true def normalscale currentpoint TR
-/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
-/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
-psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
-scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
-/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
-psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
-roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
-moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
-begin /SpecialSave save N gsave normalscale currentpoint TR
-@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
-{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
-closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
-sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
-}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
-CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
-lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
-}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
-end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
-N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
-/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
-SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
-/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
-yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
diff --git a/Build/source/texk/dvipsk/testdata/texc.pro b/Build/source/texk/dvipsk/testdata/texc.pro
deleted file mode 100644
index 1cbc36a57f0..00000000000
--- a/Build/source/texk/dvipsk/testdata/texc.pro
+++ /dev/null
@@ -1,60 +0,0 @@
-%!
-/TeXDict 300 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
-/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
-mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
-ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
-isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
-hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
-TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
-forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
-/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
-/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
-/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
-string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
-end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
-/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
-N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
-length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
-128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
-get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
-dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
-/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
-/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
-0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
-setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
-.1 sub]/id ch-image N /rw ch-width 7 add 8 idiv string N /rc 0 N /gp 0 N
-/cp 0 N{rc 0 ne{rc 1 sub /rc X rw}{G}ifelse}imagemask restore}B /G{{id
-gp get /gp gp 1 add N dup 18 mod S 18 idiv pl S get exec}loop}B /adv{cp
-add /cp X}B /chg{rw cp id gp 4 index getinterval putinterval dup gp add
-/gp X adv}B /nd{/cp 0 N rw exit}B /lsh{rw cp 2 copy get dup 0 eq{pop 1}{
-dup 255 eq{pop 254}{dup dup add 255 and S 1 and or}ifelse}ifelse put 1
-adv}B /rsh{rw cp 2 copy get dup 0 eq{pop 128}{dup 255 eq{pop 127}{dup 2
-idiv S 128 and or}ifelse}ifelse put 1 adv}B /clr{rw cp 2 index string
-putinterval adv}B /set{rw cp fillstr 0 4 index getinterval putinterval
-adv}B /fillstr 18 string 0 1 17{2 copy 255 put pop}for N /pl[{adv 1 chg}
-{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{
-adv rsh nd}{1 add adv}{/rc X nd}{1 add set}{1 add clr}{adv 2 chg}{adv 2
-chg nd}{pop nd}]dup{bind pop}forall N /D{/cc X dup type /stringtype ne{]
-}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
-length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
-cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
-0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
-add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
-/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
-known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
-/IE 256 array N 2 string 0 1 255{IE S dup 360 add 36 4 index cvrs cvn
-put}for pop 65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N
-/RMat[1 0 0 -1 0 0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley
-X /rulex X V}B /V{}B /RV statusdict begin /product where{pop false[
-(Display)(NeXT)(LaserWriter 16/600)]{dup length product length le{dup
-length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}
-forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
-RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
-false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
-round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
-rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
-{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
-B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
-4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
-p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
-a}B /bos{/SS save N}B /eos{SS restore}B end
diff --git a/Build/source/texk/dvipsk/testdata/texps.pro b/Build/source/texk/dvipsk/testdata/texps.pro
deleted file mode 100644
index 45989d8f19d..00000000000
--- a/Build/source/texk/dvipsk/testdata/texps.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-%!
-TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
-index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
-exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
-exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
-dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
-ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
-end definefont 3 -1 roll makefont /setfont cvx]cvx def}def /ObliqueSlant
-{dup sin S cos div neg}B /SlantFont{4 index mul add}def /ExtendFont{3 -1
-roll mul exch}def /ReEncodeFont{/Encoding exch def}def end