beamerposter-SMU/0000755000017000001440000000000011572232336013055 5ustar carrusersbeamerposter-SMU/beamerposter.sty0000644000017000001440000002745611572230436016323 0ustar carrusers% Copyright 2007 by % Philippe Dreuw and % Thomas Deselaers % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License and/or % 2. under the GNU Public License. % % % ChangeLog: % % 1.10 - imrpoved PackageWarning and PackageInfo outputs % 1.09 - bugfixed the list indention problem, can be overwritten by user with the \setdefaultleftmargin command. % - added 'printer' option for external printer definition files % 1.08 - supports external printer definition files % - added grid mode option % - renamed beamer specific variables % - added font size normalization, so that scale=1.0 is the default font size for all DIN-A(n) sizes % 1.07 - bugfixed custom size handling, portrait or landscape settings are ignored now % 1.06 - added the type1cm package for scalable math fonts % 1.05 - added version check for xkeyval package % 1.04 - added custom size handling % 1.03 - improved predefined size handling % 1.02 - minor bugfixes % 1.01 - bugfixed size handling % 1.00 - first beamerposter release % \def\beamerposter@name{beamerposter} \def\beamerposter@version{1.10} \def\beamerposter@date{2009/09/02} \def\beamerposter@msg{latex-beamer poster extension} \def\beamerposter@releaseinfo{\beamerposter@date \space v.\beamerposter@version \space \beamerposter@msg} \def\beamerposter@Error#1#2{\PackageError{\beamerposter@name}{#1}{#2}} \def\beamerposter@Warning#1{\PackageWarning{\beamerposter@name}{#1}} \def\beamerposter@Info#1{\PackageInfo{\beamerposter@name}{#1}} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{\beamerposter@name}[\beamerposter@releaseinfo] \RequirePackage{xkeyval}[2006/11/18] \RequirePackage{type1cm} %% get it from ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.zip \RequirePackage{fp} \RequirePackage{paralist} \newif\if@beamerposter@portrait \newif\if@beamerposter@customsize \newif\if@beamerposter@extern \newif\if@beamerposter@debug \DeclareOptionX{size}[a0]{ \beamerposter@Info{checking size input, please wait.} \XKV@cc*+[\val\nr]{#1}{a0b,a0,a1,a2,a3,a4,custom}{% \beamerposter@Info{the input \val\ \nr\ was correct, we proceed.} \ifcase\nr\relax %a0b \edef\paperwidthValue{119} \edef\paperheightValue{88} \edef\textwidthValue{116} \edef\textheightValue{88} \edef\fontscale{1.0} \or %a0 \edef\paperwidthValue{118.82} \edef\paperheightValue{83.96} \edef\textwidthValue{117.82} \edef\textheightValue{82.96} \edef\fontscale{1.0} \or %a1 \edef\paperwidthValue{83.96} \edef\paperheightValue{59.4} \edef\textwidthValue{82.96} \edef\textheightValue{58.4} \edef\fontscale{0.70710678} % fontscale=(1/sqrt(2))^1 \or %a2 \edef\paperwidthValue{59.4} \edef\paperheightValue{41.98} \edef\textwidthValue{58.4} \edef\textheightValue{40.98} \edef\fontscale{0.5} % fontscale=(1/sqrt(2))^2 \or %a3 \edef\paperwidthValue{41.98} \edef\paperheightValue{29.7} \edef\textwidthValue{40.98} \edef\textheightValue{28.7} \edef\fontscale{0.35355339} % fontscale=(1/sqrt(2))^3 \or %a4 \edef\paperwidthValue{29.7} \edef\paperheightValue{21.0} \edef\textwidthValue{28.7} \edef\textheightValue{20.0} \edef\fontscale{0.25} % fontscale=(1/sqrt(2))^4 \or \@beamerposter@customsizetrue \fi }{% \beamerposter@Warning{the input \val\ was incorrect and was ignored.} }% \beamerposter@Info{finished size input check.} } \DeclareOptionX{orientation}[portrait]{ \beamerposter@Info{checking orientation input, please wait.} \XKV@cc*+[\val\nr]{#1}{portrait,landscape}{% \beamerposter@Info{the input \val\ \nr\ was correct, we proceed.} \ifcase\nr\relax \@beamerposter@portraittrue \or \@beamerposter@portraitfalse \fi }{% \beamerposter@Warning{the input \val\ was incorrect and was ignored.} }% \beamerposter@Info{finished orientation check.} } \DeclareOptionX{scale}[1.0]{\edef\myfontscale{#1}\beamerposter@Info{myfontscale=\myfontscale}} \DeclareOptionX{width}{\edef\customwidth{#1}\beamerposter@Info{custom poster width=\customwidth}} \DeclareOptionX{height}{\edef\customheight{#1}\beamerposter@Info{custom poster height=\customheight}} \DeclareOptionX{debug}{\beamerposter@Info{enabled debug mode}\@beamerposter@debugtrue} \DeclareOptionX{grid}{\beamerposter@Info{enabling grid}\beamertemplategridbackground[1cm]}% Display a grid to help align images \DeclareOptionX{printer}{\edef\printerToUse{#1}\@beamerposter@externtrue} \DeclareOptionX*{\beamerposter@Warning{Unknown option ignored: \CurrentOption}} %\DeclareOptionX*{\PassOptionsToClass{\CurrentOption}{beamer}} \ExecuteOptionsX{size=a0,scale=1.0} \ProcessOptionsX\relax %% enable debug mode for fp package (mainly for upn functions) \if@beamerposter@debug \FPdebugtrue \fi %% normalize scale depending on poster size \FPupn{\myfontscale}{myfontscale fontscale * 2 round} %% swap sizes for portrait orientation \if@beamerposter@portrait \newdimen\tmp \setlength{\tmp}{\paperwidthValue cm} \setlength{\paperwidth}{\paperheightValue cm} \setlength{\paperheight}{\tmp} \setlength{\tmp}{\textwidthValue cm} \setlength{\textwidth}{\textheightValue cm} \setlength{\textheight}{\tmp} \else \setlength{\paperwidth}{\paperwidthValue cm} \setlength{\paperheight}{\paperheightValue cm} \setlength{\textwidth}{\textwidthValue cm} \setlength{\textheight}{\textheightValue cm} \fi %% overwrite dimensions if custom size \if@beamerposter@customsize \setlength{\paperwidth}{\customwidth cm} \setlength{\paperheight}{\customheight cm} \FPupn{\resulttextwidth}{1 customwidth -} \FPupn{\resulttextheight}{1 customheight -} \setlength{\textwidth}{\resulttextwidth cm} \setlength{\textheight}{\resulttextheight cm} \fi %% Setting proper dimensions for a DIN A0 printer \setlength{\headheight}{0 cm} \setlength{\headsep}{0 cm} \setlength{\topmargin}{-12.7 mm} % -1in +1.47cm \setlength{\oddsidemargin}{-25.4 mm} % -1in +0.4cm %% For the page layout \beamerposter@Info{paperwidth=\the\paperwidth, paperheight=\the\paperheight} \beamerposter@Info{textwidth=\the\textwidth, textwidth=\the\textheight} \beamerposter@Info{fontscale=\fontscale, myfontscale=\myfontscale} \geometry{ paperwidth=\the\paperwidth, paperheight=\the\paperheight, hmargin=1cm,% vmargin=0cm,% head=0.5cm, % headsep=0pt,% foot=0.5cm % } %% %% printer definition file example 'rwth-glossy-uv.df': %% ---- %% \typeout{beamerposter: RWTH RZ printer, glossy paper, UV resistant, maximum settings} %% \edef\printermaxwidthValue{108} %unit should be cm %% \newlength{\printermaxwidth} %% \setlength{\printermaxwidth}{\printermaxwidthValue cm} %% ---- %% %% now load printer definitions from file (e.g. \usepackage[printer=rwth-glossy-uv.df]{beamerposter}") \if@beamerposter@extern \InputIfFileExists{\printerToUse}{\typeout{load \printerToUse}}{\beamerposter@Error{\printerToUse\space not found!}{Please use another printer definition file}} \ifx\printermaxwidthValue\@empty% \relax% \else% %% @todo: calc poster ratios, scale to maximum printer size, and check if they still fit %% this here is still very basic ... \FPsub{\resultmaxwidth}{\printermaxwidthValue}{\paperwidthValue} \FPifneg{\resultmaxwidth} \beamerposter@Error{% resultmaxwidth=\resultmaxwidth \MessageBreak printermaxwidthValue=\printermaxwidthValue \MessageBreak paperwidthValue=\paperwidthValue \MessageBreak The specified poster dimensions might not be printable using '\printerToUse'. }{% Try to reduce your poster dimension and have a look at the aspect ratio. } \else \relax \fi \fi %\fi %% scalable vector fonts \edef\fontSizeX{12}\edef\fontSizeY{14} \FPupn{\resulttinyX}{myfontscale fontSizeX * 2 round} \FPupn{\resulttinyY}{myfontscale fontSizeY * 2 round} \renewcommand*{\tiny}{\fontsize{\resulttinyX}{\resulttinyY}\selectfont} \edef\fontSizeX{14.4}\edef\fontSizeY{18} \FPupn{\resultscriptsizeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultscriptsizeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\scriptsize}{\fontsize{\resultscriptsizeX}{\resultscriptsizeY}\selectfont} \edef\fontSizeX{17.28}\edef\fontSizeY{22} \FPupn{\resultfootnotesizeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultfootnotesizeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\footnotesize}{\fontsize{\resultfootnotesizeX}{\resultfootnotesizeY}\selectfont} \edef\fontSizeX{20.74}\edef\fontSizeY{25} \FPupn{\resultsmallX}{myfontscale fontSizeX * 2 round} \FPupn{\resultsmallY}{myfontscale fontSizeY * 2 round} \renewcommand*{\small}{\fontsize{\resultsmallX}{\resultsmallY}\selectfont} \edef\fontSizeX{24.88}\edef\fontSizeY{30} \FPupn{\resultnormalsizeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultnormalsizeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\normalsize}{\fontsize{\resultnormalsizeX}{\resultnormalsizeY}\selectfont} \edef\fontSizeX{29.86}\edef\fontSizeY{37} \FPupn{\resultlargeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultlargeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\large}{\fontsize{\resultlargeX}{\resultlargeY}\selectfont} \edef\fontSizeX{35.83}\edef\fontSizeY{45} \FPupn{\resultLargeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultLargeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\Large}{\fontsize{\resultLargeX}{\resultLargeY}\selectfont} \edef\fontSizeX{43}\edef\fontSizeY{54} \FPupn{\resultLARGEX}{myfontscale fontSizeX * 2 round} \FPupn{\resultLARGEY}{myfontscale fontSizeY * 2 round} \renewcommand*{\LARGE}{\fontsize{\resultLARGEX}{\resultLARGEY}\selectfont} \edef\fontSizeX{51.6}\edef\fontSizeY{64} \FPupn{\resulthugeX}{myfontscale fontSizeX * 2 round} \FPupn{\resulthugeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\huge}{\fontsize{\resulthugeX}{\resulthugeY}\selectfont} \edef\fontSizeX{61.92}\edef\fontSizeY{77} \FPupn{\resultHugeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultHugeY}{myfontscale fontSizeY * 2 round} \renewcommand*{\Huge}{\fontsize{\resultHugeX}{\resultHugeY}\selectfont} \edef\fontSizeX{74.3}\edef\fontSizeY{93} \FPupn{\resultveryHugeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultveryHugeY}{myfontscale fontSizeY * 2 round} \newcommand*{\veryHuge}{\fontsize{\resultveryHugeX}{\resultveryHugeY}\selectfont} \edef\fontSizeX{89.16}\edef\fontSizeY{112} \FPupn{\resultVeryHugeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultVeryHugeY}{myfontscale fontSizeY * 2 round} \newcommand*{\VeryHuge}{\fontsize{\resultVeryHugeX}{\resultVeryHugeY}\selectfont} \edef\fontSizeX{107}\edef\fontSizeY{134} \FPupn{\resultVERYHugeX}{myfontscale fontSizeX * 2 round} \FPupn{\resultVERYHugeY}{myfontscale fontSizeY * 2 round} \newcommand*{\VERYHuge}{\fontsize{\resultVERYHugeX}{\resultVERYHugeY}\selectfont} % set the normalfont (default) \renewcommand*{\normalfont}{\normalsize} % adapt list indention (e.g. itemize/enumeration/... see paralist docu) \edef\indentionLevelValuei{4} % 4em indention for first level for an A0 poster \edef\indentionLevelValueii{2.2} % etc. ... \edef\indentionLevelValueiii{1.87} \edef\indentionLevelValueiiii{1.7} \edef\indentionLevelValueiiiii{1} \edef\indentionLevelValueiiiiii{1} \FPupn{\indentionLevelValuei}{indentionLevelValuei fontscale * 2 round} \FPupn{\indentionLevelValueii}{indentionLevelValueii fontscale * 2 round} \FPupn{\indentionLevelValueiii}{indentionLevelValueiii fontscale * 2 round} \FPupn{\indentionLevelValueiiii}{indentionLevelValueiiii fontscale * 2 round} \FPupn{\indentionLevelValueiiiii}{indentionLevelValueiiiii fontscale * 2 round} \FPupn{\indentionLevelValueiiiiii}{indentionLevelValueiiiiii fontscale * 2 round} \setdefaultleftmargin{\indentionLevelValuei em}{\indentionLevelValueii em}{\indentionLevelValueiii em}{\indentionLevelValueiiii em}{\indentionLevelValueiiiii em}{\indentionLevelValueiiiiii em} \setbeamersize{description width=\indentionLevelValuei em} % the description environment needs special treatment beamerposter-SMU/PerunaR.eps0000644000017000001440000157360211572232336015160 0ustar carrusersХагЦ ПwпwЃџџ%!PS-Adobe-3.1 EPSF-3.0 %ADO_DSC_Encoding: MacOS Roman %%Title: PerunaR.eps %%Creator: Adobe Illustrator(R) 14.0 %%For: Katy Scott %%CreationDate: 1/28/10 %%BoundingBox: 0 0 452 242 %%HiResBoundingBox: 0 0 451.3335 241.3335 %%CropBox: 0 0 451.3335 241.3335 %%LanguageLevel: 2 %%DocumentData: Clean7Bit %ADOBeginClientInjection: DocumentHeader "AI11EPS" %%AI8_CreatorVersion: 14.0.0 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 14.0.0 x367 R agm 4.4890 ct 5.1541 %ADO_ContainsXMP: MainFirst %ADOEndClientInjection: DocumentHeader "AI11EPS" %%Pages: 1 %%DocumentNeededResources: %%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 %%+ procset Adobe_CoolType_Utility_T42 1.0 0 %%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%+ procset Adobe_CoolType_Core 2.31 0 %%+ procset Adobe_AGM_Core 2.0 0 %%+ procset Adobe_AGM_Utils 1.0 0 %%DocumentFonts: %%DocumentNeededFonts: %%DocumentNeededFeatures: %%DocumentSuppliedFeatures: %%DocumentProcessColors: %%DocumentCustomColors: (PANTONE 186 C) %%CMYKCustomColor: 0 1 0.8100 0.0400 (PANTONE 186 C) %%RGBCustomColor: %%EndComments %%BeginDefaults %%ViewingOrientation: 1 0 0 1 %%EndDefaults %%BeginProlog %%BeginResource: procset Adobe_AGM_Utils 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known {currentpacking true setpacking}if userdict/Adobe_AGM_Utils 75 dict dup begin put /bdf {bind def}bind def /nd{null def}bdf /xdf {exch def}bdf /ldf {load def}bdf /ddf {put}bdf /xddf {3 -1 roll put}bdf /xpt {exch put}bdf /ndf { exch dup where{ pop pop pop }{ xdf }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /gx {get exec}bdf /ps_level /languagelevel where{ pop systemdict/languagelevel gx }{ 1 }ifelse def /level2 ps_level 2 ge def /level3 ps_level 3 ge def /ps_version {version cvr}stopped{-1}if def /set_gvm {currentglobal exch setglobal}bdf /reset_gvm {setglobal}bdf /makereadonlyarray { /packedarray where{pop packedarray }{ array astore readonly}ifelse }bdf /map_reserved_ink_name { dup type/stringtype eq{ dup/Red eq{ pop(_Red_) }{ dup/Green eq{ pop(_Green_) }{ dup/Blue eq{ pop(_Blue_) }{ dup()cvn eq{ pop(Process) }if }ifelse }ifelse }ifelse }if }bdf /AGMUTIL_GSTATE 22 dict def /get_gstate { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_clr_spc currentcolorspace def /AGMUTIL_GSTATE_clr_indx 0 def /AGMUTIL_GSTATE_clr_comps 12 array def mark currentcolor counttomark {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop /AGMUTIL_GSTATE_fnt rootfont def /AGMUTIL_GSTATE_lw currentlinewidth def /AGMUTIL_GSTATE_lc currentlinecap def /AGMUTIL_GSTATE_lj currentlinejoin def /AGMUTIL_GSTATE_ml currentmiterlimit def currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf /AGMUTIL_GSTATE_sa currentstrokeadjust def /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def /AGMUTIL_GSTATE_op currentoverprint def /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf /AGMUTIL_GSTATE_ht currenthalftone def /AGMUTIL_GSTATE_flt currentflat def end }def /set_gstate { AGMUTIL_GSTATE begin AGMUTIL_GSTATE_clr_spc setcolorspace AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor AGMUTIL_GSTATE_fnt setfont AGMUTIL_GSTATE_lw setlinewidth AGMUTIL_GSTATE_lc setlinecap AGMUTIL_GSTATE_lj setlinejoin AGMUTIL_GSTATE_ml setmiterlimit AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash AGMUTIL_GSTATE_sa setstrokeadjust AGMUTIL_GSTATE_clr_rnd setcolorrendering AGMUTIL_GSTATE_op setoverprint AGMUTIL_GSTATE_bg cvx setblackgeneration AGMUTIL_GSTATE_ucr cvx setundercolorremoval AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or { currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne { mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark }if }{ AGMUTIL_GSTATE_ht sethalftone }ifelse AGMUTIL_GSTATE_flt setflat end }def /get_gstate_and_matrix { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_ctm matrix currentmatrix def end get_gstate }def /set_gstate_and_matrix { set_gstate AGMUTIL_GSTATE begin AGMUTIL_GSTATE_ctm setmatrix end }def /AGMUTIL_str256 256 string def /AGMUTIL_src256 256 string def /AGMUTIL_dst64 64 string def /AGMUTIL_srcLen nd /AGMUTIL_ndx nd /AGMUTIL_cpd nd /capture_cpd{ //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf }def /thold_halftone { level3 {sethalftone currenthalftone} { dup/HalftoneType get 3 eq { sethalftone currenthalftone }{ begin Width Height mul{ Thresholds read{pop}if }repeat end currenthalftone }ifelse }ifelse }def /rdcmntline { currentfile AGMUTIL_str256 readline pop (%)anchorsearch{pop}if }bdf /filter_cmyk { dup type/filetype ne{ exch()/SubFileDecode filter }{ exch pop } ifelse [ exch { AGMUTIL_src256 readstring pop dup length/AGMUTIL_srcLen exch def /AGMUTIL_ndx 0 def AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ 1 index exch get AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put /AGMUTIL_ndx AGMUTIL_ndx 1 add def }for pop AGMUTIL_dst64 0 AGMUTIL_ndx getinterval } bind /exec cvx ]cvx }bdf /filter_indexed_devn { cvi Names length mul names_index add Lookup exch get }bdf /filter_devn { 4 dict begin /srcStr xdf /dstStr xdf dup type/filetype ne{ 0()/SubFileDecode filter }if [ exch [ /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx currentdict/srcStr get/readstring cvx/pop cvx /dup cvx/length cvx 0/gt cvx[ Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx names_index Names length currentdict/srcStr get length 1 sub{ 1/index cvx/exch cvx/get cvx currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx }for currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx ]cvx/if cvx /end cvx ]cvx bind /exec cvx ]cvx end }bdf /AGMUTIL_imagefile nd /read_image_file { AGMUTIL_imagefile 0 setfileposition 10 dict begin /imageDict xdf /imbufLen Width BitsPerComponent mul 7 add 8 idiv def /imbufIdx 0 def /origDataSource imageDict/DataSource get def /origMultipleDataSources imageDict/MultipleDataSources get def /origDecode imageDict/Decode get def /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse { /imbufCnt imageDict/DataSource get length def /imbufs imbufCnt array def 0 1 imbufCnt 1 sub{ /imbufIdx xdf imbufs imbufIdx imbufLen string put imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put }for DeviceN_PS2{ imageDict begin /DataSource[DataSource/devn_sep_datasource cvx]cvx def /MultipleDataSources false def /Decode[0 1]def end }if }{ /imbuf imbufLen string def Indexed_DeviceN level3 not and DeviceN_NoneName or{ /srcDataStrs[imageDict begin currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi string }repeat end]def imageDict begin /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def /Decode[0 1]def end }{ imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put imageDict/Decode[0 1]put }ifelse }ifelse imageDict exch load exec imageDict/DataSource origDataSource put imageDict/MultipleDataSources origMultipleDataSources put imageDict/Decode origDecode put end }bdf /write_image_file { begin {(AGMUTIL_imagefile)(w+)file}stopped{ false }{ Adobe_AGM_Utils/AGMUTIL_imagefile xddf 2 dict begin /imbufLen Width BitsPerComponent mul 7 add 8 idiv def MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ /imbuf imbufLen string def }if 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ pop MultipleDataSources{ 0 1 DataSource length 1 sub{ DataSource type dup /arraytype eq{ pop DataSource exch gx }{ /filetype eq{ DataSource exch get imbuf readstring pop }{ DataSource exch get }ifelse }ifelse AGMUTIL_imagefile exch writestring }for }{ DataSource type dup /arraytype eq{ pop DataSource exec }{ /filetype eq{ DataSource imbuf readstring pop }{ DataSource }ifelse }ifelse AGMUTIL_imagefile exch writestring }ifelse }for end true }ifelse end }bdf /close_image_file { AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile }def statusdict/product known userdict/AGMP_current_show known not and{ /pstr statusdict/product get def pstr(HP LaserJet 2200)eq pstr(HP LaserJet 4000 Series)eq or pstr(HP LaserJet 4050 Series )eq or pstr(HP LaserJet 8000 Series)eq or pstr(HP LaserJet 8100 Series)eq or pstr(HP LaserJet 8150 Series)eq or pstr(HP LaserJet 5000 Series)eq or pstr(HP LaserJet 5100 Series)eq or pstr(HP Color LaserJet 4500)eq or pstr(HP Color LaserJet 4600)eq or pstr(HP LaserJet 5Si)eq or pstr(HP LaserJet 1200 Series)eq or pstr(HP LaserJet 1300 Series)eq or pstr(HP LaserJet 4100 Series)eq or { userdict/AGMP_current_show/show load put userdict/show{ currentcolorspace 0 get /Pattern eq {false charpath f} {AGMP_current_show}ifelse }put }if currentdict/pstr undef }if /consumeimagedata { begin AGMIMG_init_common currentdict/MultipleDataSources known not {/MultipleDataSources false def}if MultipleDataSources { DataSource 0 get type dup/filetype eq { 1 dict begin /flushbuffer Width cvi string def 1 1 Height cvi { pop 0 1 DataSource length 1 sub { DataSource exch get flushbuffer readstring pop pop }for }for end }if dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and { Width Height mul cvi { 0 1 DataSource length 1 sub {dup DataSource exch gx length exch 0 ne{pop}if}for dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if } { /DataSource load type dup/filetype eq { 1 dict begin /flushbuffer Width Decode length 2 idiv mul cvi string def 1 1 Height{pop DataSource flushbuffer readstring pop pop}for end }if dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and { Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul { DataSource length dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if }ifelse end }bdf /addprocs { 2{/exec load}repeat 3 1 roll [5 1 roll]bind cvx }def /modify_halftone_xfer { currenthalftone dup length dict copy begin currentdict 2 index known{ 1 index load dup length dict copy begin currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end def currentdict end sethalftone }{ currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end sethalftone pop }ifelse }def /clonearray { dup xcheck exch dup length array exch Adobe_AGM_Core/AGMCORE_tmp -1 ddf { Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf dup type/dicttype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonedict Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if dup type/arraytype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonearray Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if exch dup Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put }forall exch{cvx}if }bdf /clonedict { dup length dict begin { dup type/dicttype eq {clonedict}if dup type/arraytype eq {clonearray}if def }forall currentdict end }bdf /DeviceN_PS2 { /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and }bdf /Indexed_DeviceN { /indexed_colorspace_dict AGMCORE_gget dup null ne{ dup/CSDBase known{ /CSDBase get/CSD get_res/Names known }{ pop false }ifelse }{ pop false }ifelse }bdf /DeviceN_NoneName { /Names where{ pop false Names { (None)eq or }forall }{ false }ifelse }bdf /DeviceN_PS2_inRip_seps { /AGMCORE_in_rip_sep where { pop dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and { /currentcolorspace exch AGMCORE_gput false }{ true }ifelse }{ true }ifelse }{ true }ifelse }bdf /base_colorspace_type { dup type/arraytype eq{0 get}if }bdf /currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse { /pdfmark_5{cleartomark}bind def }{ /pdfmark_5{pdfmark}bind def }ifelse /ReadBypdfmark_5 { currentfile exch 0 exch/SubFileDecode filter /currentdistillerparams where {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse {flushfile cleartomark} {/PUT pdfmark}ifelse }bdf /ReadBypdfmark_5_string { 2 dict begin /makerString exch def string/tmpString exch def { currentfile tmpString readline not{pop exit}if makerString anchorsearch { pop pop cleartomark exit }{ 3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5 }ifelse }loop end }bdf /xpdfm { { dup 0 get/Label eq { aload length[exch 1 add 1 roll/PAGELABEL }{ aload pop [{ThisPage}<<5 -2 roll>>/PUT }ifelse pdfmark_5 }forall }bdf /lmt{ dup 2 index le{exch}if pop dup 2 index ge{exch}if pop }bdf /int{ dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop }bdf /ds{ Adobe_AGM_Utils begin }bdf /dt{ currentdict Adobe_AGM_Utils eq{ end }if }bdf systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_AGM_Core 2.0 0 %%Version: 2.0 0 %%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Core 209 dict dup begin put /Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def /AGMCORE_str256 256 string def /AGMCORE_save nd /AGMCORE_graphicsave nd /AGMCORE_c 0 def /AGMCORE_m 0 def /AGMCORE_y 0 def /AGMCORE_k 0 def /AGMCORE_cmykbuf 4 array def /AGMCORE_screen[currentscreen]cvx def /AGMCORE_tmp 0 def /AGMCORE_&setgray nd /AGMCORE_&setcolor nd /AGMCORE_&setcolorspace nd /AGMCORE_&setcmykcolor nd /AGMCORE_cyan_plate nd /AGMCORE_magenta_plate nd /AGMCORE_yellow_plate nd /AGMCORE_black_plate nd /AGMCORE_plate_ndx nd /AGMCORE_get_ink_data nd /AGMCORE_is_cmyk_sep nd /AGMCORE_host_sep nd /AGMCORE_avoid_L2_sep_space nd /AGMCORE_distilling nd /AGMCORE_composite_job nd /AGMCORE_producing_seps nd /AGMCORE_ps_level -1 def /AGMCORE_ps_version -1 def /AGMCORE_environ_ok nd /AGMCORE_CSD_cache 0 dict def /AGMCORE_currentoverprint false def /AGMCORE_deltaX nd /AGMCORE_deltaY nd /AGMCORE_name nd /AGMCORE_sep_special nd /AGMCORE_err_strings 4 dict def /AGMCORE_cur_err nd /AGMCORE_current_spot_alias false def /AGMCORE_inverting false def /AGMCORE_feature_dictCount nd /AGMCORE_feature_opCount nd /AGMCORE_feature_ctm nd /AGMCORE_ConvertToProcess false def /AGMCORE_Default_CTM matrix def /AGMCORE_Default_PageSize nd /AGMCORE_Default_flatness nd /AGMCORE_currentbg nd /AGMCORE_currentucr nd /AGMCORE_pattern_paint_type 0 def /knockout_unitsq nd currentglobal true setglobal [/CSA/Gradient/Procedure] { /Generic/Category findresource dup length dict copy/Category defineresource pop }forall setglobal /AGMCORE_key_known { where{ /Adobe_AGM_Core_Id known }{ false }ifelse }ndf /flushinput { save 2 dict begin /CompareBuffer 3 -1 roll def /readbuffer 256 string def mark { currentfile readbuffer{readline}stopped {cleartomark mark} { not {pop exit} if CompareBuffer eq {exit} if }ifelse }loop cleartomark end restore }bdf /getspotfunction { AGMCORE_screen exch pop exch pop dup type/dicttype eq{ dup/HalftoneType get 1 eq{ /SpotFunction get }{ dup/HalftoneType get 2 eq{ /GraySpotFunction get }{ pop { abs exch abs 2 copy add 1 gt{ 1 sub dup mul exch 1 sub dup mul add 1 sub }{ dup mul exch dup mul add 1 exch sub }ifelse }bind }ifelse }ifelse }if }def /np {newpath}bdf /clp_npth {clip np}def /eoclp_npth {eoclip np}def /npth_clp {np clip}def /graphic_setup { /AGMCORE_graphicsave save store concat 0 setgray 0 setlinecap 0 setlinejoin 1 setlinewidth []0 setdash 10 setmiterlimit np false setoverprint false setstrokeadjust //Adobe_AGM_Core/spot_alias gx /Adobe_AGM_Image where{ pop Adobe_AGM_Image/spot_alias 2 copy known{ gx }{ pop pop }ifelse }if /sep_colorspace_dict null AGMCORE_gput 100 dict begin /dictstackcount countdictstack def /showpage{}def mark }def /graphic_cleanup { cleartomark dictstackcount 1 countdictstack 1 sub{end}for end AGMCORE_graphicsave restore }def /compose_error_msg { grestoreall initgraphics /Helvetica findfont 10 scalefont setfont /AGMCORE_deltaY 100 def /AGMCORE_deltaX 310 def clippath pathbbox np pop pop 36 add exch 36 add exch moveto 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath 0 AGMCORE_&setgray gsave 1 AGMCORE_&setgray fill grestore 1 setlinewidth gsave stroke grestore currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto /AGMCORE_deltaY 12 def /AGMCORE_tmp 0 def AGMCORE_err_strings exch get { dup 32 eq { pop AGMCORE_str256 0 AGMCORE_tmp getinterval stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt { currentpoint AGMCORE_deltaY sub exch pop clippath pathbbox pop pop pop 44 add exch moveto }if AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show 0 1 AGMCORE_str256 length 1 sub { AGMCORE_str256 exch 0 put }for /AGMCORE_tmp 0 def }{ AGMCORE_str256 exch AGMCORE_tmp xpt /AGMCORE_tmp AGMCORE_tmp 1 add def }ifelse }forall }bdf /AGMCORE_CMYKDeviceNColorspaces[ [/Separation/None/DeviceCMYK{0 0 0}] [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] [/Separation(Cyan)/DeviceCMYK{0 0 0}] [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] [/DeviceCMYK] ]def /ds{ Adobe_AGM_Core begin /currentdistillerparams where { pop currentdistillerparams/CoreDistVersion get 5000 lt {<>setdistillerparams}if }if /AGMCORE_ps_version xdf /AGMCORE_ps_level xdf errordict/AGM_handleerror known not{ errordict/AGM_handleerror errordict/handleerror get put errordict/handleerror{ Adobe_AGM_Core begin $error/newerror get AGMCORE_cur_err null ne and{ $error/newerror false put AGMCORE_cur_err compose_error_msg }if $error/newerror true put end errordict/AGM_handleerror get exec }bind put }if /AGMCORE_environ_ok ps_level AGMCORE_ps_level ge ps_version AGMCORE_ps_version ge and AGMCORE_ps_level -1 eq or def AGMCORE_environ_ok not {/AGMCORE_cur_err/AGMCORE_bad_environ def}if /AGMCORE_&setgray systemdict/setgray get def level2{ /AGMCORE_&setcolor systemdict/setcolor get def /AGMCORE_&setcolorspace systemdict/setcolorspace get def }if /AGMCORE_currentbg currentblackgeneration def /AGMCORE_currentucr currentundercolorremoval def /AGMCORE_Default_flatness currentflat def /AGMCORE_distilling /product where{ pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and }{ false }ifelse def /AGMCORE_GSTATE AGMCORE_key_known not{ /AGMCORE_GSTATE 21 dict def /AGMCORE_tmpmatrix matrix def /AGMCORE_gstack 32 array def /AGMCORE_gstackptr 0 def /AGMCORE_gstacksaveptr 0 def /AGMCORE_gstackframekeys 14 def /AGMCORE_&gsave/gsave ldf /AGMCORE_&grestore/grestore ldf /AGMCORE_&grestoreall/grestoreall ldf /AGMCORE_&save/save ldf /AGMCORE_&setoverprint/setoverprint ldf /AGMCORE_gdictcopy{ begin {def}forall end }def /AGMCORE_gput{ AGMCORE_gstack AGMCORE_gstackptr get 3 1 roll put }def /AGMCORE_gget{ AGMCORE_gstack AGMCORE_gstackptr get exch get }def /gsave{ AGMCORE_&gsave AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /grestore{ AGMCORE_&grestore AGMCORE_gstackptr 1 sub dup AGMCORE_gstacksaveptr lt{1 add}if dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse /AGMCORE_gstackptr exch store }def /grestoreall{ AGMCORE_&grestoreall /AGMCORE_gstackptr AGMCORE_gstacksaveptr store }def /save{ AGMCORE_&save AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store /AGMCORE_gstacksaveptr AGMCORE_gstackptr store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /setoverprint{ dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint }def 0 1 AGMCORE_gstack length 1 sub{ AGMCORE_gstack exch AGMCORE_gstackframekeys dict put }for }if level3/AGMCORE_&sysshfill AGMCORE_key_known not and { /AGMCORE_&sysshfill systemdict/shfill get def /AGMCORE_&sysmakepattern systemdict/makepattern get def /AGMCORE_&usrmakepattern/makepattern load def }if /currentcmykcolor[0 0 0 0]AGMCORE_gput /currentstrokeadjust false AGMCORE_gput /currentcolorspace[/DeviceGray]AGMCORE_gput /sep_tint 0 AGMCORE_gput /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput /sep_colorspace_dict null AGMCORE_gput /devicen_colorspace_dict null AGMCORE_gput /indexed_colorspace_dict null AGMCORE_gput /currentcolor_intent()AGMCORE_gput /customcolor_tint 1 AGMCORE_gput /absolute_colorimetric_crd null AGMCORE_gput /relative_colorimetric_crd null AGMCORE_gput /saturation_crd null AGMCORE_gput /perceptual_crd null AGMCORE_gput currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf << /MaxPatternItem currentsystemparams/MaxPatternCache get >> setuserparams end }def /ps { /setcmykcolor where{ pop Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put }if Adobe_AGM_Core begin /setcmykcolor { 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput 1 sub 4 1 roll 3{ 3 index add neg dup 0 lt{ pop 0 }if 3 1 roll }repeat setrgbcolor pop }ndf /currentcmykcolor { /currentcmykcolor AGMCORE_gget aload pop }ndf /setoverprint {pop}ndf /currentoverprint {false}ndf /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def /AGMCORE_plate_ndx AGMCORE_cyan_plate{ 0 }{ AGMCORE_magenta_plate{ 1 }{ AGMCORE_yellow_plate{ 2 }{ AGMCORE_black_plate{ 3 }{ 4 }ifelse }ifelse }ifelse }ifelse def /AGMCORE_have_reported_unsupported_color_space false def /AGMCORE_report_unsupported_color_space { AGMCORE_have_reported_unsupported_color_space false eq { (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf }if }def /AGMCORE_composite_job AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def /AGMCORE_in_rip_sep /AGMCORE_in_rip_sep where{ pop AGMCORE_in_rip_sep }{ AGMCORE_distilling { false }{ userdict/Adobe_AGM_OnHost_Seps known{ false }{ level2{ currentpagedevice/Separations 2 copy known{ get }{ pop pop false }ifelse }{ false }ifelse }ifelse }ifelse }ifelse def /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def /AGM_preserve_spots /AGM_preserve_spots where{ pop AGM_preserve_spots }{ AGMCORE_distilling AGMCORE_producing_seps or }ifelse def /AGM_is_distiller_preserving_spotimages { currentdistillerparams/PreserveOverprintSettings known { currentdistillerparams/PreserveOverprintSettings get { currentdistillerparams/ColorConversionStrategy known { currentdistillerparams/ColorConversionStrategy get /sRGB ne }{ true }ifelse }{ false }ifelse }{ false }ifelse }def /convert_spot_to_process where{pop}{ /convert_spot_to_process { //Adobe_AGM_Core begin dup map_alias{ /Name get exch pop }if dup dup(None)eq exch(All)eq or { pop false }{ AGMCORE_host_sep { gsave 1 0 0 0 setcmykcolor currentgray 1 exch sub 0 1 0 0 setcmykcolor currentgray 1 exch sub 0 0 1 0 setcmykcolor currentgray 1 exch sub 0 0 0 1 setcmykcolor currentgray 1 exch sub add add add 0 eq { pop false }{ false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne }ifelse grestore }{ AGMCORE_distilling { pop AGM_is_distiller_preserving_spotimages not }{ //Adobe_AGM_Core/AGMCORE_name xddf false //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq AGMUTIL_cpd/OverrideSeparations known and { AGMUTIL_cpd/OverrideSeparations get { /HqnSpots/ProcSet resourcestatus { pop pop pop true }if }if }if { AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not }{ gsave [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace false AGMUTIL_cpd/SeparationColorNames 2 copy known { get {AGMCORE_name eq or}forall not }{ pop pop pop true }ifelse grestore }ifelse }ifelse }ifelse }ifelse end }def }ifelse /convert_to_process where{pop}{ /convert_to_process { dup length 0 eq { pop false }{ AGMCORE_host_sep { dup true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process and}ifelse } forall { true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch (Black)eq or and }forall not }{pop false}ifelse }{ false exch { /PhotoshopDuotoneList where{pop false}{true}ifelse { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process or}ifelse } { convert_spot_to_process or } ifelse } forall }ifelse }ifelse }def }ifelse /AGMCORE_avoid_L2_sep_space version cvr 2012 lt level2 and AGMCORE_producing_seps not and def /AGMCORE_is_cmyk_sep AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or def /AGM_avoid_0_cmyk where{ pop AGM_avoid_0_cmyk }{ AGM_preserve_spots userdict/Adobe_AGM_OnHost_Seps known userdict/Adobe_AGM_InRip_Seps known or not and }ifelse { /setcmykcolor[ { 4 copy add add add 0 eq currentoverprint and{ pop 0.0005 }if }/exec cvx /AGMCORE_&setcmykcolor load dup type/operatortype ne{ /exec cvx }if ]cvx def }if /AGMCORE_IsSeparationAProcessColor { dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or }def AGMCORE_host_sep{ /setcolortransfer { AGMCORE_cyan_plate{ pop pop pop }{ AGMCORE_magenta_plate{ 4 3 roll pop pop pop }{ AGMCORE_yellow_plate{ 4 2 roll pop pop pop }{ 4 1 roll pop pop pop }ifelse }ifelse }ifelse settransfer } def /AGMCORE_get_ink_data AGMCORE_cyan_plate{ {pop pop pop} }{ AGMCORE_magenta_plate{ {4 3 roll pop pop pop} }{ AGMCORE_yellow_plate{ {4 2 roll pop pop pop} }{ {4 1 roll pop pop pop} }ifelse }ifelse }ifelse def /AGMCORE_RemoveProcessColorNames { 1 dict begin /filtername { dup/Cyan eq 1 index(Cyan)eq or {pop(_cyan_)}if dup/Magenta eq 1 index(Magenta)eq or {pop(_magenta_)}if dup/Yellow eq 1 index(Yellow)eq or {pop(_yellow_)}if dup/Black eq 1 index(Black)eq or {pop(_black_)}if }def dup type/arraytype eq {[exch{filtername}forall]} {filtername}ifelse end }def level3{ /AGMCORE_IsCurrentColor { dup AGMCORE_IsSeparationAProcessColor { AGMCORE_plate_ndx 0 eq {dup(Cyan)eq exch/Cyan eq or}if AGMCORE_plate_ndx 1 eq {dup(Magenta)eq exch/Magenta eq or}if AGMCORE_plate_ndx 2 eq {dup(Yellow)eq exch/Yellow eq or}if AGMCORE_plate_ndx 3 eq {dup(Black)eq exch/Black eq or}if AGMCORE_plate_ndx 4 eq {pop false}if }{ gsave false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne grestore }ifelse }def /AGMCORE_filter_functiondatasource { 5 dict begin /data_in xdf data_in type/stringtype eq { /ncomp xdf /comp xdf /string_out data_in length ncomp idiv string def 0 ncomp data_in length 1 sub { string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put }for string_out }{ string/string_in xdf /string_out 1 string def /component xdf [ data_in string_in/readstring cvx [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx [/pop cvx()]cvx/ifelse cvx ]cvx/ReusableStreamDecode filter }ifelse end }def /AGMCORE_separateShadingFunction { 2 dict begin /paint? xdf /channel xdf dup type/dicttype eq { begin FunctionType 0 eq { /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def currentdict/Decode known {/Decode Decode channel 2 mul 2 getinterval def}if paint? not {/Decode[1 1]def}if }if FunctionType 2 eq { paint? { /C0[C0 channel get 1 exch sub]def /C1[C1 channel get 1 exch sub]def }{ /C0[1]def /C1[1]def }ifelse }if FunctionType 3 eq { /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def }if currentdict/Range known {/Range[0 1]def}if currentdict end}{ channel get 0 paint? AGMCORE_separateShadingFunction }ifelse end }def /AGMCORE_separateShading { 3 -1 roll begin currentdict/Function known { currentdict/Background known {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf /ColorSpace[/DeviceGray]def }{ ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }{ ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put }ifelse ColorSpace 0 get/Separation eq { { [1/exch cvx/sub cvx]cvx }{ [/pop cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll put pop }{ { [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx }{ pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll bind put }ifelse ColorSpace 2/DeviceGray put }ifelse end }def /AGMCORE_separateShadingDict { dup/ColorSpace get dup type/arraytype ne {[exch]}if dup 0 get/DeviceCMYK eq { exch begin currentdict AGMCORE_cyan_plate {0 true}if AGMCORE_magenta_plate {1 true}if AGMCORE_yellow_plate {2 true}if AGMCORE_black_plate {3 true}if AGMCORE_plate_ndx 4 eq {0 false}if dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading currentdict end exch }if dup 0 get/Separation eq { exch begin ColorSpace 1 get dup/None ne exch/All ne and { ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /Separation ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading }if }ifelse }{ currentdict ColorSpace 1 get AGMCORE_IsCurrentColor 0 exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse }if currentdict end exch }if dup 0 get/DeviceN eq { exch begin ColorSpace 1 get convert_to_process { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /DeviceN ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading /ColorSpace[/DeviceGray]def }if }ifelse }{ currentdict false -1 ColorSpace 1 get { AGMCORE_IsCurrentColor { 1 add exch pop true exch exit }if 1 add }forall exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse currentdict end exch }if dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not { exch begin ColorSpace dup type/arraytype eq {0 get}if /DeviceGray ne { AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { ColorSpace 0 get/CIEBasedA eq { /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def }if ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or { /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def }if ColorSpace 0 get/CIEBasedDEFG eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }if currentdict 0 false AGMCORE_separateShading }if }if currentdict end exch }if pop dup/AGMCORE_ignoreshade known { begin /ColorSpace[/Separation(None)/DeviceGray{}]def currentdict end }if }def /shfill { AGMCORE_separateShadingDict dup/AGMCORE_ignoreshade known {pop} {AGMCORE_&sysshfill}ifelse }def /makepattern { exch dup/PatternType get 2 eq { clonedict begin /Shading Shading AGMCORE_separateShadingDict def Shading/AGMCORE_ignoreshade known currentdict end exch {pop<>}if exch AGMCORE_&sysmakepattern }{ exch AGMCORE_&usrmakepattern }ifelse }def }if }if AGMCORE_in_rip_sep{ /setcustomcolor { exch aload pop dup 7 1 roll inRip_spot_has_ink not { 4{4 index mul 4 1 roll} repeat /DeviceCMYK setcolorspace 6 -2 roll pop pop }{ //Adobe_AGM_Core begin /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf end [/Separation 4 -1 roll/DeviceCMYK {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} ] setcolorspace }ifelse setcolor }ndf /setseparationgray { [/Separation(All)/DeviceGray{}]setcolorspace_opt 1 exch sub setcolor }ndf }{ /setseparationgray { AGMCORE_&setgray }ndf }ifelse /findcmykcustomcolor { 5 makereadonlyarray }ndf /setcustomcolor { exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop }ndf /has_color /colorimage where{ AGMCORE_producing_seps{ pop true }{ systemdict eq }ifelse }{ false }ifelse def /map_index { 1 index mul exch getinterval{255 div}forall }bdf /map_indexed_devn { Lookup Names length 3 -1 roll cvi map_index }bdf /n_color_components { base_colorspace_type dup/DeviceGray eq{ pop 1 }{ /DeviceCMYK eq{ 4 }{ 3 }ifelse }ifelse }bdf level2{ /mo/moveto ldf /li/lineto ldf /cv/curveto ldf /knockout_unitsq { 1 setgray 0 0 1 1 rectfill }def level2/setcolorspace AGMCORE_key_known not and{ /AGMCORE_&&&setcolorspace/setcolorspace ldf /AGMCORE_ReplaceMappedColor { dup type dup/arraytype eq exch/packedarraytype eq or { /AGMCORE_SpotAliasAry2 where{ begin dup 0 get dup/Separation eq { pop dup length array copy dup dup 1 get current_spot_alias { dup map_alias { false set_spot_alias dup 1 exch setsepcolorspace true set_spot_alias begin /sep_colorspace_dict currentdict AGMCORE_gput pop pop pop [ /Separation Name CSA map_csa MappedCSA /sep_colorspace_proc load ] dup Name end }if }if map_reserved_ink_name 1 xpt }{ /DeviceN eq { dup length array copy dup dup 1 get[ exch{ current_spot_alias{ dup map_alias{ /Name get exch pop }if }if map_reserved_ink_name }forall ]1 xpt }if }ifelse end }if }if }def /setcolorspace { dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/Indexed eq { AGMCORE_distilling { /PhotoshopDuotoneList where { pop false }{ true }ifelse }{ true }ifelse { aload pop 3 -1 roll AGMCORE_ReplaceMappedColor 3 1 roll 4 array astore }if }{ AGMCORE_ReplaceMappedColor }ifelse }if DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if }def }if }{ /adj { currentstrokeadjust{ transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform }if }def /mo{ adj moveto }def /li{ adj lineto }def /cv{ 6 2 roll adj 6 2 roll adj 6 2 roll adj curveto }def /knockout_unitsq { 1 setgray 8 8 1[8 0 0 8 0 0]{}image }def /currentstrokeadjust{ /currentstrokeadjust AGMCORE_gget }def /setstrokeadjust{ /currentstrokeadjust exch AGMCORE_gput }def /setcolorspace { /currentcolorspace exch AGMCORE_gput }def /currentcolorspace { /currentcolorspace AGMCORE_gget }def /setcolor_devicecolor { base_colorspace_type dup/DeviceGray eq{ pop setgray }{ /DeviceCMYK eq{ setcmykcolor }{ setrgbcolor }ifelse }ifelse }def /setcolor { currentcolorspace 0 get dup/DeviceGray ne{ dup/DeviceCMYK ne{ dup/DeviceRGB ne{ dup/Separation eq{ pop currentcolorspace 3 gx currentcolorspace 2 get }{ dup/Indexed eq{ pop currentcolorspace 3 get dup type/stringtype eq{ currentcolorspace 1 get n_color_components 3 -1 roll map_index }{ exec }ifelse currentcolorspace 1 get }{ /AGMCORE_cur_err/AGMCORE_invalid_color_space def AGMCORE_invalid_color_space }ifelse }ifelse }if }if }if setcolor_devicecolor }def }ifelse /sop/setoverprint ldf /lw/setlinewidth ldf /lc/setlinecap ldf /lj/setlinejoin ldf /ml/setmiterlimit ldf /dsh/setdash ldf /sadj/setstrokeadjust ldf /gry/setgray ldf /rgb/setrgbcolor ldf /cmyk[ /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx /setcmykcolor load dup type/operatortype ne{/exec cvx}if ]cvx bdf level3 AGMCORE_host_sep not and{ /nzopmsc{ 6 dict begin /kk exch def /yy exch def /mm exch def /cc exch def /sum 0 def cc 0 ne{/sum sum 2#1000 or def cc}if mm 0 ne{/sum sum 2#0100 or def mm}if yy 0 ne{/sum sum 2#0010 or def yy}if kk 0 ne{/sum sum 2#0001 or def kk}if AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace sum 0 eq{0}if end setcolor }bdf }{ /nzopmsc/cmyk ldf }ifelse /sep/setsepcolor ldf /devn/setdevicencolor ldf /idx/setindexedcolor ldf /colr/setcolor ldf /csacrd/set_csa_crd ldf /sepcs/setsepcolorspace ldf /devncs/setdevicencolorspace ldf /idxcs/setindexedcolorspace ldf /cp/closepath ldf /clp/clp_npth ldf /eclp/eoclp_npth ldf /f/fill ldf /ef/eofill ldf /@/stroke ldf /nclp/npth_clp ldf /gset/graphic_setup ldf /gcln/graphic_cleanup ldf /ct/concat ldf /cf/currentfile ldf /fl/filter ldf /rs/readstring ldf /AGMCORE_def_ht currenthalftone def /clonedict Adobe_AGM_Utils begin/clonedict load end def /clonearray Adobe_AGM_Utils begin/clonearray load end def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall /getrampcolor { /indx exch def 0 1 NumComp 1 sub { dup Samples exch get dup type/stringtype eq{indx get}if exch Scaling exch get aload pop 3 1 roll mul add }for ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /sssetbackground{ aload pop ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /RadialShade { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /r2 xdf /c2y xdf /c2x xdf /r1 xdf /c1y xdf /c1x xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if c1x c2x eq { c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope c2y c1y sub c2x c1x sub div def /theta slope 1 atan def c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if }ifelse gsave clippath c1x c1y translate theta rotate -90 rotate {pathbbox}stopped {0 0 0 0}if /yMax xdf /xMax xdf /yMin xdf /xMin xdf grestore xMax xMin eq yMax yMin eq or { grestore end }{ /max{2 copy gt{pop}{exch pop}ifelse}bdf /min{2 copy lt{pop}{exch pop}ifelse}bdf rampdict begin 40 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave c1x c1y translate theta rotate -90 rotate /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def /c1y 0 def /c1x 0 def /c2x 0 def ext0 { 0 getrampcolor c2y r2 add r1 sub 0.0001 lt { c1x c1y r1 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2y r1 add r2 le { c1x c1y r1 0 360 arc fill } { c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r1 neg def /p1y c1y def /p2x r1 def /p2y c1y def p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y p1x SS1 div neg def /SS2 90 theta sub dup sin exch cos div def /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y p2x SS2 div neg def r1 r2 gt { /L1maxX p1x yMin p1y sub SS1 div add def /L2maxX p2x yMin p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if c1x c2x sub dup mul c1y c2y sub dup mul add 0.5 exp 0 dtransform dup mul exch dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop /hires xdf hires mul /numpix xdf /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if /xInc c2x c1x sub numsteps div def /yInc c2y c1y sub numsteps div def /rInc r2 r1 sub numsteps div def /cx c1x def /cy c1y def /radius r1 def np xInc 0 eq yInc 0 eq rInc 0 eq and and { 0 getrampcolor cx cy radius 0 360 arc stroke NumSamples 1 sub getrampcolor cx cy radius 72 hires div add 0 360 arc 0 setlinewidth stroke }{ 0 numsteps { dup subsampling{round cvi}if getrampcolor cx cy radius 0 360 arc /cx cx xInc add def /cy cy yInc add def /radius radius rInc add def cx cy radius 360 0 arcn eofill rampIndxInc add }repeat pop }ifelse ext1 { c2y r2 add r1 lt { c2x c2y r2 0 360 arc fill }{ c2y r1 add r2 sub 0.0001 le { c2x c2y r2 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r2 neg def /p1y c2y def /p2x r2 def /p2y c2y def p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y c2y p1x SS1 div sub def /SS2 90 theta sub dup sin exch cos div def /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y c2y p2x SS2 div sub def r1 r2 lt { /L1maxX p1x yMax p1y sub SS1 div add def /L2maxX p2x yMax p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if grestore grestore end end end }ifelse }bdf /GenStrips { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /y2 xdf /x2 xdf /y1 xdf /x1 xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if x1 x2 eq { y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope y2 y1 sub x2 x1 sub div def /theta slope 1 atan def x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if } ifelse gsave clippath x1 y1 translate theta rotate {pathbbox}stopped {0 0 0 0}if /yMax exch def /xMax exch def /yMin exch def /xMin exch def grestore xMax xMin eq yMax yMin eq or { grestore end }{ rampdict begin 20 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave x1 y1 translate theta rotate /xStart 0 def /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def /ySpan yMax yMin sub def /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def xStart 0 transform xEnd 0 transform 3 -1 roll sub dup mul 3 1 roll sub dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop mul /numpix xdf numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if ext0 { 0 getrampcolor xMin xStart lt { xMin yMin xMin neg ySpan rectfill }if }if /xInc xEnd xStart sub numsteps div def /x xStart def 0 numsteps { dup subsampling{round cvi}if getrampcolor x yMin xInc ySpan rectfill /x x xInc add def rampIndxInc add }repeat pop ext1{ xMax xEnd gt { xEnd yMin xMax xEnd sub ySpan rectfill }if }if grestore grestore end end end }ifelse }bdf }def /pt { end }def /dt{ }def /pgsv{ //Adobe_AGM_Core/AGMCORE_save save put }def /pgrs{ //Adobe_AGM_Core/AGMCORE_save get restore }def systemdict/findcolorrendering known{ /findcolorrendering systemdict/findcolorrendering get def }if systemdict/setcolorrendering known{ /setcolorrendering systemdict/setcolorrendering get def }if /test_cmyk_color_plate { gsave setcmykcolor currentgray 1 ne grestore }def /inRip_spot_has_ink { dup//Adobe_AGM_Core/AGMCORE_name xddf convert_spot_to_process not }def /map255_to_range { 1 index sub 3 -1 roll 255 div mul add }def /set_csa_crd { /sep_colorspace_dict null AGMCORE_gput begin CSA get_csa_by_name setcolorspace_opt set_crd end } def /map_csa { currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse {pop}{get_csa_by_name/MappedCSA xdf}ifelse }def /setsepcolor { /sep_colorspace_dict AGMCORE_gget begin dup/sep_tint exch AGMCORE_gput TintProc end }def /setdevicencolor { /devicen_colorspace_dict AGMCORE_gget begin Names length copy Names length 1 sub -1 0 { /devicen_tints AGMCORE_gget 3 1 roll xpt }for TintProc end }def /sep_colorspace_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin currentdict/Components known{ Components aload pop TintMethod/Lab eq{ 2{AGMCORE_tmp mul NComponents 1 roll}repeat LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll }{ TintMethod/Subtractive eq{ NComponents{ AGMCORE_tmp mul NComponents 1 roll }repeat }{ NComponents{ 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll }repeat }ifelse }ifelse }{ ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get aload pop }ifelse end }def /sep_colorspace_gray_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get end }def /sep_proc_name { dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ pop[/DeviceGray] /sep_colorspace_gray_proc }{ /sep_colorspace_proc }ifelse }def /setsepcolorspace { current_spot_alias{ dup begin Name map_alias{ exch pop }if end }if dup/sep_colorspace_dict exch AGMCORE_gput begin CSA map_csa /AGMCORE_sep_special Name dup()eq exch(All)eq or store AGMCORE_avoid_L2_sep_space{ [/Indexed MappedCSA sep_proc_name 255 exch {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx ]setcolorspace_opt /TintProc{ 255 mul round cvi setcolor }bdf }{ MappedCSA 0 get/DeviceCMYK eq currentdict/Components known and AGMCORE_sep_special not and{ /TintProc[ Components aload pop Name findcmykcustomcolor /exch cvx/setcustomcolor cvx ]cvx bdf }{ AGMCORE_host_sep Name(All)eq and{ /TintProc{ 1 exch sub setseparationgray }bdf }{ AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and AGMCORE_host_sep or Name()eq and{ /TintProc[ MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ cvx/setcmykcolor cvx }{ cvx/setgray cvx }ifelse ]cvx bdf }{ AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ /TintProc[ /dup cvx MappedCSA sep_proc_name cvx exch 0 get/DeviceGray eq{ 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx }if /Name cvx/findcmykcustomcolor cvx/exch cvx AGMCORE_host_sep{ AGMCORE_is_cmyk_sep /Name cvx /AGMCORE_IsSeparationAProcessColor load/exec cvx /not cvx/and cvx }{ Name inRip_spot_has_ink not }ifelse [ /pop cvx 1 ]cvx/if cvx /setcustomcolor cvx ]cvx bdf }{ /TintProc{setcolor}bdf [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt }ifelse }ifelse }ifelse }ifelse }ifelse set_crd setsepcolor end }def /additive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 0 1 numarrays 1 sub { 1 exch add/index cvx c1/get cvx/mul cvx }for numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /subtractive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 1 0 1 numarrays 1 sub { 1 3 3 -1 roll add/index cvx c1/get cvx/sub cvx/mul cvx }for /sub cvx numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /exec_tint_transform { /TintProc[ /TintTransform cvx/setcolor cvx ]cvx bdf MappedCSA setcolorspace_opt }bdf /devn_makecustomcolor { 2 dict begin /names_index xdf /Names xdf 1 1 1 1 Names names_index get findcmykcustomcolor /devicen_tints AGMCORE_gget names_index get setcustomcolor Names length{pop}repeat end }bdf /setdevicencolorspace { dup/AliasedColorants known{false}{true}ifelse current_spot_alias and{ 7 dict begin /names_index 0 def dup/names_len exch/Names get length def /new_names names_len array def /new_LookupTables names_len array def /alias_cnt 0 def dup/Names get { dup map_alias{ exch pop dup/ColorLookup known{ dup begin new_LookupTables names_index ColorLookup put end }{ dup/Components known{ dup begin new_LookupTables names_index Components put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse new_names names_index 3 -1 roll/Name get put /alias_cnt alias_cnt 1 add def }{ /name xdf new_names names_index name put dup/LookupTables known{ dup begin new_LookupTables names_index LookupTables names_index get put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse /names_index names_index 1 add def }forall alias_cnt 0 gt{ /AliasedColorants true def /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def 0 1 names_len 1 sub{ /names_index xdf new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ /AliasedColorants false def exit }{ new_LookupTables names_index get 0 get null eq{ dup/Names get names_index get/name xdf name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq or or or not{ /AliasedColorants false def exit }if }if }ifelse }for lut_entry_len 1 eq{ /AliasedColorants false def }if AliasedColorants{ dup begin /Names new_names def /LookupTables new_LookupTables def /AliasedColorants true def /NComponents lut_entry_len def /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def currentdict/TTTablesIdx known not{ /TTTablesIdx -1 def }if end }if }if end }if dup/devicen_colorspace_dict exch AGMCORE_gput begin currentdict/AliasedColorants known{ AliasedColorants }{ false }ifelse dup not{ CSA map_csa }if /TintTransform load type/nulltype eq or{ /TintTransform[ 0 1 Names length 1 sub { /TTTablesIdx TTTablesIdx 1 add def dup LookupTables exch get dup 0 get null eq { 1 index Names exch get dup(Cyan)eq { pop exch LookupTables length exch sub /index cvx 0 0 0 } { dup(Magenta)eq { pop exch LookupTables length exch sub /index cvx 0/exch cvx 0 0 }{ (Yellow)eq { exch LookupTables length exch sub /index cvx 0 0 3 -1/roll cvx 0 }{ exch LookupTables length exch sub /index cvx 0 0 0 4 -1/roll cvx }ifelse }ifelse }ifelse 5 -1/roll cvx/astore cvx }{ dup length 1 sub LookupTables length 4 -1 roll sub 1 add /index cvx/mul cvx/round cvx/cvi cvx/get cvx }ifelse Names length TTTablesIdx add 1 add 1/roll cvx }for Names length[/pop cvx]cvx/repeat cvx NComponents Names length TintMethod/Subtractive eq { subtractive_blend }{ additive_blend }ifelse ]cvx bdf }if AGMCORE_host_sep{ Names convert_to_process{ exec_tint_transform } { currentdict/AliasedColorants known{ AliasedColorants not }{ false }ifelse 5 dict begin /AvoidAliasedColorants xdf /painted? false def /names_index 0 def /names_len Names length def AvoidAliasedColorants{ /currentspotalias current_spot_alias def false set_spot_alias }if Names{ AGMCORE_is_cmyk_sep{ dup(Cyan)eq AGMCORE_cyan_plate and exch dup(Magenta)eq AGMCORE_magenta_plate and exch dup(Yellow)eq AGMCORE_yellow_plate and exch (Black)eq AGMCORE_black_plate and or or or{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def }if painted?{exit}if }{ 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def exit }if }ifelse /names_index names_index 1 add def }forall AvoidAliasedColorants{ currentspotalias set_spot_alias }if painted?{ /devicen_colorspace_dict AGMCORE_gget/names_index names_index put }{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx 0 0 0 0/setcmykcolor cvx ]cvx ddf }ifelse end }ifelse } { AGMCORE_in_rip_sep{ Names convert_to_process not }{ level3 }ifelse { [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt /TintProc level3 not AGMCORE_in_rip_sep and{ [ Names/length cvx[/pop cvx]cvx/repeat cvx ]cvx bdf }{ {setcolor}bdf }ifelse }{ exec_tint_transform }ifelse }ifelse set_crd /AliasedColorants false def end }def /setindexedcolorspace { dup/indexed_colorspace_dict exch AGMCORE_gput begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ currentdict devncs }{ 1 currentdict sepcs }ifelse AGMCORE_host_sep{ 4 dict begin /compCnt/Names where{pop Names length}{1}ifelse def /NewLookup HiVal 1 add string def 0 1 HiVal{ /tableIndex xdf Lookup dup type/stringtype eq{ compCnt tableIndex map_index }{ exec }ifelse /Names where{ pop setdevicencolor }{ setsepcolor }ifelse currentgray tableIndex exch 255 mul cvi NewLookup 3 1 roll put }for [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt end }{ level3 { currentdict/Names known{ [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt }{ [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt }ifelse }{ [/Indexed MappedCSA HiVal [ currentdict/Names known{ Lookup dup type/stringtype eq {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} {/exec cvx}ifelse /TintTransform load/exec cvx }{ Lookup dup type/stringtype eq {/exch cvx/get cvx 255/div cvx} {/exec cvx}ifelse CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx }ifelse ]cvx ]setcolorspace_opt }ifelse }ifelse end set_crd } { CSA map_csa AGMCORE_host_sep level2 not and{ 0 0 0 0 setcmykcolor }{ [/Indexed MappedCSA level2 not has_color not and{ dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ pop[/DeviceGray] }if HiVal GrayLookup }{ HiVal currentdict/RangeArray known{ { /indexed_colorspace_dict AGMCORE_gget begin Lookup exch dup HiVal gt{ pop HiVal }if NComponents mul NComponents getinterval{}forall NComponents 1 sub -1 0{ RangeArray exch 2 mul 2 getinterval aload pop map255_to_range NComponents 1 roll }for end }bind }{ Lookup }ifelse }ifelse ]setcolorspace_opt set_crd }ifelse }ifelse end }def /setindexedcolor { AGMCORE_host_sep{ /indexed_colorspace_dict AGMCORE_gget begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ map_indexed_devn devn } { Lookup 1 3 -1 roll map_index sep }ifelse end }{ Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll map_index MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse }ifelse end }{ level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin map_indexed_devn devn end } { setcolor }ifelse }ifelse }def /ignoreimagedata { currentoverprint not{ gsave dup clonedict begin 1 setgray /Decode[0 1]def /DataSourcedef /MultipleDataSources false def /BitsPerComponent 8 def currentdict end systemdict/image gx grestore }if consumeimagedata }def /add_res { dup/CSD eq{ pop //Adobe_AGM_Core begin /AGMCORE_CSD_cache load 3 1 roll put end }{ defineresource pop }ifelse }def /del_res { { aload pop exch dup/CSD eq{ pop {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall }{ exch {1 index undefineresource}forall pop }ifelse }forall }def /get_res { dup/CSD eq{ pop dup type dup/nametype eq exch/stringtype eq or{ AGMCORE_CSD_cache exch get }if }{ findresource }ifelse }def /get_csa_by_name { dup type dup/nametype eq exch/stringtype eq or{ /CSA get_res }if }def /paintproc_buf_init { /count get 0 0 put }def /paintproc_buf_next { dup/count get dup 0 get dup 3 1 roll 1 add 0 xpt get }def /cachepaintproc_compress { 5 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def /string_size 16000 def /readbuffer string_size string def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal /LZWFilter { exch dup length 0 eq{ pop }{ ppdict dup length 1 sub 3 -1 roll put }ifelse {string_size}{0}ifelse string }/LZWEncode filter def { ReadFilter readbuffer readstring exch LZWFilter exch writestring not{exit}if }loop LZWFilter closefile ppdict end }def /cachepaintproc { 2 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal { ReadFilter 16000 string readstring exch ppdict dup length 1 sub 3 -1 roll put not{exit}if }loop ppdict dup dup length 1 sub()put end }def /make_pattern { exch clonedict exch dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub matrix translate exch matrix concatmatrix 1 index begin BBox 0 get XStep div cvi XStep mul/xshift exch neg def BBox 1 get YStep div cvi YStep mul/yshift exch neg def BBox 0 get xshift add BBox 1 get yshift add BBox 2 get xshift add BBox 3 get yshift add 4 array astore /BBox exch def [xshift yshift/translate load null/exec load]dup 3/PaintProc load put cvx/PaintProc exch def end gsave 0 setgray makepattern grestore }def /set_pattern { dup/PatternType get 1 eq{ dup/PaintType get 1 eq{ currentoverprint sop[/DeviceGray]setcolorspace 0 setgray }if }if setpattern }def /setcolorspace_opt { dup currentcolorspace eq{pop}{setcolorspace}ifelse }def /updatecolorrendering { currentcolorrendering/RenderingIntent known{ currentcolorrendering/RenderingIntent get } { Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd AGMCORE_gget dup null eq } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd AGMCORE_gget dup null eq } { Intent/Saturation eq { /saturation_crd AGMCORE_gget dup null eq } { /perceptual_crd AGMCORE_gget dup null eq }ifelse }ifelse }ifelse { pop null } { /RenderingIntent known{null}{Intent}ifelse }ifelse }ifelse Intent ne{ Intent/ColorRendering{findresource}stopped { pop pop systemdict/findcolorrendering known { Intent findcolorrendering { /ColorRendering findresource true exch } { /ColorRendering findresource product(Xerox Phaser 5400)ne exch }ifelse dup Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd exch AGMCORE_gput } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd exch AGMCORE_gput } { Intent/Saturation eq { /saturation_crd exch AGMCORE_gput } { Intent/Perceptual eq { /perceptual_crd exch AGMCORE_gput } { pop }ifelse }ifelse }ifelse }ifelse 1 index{exch}{pop}ifelse } {false}ifelse } {true}ifelse { dup begin currentdict/TransformPQR known{ currentdict/TransformPQR get aload pop 3{{}eq 3 1 roll}repeat or or } {true}ifelse currentdict/MatrixPQR known{ currentdict/MatrixPQR get aload pop 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq and and and and and and and and } {true}ifelse end or { clonedict begin /TransformPQR[ {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind ]def /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def currentdict end }if setcolorrendering_opt }if }if }def /set_crd { AGMCORE_host_sep not level2 and{ currentdict/ColorRendering known{ ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if }{ currentdict/Intent known{ updatecolorrendering }if }ifelse currentcolorspace dup type/arraytype eq {0 get}if /DeviceRGB eq { currentdict/UCR known {/UCR}{/AGMCORE_currentucr}ifelse load setundercolorremoval currentdict/BG known {/BG}{/AGMCORE_currentbg}ifelse load setblackgeneration }if }if }def /set_ucrbg { dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval }def /setcolorrendering_opt { dup currentcolorrendering eq{ pop }{ product(HP Color LaserJet 2605)anchorsearch{ pop pop pop }{ pop clonedict begin /Intent Intent def currentdict end setcolorrendering }ifelse }ifelse }def /cpaint_gcomp { convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not { (%end_cpaint_gcomp)flushinput }if }def /cpaint_gsep { //Adobe_AGM_Core/AGMCORE_ConvertToProcess get { (%end_cpaint_gsep)flushinput }if }def /cpaint_gend {np}def /T1_path { currentfile token pop currentfile token pop mo { currentfile token pop dup type/stringtype eq {pop exit}if 0 exch rlineto currentfile token pop dup type/stringtype eq {pop exit}if 0 rlineto }loop }def /T1_gsave level3 {/clipsave} {/gsave}ifelse load def /T1_grestore level3 {/cliprestore} {/grestore}ifelse load def /set_spot_alias_ary { dup inherit_aliases //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf }def /set_spot_normalization_ary { dup inherit_aliases dup length /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if array //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf /AGMCORE_SpotAliasAry where{ pop AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval AGMCORE_SpotAliasAry length }{0}ifelse AGMCORE_SpotAliasAry2 3 1 roll exch putinterval true set_spot_alias }def /inherit_aliases { {dup/Name get map_alias{/CSD put}{pop}ifelse}forall }def /set_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias 3 -1 roll put }{ pop }ifelse }def /current_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias get }{ false }ifelse }def /map_alias { /AGMCORE_SpotAliasAry2 where{ begin /AGMCORE_name xdf false AGMCORE_SpotAliasAry2{ dup/Name get AGMCORE_name eq{ /CSD get/CSD get_res exch pop true exit }{ pop }ifelse }forall end }{ pop false }ifelse }bdf /spot_alias { true set_spot_alias /AGMCORE_&setcustomcolor AGMCORE_key_known not{ //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put }if /customcolor_tint 1 AGMCORE_gput //Adobe_AGM_Core begin /setcustomcolor { //Adobe_AGM_Core begin dup/customcolor_tint exch AGMCORE_gput 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not current_spot_alias and{1 index 4 get map_alias}{false}ifelse { false set_spot_alias /sep_colorspace_dict AGMCORE_gget null ne {/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse 3 1 roll 2 index{ exch pop/sep_tint AGMCORE_gget exch }if mark 3 1 roll setsepcolorspace counttomark 0 ne{ setsepcolor }if pop not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if pop true set_spot_alias }{ AGMCORE_&setcustomcolor }ifelse end }bdf end }def /begin_feature { Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if }def /end_feature { 2 dict begin /spd/setpagedevice load def /setpagedevice{get_gstate spd set_gstate}def stopped{$error/newerror false put}if end count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if }def /set_negative { //Adobe_AGM_Core begin /AGMCORE_inverting exch def level2{ currentpagedevice/NegativePrint known AGMCORE_distilling not and{ currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ true begin_feature true{ <>setpagedevice }end_feature }if /AGMCORE_inverting false def }if }if AGMCORE_inverting{ [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer AGMCORE_distilling{ erasepage }{ gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore }ifelse }if end }def /lw_save_restore_override{ /md where{ pop md begin initializepage /initializepage{}def /pmSVsetup{}def /endp{}def /pse{}def /psb{}def /orig_showpage where {pop} {/orig_showpage/showpage load def} ifelse /showpage{orig_showpage gR}def end }if }def /pscript_showpage_override{ /NTPSOct95 where { begin showpage save /showpage/restore load def /restore{exch pop}def end }if }def /driver_media_override { /md where{ pop md/initializepage known{ md/initializepage{}put }if md/rC known{ md/rC{4{pop}repeat}put }if }if /mysetup where{ /mysetup[1 0 0 1 0 0]put }if Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put level2 {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if }def /capture_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put }if }if }def /restore_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup known{ Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put Adobe_AGM_Core/save_mysetup undef }if }if }if }def /driver_check_media_override { /PrepsDict where {pop} { Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq { Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and }if { Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix }if }ifelse }def AGMCORE_err_strings begin /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def /AGMCORE_invalid_color_space(This job contains an invalid color space. )def end /set_def_ht {AGMCORE_def_ht sethalftone}def /set_def_flat {AGMCORE_Default_flatness setflat}def end systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Image 71 dict dup begin put /Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def /nd{ null def }bind def /AGMIMG_&image nd /AGMIMG_&colorimage nd /AGMIMG_&imagemask nd /AGMIMG_mbuf()def /AGMIMG_ybuf()def /AGMIMG_kbuf()def /AGMIMG_c 0 def /AGMIMG_m 0 def /AGMIMG_y 0 def /AGMIMG_k 0 def /AGMIMG_tmp nd /AGMIMG_imagestring0 nd /AGMIMG_imagestring1 nd /AGMIMG_imagestring2 nd /AGMIMG_imagestring3 nd /AGMIMG_imagestring4 nd /AGMIMG_imagestring5 nd /AGMIMG_cnt nd /AGMIMG_fsave nd /AGMIMG_colorAry nd /AGMIMG_override nd /AGMIMG_name nd /AGMIMG_maskSource nd /AGMIMG_flushfilters nd /invert_image_samples nd /knockout_image_samples nd /img nd /sepimg nd /devnimg nd /idximg nd /ds { Adobe_AGM_Core begin Adobe_AGM_Image begin /AGMIMG_&image systemdict/image get def /AGMIMG_&imagemask systemdict/imagemask get def /colorimage where{ pop /AGMIMG_&colorimage/colorimage ldf }if end end }def /ps { Adobe_AGM_Image begin /AGMIMG_ccimage_exists{/customcolorimage where { pop /Adobe_AGM_OnHost_Seps where { pop false }{ /Adobe_AGM_InRip_Seps where { pop false }{ true }ifelse }ifelse }{ false }ifelse }bdf level2{ /invert_image_samples { Adobe_AGM_Image/AGMIMG_tmp Decode length ddf /Decode[Decode 1 get Decode 0 get]def }def /knockout_image_samples { Operator/imagemask ne{ /Decode[1 1]def }if }def }{ /invert_image_samples { {1 exch sub}currenttransfer addprocs settransfer }def /knockout_image_samples { {pop 1}currenttransfer addprocs settransfer }def }ifelse /img/imageormask ldf /sepimg/sep_imageormask ldf /devnimg/devn_imageormask ldf /idximg/indexed_imageormask ldf /_ctype 7 def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall }def /pt { end }def /dt { }def /AGMIMG_flushfilters { dup type/arraytype ne {1 array astore}if dup 0 get currentfile ne {dup 0 get flushfile}if { dup type/filetype eq { dup status 1 index currentfile ne and {closefile} {pop} ifelse }{pop}ifelse }forall }def /AGMIMG_init_common { currentdict/T known{/ImageType/T ldf currentdict/T undef}if currentdict/W known{/Width/W ldf currentdict/W undef}if currentdict/H known{/Height/H ldf currentdict/H undef}if currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if currentdict/D known{/Decode/D ldf currentdict/D undef}if currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if currentdict/O known{ /Operator/O load 1 eq{ /imagemask }{ /O load 2 eq{ /image }{ /colorimage }ifelse }ifelse def currentdict/O undef }if currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if currentdict/I known{/Interpolate/I ldf currentdict/I undef}if currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if /DataSource load xcheck not{ DataSource type/arraytype eq{ DataSource 0 get type/filetype eq{ /_Filters DataSource def currentdict/MultipleDataSources known not{ /DataSource DataSource dup length 1 sub get def }if }if }if currentdict/MultipleDataSources known not{ /MultipleDataSources DataSource type/arraytype eq{ DataSource length 1 gt } {false}ifelse def }if }if /NComponents Decode length 2 div def currentdict/SkipImageProc known not{/SkipImageProc{false}def}if }bdf /imageormask_sys { begin AGMIMG_init_common save mark level2{ currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load AGMIMG_&imagemask }{ BitsPerComponent ImageMatrix/DataSource load AGMIMG_&image }ifelse }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if cleartomark restore end }def /overprint_plate { currentoverprint{ 0 get dup type/nametype eq{ dup/DeviceGray eq{ pop AGMCORE_black_plate not }{ /DeviceCMYK eq{ AGMCORE_is_cmyk_sep not }if }ifelse }{ false exch { AGMOHS_sepink eq or }forall not }ifelse }{ pop false }ifelse }def /process_mask { level3{ dup begin /ImageType 1 def end 4 dict begin /DataDict exch def /ImageType 3 def /InterleaveType 3 def /MaskDict 9 dict begin /ImageType 1 def /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def /ImageMatrix[Width 0 0 Height neg 0 Height]def /NComponents 1 def /BitsPerComponent 1 def /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def currentdict end def currentdict end }if }def /use_mask { dup/Mask known {dup/Mask get}{false}ifelse }def /imageormask { begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata } { save mark level2 AGMCORE_host_sep not and{ currentdict Operator/imagemask eq DeviceN_PS2 not and{ imagemask }{ AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ [/Separation/Black/DeviceGray{}]setcolorspace /Decode[Decode 1 get Decode 0 get]def }if use_mask{ process_mask image }{ DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and { Names convert_to_process not{ 2 dict begin /imageDict xdf /names_index 0 def gsave imageDict write_image_file{ Names{ dup(None)ne{ [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace Operator imageDict read_image_file names_index 0 eq{true setoverprint}if /names_index names_index 1 add def }{ pop }ifelse }forall close_image_file }if grestore end }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load /Adobe_AGM_OnHost_Seps where{ pop imagemask }{ currentgray 1 ne{ currentdict imageormask_sys }{ currentoverprint not{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }ifelse }{ BitsPerComponent ImageMatrix MultipleDataSources{ 0 1 NComponents 1 sub{ DataSource exch get }for }{ /DataSource load }ifelse Operator/colorimage eq{ AGMCORE_host_sep{ MultipleDataSources level2 or NComponents 4 eq and{ AGMCORE_is_cmyk_sep{ MultipleDataSources{ /DataSource DataSource 0 get xcheck { [ DataSource 0 get/exec cvx DataSource 1 get/exec cvx DataSource 2 get/exec cvx DataSource 3 get/exec cvx /AGMCORE_get_ink_data cvx ]cvx }{ DataSource aload pop AGMCORE_get_ink_data }ifelse def }{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul /DataSource load filter_cmyk 0()/SubFileDecode filter def }ifelse /Decode[Decode 0 get Decode 1 get]def /MultipleDataSources false def /NComponents 1 def /Operator/image def invert_image_samples 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }{ MultipleDataSources NComponents AGMIMG_&colorimage }ifelse }{ true NComponents colorimage }ifelse }{ Operator/image eq{ AGMCORE_host_sep{ /DoImage true def currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse { AGMCORE_black_plate not Operator/imagemask ne and{ /DoImage false def currentdict ignoreimagedata }if }if 1 AGMCORE_&setgray DoImage {currentdict imageormask_sys}if }{ use_mask{ process_mask image }{ image }ifelse }ifelse }{ Operator/knockout eq{ pop pop pop pop pop currentcolorspace overprint_plate not{ knockout_unitsq }if }if }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /sep_imageormask { /sep_colorspace_dict AGMCORE_gget begin CSA map_csa begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_avoid_L2_sep_space{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def }if AGMIMG_ccimage_exists MappedCSA 0 get/DeviceCMYK eq and currentdict/Components known and Name()ne and Name(All)ne and Operator/image eq and AGMCORE_producing_seps not and level2 not and { Width Height BitsPerComponent ImageMatrix [ /DataSource load/exec cvx { 0 1 2 index length 1 sub{ 1 index exch 2 copy get 255 xor put }for }/exec cvx ]cvx bind MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Name findcmykcustomcolor customcolorimage }{ AGMCORE_producing_seps not{ level2{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentdict imageormask }{ currentdict Operator/imagemask eq{ imageormask }{ sep_imageormask_lev1 }ifelse }ifelse }{ AGMCORE_host_sep{ Operator/knockout eq{ currentdict/ImageMatrix get concat knockout_unitsq }{ currentgray 1 ne{ AGMCORE_is_cmyk_sep Name(All)ne and{ level2{ Name AGMCORE_IsSeparationAProcessColor { Operator/imagemask eq{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor }if }{ invert_image_samples }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ [/Separation Name[/DeviceGray] { sep_colorspace_proc AGMCORE_get_ink_data 1 exch sub }bind ]AGMCORE_&setcolorspace /sep_tint AGMCORE_gget AGMCORE_&setcolor }if }ifelse currentdict imageormask_sys }{ currentdict Operator/imagemask eq{ imageormask_sys }{ sep_image_lev1_sep }ifelse }ifelse }{ Operator/imagemask ne{ invert_image_samples }if currentdict imageormask_sys }ifelse }{ currentoverprint not Name(All)eq or Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ currentcolorspace 0 get/Separation ne{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if }if currentoverprint MappedCSA 0 get/DeviceCMYK eq and Name AGMCORE_IsSeparationAProcessColor not and //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse Name(All)ne and{ imageormask_l2_overprint }{ currentdict imageormask }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end }def /colorSpaceElemCnt { mark currentcolor counttomark dup 2 add 1 roll cleartomark }bdf /devn_sep_datasource { 1 dict begin /dataSource xdf [ 0 1 dataSource length 1 sub{ dup currentdict/dataSource get/exch cvx/get cvx/exec cvx /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx }for ]cvx bind end }bdf /devn_alt_datasource { 11 dict begin /convProc xdf /origcolorSpaceElemCnt xdf /origMultipleDataSources xdf /origBitsPerComponent xdf /origDecode xdf /origDataSource xdf /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def /DataSource origMultipleDataSources { [ BitsPerComponent 8 idiv origDecode length 2 idiv mul string 0 1 origDecode length 2 idiv 1 sub { dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch origDataSource exch get 0()/SubFileDecode filter BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx }for ]bind cvx }{origDataSource}ifelse 0()/SubFileDecode filter def [ origcolorSpaceElemCnt string 0 2 origDecode length 2 sub { dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx }for /convProc load/exec cvx origcolorSpaceElemCnt 1 sub -1 0 { /dup cvx 2/add cvx/index cvx 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx }for ]bind cvx 0()/SubFileDecode filter end }bdf /devn_imageormask { /devicen_colorspace_dict AGMCORE_gget begin CSA map_csa 2 dict begin dup /srcDataStrs[3 -1 roll begin AGMIMG_init_common currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi { dup 65535 gt{1 add 2 div cvi}{exit}ifelse }loop string }repeat end]def /dstDataStr srcDataStrs 0 get length string def begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_producing_seps not{ level3 not{ Operator/imagemask ne{ /DataSource[[ DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def /MultipleDataSources true def /Decode colorSpaceElemCnt[exch{0 1}repeat]def }if }if currentdict imageormask }{ AGMCORE_host_sep{ Names convert_to_process{ CSA get_csa_by_name 0 get/DeviceCMYK eq{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource filter_cmyk 0()/SubFileDecode filter def /MultipleDataSources false def /Decode[1 0]def /DeviceGray setcolorspace currentdict imageormask_sys }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate{ /DataSource DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource /MultipleDataSources false def /Decode colorSpaceElemCnt[exch{0 1}repeat]def currentdict imageormask_sys }{ gsave knockout_unitsq grestore currentdict consumeimagedata }ifelse }ifelse } { /devicen_colorspace_dict AGMCORE_gget/names_index known{ Operator/imagemask ne{ MultipleDataSources{ /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def /MultipleDataSources false def }{ /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def }ifelse invert_image_samples }if currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ currentdict imageormask }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end end }def /imageormask_l2_overprint { currentdict currentcmykcolor add add add 0 eq{ currentdict consumeimagedata }{ level3{ currentcmykcolor /AGMIMG_k xdf /AGMIMG_y xdf /AGMIMG_m xdf /AGMIMG_c xdf Operator/imagemask eq{ [/DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ]/DeviceCMYK{}]setcolorspace AGMIMG_c 0 ne{AGMIMG_c}if AGMIMG_m 0 ne{AGMIMG_m}if AGMIMG_y 0 ne{AGMIMG_y}if AGMIMG_k 0 ne{AGMIMG_k}if setcolor }{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def [/Indexed [ /DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ] /DeviceCMYK{ AGMIMG_k 0 eq{0}if AGMIMG_y 0 eq{0 exch}if AGMIMG_m 0 eq{0 3 1 roll}if AGMIMG_c 0 eq{0 4 1 roll}if } ] 255 { 255 div mark exch dup dup dup AGMIMG_k 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_y 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_m 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_c 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop counttomark 1 roll }{ pop }ifelse counttomark 1 add -1 roll pop } ]setcolorspace }ifelse imageormask_sys }{ write_image_file{ currentcmykcolor 0 ne{ [/Separation/Black/DeviceGray{}]setcolorspace gsave /Black [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Yellow/DeviceGray{}]setcolorspace gsave /Yellow [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Magenta/DeviceGray{}]setcolorspace gsave /Magenta [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Cyan/DeviceGray{}]setcolorspace gsave /Cyan [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if close_image_file }{ imageormask }ifelse }ifelse }ifelse }def /indexed_imageormask { begin AGMIMG_init_common save mark currentdict AGMCORE_host_sep{ Operator/knockout eq{ /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ /CSA get get_csa_by_name }{ /Names get }ifelse overprint_plate not{ knockout_unitsq }if }{ Indexed_DeviceN{ /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ indexed_image_lev2_sep }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }{ AGMCORE_is_cmyk_sep{ Operator/imagemask eq{ imageormask_sys }{ level2{ indexed_image_lev2_sep }{ indexed_image_lev1_sep }ifelse }ifelse }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ level2{ Indexed_DeviceN{ /indexed_colorspace_dict AGMCORE_gget begin }{ /indexed_colorspace_dict AGMCORE_gget dup null ne { begin currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and AGMCORE_in_rip_sep and{ [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] setcolorspace }if end } {pop}ifelse }ifelse imageormask Indexed_DeviceN{ end }if }{ Operator/imagemask eq{ imageormask }{ indexed_imageormask_lev1 }ifelse }ifelse }ifelse cleartomark restore currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /indexed_image_lev2_sep { /indexed_colorspace_dict AGMCORE_gget begin begin Indexed_DeviceN not{ currentcolorspace dup 1/DeviceGray put dup 3 currentcolorspace 2 get 1 add string 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub { dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put }for put setcolorspace }if currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse end end }def /OPIimage { dup type/dicttype ne{ 10 dict begin /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /ImageType 1 def /Decode[0 1 def] currentdict end }if dup begin /NComponents 1 cdndf /MultipleDataSources false cdndf /SkipImageProc{false}cdndf /Decode[ 0 currentcolorspace 0 get/Indexed eq{ 2 BitsPerComponent exp 1 sub }{ 1 }ifelse ]cdndf /Operator/image cdndf end /sep_colorspace_dict AGMCORE_gget null eq{ imageormask }{ gsave dup begin invert_image_samples end sep_imageormask grestore }ifelse }def /cachemask_level2 { 3 dict begin /LZWEncode filter/WriteFilter xdf /readBuffer 256 string def /ReadFilter currentfile 0(%EndMask)/SubFileDecode filter /ASCII85Decode filter /RunLengthDecode filter def { ReadFilter readBuffer readstring exch WriteFilter exch writestring not{exit}if }loop WriteFilter closefile end }def /spot_alias { /mapto_sep_imageormask { dup type/dicttype ne{ 12 dict begin /ImageType 1 def /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /MultipleDataSources false def }{ begin }ifelse /Decode[/customcolor_tint AGMCORE_gget 0]def /Operator/image def /SkipImageProc{false}def currentdict end sep_imageormask }bdf /customcolorimage { Adobe_AGM_Image/AGMIMG_colorAry xddf /customcolor_tint AGMCORE_gget << /Name AGMIMG_colorAry 4 get /CSA[/DeviceCMYK] /TintMethod/Subtractive /TintProc null /MappedCSA null /NComponents 4 /Components[AGMIMG_colorAry aload pop pop] >> setsepcolorspace mapto_sep_imageormask }ndf Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put /customcolorimage { Adobe_AGM_Image/AGMIMG_override false put current_spot_alias{dup 4 get map_alias}{false}ifelse { false set_spot_alias /customcolor_tint AGMCORE_gget exch setsepcolorspace pop mapto_sep_imageormask true set_spot_alias }{ //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec }ifelse }bdf }def /snap_to_device { 6 dict begin matrix currentmatrix dup 0 get 0 eq 1 index 3 get 0 eq and 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop { 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def 0 0 transform AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch itransform/AGMIMG_llY exch def/AGMIMG_llX exch def 1 1 transform AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch itransform/AGMIMG_urY exch def/AGMIMG_urX exch def [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat }{ }ifelse end }def level2 not{ /colorbuf { 0 1 2 index length 1 sub{ dup 2 index exch get 255 exch sub 2 index 3 1 roll put }for }def /tint_image_to_color { begin Width Height BitsPerComponent ImageMatrix /DataSource load end Adobe_AGM_Image begin /AGMIMG_mbuf 0 string def /AGMIMG_ybuf 0 string def /AGMIMG_kbuf 0 string def { colorbuf dup length AGMIMG_mbuf length ne { dup length dup dup /AGMIMG_mbuf exch string def /AGMIMG_ybuf exch string def /AGMIMG_kbuf exch string def }if dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop } addprocs {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage end }def /sep_imageormask_lev1 { begin MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ { 255 mul round cvi GrayLookup exch get }currenttransfer addprocs settransfer currentdict imageormask }{ /sep_colorspace_dict AGMCORE_gget/Components known{ MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer currentdict imageormask }{ currentcolortransfer {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }{ MappedCSA 0 get/DeviceGray eq{ {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer currentdict imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }ifelse }ifelse }ifelse end }def /sep_image_lev1_sep { begin /sep_colorspace_dict AGMCORE_gget/Components known{ Components aload pop Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf {AGMIMG_c mul 1 exch sub} {AGMIMG_m mul 1 exch sub} {AGMIMG_y mul 1 exch sub} {AGMIMG_k mul 1 exch sub} }{ {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} }ifelse AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end }def /indexed_imageormask_lev1 { /indexed_colorspace_dict AGMCORE_gget begin begin currentdict MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceGray eq{ {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }ifelse }ifelse }ifelse end end }def /indexed_image_lev1_sep { /indexed_colorspace_dict AGMCORE_gget begin begin {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end end }def }if end systemdict/setpacking known {setpacking}if %%EndResource currentdict Adobe_AGM_Utils eq {end} if %%EndProlog %%BeginSetup Adobe_AGM_Utils begin 2 2010 Adobe_AGM_Core/ds gx Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx currentdict Adobe_AGM_Utils eq {end} if %%EndSetup %%Page: 1 1 %%EndPageComments %%BeginPageSetup %ADOBeginClientInjection: PageSetup Start "AI11EPS" %AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 %ADOEndClientInjection: PageSetup Start "AI11EPS" Adobe_AGM_Utils begin Adobe_AGM_Core/ps gx Adobe_AGM_Utils/capture_cpd gx Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx %ADOBeginClientInjection: PageSetup End "AI11EPS" /currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 application/postscript 2007-08-16T11:42:27-05:00 2007-08-16T11:42:27-05:00 2007-08-16T11:42:27-05:00 Adobe Illustrator CS3 256 140 JPEG /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAjAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYqpXdylrazXLhmSCNpGVByYhAWIUdztgkaFs4QMpCI6l5X5V/ 5yM8ravqX1HVLZ9F9RgtvcyyCSIkmn7xgqen261HiRlMc/eHp9b7J58UOKB8TvAFH4d71iOSOSNZ I2DxuAyOpqCDuCCOoOXgvLEEGi53REZ3YKigszMaAAbkknFQL2Cy3uLe4hWe3lSaFxVJY2DKw9mF QcAIPJMoGJoiiqYWLsVdirCPzJ/NTSvI31BLi2e9ub5mPoRuqFIkoGkNQ3c0UU3332yrJl4dnddk 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 uxV2KuxV2KuxV2KuxV2KuxV2KuxV/9k= uuid:B98C667E7F4DDC118964E7C7C19FF95D uuid:B88C667E7F4DDC118964E7C7C19FF95D converted from application/postscript to application/vnd.adobe.illustrator False False 1 7.000000 7.000000 Inches PANTONE 186 C Default Swatch Group 0 PANTONE 186 C SPOT 100.000000 CMYK 0.000000 100.000000 81.000000 4.000000 % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 %ADOEndClientInjection: PageSetup End "AI11EPS" %%EndPageSetup 1 -1 scale 0 -241.333 translate pgsv [1 0 0 1 0 0 ]ct gsave np gsave 0 0 mo 0 241.333 li 451.333 241.333 li 451.333 0 li cp clp [1 0 0 1 0 0 ]ct 280.536 147.792 mo 278.2 151.308 273.094 158.994 272.165 160.75 cv 271.231 162.503 269.436 165.25 274.575 165.824 cv 279.708 166.4 286.622 167.328 289.375 166.81 cv 292.473 166.228 294.715 164.91 292.588 161.015 cv 291.028 158.15 285.168 149.173 284.327 148.052 cv 283.477 146.929 282.188 145.304 280.536 147.792 cv cp 240.381 151.664 mo 241.01 155.132 244.526 155.486 247.967 155.511 cv 252.465 149.65 254.805 144.298 256.032 140.701 cv 255.362 139.214 254.11 135.238 253.331 133.169 cv 252.545 131.103 250.303 132.015 248.006 132.416 cv 231.977 135.21 215.135 123.701 201.358 121.416 cv 196.336 120.585 197.407 123.525 198.053 126.759 cv 198.698 129.996 202.911 145.757 206.329 153.88 cv 209.059 160.376 214.678 162.652 221.264 163.802 cv 229.393 165.226 231.331 170.451 235.499 172.527 cv 237.198 171.384 239.29 169.037 239.967 167.32 cv 239.145 164.632 236.663 164.507 233.6 163.441 cv 228.27 161.593 227.002 159.347 224.596 157.621 cv 217.237 152.333 218.948 148.167 222.954 148.5 cv 226.961 148.83 234.293 148.81 236.639 148.455 cv 238.549 148.166 239.75 148.193 240.381 151.664 cv cp 436.604 102.279 mo 438.124 104.449 437.538 104.851 437.667 107.22 cv 437.838 110.423 434.274 110.962 431.985 115.787 cv 430.727 118.439 429.799 119.917 426.86 120.781 cv 423.918 121.644 416.514 119.849 413.467 116.562 cv 410.417 113.275 412.766 109.066 411.305 106.425 cv 407.936 100.375 402.022 98.0933 399.493 95.8237 cv 396.961 93.5503 394.094 92.7261 390.5 91.8218 cv 380.543 89.3218 379.225 84.0542 375.651 79.0249 cv 372.077 73.9956 369.92 74.8843 368.668 75.189 cv 353.155 78.9976 334.793 86.0386 326.323 91.2358 cv 312.016 100.025 306.061 110.083 303.249 125.869 cv 310.221 137.203 307.239 140.722 307.012 145.238 cv 306.401 157.257 311.1 163.259 312.176 166.271 cv 313.26 169.283 313.165 170.705 311.649 172.39 cv 310.137 174.08 308.122 177.3 305.702 179.539 cv 303.282 181.781 300.952 180.744 298.608 180.146 cv 286.315 177.011 276.329 175.71 264.28 175.195 cv 256.157 174.847 248.725 182.863 246.67 185.101 cv 244.614 187.335 247.688 188.738 249.368 189.845 cv 254.051 192.935 255.977 196.707 259.999 198.492 cv 264.016 200.277 267.629 201.449 269.67 205.617 cv 271.135 208.621 269.206 211.154 267.721 212.371 cv 269.659 213.48 274.098 216.974 276.153 218.849 cv 278.204 220.724 278.639 224.617 275.807 225.513 cv 272.977 226.41 268.04 227.765 265.163 228.113 cv 261.635 228.546 261.258 226.191 260.547 225.169 cv 257.417 220.646 250.731 213.652 244.897 212.234 cv 234.465 209.701 233.946 204.207 227.198 198.15 cv 223.284 194.638 222.717 197.564 217.907 201.435 cv 208.647 208.88 208.286 202.914 200.051 207.99 cv 186.428 216.39 185.954 211.169 186.665 208.976 cv 187.374 206.789 189.086 203.427 192.311 196.769 cv 195.961 189.24 201.622 195.675 206.391 191.412 cv 210.067 188.126 212.805 183.566 212.805 183.566 cv 206.118 176.562 204.456 180.121 191.366 179.525 cv 179.204 178.972 178.598 174.759 175.819 166.261 cv 168.643 144.335 156.53 139.173 139.383 127.837 cv 125.034 118.351 131.182 113.566 122.52 105.195 cv 118.079 100.902 118.018 98.1694 117.106 93.519 cv 116.194 88.8667 115.463 88.8726 111.309 88.2534 cv 107.153 87.6323 91.145 85.9702 82.9106 78.812 cv 74.0356 71.0972 73.8579 74.1812 63.436 74.6812 cv 29.5728 76.2964 8.86572 52.646 8.25244 40.3472 cv 7.9165 33.6401 11.3853 32.1675 14.9087 35.4858 cv 18.4302 38.8042 28.7622 46.5073 44.4282 48.1968 cv 65.4829 50.4644 73.0103 44.8354 79.5024 46.0054 cv 92.2622 48.3022 91.6587 53.9409 98.8071 64.8433 cv 102.938 71.1421 128.11 60.3003 131.588 58.5229 cv 147.538 50.3804 165.436 39.6519 195.243 44.2983 cv 229.799 49.6831 255.516 43.4956 268.657 38.7964 cv 278.762 35.1831 273.717 34.3882 271.37 32.6597 cv 269.026 30.9312 261.774 25.6792 263.276 22.5347 cv 265.514 17.8491 291.456 31.9077 295.493 26.9214 cv 297.395 24.5659 277.715 14.8198 282.381 9.12256 cv 287.014 3.47021 293.28 15.0737 309.262 19.5229 cv 318.354 22.0601 321.53 23.1792 322.711 21.7046 cv 325.088 18.7417 320.375 16.5913 322.76 14.4604 cv 325.928 11.6323 334.661 18.1245 342.26 21.5034 cv 350.295 25.0737 341.741 11.8979 355.799 21.5347 cv 366.208 28.6714 373.268 29.6128 380.983 29.6929 cv 386.016 29.7437 384.172 28.064 384.874 24.4175 cv 385.573 20.7729 387.653 10.2183 390.27 8.49951 cv 395.475 5.09326 396.309 16.7495 397.915 25.2554 cv 399.514 33.7573 403.129 39.769 412.518 48.1362 cv 419.747 54.5757 418.833 58.9604 420.747 65.3198 cv 424.006 76.1753 427.17 88.8179 436.604 102.279 cv cp false sop /0 << /Name (PANTONE 186 C) /0 [/DeviceCMYK] /CSA add_res /CSA /0 get_csa_by_name /MappedCSA /0 /CSA get_res /TintMethod /Subtractive /TintProc null /NComponents 4 /Components [ 0 1 .81 .04 ] >> /CSD add_res 1 /0 /CSD get_res sepcs 1 sep f 1 lw 0 lc 0 lj 4 ml [] 0 dsh true sadj 280.536 147.792 mo 278.2 151.308 273.094 158.994 272.165 160.75 cv 271.231 162.503 269.436 165.25 274.575 165.824 cv 279.708 166.4 286.622 167.328 289.375 166.81 cv 292.473 166.228 294.715 164.91 292.588 161.015 cv 291.028 158.15 285.168 149.173 284.327 148.052 cv 283.477 146.929 282.188 145.304 280.536 147.792 cv cp 240.381 151.664 mo 241.01 155.132 244.526 155.486 247.967 155.511 cv 252.465 149.65 254.805 144.298 256.032 140.701 cv 255.362 139.214 254.11 135.238 253.331 133.169 cv 252.545 131.103 250.303 132.015 248.006 132.416 cv 231.977 135.21 215.135 123.701 201.358 121.416 cv 196.336 120.585 197.407 123.525 198.053 126.759 cv 198.698 129.996 202.911 145.757 206.329 153.88 cv 209.059 160.376 214.678 162.652 221.264 163.802 cv 229.393 165.226 231.331 170.451 235.499 172.527 cv 237.198 171.384 239.29 169.037 239.967 167.32 cv 239.145 164.632 236.663 164.507 233.6 163.441 cv 228.27 161.593 227.002 159.347 224.596 157.621 cv 217.237 152.333 218.948 148.167 222.954 148.5 cv 226.961 148.83 234.293 148.81 236.639 148.455 cv 238.549 148.166 239.75 148.193 240.381 151.664 cv cp 436.604 102.279 mo 438.124 104.449 437.538 104.851 437.667 107.22 cv 437.838 110.423 434.274 110.962 431.985 115.787 cv 430.727 118.439 429.799 119.917 426.86 120.781 cv 423.918 121.644 416.514 119.849 413.467 116.562 cv 410.417 113.275 412.766 109.066 411.305 106.425 cv 407.936 100.375 402.022 98.0933 399.493 95.8237 cv 396.961 93.5503 394.094 92.7261 390.5 91.8218 cv 380.543 89.3218 379.225 84.0542 375.651 79.0249 cv 372.077 73.9956 369.92 74.8843 368.668 75.189 cv 353.155 78.9976 334.793 86.0386 326.323 91.2358 cv 312.016 100.025 306.061 110.083 303.249 125.869 cv 310.221 137.203 307.239 140.722 307.012 145.238 cv 306.401 157.257 311.1 163.259 312.176 166.271 cv 313.26 169.283 313.165 170.705 311.649 172.39 cv 310.137 174.08 308.122 177.3 305.702 179.539 cv 303.282 181.781 300.952 180.744 298.608 180.146 cv 286.315 177.011 276.329 175.71 264.28 175.195 cv 256.157 174.847 248.725 182.863 246.67 185.101 cv 244.614 187.335 247.688 188.738 249.368 189.845 cv 254.051 192.935 255.977 196.707 259.999 198.492 cv 264.016 200.277 267.629 201.449 269.67 205.617 cv 271.135 208.621 269.206 211.154 267.721 212.371 cv 269.659 213.48 274.098 216.974 276.153 218.849 cv 278.204 220.724 278.639 224.617 275.807 225.513 cv 272.977 226.41 268.04 227.765 265.163 228.113 cv 261.635 228.546 261.258 226.191 260.547 225.169 cv 257.417 220.646 250.731 213.652 244.897 212.234 cv 234.465 209.701 233.946 204.207 227.198 198.15 cv 223.284 194.638 222.717 197.564 217.907 201.435 cv 208.647 208.88 208.286 202.914 200.051 207.99 cv 186.428 216.39 185.954 211.169 186.665 208.976 cv 187.374 206.789 189.086 203.427 192.311 196.769 cv 195.961 189.24 201.622 195.675 206.391 191.412 cv 210.067 188.126 212.805 183.566 212.805 183.566 cv 206.118 176.562 204.456 180.121 191.366 179.525 cv 179.204 178.972 178.598 174.759 175.819 166.261 cv 168.643 144.335 156.53 139.173 139.383 127.837 cv 125.034 118.351 131.182 113.566 122.52 105.195 cv 118.079 100.902 118.018 98.1694 117.106 93.519 cv 116.194 88.8667 115.463 88.8726 111.309 88.2534 cv 107.153 87.6323 91.145 85.9702 82.9106 78.812 cv 74.0356 71.0972 73.8579 74.1812 63.436 74.6812 cv 29.5728 76.2964 8.86572 52.646 8.25244 40.3472 cv 7.9165 33.6401 11.3853 32.1675 14.9087 35.4858 cv 18.4302 38.8042 28.7622 46.5073 44.4282 48.1968 cv 65.4829 50.4644 73.0103 44.8354 79.5024 46.0054 cv 92.2622 48.3022 91.6587 53.9409 98.8071 64.8433 cv 102.938 71.1421 128.11 60.3003 131.588 58.5229 cv 147.538 50.3804 165.436 39.6519 195.243 44.2983 cv 229.799 49.6831 255.516 43.4956 268.657 38.7964 cv 278.762 35.1831 273.717 34.3882 271.37 32.6597 cv 269.026 30.9312 261.774 25.6792 263.276 22.5347 cv 265.514 17.8491 291.456 31.9077 295.493 26.9214 cv 297.395 24.5659 277.715 14.8198 282.381 9.12256 cv 287.014 3.47021 293.28 15.0737 309.262 19.5229 cv 318.354 22.0601 321.53 23.1792 322.711 21.7046 cv 325.088 18.7417 320.375 16.5913 322.76 14.4604 cv 325.928 11.6323 334.661 18.1245 342.26 21.5034 cv 350.295 25.0737 341.741 11.8979 355.799 21.5347 cv 366.208 28.6714 373.268 29.6128 380.983 29.6929 cv 386.016 29.7437 384.172 28.064 384.874 24.4175 cv 385.573 20.7729 387.653 10.2183 390.27 8.49951 cv 395.475 5.09326 396.309 16.7495 397.915 25.2554 cv 399.514 33.7573 403.129 39.769 412.518 48.1362 cv 419.747 54.5757 418.833 58.9604 420.747 65.3198 cv 424.006 76.1753 427.17 88.8179 436.604 102.279 cv cp @ %ADOBeginClientInjection: EndPageContent "AI11EPS" userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse %ADOEndClientInjection: EndPageContent "AI11EPS" grestore grestore pgrs %%PageTrailer %ADOBeginClientInjection: PageTrailer Start "AI11EPS" [/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 %ADOEndClientInjection: PageTrailer Start "AI11EPS" [ [/CSA [/0 ]] [/CSD [/0 ]] ] del_res Adobe_AGM_Image/pt gx Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx currentdict Adobe_AGM_Utils eq {end} if %%Trailer Adobe_AGM_Image/dt get exec Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec %%EOF %AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 13.0 %%AI8_CreatorVersion: 14.0.0 %%For: (Katy Scott) () %%Title: (PerunaR.eps) %%CreationDate: 1/28/10 10:27 AM %%Canvassize: 16383 %AI9_DataStream %Gb!Tmdcc)[h>pRi,Y__L7PZGCME-l"Q3]Icg3\6tI*[8BH3,n?,f7*=T6o.-HaK\\Flfdk%Yo+X8\a*KJ)gf`B7^FN/Hc`g %8-^#hLVHqG&.VdQQ^s8H)P:Qg&rUn3,V9G?%$O@X %N#57X[%r5D9s[D$)ppL/'IcM*g(a=QhqcRbR:%VM5k=3=<)WE4/!'#PrrK'q@;YM+;L1@fFl_k;G75$,)^?g!:'^/]0,%mg[\[:4 %iCf;_o^o%ZiMn&NFN/hmKAH_S!#nP0T4!GTNB\Fdfc2!iI+[[j%;s6L#uZmC8eP8;oIA6^:ga=*,(XSL7cG\97%0',.pZXTfT"HH %!$b_NF?#W!+5MC#k'7ka=-RA8L.Uu1;?C*'d&&@AFrgZJrgS8\2gW1*LYN_qG$B+lfR2:@ %;SLD.=F\&SK3ico4iJd98Za.s]<,D;rb"(UI(T'+d!5$QgOP*5ktG_Op`?/%&ZgI?L)n_*pp3A'f(BO%YJ;!7X=o]TkD=7=OH_CH %#KM=?TKf5IqLcQZjH![q&:"C2esQ*Lcd?.cXRY*Q`WN2d(F45qX$R!9"-b8:^YlTEJ0kb%!h)r]Jp2_&O(7tH(DQf_jFX;Ga(HmS %L=3]W!",sBFs*W#YFRp4"iJ4WP6o*`VUP-AA$+,\ajVDsW&4ZP\d2&F'U[9EC9<#e^&uXZ%TmirBN31>1Xd[)&(mp:#:$<_(/?>1 %ZG/5mHr@0b]D4[+0m$qTFQcu#X/8T+)WO:0r0l(5"r+kf\h+%n6iQ-3mpN.ZQ;L+AZ:FT9D6S&'=q0U4Xfi8'&-Yp=M+!4&`e@c6 %?4[6o:'X]f0VUoZU8+^\]djD#E^9bDLCu %Orq)`:RPjDdX3//OO[`;*>$5U9c'X-[\#"dRAO#?M&E3[\5sbrs6:,./l*1H^XS813&)e0otE!NVcEIsoJn3'q]$ant1C6c5]Tgp?QIZHWqBc&^/,8HadC9CUE*LH>36n+,n0$56-S?(BhP_CpYD&VHm/LW-% %^IGYZ``N`[l+_)gXKg2fULfjniG5pUm<-I!Ce)VYL4q]U)h?aPHk6oZ)r_ %mj9t6<84eb4198`hfLHjr8"Z?I'5U7@g$Y=k+EmP@q"ori;d[:W2;5s8o:#Gdi.jX\L_E=fH,4"Q>RXLNEGmk1`TU`rS8<=.7Ge, %dE>8eb(bna;3;/s-f[M^Z2qt(XRck=r>SCXBnEk5W8JR)l"j'9&6%=cN`csXbHuMqtn"W %LX-:2J)tQh1@AhW.P&[O$W[$3RmB\.\SneOm0(L;X!a= %G52,3Dp\@G[/E6ZX19Fm>]a8r/ida@IB3m>"*g$(nU%Ic=F3Kk^Eb(<=%N*iJ%#FkbR`][mco98TkAiO-?ZEd%q@FKY=6a%r`N"i %T>SRjW.BCPoT'!/q*i@(3*j=)r^Bc]s+*d4msk:oV=?cD"s`bBr0QmCoQX`nQQIL<*]R^C\fkI&,sC6Bh"oIJsq+[F1uT-H1ZUlprCVn]N-V+Ikg!V3*4O,tNE[I[YG!,j@^Y2cER`_$*r[)Of%Au!uA[qmtOfE=+7k^08emGN1Y*b+3*mY_7![K^cadoPP);$.*$c3@e-BA/0!`EGELDX#J4:>j]Rq5R.Yri02uq+NqZ#DUWM %FOl.Sa2`fZ`bYkl\l%dZ.U-?7;)n_YhLO]3Z*"[G-"m7Yq.if?0")7*MP6+$Q7DLZQS3TH'JXfNC7/`'?[&L %3+!*>`rQJ7[LTMA^(#j<;E=,chDhUc<[+,8D?ghQ-YKPonB_N*@kFJ%1K*GL_og]Lk+?$I#+J;07o4"d(#tP7&1u(!S1B$A6uL7K %,,3UHnX/GsgL3lQIR@n[M95/G5lO)ZefVeR?L7\?L*Y.VC6RjrK/$iU!=MI%8@u"@cbZ)=)rskBc_C^ %[WgFHF^"?DkWIu$r]&U!RC:&Bc=kYU"48-,.G9PETn#@ABJ\Tl$kPXB``uZ=A=GMZN_*m(tc81GNS %fX5$qeEi41)_O5XX"&7&Ma$5J^k)N;RPMl"?C.X#9jNSY"haNi/eeOGWfK&XlILj]^d:6jo)GZPiD>HrX2_jnZj<%-Y;,\#2Um%* %)?Q&0SN[5hq4f$#4;.dbm\ZU7Y[uk_=Ps-(PIAGVX9p54MS<44[%BAt*F1?M4K?MX9LLPa"0MT86QWc%-lg%URJ/%MAXBO%+5=e0"N#=V+j1*g=Q %g=?,j_n&\A;E3:\B_Asd;g^bMb)hJ>D&#T1B2Ta1,8V-s;,.fY:[@n=)o%nD*/m*>rP@hIaD067NWKH>d,`tN_q`5+CUX1uAaXF3 %S'?4i$u^K!R(=!^2N"+\Feea#EYa)X_8fu)>8d;`PP<`VWU&oSn-1H.^]gl&ZOVn-?F`(o)-Ts'KnDHt-NM=!qQYKApY='8@_X\'N4Z'e57OY#s[Y$d@d&XDA@atfhM)i:E] %%J)@Mg8*Gl1`?+:g9(9HNHV"6E>%"ZLGm8kahAJ'P,XRGk/X#kL6=:qa&EB90..dP-c8%A`Kj1#[<%S%a&uk %b$k05G=)sf7#,@N6#6*+\&MseVh52jdpYaNn^E0/T]scnA*^jB5:C`*8!U%?;qjUi8o6a'h@M<7B6J'e8lrJ*LI(b/E35_V3XtpT %Q.I+\Vh;ii%)\AELKd9njIIlQT7/YBFjSjnQ3FqfcFDIQK*!Y`Mrm19#>BSYNmD[skj5H!+1])6Hjg5@"uE4MZh1u16#)c$^0 %@^7b*6[m\sh`)$JC@V6ST!]S\P^R/7#-@mD#*8K\qmGjp77LLuVJJ2i4F*^>dE'/aZe_9R8Lj.(#DH%!]=LkSOa$-sjmJb?dW=Nu %G,8uNd8'HeF]5ag1_?P,n]@3:>5@incH"nS_b*9FGr2U>i1Sg\i4UOU*sdXq;]&IN#/\s!B3p:u9@MtE6=2/X;6&SNG-.>I. %%]S`'0l8j_+?Wi.r/?<4oa@?"CE<%h>OFN^HMI0%cT2L2(o?MccA2md3+`3\8`K!1h2.20#Hb`^lo5K$p/F&tfaWh/T6nd\2d:L# %/V)HQl]_08ZRsl@H;gXFNe:Z);ro&<1_@)ulNq\iA.K[b4c%t-gqI?:#JE96DVGU-4;ip&IEddj*WZ*c9Hd6'm@'' %#CRX@0?Be7?Y7pd?&NRV3=T/d?8$bNm0>d=N6747;;O&VN'`7Nr^uYi!#@)YgG>k0%,+f&Qd%p>+AZks3?0k66T!ul440D:pFB'O %HZMukY4ZZ/E^Ll>9A6gFRSE)>/56=[[e:p\o:S[#oPqO(K-mIJ_C-mdW$Xl-l[0!C4WM_N_P_s\%!iI6`\$*XAP;2jb+R)@bcqJe %dHfF[Aa^I*JRMK`XRMZR#h@1,0PG00*E;GJ7+FRZ(J43j/(_?$jt7O94h.Xqae1VNZI\]h;7cR*_a17>!1uiPCNnfs,8cZ5iQcJP %ftWQ$fj4KY3>$N,rH7etf_53<&_a(ASml2bY?UmG@oQ[Aq[,D]MMK'ZN<4R:j"Qa1T,1*=1k)&_S$gE%:_RD`?i.-Jr`i$!^?W=; %)3744s$sn&?A\JqHbL\^[dlGNQ:%m %_q3_c9n)j1d.11l=>dR9]-2B>%]q8Of0"QUAH2Pb`DAY\s+cRqL-ru/Qd@h.DbIXSPt']\]Uqe)#clA5.@n"4CnAL!nU[=R!% %p7mZ(Z`RSaDDZfUok-F?rt(N %YK.iTdrK)ss*BA6lp:%gW]pfRCLKI.:]DAbtWU=(K$6%c)&^6f1R;^5`bgp)PTc-!3"/?.Y %?Y>N"++Gf\:35Idb:*+E_fF-Pk<[]l0+#ZbWD\a@G8QQO#:le"m^u;M2%=m3i\G1-P]e+T>aFjO6!;\i%)[sfocJYRU^^MqR0!5% %*0dLB(r:Q=G\J#%]t([;*>Curl!9oULU@+!Z#+/=.!L104Qou5K/-<#H!"N;3"-/F,hNT$Va28^K;(81VD=0I,oVX#TW!oV4+T=S %*E:E=b\KAq[-T7_#@2rj:OZ5$ib[':O3igVUdgYA=f.GKY%QbTLB:8j %?UK.-U'aj(>AQB*STk7-r4"T;j>Q+BgDsDqpTIij_cl1(Q:kjL %cH%%4q`sm)Yc.;uT0'fT28q'd@ReQ[d#F$eb$:$PJpV6ia\,"83HBn%^^XB]eoMr%>?Obl.6fX!TWd4rH3.O$h0:Bs`TL*$mt.qP %@/4>3SWi>D9/B3q"k6?6hOr_)BZOm3<2]844^FMGJr%M8SOfBYnhj;bM"sF`l_&m?aGo#Zu1unm[,pcU8hEV"BA$1iWUEa':[K-QdbYB&=>"S]M,Khdcpl\neBIIsfV6 %44Op:DNscc%XT'H`g%Y2?I=1JZtQa\G2%kBP'KFbLWTdW'AE^M)Jc7X,As;@#I-G8]EfisIN2t>r%PYdl.CHInQa"%$aX`-kq$QK %9,q-D"Bo0UY.W==lRASmEM]&c74nKN*&dK3+a;D?UlVU!3j2^H0p%#oc7Qq:>J2Wn-Sa(GcE:hnn4=HH)%R(GohC^X$J3XaErQO6'3hg^.p&F %r7;PR:9WLN^s@Q*%Mm'58_h_[;6;)Ht"V%2j!Xc$_cSuZ+PU6j855/N4s03@0`EXhZY#rI/)n,*aUmN6i,d>!lbg'A<^/@*Zp3%^BU@kjKC:JZ@Qq_4:Pn& %)FK];ZRUB4Vg,bDB4'/qE,QM\,]aS6%?.NFi^(_lSn&"l(j2 %`$4gh@K=:Z(r[]f('BN-ZS4'`l5XnKKT7aY*7At473==D\nE@$No,@eh::?GcCO7EQjcZ5l154'^*bIISiIPYl`\1N;L[gu_(g.` %.s=B6bEMONNu^u]`)X*Y/gAV\`ol0=foV_62UaI%da->U8:#QeqWnYRH(KKIP^eH<@849*8)NT %(3[@K>b)@QSBpu#P_cq%T:e$>T7O5;IBIXuD&\LY4[2GXnrNigXFR(*^9"6_r\\qicC>Dn1g0)7":7/"QIhAl?m=+PQDOOq4-$`L %m9e2cdHl5sUn?a/g@]4+?:dAbN^m`;<+gTL,3T\ZoPC(f2Je.h[%L,`L\NM@Zas%"3>duMQ8 %*r,Q`/9Ec\P9mU)aCamro1)#IM>;ScLC8d%<_tL2+Qea&GkPWIjQ;m?X@;Gfkn"-KMlesMV/u.pf&$/UWgZj//4+tX1u!)Ki;,g%%`oB@6!NR0Wu9_F4:=b6C$s[$T&V]1eJjYY/Z[!1LC:L6dpaldU$5` %='fZs=?l.r-P^O`BG'(rUiX#o;]l89O,^kk*Orb+31Y1ap-bogZ4HN3#c=DW=Lr\j990!^8&<[p\JT#jO_`89rk11Th?fE1L^Pd( %gte=/D<*Y:/Iu.c=@J-V?fjD__9U'7Ok:=VIf.;_-NiM%6qfLmhn"!nTOQuG.@8ss^^,lqrqWUTR;pbR6;5&GA^CUtX3%&Vc_-cL(g8VKc96eTZ!NdCTl\PQF3>>h-\ou1K?fu=\9JLSHNmau]UBg$pC')U[c#"_ %FRC#gJadDpkhIuX89DlZEp2CRZ@WU&I3g!2nO5Z/j2CI'kQh8@,kb1n/&4)elbJ1Dqb+_hhhdj)aH9^@_8X#4%g?kC7nO07*-tFN\*QpQV1(+$JCe/lS35 %R7$H,S4Rf$Gg1Zl5h;gbT(s"tjp2,fB\t6UjJBATZT0=Te2E_.^88B?mX!BBB,I%T9H!l\CGBIAd4?iM?$[g"J[EFRB`l=CHWRK!M2/RhjE9o8)(KK27!tUT9Ne,fkcI`%e)dY8g %F6)lah`jP,AloEi5_;t%92OEY0e$*Yj(8LO`h.[+](fTN3gnEDb&SITR3Q974p:\<$ %I)K\aHUhH\mT&`XLR[F(EPM'4^[8t3*m$O*RRsh,H/t5*X(2XLk5&bZ55fc^(,MhNVCB&&aOtMQkDUh$*EYiSK.2NQ\h/#PbRmV1 %LgP1F:UAd_GYH75S?/VJAe`TIm!PLW=([u_PUuXOR*IUV8&f+4m!M^T/]5l+8&d&?h+(A5bET)PG9"uM,E#'Hh2m@42OtqNbQ3-t %[X==nYn)nSI`CPZ2LHT"j,l(22*ddM/\a+]O3BGl_g`TYr#Q`FCdI;ud/[V8?Hm#V/s`+gO%74+c]:MtiGXkQ.5#?``=K5e^_P/QW?Bl^!!/,%mVq %(8LiojjWOX$2KO5o^'UM1>)=-0D8m1T')N$Y)e]oQHc[9HC;11m:5(f3SLmA6d-J;XO=g5);6(l@1&KN,*%Kcp"+][1VHhP&Tp8I %/?dE9S_Z8(NWUAE,fAWjr;u5Z(2Y&L]`Kt%+0OZ_@+()T)>^[G8O#k0Ts5CV_BnZ^;>P8r:Ue)5b;%3Z4#:4uj)l<0Z)a;I)KCHc %M[p3=4B6)SKA)ELHFo&ne>JoRAu%b+X34%^qH6*R._V-S77M$%m547fMnb3Mk[u?YBuh+^FfU>]Ci%@oGr&@s?NY.%M='@"#_BKj %RQ>AK&`0IMM8X&J0GF!/#_.:T2&4E!O0(5R%eVR&L`Z.3(J'7$g6^?e_CalYoUQ=JT3]!@.\,T1U0%.TOpYjfZPjESVR!"-:o?f0.G2ueCLI(`YHrU!r.G;rj_f!OV%uS\J3t@./C4A5) %@R\NZG*Z[J>+./SC/+dS:JL/->*Ie3J]s]aL)h(Qafnu"23NuP;PfT5R_tfn*ab9r/%dkg]=kd%]5@&_K9e1A+/X\9]Z1gPn")G- %#/,*Zn(GgBj.O3.MT+nEGulqh$Oa?!eCX%6gNtAVp"2BbApGDa%ZR4f@B:epq\3qZs#Th5.RTqf2W"A`.]<^0S7L^B`u84MC?!dk0j?R4k&Tc464fiDu4aN>6/e(Nj2=\_FeOA0BNB//9O[u+u_4(%m7HHK%3h+DIQd0?Z/tYjNQTf"F)-KBdSR!k=dq`):aenZlagH_:3kJWX %QhU9@2ZO@4"dp3XQM8?^4B)`]$">%cghkp1n<`q2Rp.;p`N%grZ^[,YG-TD@FfsGP5<*r&Chl@8*D4mFnKT-5Kg-8"N2HshN`j^% %PFA&*037#sFh,'Pa_j^CFN9N)I!WPHZ4!IIj"N*)lM.2^;^Rja,-j4Ur]W5u"Ih)\(XJU;ME*nC2b2/^rA/Z[H`m:GjRYTWkKI@p %I@LiFIHJg$PKR;WSZb,kh;a^LL[LI5d.%5][VTuBO([nYGSH5%J*tA)UZh9qSY'/`]\>5d>41--EPRT@+njhT[ViS:\aI!HSuaKh %iZN=$/,@^W6j]0FM(G4@1Hb1BMZNUPa,\k$dWmrVi/O?VC-;M'''VMgIfmD?%%W#1r+;cK@/,uiOe"JCriDLRkCkM),A6V)C>Y&' %cMh]0Vt1s'=%b18TRo$>WkQ&XW;8!=U$=h:Tf`CGCYsStcQi$9](Ai*l,E0Rn3D64IMNTB-7arFZRc9C?7`bD.9"k\ZAWheSQP4K %!kU=prf81V?W$^'Dl$[7ND>X:NMOKfd&YRU_H%8eSbc %E"-IGeUM%FA*qek(H129Z*ppgZum8]0LAL%O"3c&IJU4lDP-Zp/#Ak`]ifN&6pNse8?Bd:Zp6!_>Kj]$kBl0HTf%Qd+W]%!DWf/\ %\"W#Zq,HuI0L3MOF0:">l!Bu[6?=f%sAX6esBhU<#@K+Jo_nJ)KmWV;/@i;69cBk$S:D2-WCpDe4[js2\dr,k_rhf09 %irY%n3&B^-'LO/k2+HYe^uaRb\im*3rG?#Q+9A3IQd\5'#i8sN]rG2m:NAt?Rc+4+FB7ITM,\.=6#&#K0(_F%0abZ=M>j*WK4b3*iF %'+Ep&%lM0:m[9uNHC$2OY[%cdO*:>%5(Y`Yp4!ij^5I\PBTn/=RRhN6#F8n^FV0:"$:o\W&]-.B_Tn#F>(j]RT:E\:T&H@F+>$XQR7JH9ol_20Q@:MG%V;#LID'R&AJdSN02Sq=0MK %Jju3Q^m[.8=KB$:fe8+p16Y_ka?JCq5+TM9a-\mK1r7N0FXCLe3a[&AkHZK5g8hJ+9.70]KgWEi^7sZ-8,P"rhi=/3rAIR=-BIo1ERX1TRfp:NJbC2qNt($U;dHIP'kModHH'=(1c_ %np/!k[YdTN'H;=52/mS`P`M=[cM%Cs!fup*H/Vg(.%fi&a=DV%cgUar90C@0ng`RnWn`fUUs?/lV$9#olF2Y_U$u@&Q"4p;lu&c` %hXrZXc'm:l5d[Z\]700S+e'IPL#2L/@&;sb^I@UGZG,YfmM0cL`92O"cXDUY=8eZWL77jB5@9ejoXfS?OWaqTePbl4q8hW#_7P.g %-C9oX=-kR5^?asr[+Y1((OOc[rDgUd?3%6Uf?\k2p(==r^[#OE:%#KZ0CZ-:Hc2>i?-m3Ipek:Yu>.F/@XolGW5 %DpB<#*8gF12g$.8T]^dUcRrsIqPrH$n+!M&kM?0MIdXn2h-\"1IdRFjL5>8ohXtqcS@-I0?0GQYqZ@T#7j3rG9eoF;7-IP*UULcTU4?S<:DX]7-XTXdN8hB(!35n6J8&!,=0m/c2]C/$3)%-ElE75PNXc3Sre#iYE'r %H[O$"4kRO72h*`@rO[OH8&W^#[e%2ukH;oW3Ub/+lf\8IheKIF]](^KiRPU,kC29(N?VKs>sJ'brK_\hDiPqL\+fZ`^._%HeScc& %nTij:5&P;+IFiD/Vt_e_B"<-aAs+`>YPRK$6VG/ZVk]UGX+#t;V9Q4+39&S\n+sSo3DVkIn#teX^K'@.HGAe/0CO&:GQ%/?I(kTS %fXlV(`E_*/laM*o]`+q'l$[+&WRBQ^:N!B4\_M3`f=QJAHq[NBAu+(2n+sR"3mIGa(4=`[.6W^_JscS.VbG#NGpf_tqRL4icLJ'0]5[8\ %iq32PT=]&=2'kAb9[8HL.d&Qu74ueRHs#g%@Q1*dPToi2Y$H(*kt'+fJbS<67113tig8fVRnXRL8%ss80>a+L#=1nLJEI2FdcjAdY:f%3g+&dPRVJZa;:gD34$``Su/i.4uW7"8e!,,X\)*J[LXE<*nEYJj(KiF\kK6^^[RYNqX&SPr7.uP %[lU/!6m0_*X$7lk-]P7+0qjif3FWO$8TUOXe[=[L>a`(Qr.:58k=Z9%drn0>#i)4oqXq,Ij$9\[2TBO65`"f,LA1bD1NF/9H5^'!kfCZI6j! %EasGPHro&6GC$f=X^43JHE/.TERNtu+4HE@@@NjG$)+s+$d^(u)Qf9b&g=g_%%)t[S]Nua3ATIOMU-dGl<+Wgl)o:DUYsLQ8.7G^V %7s+8IZPs25]8[MaS's%!^4%=WFn_//?7YD&Q"p4B:r[E]6pq)\K>?7]I'Eq.CIusV`nT+SLbV;odTi%7#nT0<^n7#3q30UfFSQ"B %LSUOokckdK^Te`i]5OOtki3!Brc7dR\5NjY0^f\87,q8H:&hG7r/_FJoa_m"D"r*H\+NNgj+i]/GPqVTplO,fqU@^!7EJ0dEcnLX %Qc2MW5Zk!lIS%!?:C0BQj^En\ZBQgOdUs7@/:Gt^^<5B+N7)qA-*6ih&Q>\dLG[l9EKMrrQOQ3G#eggjO]3gD['Ip[;;G=880#jaObM`qRZXH6n/KIcp0J1kV`Ti+o;jL/\X6Gp*FA&O_8%Z%l %*LYg"k0C9LF$$,K@Q>e3:_0OmI/h8u^B`:dp>kr@D2N"#FOL0:J8cI"DB2ZSm%I1!X5H!:GW;E4![tG$e)WI'j?i=(;+i9t08/\[ %@^PYtIZq:4n#P4[IFfiPnDiKf:,uR.(8.`d7Z>[S^.smNSPCNe=8r-j;)%UYM1gG/[e^^jftLZ1P9F8Q.E %=gf?.TAER7gHY!ZE\p'n_QY?%WD]2m.obd)['.7YGi6$9Z!2SJD6+?t\^#m,iIdj=C.a-[hA.%;cg!>n&S!:&6CMTUi+5uTD.P-. %RYiO>*b3"]p>VnmF"62$"OV"X/>#<\kY6NOC^h1e[HXBK^!_= %L)f>$TrnRp@B+:Z4.r6m.B.7`1Fd7T>]6`OZ>rFi*("G^*g>mcb(h_,h,@:CXq#[9mE]8%D$Y/(8`8T)Ss6Yj\a%H4%!&5@Vc"[e %[AD6n"97mjG^hoNKq28><]KsK;`*bJ%]Z)i()e-!M0aQ"HYGl8,&-dL^PGo`SueeMC['>J1Eg?)Npm3L*:P;44ZR+R-:o#c#B`BM %7o/ZN\Vnf4ldp!4hS'u)@X)`^aB+VFFXRnNl>+/.bm3C`TK4Kf&+#l`]==6q@UeOFZru(`(b(EE.lS1c14WnnT.u]jn?e74=Gc!T %8Q(G\V=ZMS>Oa`[m;YNp.%Z;A*t47_ekE6oGggPgfOG1YOUm"^Uq(L@"H8;).)79j,[nd)V"8)f48RL0qG`t.L9K%[b"1TBe- %E8&%eU*mP7igB3<&KPkc/6;qNu.iDF3Vdtbc;5`"PEg+O?MOpMd- %\/u^o0*DFSXW#F(Karb@,7lF#R>gli<;kVb"HD6D.1"SH*\A;D4\F57@8OkRgbV4"!C:a`qfe`"Wi1G5cJ:"[!NSJ)_ZLNf7hC"[ %Rc6Vh)a/*(+LlL2"#[MWLZ=R3.QM^H"[9GH-'VS8#-4j@Z)h51\Nm8NF$5.pfn0* %TS$Qag49=1H+U$2oI\S[:>;ug.s9J3#BP#BgVM?X=UnAW[5'0Q(h#HCfrm9p-(!!sfki+X9&jf*D]$&FaSuZB?$uK<.a*!MnM'jJ %YK:gl;&b0.6&Du;8*J'1=r6qjdk7TAl$^`Wn,>o!SGOZY`2M+*`VfH%lVN?gD8:3],l1WnIE/q2F5tpOk@f=cRW7]nCXN+23p9B+ %2@%gmIi39?6*@!Cf_o>t3DsQLXV="e^jopt?$n7nY/G,S[D7Nck0P3^K9F:l=,Lqq/4cp2eY4!)`/(:$\-u$XHE#3b:aF2LDD/[? %4@"mcmjH*'YdJ\Yp^PUE:E3[Ie_!MZNUY8YIQLB;ZDAG73&]J??qkO.X[uu,`mmQd0`f\H@`:O-3n/?8N>YV1EHMO't90@q@&^iV28GS^j %^;8*3N$Yli>!@\+ip];8&R7CiB]e#Z>IB9%eKh*q"5EpSeh/E$K5(,.`]rpV:,1)S$5?UJK@,Zh<-,,]OhHEFo(7r'kl#diN5F^F %IjSN_-g+@ffQcWmD2g=-LT>J](H^4!U,2,[`mW&+mopN5U]"6p` %eIh2n\BiE7*-P]D]EZpC9S-U-]Hke^38SEa=^Fa(%krc%lb'K,Bn*F'5"84#k4S3f+ %qg %.akVAq"%a*nEZLSHEe4B9k:Gf-SZ?P4>Y*'6]#t81>#pVT"gd0F,?HY%#fc<7T\@j?QG_&=h`qJ#M]d)b(LIdfXm3+'``Kb`5TKn %nUp[7XjZtfhOaAQ%%+h!d%X%UnN,5a;Ho#%g%j17@*)#?_5I%0+7^fW\0!+?IqJ"#oW5Xio>ru&n:b[\Wd?["#1QbjDEJRW-[Y4" %:@Zsh+p--RlpSZirg!F-;W4L9J,@Bs!L9euVHesM2bu,Jm=[AYl#T'O:sR*A]!Sp= %p#5S-:Kc5G6noL?nR6$OrE5)-hH^ndWQ&PQGM$E1k$dNAk'eu]p#e(C%"`GGdY8AqI!u4V)e*/p(9LFsfh`9M)u*#-W\H %j=5@]S^&s6n>X$)iE[p_E9epj5[MD19lBEIek]k7JE17+3qdDGR %=[T.+,eS$H61?$+5Jk?Yr%i.[jQ`QqJAp*P(e-"*8/Y#0&j!4tr<]TI:m?"*tm)]_]EKg425AQf-GbdWU5s %LE[980A`IR*C(?;I^O\0Fau`%/hLHs*?Yob9++iu#7-"GdK4g\!7UEU%%>#]1>Qali^Jn\ck$-sUC1[C$e!f_r3gs"Ql6DE8:X!7 %d\r_#fE0]R96>_+^7[q3-k,;6>GXrZYG.4;erIjqa0[;['6Y8(,XV-*9eD0-\'Wu %hXk6.guF@P8e83*pl2@h'uI+oqY5N1Gr/gF3fUe$IlVo):Z+/(KBG?;htg$?h@MP6%nL20M,%M@mQ\URNaRV=H%OTWf"Z#X;)[mf,KK,KC<:mJC]hG*%L-\,%l2iWKFdu(Pt$u(#HDLCajCfI4?4T5An9$+0+0p %/(9$LSB]S(=t0M`Gqb?$f8\c_g?k\NPVA\.[DW`B",)nn`Y%%a2lb,E_/5O&>UB9L*dm;`[V*qI&uX3"#ppkPZc5g#E_Ud,SD,H* %?*lM&]#^]V?-oF[1-MHfQ*$a_K1?o\mf%?kS?\aP],skVDlrZoLQiDT4OlU`a/5O96k,_SIP,gJ\r/.8'>jR1&1;K,Vd4@nGe;eY %cGPILlu4##"D9_*6[d2;7*OdI.-c$ojF.e"]df"bp0RRc>lcfr+?3nAVORSBaIss^!gf>W!U'&c3"O3gh'Y;p"V3@qI16>6@5A0% %C-n$Zaf*s>fUdl]bOZ;.+B'5+*=BBKMdfZ'Q?KX8*bO-"P%tlK3Y?3R]K.1],1q!'T$[,]Kl%(;j*qt1"N'b/KUTG.`uG0>R4_%] %`A5UZ:XtiR>(r@DAWY9qH08Qt-:S<1=ph5oc;Jg+"N%n!lTl^b*3%\`[T1V6Z%UL.]21SN`nS[V(^sW-fllYKW:"9U]6%/%cRT;YqsoS]d'55)+3_9FdHm^Y^@"I8SU)2`qmBa.NQkEBBD8F2VgGgO,;btHdZ.CJCgsHD %4s5J8M5FL':PhLFeaH?^@@::8V3LBl2hm3B*.$/[\u5DoYWY8h;B`(Lk\_ %S[\gDje[!"Ff-NF7%5\/@$p/oiK!?'^IPlb-I]3==;RN6o65C'4F'&`&U]U6X0pdQJNG];Y.[rl@Ca30t]<2EKs_#Os$C %T58V-&+(:4!aO,Or&)&VmpB0+]rj>))#AfVUWRF?NCCV'.id\0V'5gio\FmaPO"Ocr%#6%ML'ffZ0H7T<\?ht`Q@'k>:U;@=Rl(E %=1?h^oqKAD5ge"o-eJ6]Rcki?KRJE'f>BnT==f071GA$cPI%shi:C28?;_bYA]]>0)2+"/N(-f/kuBCJ=8RQ@2`RH;=RFi+$2EQ)XgV!%(dTg#?EQR0nhLsi$9cfqDr?6L6+T3U7-f%,$\Rmr6I55MgJ*$6f8jf4T(X6esF %LE$R9h@kt6ffGcugX17$pD(7*j5J]rp?Ld$P,3=T:+2RB*u;>j6Jn\'2HoB=NeU,U]9-\!7g$Ofk[kM2BIq`_I4jlGK,gi %<_1!f3Zm1,[IL.>#O%iOO+MlV;ilSf,6jQX)@IrEXu6@o;E79cK3`FHG[3ge&!#!Ml^0AQhjIh)eT32gqK2$i@1FmjW8h,1Z7l^6tTdU*)U0FRp:r>!tV_#L#3aHD]1rh-c/Um=0U3^5,!Borqg %UTh&=TuNpAXZN?`q02QIR2@g5q[C#I!hfCD&i7)^kbsQjZ"EN?oU2=Ess/gL-dpMnf3RACm(W_F:a?I5u`aFRM/7)7gTS> %nOZ@6Jh>D+/P%^a8P)AckTI6);DcEE73]W*:m=]^9H&i;>`ql]UoD-U3F39%:e7m:TZROV1ee2C9.9[US!]27iLT/`2XH80R %(-1/s^a^aa6"+L@/RUj_p72jg6a24m)Tr,j*1qsh0Jt?)@M'$jM]?HPMQj_r9*7JU=\50d-ib3<6J)F$`Hk'@$oXqj(-HCgY+=T\ %Gu,afT]%+P"XKi[TW\LA:^TP<*2&1be,p\g@+To[JOi49.AA5IbSMFn:?*O;G6,0d#'W?WK5s53YXLCMKjq!f;FI?M"H`hV+:4hP %8XY`n''q`s,*npR13l&3;1P*k*@uhI5p.G18N+hU\\ad\^_@)7!"_/V!"Iol81\S1Lm&&X'ds3G,U)n"VY=db^gJ\1dQ>S&led;J])43a<"rXA-K815Xg>\dBEgtV>rSNUe"EdX=,4(!5=uE!=6fmn2LIl#Xo+nB,j2m(3U'6NaNoM %a%?ss+H8X!7Au!k.?\uWBGT\=N?DbO!5KMi?_Aj`:?"5g"C`dA9@/G:@8iat-AP=E*'k@UG?,hS"ur>DKEhu3+9KC?"HgRHGWs4O %f-,Ji;63qH#s:Lt5[]nZ'Y#8U;n1pSPff*'[pUU^_MBD<$jf'NU`ll24u-?\.1+o[&?:8WVZH[IYi@i@O[+_caCKku)2]g2#!Tg) %4p\Ce,*-sLr/SYm"Ekom@TqG[MIs+6O-n39?s2FQ0MtpT7rSsJ--&:.4KqeFi$E1lK:('oi$O7j#-a9m#BU(p'X.oq!>#RQ6;Sd: %"9V[KVHH:eTFI@A[Z$:s"10=ngAW<*TFRkr2hr>GL^HrmE/0[S6)XdC!fn*7JLm.=8^Thk/X<25m,\8mZ'hDnFMrJjk&_0'ZO6X5 %-\q5#hCp6VBa:[PdYMb]3%2(Z5Z&/udNFDh,&::G*=g'7T)^Xk1nc@%'jUfb@*G^h8gM>nQjZXY.W]#uY0UeV82(m,7D]aa=:/Le"tJ\G+pO#&K62)KYW+>^sZr8.-NM0W)=XH/ZK*G)^#:77fc8K"3Xb;*KWSI8-p'n)'p]Z<8b"p %.+0B6TPR^3fg$G^!$s!C'$r!cA9pX:!$3DiaQl[>8jm'N+p8U=,pC^!,+rU)@0!A11^:bA8Vkk]1C=2VC_KZfK+=XF?5.q&5ST!, %#e7YmrA,Q6,Tc_#(3-#1..WV^;#-1aG?@<`8n/GiV-tp/>Ylp!4AH7&!)*(n%4mbU,Er51M'bQA^gh%MBapnhM51iAPQK'(TYqC= %\C1LU.;URO!M`>`U'+@9)A%IiTMa$#*/7?n$gAVG_+A0-7H>`887"\)MAeu0LaZ4e!G/btd>Ca9:l)jm+:f#S\/@,>1.?@#AM^W)^e@2"!Zo1di""*VBipKF9gSP.Zn`3n %*qBc=0(8pnLo>8O(28QcPkicjK9K:m:)Z*!Rc>]Y2"V+<%g@bnPe'Z+>82A# %!59[OBHAj7ifMK=<$Vf,X:JooiXr`";@3%s,-!ODKW=(,SjHs!NEh#'"]WQnmQfP=m?B.7:g4L[A@AH%Z`#q3.$frG;0[(pU]AnV %GS+m,&J`kc/*JF=4KE3;Jhef*,q,aS4Geq]Zo/[7&bq&XTTL"t/HGj(#iWjt+'bC8C.MZ.bd9,![m!O %5iR>O!cs,dbu-r/J>Q2`s`:,(e/E:I1!jl/=,^e")'XS\[F&Re`_IY54:g0Yo`CC3M+do*Qm]l^0EdDLI1-`>nk).P %5##Q3J=0e9=u0"mi;?!8,9KOD-P94*,jI@R&BP7LJCX$\(<%39P#5qRV4^"oJ=N#P8cdiY&aKEKd"*L^@O9S4 %BZk)V&qIm6!a2`n!'DnIkb:mC.?B2a;/*:'-"fMf/jL9SRL9anNEGLK+ooE?5_r9(gp-c/t.c'MA]X*S(C.LXM8c>oX"-dAR3eo)'$Y\09M %ZuFekM+23uWe(=g&TFC>"8\`p8L^I^NC&8 %AI9_PrivateDataEnd II*џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџ”џУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џУџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџУџЪџџџџџџџџџџџџџџџџџџУџЕџџЖџџЕџџЖџџЕџџЖџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџУџ›џУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџЪџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџУџџЕџџЕџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџЪџџџџџџџЫџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџЪџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџ›џУџЂџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џУџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџ›џМџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџУџУџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџУџЫџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЖџџЕџџЖџџЕџџЖџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џЪџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџЂџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџЪџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џУџ›џУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џЪџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџУџУџЫџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџНџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џУџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџНџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџУџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџУџУџУџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џУџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџНџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџУџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџНџУџУџУџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џУџ›џУџ›џУџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џУџ›џУџ›џУџ›џџџџџџџџџџџџџџ›џУџ›џУџ›џУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџџЕџџЕџџЕџџЕџџЕџџЕџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џУџ›џџџџџџџџџџџџџџџџџџЪџУџ›џУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџЂџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџЪџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџЂџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџЪџџџџџџџџџџџџџџЪџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџУџУџџџЪџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џЪџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџЫџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџЪџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџЂџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџЪџџџџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џУџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџЖџџЕџџЖџџЕџџНџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џУџ›џУџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџУџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџЂџУџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџУџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџЪџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџЫџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџУџУџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џУџ›џУџ›џЪџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЂџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџУџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџУџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџУџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџУџџџџџџџџџџџџџџНџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџНџЪџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџУџџџџџџџџџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџ›џЪџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџЫџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџ›џУџЂџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџУџУџУџУџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџЪџџџџџџџЪџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџУџџџџџџџџџџџџџџУџУџУџУџМџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џУџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џУџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџ”џЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџНџџЕџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџ›џУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЫџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџУџУџУџУџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџЫџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџУџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЖџџЕџџЖџџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЫџџЕџџЖџМџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџЕџ”џУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџЕџџЕџџЕџџЕџ›џУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџУџУџУџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ333333333333333333333333333333333333333333333333333333333333333333333333ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ8BIMаPath":gЋЃtgЋЃtљЇЈb ЪЎж‚EбЕ=+EбЕ=+EбЃЎqEбЃЎqOЈЂЭ(Ш’Ё:He H hСžДŽ “1Ÿ ggЋ HgЋ H gЋп&ƒgЋп&ƒ nAр9чYрw€ƒ,рй}U†рыv|ЏсShЏšсjzИЈс~gгЭсSчмсjzиУсj3Е?сыuvсћxкт+ІХт†­|тŒv­|тŒv­|иыœ­|иыœЦйГСвойWъъзй|š–;йЉs]ймg‘ћк ˜кgю urлА=gЋмтŒgЋмтŒ Р‡ЙХ Р‡ЙХ6[Мg„˜­Пy”7СВљ7СВљ7Ж_&7Ж_&ћ$Ж_&ПЖaƒ,Ж_&vЕмPYьЕЋ§eЕЮ)гзЕоsqЖМ Р‡Ж№$ Р‡Ж№$ћФЦЫхћФЦЫх=НЧаVѕШœh7Щ й7Щ й7Уeђ7УeђЙBУуьeУњˆћФФ‡юћФФ‡ю7™|š7™|ššœ‰лRаŸыJоЃtоЃtо”єЌо”єЌ”кЦ˜d“ЦБ7”єЌ7”єЌ7Ъ1з7Ъ1з‘GЪ1зыŒЪ1зEбЪ1зEбЪ1зEбЕЮ)EбЕЮ)ыŒЕЮ)‘GЕЮ)7ЕЮ)7ЕЮ)EбЫSгEбЫSгџЦЬЙSkЮЌLоЯлСоЯлСоЇdоЇde!ІoŒŸфЅW_EбЄ?oEбЄ?oобŽКобŽКъ#бŽКDhбŽКž­бŽКž­бŽКž­•…Њž­•…ЊDh•…Њъ#•…Њо•…Њо•…Њž­дcЎž­дcЎјђдcЎS7дcЎ­|дcЎ­|дcЎ­|–Ј­|–ЈS7–Јјђ–Јž­–Јž­–Ј­|тŒv­|тŒv#дтУ'фкх,Ћ,nцƒf,nцƒf,n‘ŽК,n‘ŽК*eq“М()Јѕ–ч(Є˜ZŸ&№Ъ™к &kчšфц#ї‰š ˜!Б™Eў!c7—th­|–ЇЅ­|–ЇЅ"шКэр"шКэр&н+ К*Ÿё ŠM,nЙХ.iФ Š/§ёŸm1ИЇ1ИЇ1Иы1Иы0ЂKŽ†0V/Љр/ ‡э.^€‡э-Љі‡э,ѕk‡э, Њ+L‚yЦ*зЭі№(іі№$m~XD"шКы"шКы,nhЧ],nhЧ],ШIhЧ]-"ŽhЧ]-|гhЧ]-|гhЧ]-|гd?o-|гd?o-"Žd?o,ШId?o,nd?o,nd?o,nчd,nчd,ШIчd-"Žчd-|гчd-|гчd-|гŽЙХ-|гŽЙХ-"ŽŽЙХ,ШIŽЙХ,nŽЙХ,nŽЙХ-|гnqF-|гnqF-зnqF.1]nqF.‹ЂnqF.‹ЂnqF.‹Ђ_&ƒ.‹Ђ_&ƒ.1]_&ƒ-з_&ƒ-|г_&ƒ-|г_&ƒ-|гчЅa-|гчЅa-зчЅa.1]чЅa.‹ЂчЅa.‹ЂчЅa.‹Ђ‹фа.‹Ђ‹фа.1]‹фа-з‹фа-|г‹фа-|г‹фа.‹Ђrљ4.‹Ђrљ4.хчrљ4/@-rљ4/šrrљ4/šrrљ4/šr\QŽ/šr\QŽ/@-\QŽ.хч\QŽ.‹Ђ\QŽ.‹Ђ\QŽ.‹Ђш6_.‹Ђш6_.хчш6_/@-ш6_/šrш6_/šrш6_/šr‡эр/šr‡эр/@-‡эр.хч‡эр.‹Ђ‡эр.‹Ђ‡эр/šr-рH/šr-рH/єЗ-рH0Nќ-рH0ЉA-рH0ЉA-рH0ЉA)XZ0ЉA)XZ0Nќ)XZ/єЗ)XZ/šr)XZ/šr)XZ/šryХ/šryХ/єЗyХ0NќyХ0ЉAyХ0ЉAyХ0ЉAZ ˜0ЉAZ ˜0NќZ ˜/єЗZ ˜/šrZ ˜/šrZ ˜/šrшЧ]/šrшЧ]/єЗшЧ]0NќшЧ]0ЉAшЧ]0ЉAшЧ]0ЉA!ћ0ЉA!ћ0Nќ!ћ/єЗ!ћ/šr!ћ/šr!ћ0ЉA0$?0ЉA0$?1†0$?1]Ы0$?1И0$?1И0$?1И&ƒf1И&ƒf1]Ы&ƒf1†&ƒf0ЉA&ƒf0ЉA&ƒf0ЉAщX[0ЉAщX[4 ,ъ…№6šѕь“К:ЕѓэOK<†MэЂ*> жэšЯ?џџэрH@rэђMBzшюOC,nюqFD&вюЁuDщ„юTEбtяDEбtяDEбt=М Eбt=М ?nWFк‰8ЩтOІА0ЉAXZž0ЉAXZž1И|š1И|š2U|š2l›|š2Цр|š2Цр|š2Цры2Цры2l›ы2Uы1Иы1Иы1И1F;1И1F;2U1F;2l›1F;2Цр1F;2Цр1F;2Цр#s2Цр#s2l›#s2U#s1И#s1И#s2Цр2h62Цр2h64G™2кˆ5*'3‹6zЕ4/80B4жz9ѓч5(<;ФТ5Ю(=—6tœ? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % custom colors %\definecolor{i6blue}{cmyk}{1,0.305,0,0.06} \definecolor{i6blue}{RGB}{3,43,102} % УлЬвНДBLUE %\definecolor{i6bluedark}{rgb}{0.0156,0.2578,0.5625} \definecolor{i6bluedark}{RGB}{3,43,102} % http://www.colorsontheweb.com/colorwizard.asp#wizard, used start set: #0066cc %\definecolor{i6colorscheme1}{HTML}{FF6518} % Orange: e.g. for block title %\definecolor{i6colorscheme1}{RGB}{177,0,0} % УлЬвНДRED \definecolor{i6colorscheme1}{HTML}{F5002F} % УлЬвНДRED % Information block %\definecolor{i6colorblockbg}{HTML}{0033cc} % Blue %\definecolor{i6colorblockbg}{RGB}{3,43,102} % УлЬвНДBLUE (official) %\definecolor{i6colorblockbg}{HTML}{032b66} % УлЬвНДBlue (official) \definecolor{i6colorblockbg}{HTML}{0047FF} % УлЬвНДBlue \definecolor{i6colorblockfg}{HTML}{FCE94F} % Yellow: Text used in blocks \definecolor{i6colorscheme2}{HTML}{000000} % Black: Title in headline %\definecolor{i6colorscheme3}{HTML}{C3DFFF} % Light blue (original): For poster background %\definecolor{i6colorscheme3}{HTML}{B2BFD1} % Light blue : For poster background \definecolor{i6colorscheme3}{HTML}{CDCFCE} % УлЬвНДGray : For poster background \definecolor{i6colorscheme4}{HTML}{000000} % Black: %\definecolor{i6colorschemeHeadline}{HTML}{0033cc} % for headline bg %\definecolor{i6colorschemeHeadline}{HTML}{032b66} % УлЬвНДBlue (official) \definecolor{i6colorschemeHeadline}{HTML}{0047FF} % УлЬвНДBlue %\definecolor{i6colorschemeFootline}{HTML}{000000} % for headline bg \definecolor{i6colorschemeFootline}{HTML}{100D09} % for headline bg % headline colors and fonts \setbeamercolor{headline}{fg=white,bg=i6colorschemeHeadline} \setbeamercolor{title in headline}{fg=white} \setbeamercolor{author in headline}{fg=lightgray} \setbeamercolor{institute in headline}{fg=lightgray} \setbeamercolor{logo in headline}{fg=black,bg=lightgray} \setbeamercolor{separation line}{bg=i6colorscheme1} % footline colors and fonts \setbeamercolor{footline}{fg=white,bg=i6colorschemeHeadline} \setbeamerfont{footline}{fg=white, size=\normalsize} % body colors and fonts \setbeamercolor*{normal text}{fg=black,bg=i6colorscheme3} % block environment \setbeamercolor*{block body}{bg=white,fg=black} \setbeamercolor*{block title}{fg=i6colorblockfg,bg=i6colorblockbg} \setbeamerfont{block title}{size=\large,series=\bf} % example environment \setbeamercolor*{example title}{fg=white,bg=i6colorscheme1} \setbeamerfont{example title}{size=\large,series=\bf,bg=i6colorscheme1,fg=white} %\setbeamercolor*{example body}{fg=white,bg=i6colorscheme4} %\setbeamercolor*{example title}{fg=white,bg=i6colorscheme1} % \setbeamercolor{framesubtitle}{fg=ta3orange, bg=ta2gray} % \setbeamercolor{author in head/foot}{fg=tabutter, bg=black} % \setbeamercolor{title in head/foot}{bg=tabutter, fg=black} \setbeamercolor{alerted text}{fg=i6colorscheme1} %\setbeamercolor{structure}{fg=i6blue} % \setbeamertemplate{itemize/enumerate body begin}{ % } % \setbeamertemplate{itemize/enumerate body end}{ % } \setbeamertemplate{itemize items}[triangle] \setbeamertemplate{navigation symbols}{} % no navigation on a poster %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setbeamertemplate{block begin}{ \vskip.75ex \begin{beamercolorbox}[leftskip=1cm,colsep*=.75ex]{block title}% \usebeamerfont*{block title}\insertblocktitle \end{beamercolorbox}% {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}% \usebeamerfont{block body}% \begin{beamercolorbox}[colsep*=.75ex,sep=.75ex,vmode]{block body}% \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% } \setbeamertemplate{block end}{ \end{beamercolorbox} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setbeamertemplate{headline}{ \leavevmode \begin{beamercolorbox}[wd=\paperwidth]{headline} \begin{columns}[T] \begin{column}{.02\paperwidth} \end{column} \begin{column}{.07\paperwidth} \begin{center} %\includegraphics[width=.6\linewidth]{logos/i6-hks44} \includegraphics[scale=1.0]{PerunaR.eps} \end{center} \vskip1ex \end{column} \begin{column}{.675\paperwidth} \vskip4ex \raggedleft \usebeamercolor{title in headline}{\color{fg}\textbf{\LARGE{\inserttitle}}\\[1ex]} \usebeamercolor{author in headline}{\color{fg}\large{\insertauthor}\\[1ex]} \usebeamercolor{institute in headline}{\color{fg}\large{\insertinstitute}\\[1ex]} \end{column} \begin{column}{.25\paperwidth} \vskip1cm \begin{center} \includegraphics[scale=4.0]{SMULogoSM.R.eps} \hspace{1cm}\vspace{-1cm} \includegraphics[scale=5.0]{SMUWordmarkR.eps} \end{center} \vskip1.5cm \end{column} \begin{column}{.03\paperwidth} \end{column} \end{columns} \vspace{1cm} \end{beamercolorbox} %% \begin{beamercolorbox}[sep=0.1cm,wd=.1\paperwidth,center]{logo in headline} %% \vskip2ex %% \end{beamercolorbox} %% \begin{beamercolorbox}[sep=1cm,wd=.7\paperwidth]{headline} %% \usebeamercolor{title in headline}{\raggedright\color{fg}\textbf{\LARGE{\inserttitle}}\\[1ex]} %% \usebeamercolor{author in headline}{\raggedright\color{fg}\large{\insertauthor}\\[1ex]} %% \usebeamercolor{institute in headline}{\raggedright\color{fg}\large{\insertinstitute}\\[1ex]} %% \end{beamercolorbox}% %% \begin{beamercolorbox}[sep=0.1cm,wd=.18\paperwidth,center]{logo in headline} %% \includegraphics[height=5cm]{logos/rwth-hks44} %% \vskip2ex %% \end{beamercolorbox} %% \end{beamercolorbox} \begin{beamercolorbox}[wd=\paperwidth]{lower separation line head} \rule{0pt}{5pt} \end{beamercolorbox} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setbeamertemplate{footline}{ \begin{beamercolorbox}[wd=\paperwidth]{upper separation line foot} \rule{0pt}{5pt} \end{beamercolorbox} \begin{beamercolorbox}[ht=4ex,leftskip=1cm,rightskip=1cm]{footline}% УлЬвНДMethodist University, Dallas, Texas \hfill Mail: \texttt{*@smu.edu} \hfill WWW: \texttt{http://faculty.smu.edu/*} \vskip1ex \end{beamercolorbox} \begin{beamercolorbox}[wd=\paperwidth]{lower separation line foot} \rule{0pt}{5pt} \end{beamercolorbox} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \mode %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Local Variables: %%% mode: latex %%% TeX-master: "poster" %%% TeX-PDF-mode: t %%% End: beamerposter-SMU/beamerposter-exampleSMU.pdf0000644000017000001440000015256111572232072020265 0ustar carrusers%PDF-1.4 %ЧьЂ 5 0 obj <> stream xœэ]Ys]ЧqЎЪ#~Х}J]И„ый?Х[тDR*6i;Љ8*ƒХEВќыѓ}н3чЬм…Єm‘pЙP*›gцЮвг{їє9јfcvОЄуЦ№ПБqѕќьЧПЩ›gЏЯЬޘ\‚7NЦуЋГбтб–тМлќёŒlHйlJСАWзgOЯ8 ;“—ѕ8(зšћ8uи7gЮж] eSrJЛ7Язм.ЄЭэ™ѕ%яВ?жгfнžнœ§~ѓ@[џлПОzqVCмaРІјvбaэъ+РТ<Ÿу.ИMui­C;Ц]єh‡ph›]-›Ћ3œv—  ё!эBмT›w&p,хУІz .ЖѓЎ$Ю~—з№iчгІ&‹=…їЛЪvйЅ`йŽ;Я 9эRL:ЁиM-8eЬмвь€Ь<ЃW t‚лUK˜"А€ ќ'†Ј“љ{ё@%gDПѓЙВ'a(F˜vŠjˆП}L]Ÿ%и]‰œ“бф vAP‘"•шvБpR Л„с Ё:mGn[ВпY'KTZ№-ДњX Дѓм"ЇШ)ђ‚I:#ƒ/‹`ё šggpœз6жи‚ *rЖ‹$!’хAV"Ў8А­ѕВкЮфMfu<ˆ[т&сЅ№w-gЬШXЗTnpОЩ 7ёрb€@€šBЬcЗ…Иь@а0Ч!Ч/› *ф +@7G'lЈќgI‡ЬЕф6ƒ*жЏф%роTС‚§А“-Л М„“4Ў‚cШ:8)Єу}чF‡‰ќЅю УlW ˆhЕqg‘рЯ”§*џu;чEьЮz"S`ЦёŒ˜А™HU(; 4yч‚JљТиˆи›[ф‚гfCСsWE”'PЙІЮŽвЧ-АІѕSI!Ў5ЕЕ‹) zŒwЖ­(ќдSШФ›=ц&П[Њ€СŒ`кчш‰^qx”HфБwЩk[Иєх"вСХ6ЗЄZd|_к€JИ|ъНL№d рƒР „—"v h8§ X V[ Ѕ*wтА,,з&pyG6“еРE$ zxLр‰5ДѓЎђѓ,3 яј{ЕФgP1z"!Ы #БЃЅ(ЃѕHœWЋЬ€()рBR­ѓ N†r‚†hK7AЙЃВCлю,€ŽР>єЋЕ…ќ“шzЬАdŽ hXгB'@6аHві<>к F‘dњЂk@qZў"Ц@жE Ъ FеŽ5s'Ч.rLc­ЌА7иЬ”(Ag8Ѕ-FVЎiзRUжкŽ‰ѓX!†БŽ:ЪЃ†[8@1 м ˆиС dш‚H.PН‘ІSIw2=щњn=ƒr#йD„’#q=Я”и6‚YиrŽу œŠ фРпаWЕЈKб"•јЉ•шЃCЦƒIІйOЌ‰SWOšsMœ єЎŽЬрС.IєH0|D Ш™ƒ €ш—р<лdMž›fEtЂУT‹ЕЙ'К\ds[+э(xЂ‰pдК.‰ Р,ЧiV‘ъ ‡HЮЉ T6к [bƒыСІ,>QC8ž­6@”,ЖЦр7p'jž+$: SERe jg…m*И_Д•3Аœ‚Е šxMbŸщ—№ šјЌ4DTOЖD jC %,е—РъУ‚ЁУRЇV1 \иˆ$D„6Ї•EuM5Е%7 `jыИBb;ЈKMѕGвa 2 ­D;Н–ЈGтQD5f=Ди2ЊфMˆ.dTЫ6 eЧаKaw fЈKр ьH­oЃL”CчBfj”Щ2#V5 Ю‘0ЈЅБJ+Ё_Ѓ!+@d2ѕYІ.чІимР^г‘…tиBќЏ к* •ЄђЂ:ГЉъТ8hЫЄ1Mй+‹1УTёЦ‘VК”ZžЊ2@Ћ_ЉЏ\ЖJэL№v ћr6 ь*^РїgœуTŽŒ8*`Uѕ$ŒH{ЖчШ*Ы\2‰™сMŸhaХ.‚\7СЬС7эB)€Ч)ЎPšЈФб2bLb1ъЕOЊ`B„1SWŒЙСn ZVлŒt^Хw#eТщ„U1Ј‘Јd[t,фnb„К*йЊсЈВƒ8-дфX 4 ‘6Жu9ŠИ5Ћ2ˆЩё ЈUгCˆ! sЪ Yˆъю#ѕŽЃО @ps aOњЕ6ыBЙЁnЇ3ІJ–gЃS‚>F?YЯ’a ЯMNCžhі+FРіQdH$ЮзŠј'HЂ˜з§ж„pk8 а‘ЩмРДЁ“Pd@W шP:ђЄ1F€:ІŽL [ќ†юЏА`‚m&W‡XдUGрСс…ЪA‚Jƒ[rѓшЁј…иS„—hТD6ьwЁGmЈјc2НебL­DR$GЖЦџfРdhl&u…F˜PhЗKiВ™  рЁжЮу‚”(‘Pт0РѕёЪP%%P(YjAТP(ЃаqYmC†Aгѕ тЮ@_’ d~ђbWjЕšCƒЉ‘šфDJp%‰A ar˜=УШˆ ш’Z‘Z5SzDsЇfTsTЈaж2Нe†АW0у`e4ieФG4Pr‡JRbЫЈэФачr‚Q…ї˜ф!РЅ2tЫwLˆтБe†К50З Јўт PLS„Tв#lѓ>Ј@Ёл0 ˆЧшkи њU&8ё~,xœі#Сgњyjйа6dK㣘eŒ&ž"РЇр% Ивн…ЃAO5ш P7GХМX K[D!гY…фРBMBУf•-%.SoЈЅ"–ШŒюjаИ>ˆg)ЙВ„‘qєб(й‘€˜*ћA№D'Ц5Aѕ2УгГЧЩq-ѕ3 NВТP–Ž”јг`ЈъдЫS%њ†>Л8ДЅдyГл<гН(хъь)Г–Й:ЄœђнYи|ЉЙŸ?:Г›G?џЯ‡\ШC.ф!ђ yШ…<фBr!Й‡\ШC.ф!ђ yШ…<фBr!Й\ШЭйЃГ_KA џћ|yњ#+MZv„эёљъљцg™-сТ№ "K ЫZ6Ѕc$д}ќќьЗЮI$4mП<П шчZЖП=П SfмиyЩGу ежmпHПO5•эŽіyћ’Ћ~{wочН–y@†їy№ЃЖзcџ+ЎЏ!oПУФ”aМтіk>‚цqœ&Лмйo†п!№>…yБЫБё\Іb˜щЃˆXЪКe˜'МX вЗ_,'ћПЧџЁј…™„)‚_†r ŠeЛ<~дўT6†а‡uЮ@ЦЌ0ʘ&=žіЪ1 Ÿ/РюЙж6ц—BГXcтfЏ`ћ6гџž†ќђёЪGtš>ФMžЇEА\Fnђ4ыpжМј\ŸpшU3xHЕ№njьŒКпr8Ь€ёVљ)ЌFЃЗƒVnФic^ ЯЯИ$ф=Їэ?ыъ5М{Бїлџ:”Пт”кjрши‘:5n8BЌ^аЛƒЮИ€Г\Aќ/„“"8‚бжЏpј ыѓхМ/=Hfgro,Й–АG8+uZцХ№ќ†gb ” mkїSEFŠqТРИi—^[Džа”•2!D!\ЉЌcЦЙPы+"ќэе@НзчTш№ЏЖŸ5эD˜Лa›З`)еo†ў=:б艋ЮуAЏ?р #O†g="ядйQ–|Ѓм“„H_ј%LЬ1 тлѓс 8ФЭТyЫЇ;ŽЧџў|мo˜(ЉFьБž ЌоЦƒOqKƒЧ„я‘Ž6чxQ! +­Д†Їˆ.ŸKўовc-ЃdЋЩЛ6 Ѓ$R—žЄ ЬeЌYёe‹жІБѕЬS.П‡(Цx™пкыНЇ г;|{'ЏрЂ$РzƒАкбeŠГтшЫЁЃYк8œЩШа)\л‘fЎZO‚`ђІЭЇ[&щК~bmы‰рЄAR€Ыќж^wш=†ОB‡qя ъ-Ќ B\/ЉZЩЈЛ ™ i][]ы>/fЭ9…gcn„.5>&EДЁƒфb†1R;‘xu7hoѓ#ў=Ћ0ўŠя#YсwяeВЌyя6ŽЗ9p2щџ3Ё%ƒ˜FKp˜ПћсNЩP4’Ў$;y+љђжs;є0oфЅЇЯb’ГJнћ:щ=ы:ѓ^ЗЦ—ХШпн3 ЮYdЯЛљЖюОс:F. _%kJhЌ—Н[Vel!4ƒ w“yƒb˜iFмр–ž[aФ(+є9L&иaХyЯЋ‰чі5г}УFM‚QЬ0У\2ŒzОДГDdžіqA{RдЋКuLыбUnї5”ц!iG<+хzХЭv•ої z$&‹iШЉ\!ёЖФ0ЂŠЬ:њeЅї zдјЩЗ л* ‡9(-oМа!Я/Ё<Г~аPќGrQ№Œ<ЂэОnдГ2Э •Э$ѓЙ{ƒ’Pг3S–%ee!ЧкъУvАф8О=гю’ДИЕўлdу(—„ГѓГ‚ЛхТЕїв‡у%Бе9шЩ#ДЪвЫ%?еХЙѓ‘т+%ГнГѓ5НыГхДЧŒpЕўфMОЂТЗЁЏžДЅы‘ЖФБсЎOTИщБ№–*<ш*+ :7‘йй&†3M=Qе]o'ЄL„Пй”ѕ7rѓуW…zu <*PМqLЫ.Я‡ž…бЋzMМ+цВЌaƒxUЙэzк…T…Њ№K%Ј,РЋЦ…Ўˆ$‹КФMIњмЌљЂF}ŒŠmKЏИф$зЕXеfhOŒЙ%f5аd>Щ3(–иX:VtgееGzдЄŽšF$їЩЌщьаеYkгGVƒзкzДŒКRт`Ћœ{C‘*ЪІџЪ‹цVœ˜ткІззtMыitЙ]{ИCДE,њЋ˜ ЗcЄwЌчŸ™E(“дЂEо ?g•BВжУЖ*9Xю2Ж“с6kSnxйVžQВhІ m™aЌ3щЙztЫлАш—ЌЃГ:хѕš‡žлЁ'•ц+Ѓ†kьiњC{и.zЉ?Yлtqb;cщ(р%­Ќ (’k\=sQ}ЌЬŒ3#\2#Ю=&ы mуј =}–`AиSЫеŠЌѕАЌ35јЩlY д—k[и‘йŸў;и")†tўвжd|ыЁkE~ељ^R ыњкюјЊуˆa›Пw†+=—Зћчj=tО„“д№г„0ьЋm=—КД^MA›пZуЉ„/ГАљ2Jихkвn4нхqDƒЏ­Аw‚+ёЫy=Zс5ЂƒeŠ™я№’XПЁп€ё_Xbwќk зZвnBzў ˆлW#фCPФp_6ЬЭs'vY›єечя№е,xУѕ­R0эHkЌ(зЗџЎ—х–Зр–пЧprЭˆG8ЈМУЂ8СдoяєчЖOфЩUо›і>Й ЬvЯŽгП^VП[&Е}jиПЈnˆƒЃVФођЖTЃ7љПіСы§Jdv~‚ђ†^ ,ь„!ЈgDЂyЉ–єа3)e\Л\ЊлНQ?Bш5јrŽ58ЁmyЉЈt5yН+]бКрrэхЅ-МјЛ}то`!AЊ9К@*Q“ т$Ш`ƒІЯ†5кmЋ+ллaФх ƒВцНО“?пЁЧ>Џžћy™hYЁ{1АђЪ’љЦю'‡Ч‘Р)žКБd’Š…ЖАў˜JбN’ёЊ3ћДпЁь аx„QЁй'ољ{OŽŽAw„эdјнс’dСЁPXЙ]&|5АьѕРџ#Ап[Љ€Ъƒ_яK +Y‹VOr9є?mХ7ЋО8з'­ТЂДЪїЌH!•А~’шqХgMЂ}бк›#+о §/‡ўлaЩыcњD‚Э;›№ї+йFо"№Nˆд‹#тАк  F0 c˜$m\cь_ѕРЧ–Р›Acч“}Јe$яІTгИЌѓйj§ю о!Ѓ0qM+р ьљЗчЮГФ*Lъье9=锧ЄW§мѕтрёœtцQА^§Є юЊO{ЇЦ%iёž­„ЖїN+Оœг|юo—sНb}РЦ‡№уХzюЏN Ќ-ИRЎчcZоІ$-пl0G\љ—ƒјŽЯƒ„па ƒЎНК;Йг};ymh:њЈџюККЬЃr‘pТ9ѕяˆ[UЙ† !—Чбњdш†ЇУЂœ‹ЦTƒŒ}bыoљJ}ќ”aЇхEзЛЃ‰>ЧЗЁ0кію8ЧхУхДЅА­‚пЮєOЋŒКэКшнгЃ’№Є m˜мІу†іќut•eэO­@s”wK?ЅЭ|ПЙmЉЈ5ЃКgЕ{* 83АuШ!%ОЋњiеуAьr$e"^о_ЈgUqŒуnN№эИј7ӘЗӘ=n•Гм–Њ4Бс›[§цœŸ7‚СIГнВбхўŠЏ1сєтwёхкАїїєЧL“ЃмzЄfљЬЬšр›фХєЫЫАТМ"'ДЧ‰љИПАьОБДмиЉђЎТГЇЧЛхЌСЧ,Аљ {Гц­Г<~X c-3?_ш.ј)(xOœžžГњ+йe9%хіHЩVН\lŠ5SФzї0XG8œVВЩНћ5‡ЋђЮwк3М?3‹БКaфьЪ–РЊ)6ьС:z"ЃaтŸ…;6З ёЖžђ!OiЂ?KR%e;ђъл№nlф›жЈЅххРљнOаЂ;lэЮс}Яe ( ?s’“-lq™ŸМNњB§4GqМžЙ•­Ц#jx6t_ЏЯЫVGпgщ&bz\=(•њ;г?]_#џЭњRіПЩЋм<љЫхїeјrsœЖ њЎМх‡#zъf'R‡5Ыoм!уЛЮŸS№јeьАхЏ„Я1КДŒrџLБ”˜Ї•V€ј2xœ…UЫ-ПЂQ†w^ЈS%9РhД№Ѕс2~щпебB 0рќш _u^G?“чlji‹РЏvaUbсЩъlяЭ№u~ZPИщwœтxK\Бˆt0б№…ўgј]@АpJ‹БMЭ>–ЦНЁјЈи ЇэS->obтgHКђeEдц§к'_ДИЯ9§ъ—щЇч GЊ‚і ™K7JNќеЅ—J!yЛМцмLе0X­VсхЎо™ѓ›OЖЧфЩ…ЩЎ=[—~Ё_€ћХк9nђbэ~ЖиЮЗуXоŽe$‹q“хШЩшjЫ„lКЋЫЖђ (ищЄыУО#ш'Ю|7Ьыъ ŽЅ№'Š“BdGРdЪ‚њџˆy †пНщPвO ~ЂŠ_фm;шУ4пЉ{НПoзQ> шје–<н,‹ЊЯjъBДnъОžGF|еў4e]ю:ЗOiє—{lЗЧ‚}x#—0в­Yc{7,ёlђbп‰lgћяŽЯ§(З†Ќ_uM~ВB%Б ‹Ucкw FиGtщхЙ8aњn"—„uuVY-^Ž\yШ п cпаэбWЧ—YBd?СДфђ)FМ< юсў+шŸ0]дЄожцJИCБџЁИІ‹ВeёbПф?З—Ўf.Ир{(ЬМty‚œo”=B^Jdмl6Ц‰ЇrЏЏѕ=M§d;Œа‡ќъNх—лцB‰„ЃўtГќŠЮМg5J7ўІ[оР>њTсaБеђ)АьВЯЃі8–яийOЬБќ2r3Pw#A ФOш$ИžЩx€фЮЉcпdu Пv™ZuОxЂŒшJhшЊŽзАwd—’Ё˜іёТ(РŒЏVЄzCшЊ7§ЧЇъРD›&`oкœыюЯжт&‡8хЛйљrD0™NрПбШŠб™ђi3›™2mw ЦzЯїŸuOлШ,ŸХџД6’Ÿ3ьвђЋ5–јr5‘_Ў>гkЅЉёћю`ЗњeфлWнN–эЩ:њР3жвїѕ„їngk№йNйс,Ђ{q&•хNЙТƒ#бЏщ‹л‹B秆KСqШ od 'NЙхoчеGDHњп-5ёdќ\@œЯГЄ/QjKз*щ”ћ/МСВT]W~ЫзNпsюKБѕ'bАg'p|НwШЦ—їтњ†Tх{ёЦwЫѕНeО3™4МъzgDьHъЫЌЙ§р пЈіn†ёŸVž8ЏCuВЧjZ!GБљuOŒ–™ЗMxеЏhЊšМ9;_­ яfнђЋїf#рzЧ,`Ќо–м?AйюПнXб1ЦГЩ€=xB#/Bќ!біеёуь‰ЃмфС->Ў”4Ю”pe§”žўЈСљЛ’З!m|"›ђ“к|УњятrбѓЏШЋ™ќ№Aъw KюpЄЮг•eо4+orЫvvmАLМlаБtяr]y4ItЙZtљіmџПэЂёhіZў–ќUВ|–wЩ-ŸŠФŸœ8АSКq_‚ˆ<'хp}J:­пх›Й;ЂGп^СЉјw$Ьс—ељЕцPя™гBс_OJ3Ї ЉщIќ›щўy0ёу0]CЫnAнЧт:БYђn­ў! AЦ—ЧЭЭЌЉЛљ:n&wяща,њ>зhупuyџ‹МќЙу+шGКќХŸш>Fft дЧЇк+х›6АiЉ_•чЕRьfшНžл=ИЏe}•34’Ы ЃceзСrЏхŒeдcхсPoжŽuћлUЪNНDЇцvИиЏЪV}їjЃц7xщcћŒ1ПBYЖЯ­ќ5‚ИјйюсдД7}(|t‘Ÿ!ˆsєхёJ„#ХTђЌьђк xЇŽМУПd—сёoёяqЩ?’96VяњГЃaПTѓЖ?а3.џ/У№зУ2Я‡ўЗCџnшПњŸЄюУђгF+ ЯС CЪЉОЃБчћяЃ.хг6mЭ›А7ЯCќлњ2<џјрYЧ?њ/‡чЋсyDдэ0w„сћCdі|Ч2ўљ‰5Чё‡ШзЙoŸ…HупШх8М3<ыšяГЌџZкббП>ћ№]Уendstream endobj 6 0 obj 8436 endobj 4 0 obj <> /Contents 5 0 R /Trans<< /S /R >> >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <>endobj 10 0 obj [/Separation /PANTONE#20186#20C /DeviceCMYK 9 0 R]endobj 11 0 obj <>endobj 8 0 obj <>stream xœэ|ЩвлFжхОžBЁŠш кЦD€кVH#1ь0ѓ<ПZ/њ‘њ)й–,ЩЎПkб‹bФ—!&2OfоМУЙ‰Є~љŸKуy4МѓЃGZ§њўџќЏџ§ў]ўњоТ$HjЮQ’r[щ›l[сћџљёП,–В)ЃС{З”EеX~}я…Е}иџ§V Оїl2фПОЇоМГ%хнЙюЂw‡Ÿ‘Ÿ‘ŸшˆОУаŸQ 9"‡џў „p…~‚‰ісПћєyџё{љKЦ4šљ4рўэзїЩ04@pžчŸgєчК{€0I’ „€ђготЇ~­oљЉъџљљŒCG}аЅЭжеЛЗяž_УЏяпџун>ЏТрЗqšБ+žЃ„QUCТ?Урoрoјa№!ЎЛв>zMSЄї6 и䧹ѓ№їŸч~5Љџъdw‰џ6лЊџљЙ%?u .^ГЯПг‰хЫЧ;>РДДЅДЅЙаНпОБпыа<кЂћт?AФO№б€сфВХ>@а/рŸк~S‡iМў-”п[~…qюЂНія`ќЁхЗ0ъЮЈытуKoљЂћЁ{Ћ}wжб?|jі‚‘ŒЅ_yiбќBжЯ­ЄŠсЫкЯŠєЙЕзѕ‘Б6бЏяЕЈЏЧ.ˆоџЉУЇ‘оіьУœ†CђСŽЯy§ЁъG’(}$УGј§оыSнК}вYAЙАПїћR‘Пй/-НGє$3№@QЊžЛ‚і NдуBщд‰Ї(ФUЊ7йd YrѓXrцii”(ъ ц…LѕќœЈН§лчB§З.дџ дЗЮћGЅN p шœЩ}D((жxuˆAŸтї‡ѕrЂЬЫщa2ЇGЮžTG8Яієxˆ4U_Яs}}в'JЂЉљэOЅЉƒrЁˆ}’ цЄ—eійЅИ…ˆћ›/мidš‚œ}‡MLбъчГ'рџХ?иЊ>Јl_.5_Дз’)^ЃTIл—vЁМчъ9ъmuъ…њ§Ѓ2дЬГЛXИ3•яЫлŸ=xњыvŸdHїеюr јГZ‹ћуѓ>Вб=дѓАїЗKЛхЊЄАЈГ$ГО—?УkќЂо/ьЙЄs1Ѕ†ВбБЗ‹ЕЈЉАљГњš—H‹›ВЕГОАЈГЂ—Bн4#ДЧЏЋƒ*ВЕТИЋќГцлф$4БеЮ Ё‘ч…ДмЮЩУM„]Гй­нљ~=ГмыАе.АПАЊбЛАЊЎm1…gСKГѓЄх"БѕЯЮАфя[иф Гес!В<ц` Fo—ФёИ”/Џщa•Г8ч˜~/šШ)н'`ыWUи5kЎVйгІmЧОѓŽS­эђн—Яг'uWеЙœw…№пd–\шгљЂKц…159сюђp/ыАіЙ™‘8э Ыgц.ЄСtйZЃ‰Ї›Ћ•:Иx>ЁŠ.GТхБ„f>?žK2—aг0%кл6Џц Ъ–z>Бс†‰)Дм:жНёmŽlГн+м2Ќ=ЋщДЅАЈфЏ–џшBАЌА­нВƒЪ=ЦyЕїЫЯЋкkйЖЧuшZИПН]бш7ИМЉВбБЪЄyГѓБчЦvўX<ПЊћВhьp-:oГХЄдЯrУоOЋ“Po†л№Ш=І?Ј;Џрfcw№ ˆ­бySkУм]tI†дУЌыYчѓВТ—GUШцR­іиЫ5Є aоЎ'Ҙ(†;„8œоє›.Пv™GшeЄж[гžщё|Ое7ћ1‰— ›bЈvqQчš>њMк—ьчyХЈ"r^бQŒ‰Ё…ю1Ы]pњ:“%ѓTŠWЉf…:M[Чћ{˜vge@йа'…ObŠDфшcЅRkcЫ№yЭцВŠiЂ(ŠЌPін ѓ'`˜КВП\ИфM*­=>Ђ“ЈŸёСАљГІћ^ФГѕŠbС<Ѓ+8г&D:NlPЊЅкцDгљdxн’Uр\о3}&(л’yhdшRод˜§ь(pS‰$2:€7ЛТо ГлmњНЪЬмnsНœl4уA8Ц‚ІšГ€s_€•3yeНфŽlœC"ЙfфR'{У‘Kd‚›B{qБ яТRLP\q;‰'ИѕxЙ’€РR—,Ч';Ь<џ xї1ш&v}Тђ8Sиy=’и5й…4Жœj;еƒ[ІšХЇŒsџ`Q BЅ^фУ@%мYњ ЈpbЖњš i1‚ЧЦXЄG їФxЕ`hЛ }BHЛГкrЪл-пC{ќд:p‘вЉНL/%O№V‚ИХrЯЧr^<;вЄejЬѓІmt8™Х=cO“}HуXЄ‹мVНнS@„ VwQ ђЌЄєDМB€pЄБˆ­41yzѕ”66рд Э]хJ6ии%'Ђyw$!ЮЋњЎœЋt'>ЦљИИ5ъ,~Ща6Я6г]sтђш8љ2‡,—vЂЩ‰uЇ6аAOНќ*b68Ÿƒd0ЪмЎЃяnwљ6рš2W“^вT"_z"ЉХІтgоуuАZM@•Ф@a3˜#†№\FЊЎk*‹№iпСвN\Xћ`э$B %9Ђќ{–`5nŠhуrGЎ“Ђl9(U&Ш•ŠЭ0œ[&ЅcячЗUфиZ4ЯR‚]њ+;AЎQЌЌL)jДюE~њ7ЕдO—PQP$V”ЗХ–J.)rЈx o…CэжьXВbꄆВ,krtƒн‹rC‡ЅСО7O@•А†ВЇ“љЋТAБšРuЗmвш—ЫAК/Ў~1nъ‹9ŒЪsЛь+цђDŠsZX;зЕˆ%Ў Ч9”JЂ7=2Ёб!ЏёЁШЦі~OC8Cн‘KV9цž€’б k|ЖЄ=ЅЬб `cѕ&ХЖ?Nя^‹+ёGуw3У4ƒSzž‹,Kъ~г­' nЉЋ>Byцїј%ЏАќ ВjJ]i)a™  EСtј|wђIPlh冇›Rн іљбсЌеŠ‘НГЏ%“‡pЉhSeОЕЧу'lH)M ~n}Я‚7e5DЌ'ЪЭ"ык7;fъТ|Q—йЕEГЌ€ћKЏ=фГЈ†Цчёаиœ ђ2щ1 вxЕВšH_UoY—29&…УgiЙљGИз0 …8тИ;“e`3‹?Эpт/|УD­@>Ў&6DC”Ћ“kЋиШwќvT$_К]@(œz,vжfWjКQмrДLIOЗ %ЋщФД< ћ^!2ъиƒf2ЈЛ][‰^Дl№НЅ/‚a bzлˆƒ}С\fXЂ(R?wW€еKЪaЧИ|yБ;.@щU`lзи@Л6жнЉMЊpБ#Л6‰#Q+лƒЋxнsл<‡ЎЋ–†Žщ-’LZj_QЏЬDћPtx†Œ ц#тћЈЃ`Зfn<(1ЧАР7ЃПЋьр‘5’ †=vh~/МЄФОpDѓqЏыcі/nгхЎNэВЋ ФХdYЄ&2–nѓС-пC‰DN˜ ЧYѕЮРфulД3BFg/qЂЏ‹JбpZ(›Њ'`a“ьЎf ˜н)и–bЛ]f‹)s>OеХїќP :—иЧ •вШjtЌlЁ}юь"Š–д0CЕx9XЉ€%ЬŠ†• RXЙѓ CœyцxzvM‡ŒV0—=Љ]ф„п4'ж›гќ ‚ђBŠiy-X+Љj^tЮБ Y:K&vпбХіH%lEо)Q\$`&9БJ3Ђ09•ньdYScЧ-rчСрYryLёєЕdФbїf:h%"JуMнАннCЉЫ<ƒ›V”›“ЪэjyхDVIѕxКЊЧ [ФЋы}ЙюфRјb_˜‹БfŒ_ЪRЛJИѕŠ TKЌЅ8 rLкhЫл› Ž*.фюгsЦ:НvYеvЗГoЛЗЁ аPlАЙR—{№уЊ“ж№>ЇPIЧ/в.’8Ѕg’ZоуИQл›фј™­”Ь™ž€јЈЁ­‚(vАr9њdHљ„эz&АZZžm Ї=Eњ3Мј!ЩыŒУ"а  )Q‰­™“у А7Мh’eУаRцF`ŠХ№Єvp'оёЋЕŽwа)ЬДюєЖЊgrімlЊЃЖD…K—ѕ’`Т+yL1њЭЖndMbŒlp9ћY€мМѓДЙlclГ0pg”;YЄMЇq0ЂЁ ю дЛпМВё8#/ЋеўacМъЏ—Є oZxWЖ'‚p‰o yfЛC;2! іŽхЛы№рлѓYЈ4/jЅ“gД[ГиiŸ€“й>рШ9]цБ€Z9™ѕІyZ…бЮЮ 0Lьт’ГШpВІаž\йI f‰jиi}МŽ ъЛ&i7ƒјZђЌ‚@ЛDК}еПEg?ЋM C`Ћ bЅЧœЈ^™”К W!аУ„‘c.€]]иЬя"˜”HБЊTOма‰=Фžхтфž)ЖV~ДлЂїmГгYrH=р ˜Zw-<ГгšSЮƒ@PКЊвbQsЇZe‰т1­лdXŠ‰Тˆ[ёшРоЅљ ЅЏй#ƒMШіs wIИуU•b№vуА?ИYЌSЁщ…Зч8&˜=@1›$n§ ЗŽѓЮl О‚7ЄшЌЈ™­йŒШ|ЮpвJ:lСEщьN|ЙЋкЏRДt ™РГ1“[VpXУ"OU5њь9ѕ&`Ќмx)OМ6šЩБЭ97а”J%A2ъФ9!^);zX„w#ЏУлнж‰—Е^ƒnзi‰”RР™„[~|ии6Q§бgwВS0\™6DvЫЌ846CxИ UXln 4љ(HХКРл—l鉔 —ћ2ЅjЋ—Б“5ешХ[3ФGідЩ)ЋLž…4цЁ5уUХ+@УPш{кfУЂgYќX“‘ЯЏм $;pbЯАvw?ЁŽьіа'эœЅAІТиЊи“н‘(Њ ‰nЂ}iЩГJб{ТgKžZчJ:ШX|r2'ˆЧ,„1&OШ™lwхz/МлFШ ›,ik‘п @Пзі0пйЋЫ„g№гL†a Љ2(cЌUyVИVЕЇйЗў*{АDIh›}z Ц ёХД9{хЫ@ж|Ћ7”у<Ст;Ю{іеъМЈ‹Рœгeб{№8ЗmцP”OбтуЙŸ#с:ЮЕ‰—;Хl_йh1tЉьњ‘ЫfEмяЙcК:№ѓХZiсsZЃg|Ля2=ЌЛ ”ŠsaСїdЄY‚–в;.JеЉзdбŸŽŠя‰ШТSlФA ЧCt<хjMРдoеіп€0m л›f0{˜ЄŸСEЭ™ж ЂiG”›ЮЦaчіˆ-# ЎWэвяV#;Е'2šEіСЬ-*@”ŠфЌCcz8š)оЖ‡DhэйуKСG<ХZщис[n™шAE$К Ћ ШC›Y9zТ$G%Ѓ“n“ЗŠ8ТNw€›УымF+˜†ЙE6РЊцž$тeœGћЦ ` aпт ŸŠК2флH0‹@/гл XlёBgOЗТѕZa‡СђeŽЃЖ‚”47vу\\Е&ЮA•wŠI—Žyръy%Ю!œІ!Длщс №К€ƒ2АQЗ–СhЋс rrYЗёwжЇMФ\Шо„Ц‹уфwеˆ€DђИ-|OљJ|Д‚вYМ№Ы••ќBИ­  Ћ’"(Г)ИгjІЕ2 ;ЮНXъшО ЛP^хел9vHІUиy^я6syU=/TйкZ V ‡`ЪЭQŽяЄ)н8:›V,М:Уш?єЯї)ОŽУ4ЦF9Б{Є)D2Эњ…І?Š—fхIп-Х–імBФІєfj—m ЗCљL§o™5Цƒ7ŽХ]йлШщву#q‡гєŠЫVоw‰]м€Ш(дJŒzˆj”№Г„†Дq З“ЖчS SyAј€);­уG№3О‚oDoчфudzфLпкR˜…їp52rsхтŒЏBЗЩœЃчВы\шІ 9””Žž;њ‰'U|R‰›|–ь§ЗШЧЦD ЫKgwcu9=wдХсТбЛYšj|x0%ы ‡энћа;УТЗРщ8Xp^ІЬœ„зІ№ ЙŽˆБœ1EмЙ\-ЩW>n*7Гј1нЄXЊО2Ÿ\СŠ8ghЌ€Ѓи"ЙЉш;рШ{ЏCŒЁ…GИЛча2љЎf8лl\•ШзEЋт=Ž>+YКТА ŸUŠГрZƒќб_›N<Тн}ѓбc}ЩЏзП"›ЮTч˜Y€‹AФ?3шБќ™P%ЇЊb{F,W„яЁ:uчзС8|†Š?žФЊьL<]ыхь€ЃдѓUT˜ЂШrA“uЮTNёЖ3мЮг вFъђѓ™(ГUвhЇŸ6В{‘%ВР ђ%/тГœ„З(˜6уc R|7мБЦl Ф6ЫРШ—Eз…љюZьr:ЁЇЕС#)с-кЙnЏsь|3BЦmЂ­н0 ђ^б’Л}s<ьАЭ*‡’т#nЖы\ŒШШZЗОМх{Кw‡!/Р")ј•IЁЛ. СŒšФ–*­№‘`(!a~ jŠ@mЯПcСiтјEЩ‰ќ–n,=‘эўUh nВоkгQЈ_Щ#ї`rnзќCМSG<%™єРЛŠ”ќЬ ;ЉБЧ=fгсДшКžШЇгЄR‰.k‚JDnЧGr4Hйс„Ѓ/ŽН;RЖдgТpwЎ  Ь$ћіe˜ЄFї$Ые=‡jj5ЮЕ‚€Dв)cŒХнгЕВТn РГO v dь6`>d.р’Щш'I№‡у”)gD[fр`Т]”HY œоn1џЕЖПЏѓУs§RСАМШыЮЦГ‹]о`ЕˆјZlŽ„Р™. `F!Юo>9иo>49œпЂф`%!э9БГGзРq(pGю…гЮМkh;!ц7.6)п[є7АsрLвК QYи №z>P“/ы№i3‚Z+ївNу|Дю[ЄL@_|;рsBEЁИ|нгыMPrkэ§њh†цн"­ы+­HћјBЅ] ШHз+цчk nБƒК†˜5ŸцИЃdEУл‘Д1›З"‹ђ№g,ѕ #r›œс^яS(Ц)VЉvЄБ”i-‰GЕЩžБlК\3ЃІжбєцnњ™ рЧQё*[Xз,щTѕФо 8~МоœИslЦ|gPЬK}ŸCнКіvž;#^Е– 7g;Ђ,OеAŽ9`†ъNёмжК[ єб}Qє:Mь{Œ DЊЃŠђiЁ0Іѕƒ‘FOŠz*tЕcРЅpiШи _Ё1R.†:ХЌp§ŒГЃРАщ‚‹Џƒq-i ~е0RCїХ_ч%#–Xœки&Эсбо‰эƒ“""огПŒ%ПmJЬ§є№Sь…Сыъ ž‡Ы)ћ† LŠ}”Тa;7x1eŸMЏ(Й<3+XDlИйвЊQАљтдГвц<№‹џJ|†[ DŸQЊњžoъ˜zpcтэpн|ƒЮ‚щЈ6>эЄДН;Ÿ– NЋРюЛbЦ”Ы+­@єєv;юXŠЧ 0Эl˜Ы‰Тkшv|Ь;Ÿы%ќ|ЦXгёцЪRjСpVн!Œ”ЬИ%ЯИB#{мPзAAЭkх-kG|’{кcf„ЦЙС hЏSMЎс}ч“G<\9sy5ЕkŒПtТy<дucјOчиh:yvПgСЏайтд™МНУ’yœ ”=vпЈёQvМКиКЂИВНЦqЂйbTЁЅk[›aoдŒ Џ#гbХЅЧjйozАMЌ›JZр1^лђюУIвП9x ?_ ю“—k…/…6+х4k_еdША^ў0о)W3м"{ЫNрCVњpВгљŠ•sБœбХЗіŒ–ENЌ.Pщћ`њz'ѕОЛ уboРCS­>UНЮYYkЭ ,8sŒР#ѕ№ВЧю+/’%§щ6№ДZfЉŽ—DUћaNи,ыЬД58чˆНЗ'p†къzЪ T В!ЯёсnnмЊcчЏГ/РЕJ/bдЪфуžъ)kБ.l†Цœ†ЯE™=q’лƒа%fnв2r8Хн_mœ•НмВ pюŠTАaЊty%MЏ”ТrQЦ›zЛЊЧл2G№˜WЄЭаh Žƒ0‰ u3И НЫ~ аNйы3 фіААїTЃтєКћЦэp2^/rэRy•лнПe’ЁЈt,Єэбu‘дQ†”Й%њжз sae‹g17CнlŒci•д“‹Вб /Тйч}ЖЙЏКЧ§-пјU‘ЧЗUu\pЏ˜CUwЩФГ}1MS'0ѓу4Э>u)›ѕ‚Ѕbхб=(ЖDuЪXPYщм`pЫCзŽ2Q ы|xLbaАЏЗfxprдLiOРKДtCq!–лŒD.‘yЃ­g+X$ тьнџЯцЉђэЦuЃ0P[шQVж”юŸH;;Lсф.hи„WО›ЊЋьр4{V^I8ЄІ„њЖЋ`(3ZvН№)U ’ƒ›:їЎ,еуЇЩp6wK[МэŒ?АbЩ…ѓ ˜ЧЪpЅЫFѓзќчeђcЛъўИЩu*vžƒ­ль…$њD5ьЩo­-эY'ч­zс‘ {щсFЏz`фmчкщV– Л2˜@ MмЙ•|;М xАћ%мКSsдeFЛ[ПpЉiыДzЩТо4ї8НfиBхе>‹xЧb)пѓе ЂXЂЊŽ`8ŽwX!f^Ё,91ЌХv@ž1ДAXвЏWЮч:‡узЛ€ь(Х!ЌLрФЉi@ЁеЯžБчлЮp&GpёŠ:УЄDbun“pИо*Лй ‹pAPEРV дљ”lыkЩ`’GS+cФ^.—GšpІk’c‰шfc 1к‘dІЦПYЕиfёˆRВЇkеСц6–GА›а’t_"NxнYв9$CЙXcmvŠюƒЇ‡ашnд}~;PNtvœF-€ИхэžЂ+=а}ЊЊьдkВUБF яЛј:ƒ§‹№нтддHжДД—™пЕ"шП<іщђ(o(Љ;UFŽиže „Z.нЈЕ˜CИœђLЪЁз[вн6С"Ц4F‚>Фм! вЪр+Њ™еыCiІH5т}Н6Ю#цGWpf‹=HjRŒ5Xм4ІядФ,ЂёpЙa№@юtЋ•ГЧƒnЎ~~ЩЅ'd—./3Єпpu9N)WвлміЄЉт@‚’&ЏюN|НеŽl’XЎ#лnѓ™ёжŸ85ИwLНтrп//‡\Бгм>Дк86дhГѓ‚›XБ№н=ДЧќ[ВЕиoХ+.џИзеДЧ&рЦ*Гѓ”е‚6АфК<Ф’mмЯMэб>Џ/Љ-ПВQY@’ "†_І2bђ˜ћ7Ч{CN;]cќ]ЙыаЭz}ьњ8/гJлlй’Пъ…ˆ–аМйпuџRёb_?h’љЏП_ }нљќгUW№uзѕЋ›БрŸЏЦОЎйўљ.эПѓІД$§јЪsY~ѓКt?\ІсЧ=ћЗ+МрчМ—)Њ†~}uZ’>№U?ГцБЋёєЧqГЂУ'’8јВЕ4АЈ†a‚<.јпУ§Ъ—§ў„IзСјv1§7LтяaўЁпŸ0ЙДъn§Ц}f=jџ=ї™ŸB§рЯ- ъjŠК! ПЈџ~Ч}ЏŒ†Јы?Ц]]ОћіЭћwC§Х“Љ ?m^њћ%яЯcўђ_Qу/%ђYК_I№пЉХ†ђ7їАy|G‘щДќ;ŠМ7‹Њ~ŸNџЯя§~рЏ~<№ЕіяГўРy§=эSПˆnћv7]Z ЏшЃЇдОзтG8FЗћі}уЂ*XП ѕEЃ?ЃЩЪюЙњ№o=?UќЙЅф-oєt‹ўІВџђљ‡љ#ў3єќМ)лЋц[э’?ЕKОйnЌвс#_IдnјЌњJПšѓ7VЄоЩЛкыЗ ?Аѕ %7љђ&ŽяЮџЂy|wрЯГвgoЖЋЧц_œзПў›ŠЗaоfђ‘Žbo,†wЏсп=ЧИ?4њ1ЮлЈЁ?vzж|ЗгЙ.ъ];‡?ЛœПXяџгТПšDџ\яsu_mызџkx[ЎЎмŒO‡я,џыno†Cаoкџ{э_w.ы0њx–œыЇnЯян-XНъуW#>ыўЦˆЛEUƒїч~№зkTѕќ‘€ПјT§з§§Т ђ‡/{П*ПЏ+пДгЏGл>№}…§/8oйљЗ#хЋVЃ™џи{ў)тХєoћќgџ ђŸAў3ШљЯ џфџЋAўёЫoџ™AT…ПОŸпўЋ‚џ фRшт endstream endobj 14 0 obj <>stream xœЄЛйВЋJВ-ј~ОbлОfѕBe}Гыd^CBбˆцVєјЕzЈOЊ_ЈаdЎнesѓZЭeSk- \юУЧ№ўћ.]WщјS”>ŠіДЧ?џПџїџѓѓOЗЁђЗŸ]ъŠАїЛcšт6ЄжІйёVХ\ђѓџќћ§їђЫвtВб:†?-ВбнОДЪГлўіВѕ˜<ЃєјяЯлрчŸО.ЋП§Ь>јЩЛ?ŸCњљWќЏј_b”&~ЂˆПNуфџљŽЂ,@@ Си_PъћщћччПџ|§я!Щ~1…ѓїТџ§эч|Л_xПп}}€qPрј_рy­э.i_џc7ђУŽОтЁшЦтйўєљ=Їёo?џќ_?§юч{fMїыЕЏП~ЭђЏёГKиьЏ(ј7]Єцёяo|€Ђy€_іМя—у†уsАŸЯњяЛыЄКž^у№yїЇЃEў7јѓeВp}&EЖ с˜ўG1є/(ѓŒГ1њџgў‹ЂЛ‘п]љЯF‘ў'6~wхŸЧ! Ч№?ЩяЏ§“;ŸšЈ ‹њѕї?јњk)љzќуЛ?>Ј‹ЏЅэТс•кk—ўэg3}=Ї!Nў‡ОПщГfПМ‹dЬџŽSєзР~їжПЛ)O‹G>ўёЎяїўнmйshТёяВqКќvпї›џюОЂ щпW’чoVШцƒ?№гAхO/žsу_Ю%Ÿ“ З…ю- зщЪѓф­Њ5AљЏŸЏџќœјџу,ќџХп>7УŸЩ еЙŠpЙц/і~C"^‚>nЇяœч|xT—УЭ—яЧх№xЈџTŽяЇђeP8№W~oO'žе…Уе>nіiyG—х‹ ›§њћ>‰‡ЗЩЌ <ъУo№/ЙcžЭчзg_џpёџц/`сDoУgКќћdюSц%“П]M8ЕJŸIŠќgvЗџлЯэЬПЅ t‹xф+8=јйCў|нЗљ#œ-єK,oO~|„_ №лО= ЕWИXWх,™вrЛŸ.'ќTФўЩЙv—ќАИЫ­0_QЬЏKPАGs}ЬЇњЖ™vе+ЋOGЭЙЕ­oZž8h ш$Iђѓ*ѓGЫаuН…оGэЎ†•ЦщЫ ІлhрЙч:tБ%ёjЮ №М ›ёЙдь&–Д ™z“‰’њ)їCБЅ W­|"ЧŠВюu—њM№eАZO[J);Хm:Кшњ~z !=?Mш_8}I8м`ИмќгDєёY~Ч“uuNgЧдrщ,рД~|Fтћ|MввŽчЛ\Фѓi“SxфЁхЌnс3ъё@––ЪЇЧ’8ећё5eЙ Ю—"Љ’ГCАНОНзGїeEŒ-—­jМкe˜uтЛї.ђЮXъaf4Щ3tЛ!К`S„џЏІџejйukЊšnŠл€ЮЊ^ЏК0l{Ѕщ{z‡™AMјDФщbЫsй3gЯџ§Ы—С?НїџыхЫрŸоs@ќЌЪЬуJЗC2”$Y6эЅ(ЉЙмtKЂЇЌC`ЉoтTЩ pџояnЕTъvAtW чЈесх$хHžWЃ<рˆŠ;X<їЄА Ы[m‡ŠЅк+%Kњfж__NKГ%Й0­‘3ЂŠU Mž$˜Ј[ЕQur…uЛ(LоTu|пЯ‚тЉ’вž\ХJ:т1d\Kiщ—С@"WlЁ‚RгVВЊЭ›‘і2Ÿ‚’RВ@=кcМГСЌ‡Я ‚kшeѕjIЩvNTL kVŠS Ы63?ŒЙєhkЕm‰ЋlЅЇЕ'BG˜eиa‹ЌК‘{Ћš=И!fзхk№В‘–iŒvэРVЈ“aXъjп9Н$ИЫ VœQYЯОЙлAуЫ`ЗŠ‚bШ[ЖЕAњТW“еГ–Ю цІЭъДrˆqОk4Р"P„tђ@эqсZŒѕ†ўœOs.™@зЃyŸВ}GжИ'GУ(Ф8Уи’+qС4Ў—"Є`uE .ŸŸЙXч&WНoqн]*aMяиЅY§ ж-ЙШДыЕкСAџч™їЇ{R b|ЪjAжжх([ь -ЇЛ9ЙAyу…S]_ф/ƒUШПjВЃ@­g•№ш3›у[Xfk‹Ђѓvйz‚xо­•1сФЫЌOЏъ1-њ(dЅа­‡KчŒВ+й_Е7йЊЗ˜“ ˜s3 DфтО–ЉЭ*цzЉш>дыŽМЇГлС*ŒvЧїГнГЂlЊ'ЪБДЧЭ‚Ч#•ЛАљВт3гќ6<цл‡тJСГ{VužRЧ_Ъъ–з=ZqЉUŸh2gсз•љg/НЕУW”щ—rзфЬсќщp>ОБАП?П­ыŒАкš—АПЗ‘ДV<еЈю9yѕ_Р7RV˜T‚]Œ­Ч‚!мкЃюп}X=uГ{+к~Ђh9“Ф GеŒЋVRн&oиN™Hf›IlMЋžС Ј˜чЛi|ЃЏz‡ћ а—Aš2bifŽwФBdyна7Ч(šŽюЦm{фjвš{ъSdЄ |y,z+œЦцYЛQ;6:ŠЩх WЊ™™­ЬШqћв= ЪэcГ3‡ђšSлЈтб;,ЈH6v298мcцN@5XR5.АTБU›&.g‹}„э{0DŸ7дб\зfЛRѓЎ—IЮє•m)-'“aГЎиjљQ9Ј–О“ž 0uuŠSrЙшzH6XЩvIJ%ZэЫ…—Q;ћ2К{Цщ•Нјє:ГP7рJЎ еЁЦІuŽл‡F\cgŒТ“8ДђњA!ОIЅt&Ы;mШе\nЮА^Ф nХџКт•YKlФTлР G ЋRЬ<|dCژ>Ф{Ує.ДЧ+Вт#=?ОБИ6аМŠ”ВЧ‹…QГвАьБЗ=64йfАРЙ™ЪŠГц8АЊ<єˆнЗпЯFYБй ыЬ‹\yЏ/ƒZ0МŒ Uп0•4ЃЉь)вzМЋЭ† aэј:ГЏє.IІ6Z% x‹Ь6ЗYщ 1ыЮ[{NЛeTцДвИWkЪн›иљ-nQt7œк_:тZщжМ*ЖЃЎ™ŸђЂ/јƒ<ќыщъ˜GўфчАŽl{` Ќ;DqZo.йіzRХѓЅ ™>мЯ–§№зJ*жPРь’а+Щ@ђ|ЫЯЬРВючEИRе’м5+Ђl›Ž† nлмз_OТ›|ФеЌжAZНЄ7*И,{їQКxЮлС.ŠСэўм.kЯ*Л^О<ЩЊd’,“љЅЬю(ž№rxUё| ГgиCцeЬEз Ѓw8DЦъ t7 ілЅњЗ‘ЕВbЭТH{‘:ХŠddЦЎ97у ы… ъш™ŠзVyЮтY8№Ъ аU№ˆGј„иŸAеŽКR GtБлЁпA” / ЃŽmІ5Дуа:­ZцЁШ|СzWК‚рHЛЕ8T…_нзXА§ ъ ЪjЎйEwŒђˆЈl‰ы, X’M#юZhдГzЙ3~e;cЁ1NЊђ™{l"ОЪ“šh4ЭЧ*ц+ORiІR`рSwЛm7kО ^KгZЊAОЪkќЧƒy”’a™еQНЎяк_a` Ж—xЈс‘c~1јё 5kЖ™ЏЦЌ@с(*œМЃѕDш:ФNкЪ+<гц’СюЭЏ ЗСRaмUР™tXїГ‚@DыТPoЫžЏД=йЩЈ ТЖП­a.Ш“;^WЩЩйЃЙ‹ѓќš’мQgeЎjЛ^ў'4Рj78stX—ч}єоŠе№HчЌЧUŽ,тEgЎнњЂДжЗx0i=}ЎЅИ/J“Ни•=В]ъŽ)а…-њаПѕLfъиƒƒфЈыLИx> b Чјb|іœ™ШЅч3ю=."фБI–Шc›a‰(Zчp ,іyбЎАбЈIOМ<ЫЩЙ]ˆоБШ#™SиKє’œ+Dж=#(’%cН&SАГ/$"i“b{YЎпtВNA™ќq|ŒяюЫH‰lr:ћaж9й[6‡‰ЩBх| уЦ(вЕŒЩЧоюc[{&Or”K’j Ёї^G•džпд!k…т> “UћЋ9ЩАˆуЂThŒLЦ%v\йЁDёсЫ s7ФкШI§С^Lчƒ Ј\Х- †щRaHнSгЛсЉ‹:2іsж@›Žc–НЅЧ`_qВг90АИюOяk,ЯŠAH”xЛ3BуdTqЅbЫ‘AbЅќT5цтhЎI2Є+{щDfеAЊg;РІŽї о8™TУ!яАд5чюЫж+wЂrьV‘ВW;WЬiJ—дms, Lђ Е”‰ 2e4я% I YŸGѓ#;q ВТB|rˆЂ)Л)Гс@ˆ™t:ХФ №МР\Ѓ\ZЂьДКЈэ—RШ.€%aWREђЄќѕb™Ч{р^HI"—CЉHв“mбqfj 3jCYјO-\VК•/~:Ър’_ѕGЭгˆсЩ1йхЬ" $аu'#Цуu›Л­ШАЋsОŠ”ŠФфЁQ#nФ!‡Тo ˜žМѓ'§8-3иты&4>эрА‘ИщqjGšШЦ7vbГWvЫjb;tY#šCtчЎPјЕ‰Мо8Ь0+XФцTfэdtУTтxqЛAзŠ“?1…Ž0Oс+ХуЕ]CžЊЊ=KчЙйЖsщaAќ—[„ž„zukУtˆГрd5ЛЏW“mцъ#ŠЈWЇZUЉ—Ѓ љj›MЇ™eМi№>”КБй,ˆ'BcФ­-СЁ W/ЦїЮ’qлFrН†lШЙ§BG[Ћцч | \жъ‘6ѓ"$O8q­ЕлA–eUBЋђL‰2œHѕкN˜,NЛг9ѕyо9Ogѕ ыcȘ оЇЁ–ЩХ”2QКЅ'ЧG‰ƒ„FфєI:OђА\•UЛŠx Ѓь>=/Ўs0Q „ДУ;н|Cцš№’…нzу ђД)т5Љь”xb^ЬЫM ыkр„,ыї9тяЏcўКоb­І%Ћ'Ц\—зХФdAykЗ›9…ЧэvT y7HAdТh ГšВбrЄѕ+•іњћ.ы3‚wј <дР1ЄUЅЖРеE /Хš4TЖщ-˜6ЮЩдАwіЅ.оfPfЌФPcOМ3YЕЧВТ=ЇjŸ`е­Љя~Љ* ЌpК<—RЊlБюўd}ѕОћ›Нс,ГЇђЫ i/WБЈoЕ{ЏЕлZEyЙ>‹л“yЬНСNАЊЗЩА­ад”1•hЮчь.=5И(ДГБшГЂЕW#вœс–ЗЩВдѓ2АьЮНŽАИ>Лх<щѕ’нl:S‘ŠщЫ1ЕЦГйв—ЩP№iegyънљT|FњQrd“ lGlГ’ЊEgІ1{фxл™э"pŒё3CKn ЭУсlNЊъћЯ‚y!@+eЅuSѕ†yЇ"~ …2TєЇЇ‰ЉCXБ)Я3›ЦыЛuЅ;В‰СsЕѕ4C}Фу"PЮtѕfћаю<ЪukєM/ ћ^@еЋZЦŸbJЭsы‚; #Л-8hЅˆ.s†›fŒ†{<ЯЫ›ЭБ1$ЃёЖУ€w!4ЌG:+R/ЊЉЫЎ—љЄО›јн|ШРBr:Вoo)J б“~L VOŒ@]"ЗQѓф8ˆŸЄwШPЕe:Хї‡›яqш WP(ТX-Д™9ѓ)dлQєо`‘ѓш ‘…wСLCУLнагURmвЩЇЙЁЙ~Л|R!М=Єe/Ѓ~ё8‹Чэ{в+Ђ™—ŠЙх>І!4_ЎДЫеювђuƒхЩжŸуyЦ}„Л€u~у^^zšxвqїЋ 8d eTЙT[ГyLз"Юѓ…kЌњЉ…‰&С 6RRРЪ4R­ФБ§§RCдбІіY=x‘э&zVЦјРN2Ввb@PJд5ЎЋНY7ь"‘["*DIъК–ъВz‹BцЙЏ2ЫYBл|оЙЖ’РqЁas}ьЁуž%žTЊЩ И†~‘Џ=a*wšд,Џ3Tы ;O HюиЖYп5 Ћ1{=Гі’= daуи™JoUђ•=з,PЩЖєФьћЗmЌœ3gЦГ‡#5яS—sˆWіfЏтГ7{зёѕ ёT•8Пшlwy ™Б6(Ю€ЋРnЃЩ2с(Ў/цhcO '[ ётœЂ;bЋ+Юф™xMљюMўz%Т“ЄCГЮ"‘-"йFTg@?RBšnCжјЁЌw”0]ХBiЫ №*mc<ФН!ЙТљUƒZЇ0Пˆ™+УЋaи *Ж^ьзІ єО€м!oйЂЮэшaH€ИHm)UšнОЏGпnЋŽ–КА№GІ™mсЂс,јм (љ^–SyMbХг'hAн‘Фіх4MTkнЌFЦХ'цfbптб•ќq6o‡КzX1з•&ЌиЕДRеRНдЬwБ2РŸ8p’КМЮс3ЫУѕ4€ЂgœЊэx”'Xm@Зє“b1*в|ЎЭЈˆ1amrb@ЛМБv2J†Ётp рфЄЖјSXоИ'`Ÿ@_шОGяCˆ8югSм1ЇVHЌ ъЉIЕ,sЎzО"YžС/6ўРиУbНY‰YхУ51ЕМй„cBзT>EЪ‡ЮC3b#ZЄcњ єчйЮueЬ‚ыЧ{UПЁkuO.#€іТЌP‡і#сЇОк3Ѓ‡,ЯЭJŽиRwXvјRгЌрнібTё"3%DlхNД”šU №T|d(МkаЩ-†1вg‡кчЫУ[˜уVФС@•Eљx%{Л”срП|ЮђиЏ>_Шёšџw§ИkН‘Б} јЃ xНcJ@џie(s]№ZимЉ{ %ОY8KЙ5чгЭг…ќБaFЋyя™R•;‚ŽQVЯ‡агУЈBжтјЋ~q‚u2+і 4†}i<лрnхM%СbœаwЕ2+>n?њч 5r?оіў!№Ъьлnz#; ЕЎ[Rсп $Kйѕm˜?Ж[leI1‘­%;U­ŠwЫ{!&nбїє]ГKГОh7žлВ6S‹ыЇm>-ЉvJ{б@dуB\•­љєщx­_ mIѓK6ŒНнžŠ@–ЫDš8!ФЛЋб,КмШ@Ы‚jСѓ'Dyр (lфЦЬМёлЛчg ы˜œЋМђž+œХЫh„ц&Dя˜МШ’qUšsё‡MџJК•5/:Ёœ‘;>вzЎ-ƒђГЂДЁ<Є`j 8Зk“)&‡*бДчjM$›˜ВзЅdld/sjП сT‚­чAPN˜‡fnрвcF$|_‰м`Н/bWRuЗx‰ч{Ц@ГЃ2­ЊъUZжеЋт]ЇДIщTЄ†Кct7žЊБђЙ Ш3XЁVЩ3і]CоyИХНpY‚Œ$ Ž€\jzАц*р{›хuЗХPё)dву†ІK3SKw5ОЅЬШСyОB2zэ^ОђUхЇ4ТlлXЏhvLэЎ$ъИѓУžЮx2МгQ&G˜.ц"ЉE*chСЊrSПCћДHœz$G‰S`<Ір&щЙ4/ƒЕ‡ ѓklWЃˆїhнV­(е:e”§Ъиі(MFћI.†8Аи \ˆUœ-бЋЁПЇф#Я…БяЇm[PФrЇ};8Bœъ|wxюq˜P%Ќрт}KЎ‰]—oкЛhFZ y‚’D`2&9л†]zф€ kЙF™}{ŒЯ;B!ЛЗрАWuU{Rf2єхQЁ/UиЛЯe!“ ИР7ydd`ŒДеg$TЄЉ­@™bWМБЙЌv+Югq7јL­;нyПЯКХЖY‰^"т]o bMжНв#bžѓсќD ВЦ†јђr3ПН\ г™Г§xfгйwoчЉRбДМ4~9“pыК—ъо юб:ИкkЭhŒћ „ЫtФ]ЯoUЂ ^3e$ЭЉйхf’Џ8џ2(ЅПDФWаџё™$‚Ћ pѕ(žЉКУ&Œž‘Xoа‚T0тTќ‡„ЙG.5Љ.ЌCzлvx'aPeкZЌс#ПsЏ„г—иJ˜и‡иЧpŒ$![оG›Ў6ФС% 1KЫ~FE•J{mоSя’Wщ† :ьL`…е€Д ДЂЗЙ‰ЯV­E”—VšOa…ГЕ›hvzpѕеOЭѕк™t;rсt;#ЙяSрLw ипГШt|.h§†Э]в0zВ…i)й‹UЏз? HіYвЈ*fЅ,J ЎОdlКяV€, ГAЋˆле›8…M‡c7у-У‰A< LџŒЃЪ=л"~Ck’-™ ЩIЃŽ№/жћep'С8У6!УьА†ˆAL”,;) wdyˆћJ-CƒљGrЂЉѕє8d§А/J#›œ[ІŒёуЩДс&O?беетйi^гіе2тjUt\mядN}ŒBСЁf"#†ы‹ Kk/Ѓ7=кЊ чю§іІ?ИгZрœЅЋgЯзЌѕ\MG WЯѓLнисЉŒCњT*“tњрь<њdЦ{ ‚А\Цq!ЂOз(Ђdчў•C BU Ш…лЮФ2v0дšф˜^лтЌ‘Љ'=:ІМ}‘gВШЃбOЃн`ь .EВW^Ss&ч<њЩo‰—ХтYCPЛšchЗ—&woлVOiЮŸшУ…'ВУ}”ЫВœtЯiбОNl ;€BЧ YђT…ФЅпЪЕCbБ5V3U{O=mНI+ŒzžKЅŽИ[Yщ8 Яfбщ”Ѓј‹P$fїНбј%%bŒзЅЯЌЮ‡м"тeMЩЕЅ=˜$Œa–єixHGоŒИ&AГ„ФAЬWѓвПaL}Ÿс4ˆМЦ‡404МТELeW ЦF“­єНФ0e#—ЇRв%В „“%CЗ@НбГzѕ‚и-зVЈAcэ‡ ‘$›ЋgPЦ'ИXT2"§uлd–†’Œc'В§„еX€ишГ’!уWаьЮ~гѓ%­ Ю"ЙO™iЁmoMЈ†}–ЙœQПpY*+џ^Є-[˜9?ѕ›ыW…!Ђsdу\e/• чќPМpмЇЬшХЊз’™1CKЗбТСмЇИрŠпЄHьЭз.яГъ €\0ž&Qѓѓ@ŠєžЫѕ$1(Ћ2m•Те ;„ЭК›XmJFыdjgttжлжћіСљРудЦi41Tщk„РтweЎeНѓУ"77wБљй^kRћЂZ]gІ{iН;ЇHZЏл"УЅ‹Суz*oуkё7н/єИєЖєXrУO#иkŠб›‘dчиŠ§sЖ„dМйYQdY}9Es€`ЭэЫћ5…Ы œКn,ІХњaЈй ЕЉxј‰ ў8‰ЁжGУЯЪЕƒ‘і^‘]ЇГpсЗЃ}w_9[#fv5Zбi_кЅ4лТ1bлšNeykЫ5кхЩpѕA—ЮЭƒМЬŒЙ„Ўе™Q{w&{Fщ-[ŸьD—ЯtЄ_гH—§hІД.,.)—ы›НeyМйвŠБ{›Ѕ9JDДрї&]рSqlЙPK@‡Сяy—1kь!­8› ˆKTИJžЇЁ,Я1вbн%чŒвыŸw‡kє=—O–NЊтЁЛ^9DНгю0_ръf8B=*XЮйзЌT›Ѕ;ƒDI&SVШ ЂєF:L•и%ЪІ›jQb„}„й3йФН9Хы5ѓKЖI1h#~Я›‡јЦ‡hbV=иХ /Ѓ3ž@ђVчб’u$? ќƒ Г)™ы{~6‘qІZъ/Щу'Nэд™7‘%гЛЧЃЅ#КXoqЅŠp#>` _ЧьŠФr(}Тц§,Блb$iXBтЦД‚ubб­3њБS)•]xЌФ+їRЦВzЎ—љЁ *™”PЪЕЯ1ъrчЈ™ХwЫдІ€СІTЋат#€ЩU›]2}>a­-mA§фв:и}Nи:р BшЪŽ“ыaЎЃкŠьuЬї\žС‹[‰MЈO‚ЧЈjk;гяІыNyЉЖХtК[}Gюh/'QЎЃ}Т”Bзэu]л:_оэО[Q3ре0=#Б!Oт$О^‡лЅ№х Е—IД,Й ntЁЊdВЗїzмЬ-]Q}^шA\Шm\ЙХ2ЮЛСkАEl“Ф‹ќЊ]е)Іnю7sŽЊДГŠQВч{бNzЫР]а–O?bo%Š–СVyпyЬкvХЈзXwВВ)[зЪыypХ#Ѕ˜цˆЏE F­~і N љG[ДВЭ}уЌJХЏ3?ОG:PйхЕвEbUѕЈZЛTуѓЇЅ6ІoSЅпЉЌƒхј yCPŠmЖžСгГп7ЌŸЅщx†п›žз-9ЊIfFŽњ-ї Јuё\оBжє+kgЄf(U_ф œ,гљљ<Ћћ6мo*Їдв ­3_хсšЃtqHЧ4Хпg7І`kЦНП§ДЯе•bŸaZ~@-œSšY“nп qо>гчО?q–6ж|ЉуыЭDУ {љ˜УvY– aoр–!'FˆЏЮ41xUЖх™ ^ЭН+њW}ыхм_Я‹IЩФЗg_мЃ!”JˆHЃрЏ rP)b3€j€ђЬ‰гїЙ:nY ЮЫŠE< }йУцsд@wI˜:cљО,пэdШДW(іŠцhf?faХNУЯбС`цBк„Шf‡lk`х“пYА+Љ‘@Ю™ђщEхv‡ЪаO’•Ш%3Еi0.aІ06ї@y€7ОЌ"}ѓgЋ_ПLџАZO†цйџnœџ|њœ§їЉЊЃгИ–&2ђЮBŸЛUўјc]+вxyў3V–џ1VpХмˆwpXи3аƒљƒеЗ№ыXyхŸZm@НГšръ`fВиЗЊп{ДЬvк†жѕ]‹"ђКš—§qЫ’8B/БКmtPЙƒGєRэ8Љлbƒd5жOMИŽ˜(Ћ}0ЪmoІ=кJ$ЭaеBБ"ЌцтЫД i€hЛrиŠ†јnQіFM…‹аЪŸХГiHо20ьD\ь•%$ЎЪић7sxУOuЂoПsІЧЧM GлNЁѕж_UР^nyŽHя3Yѕi1ЄЙ‹@+­DŽйьЄщXzŠnФ~ФшDk`ЙЧцUЩRgeЄˆW)ŽQ-нИЏK;œJђ№ Цi0‘ •C—žРE.Щ†O ›“mѕLjЗЗ0жЫщA‘*‰РЌв*€WЦШNТEАщ%}›bZ‡ЪшРФv[œ3Dgю™ž‡7}j}g_ŸЗІ9š wцAаYVФ7 ˜*u ЈCC“lУOь9€0И’Ъз‘ЛќЖi`УР"ЉqЭj…ол,S"Lч‘ъƒxнЬNОпвkvv:•ЉOŒўІŸ|`њbkyѓІАDъŠз0NтLU3qђœ—чю№ЅёeZ*œuvsqKтWyEЄ\ВNI8ДяїC)Џ гЮТ&@(UYtF†њ ађs_ƒРB% ъ!љ.oЭlГAI+wеxѓм?oздAЙљ,KЏМшC „œ„јцmžq2ЁjЃјš]?лpV 8ŒNь=и‹цЋ!гцЙƒГЩвЭкЙ+w§Н]>_L‹]lцƘ•пl'‘. #žW8Вы4 !]k"uньЄ:›ўћVхї,ПёЩЁFЄЊLHfм,Ÿ3zЛ\ŠчC`кFЄцЌс(†‘”!ЌDž}2КœЅKY†GyфгАK3жV`QИл­Zша~ы7 viЪj5'sюSЎžЉ#’eWаажи^TGљ ‘ч‡Вtч›uМмCѕiMї–Љ)kгР=‘-жыšїsяœ0Ёx’5еБЯьЉr<Ёрch‚ (г\ййфФœ{iVлkш› Nq“НˆН™ф˜WЄŠJІ—qеГ3вI3DY-кFhŽвКцE6юr0п TђЅФЇ–" hœƒЙЁцјx‹тэЎ—YПїN‡Эh6†ЅfMa<УќяžьњіzтtѕЋр\‰ч5Н‘гQЧэu•јЭ|Н\шв‰/7яRА!œIЛ#6Є\]%'”fАЃЦXмЬИФt:ЯЧюПж'йŸ{ЅOёћв*H„MзŽrљЖл‹L>п•9ЅО@ыьJŒ‹џнгюsLч%Ф“E;.М$,Ыumr\'W$xžIС"C=Ъдх&тs§yЊсr„€џžXкlfc,ћГf –рЖ=gЊш дcљ­зaKЈЭж6ІЭDД~œU9}ЁNмЪ•uxмD‡M(—tg{CJЯрч}QьvБ•ыуu“† Pё ­mEhЭziˆiтLœуTі…љ0ћM?˜0)юeЎHЈоШQуп0`w~H €*П ЪпЖщ”нZNЩXП­—RoWЧ"НЯђщЂйТc+кЂFЋW с†*C)…бwе –Ђ(Ayј)јјGгтх8?‚І‚1hЌE –2в‡ђYdzpу ЪЁ8\™Ѕ ‰[€8‡—рƒ№m№pУ–кѕ*Юf$@b*Ш@8ю ™%Ќ#двРFŽSк^9r“…S‰qщ†RJѓф0уSxЭYГDоuЪ›К!хžЏ`Ф4`]~-V*‡*^ЛЁˆUЎ5еØЂейGT?ч/Q0†šeGlклсБMНЩ АŒQщсZрФ\РЕkŽЛp$NmГš{fL!r–AZq€ †ЫСоЊjІ БЗ ђS›Т˜ЯžŠОrh6Ѕ`ЉќЬТ Pž#ј•ЇЕЯА3 №,Š1з,=Ÿ3CЦМЮfпёQaХ0ы5ЯJqѓAЂrЧж Ъ…ИgЋ€сХИъЧ„й2YШлyFт№г€ѓЗŒ}Ÿртю#T …ЭАюvHhKN…ЬŽЇVАѕ BУK gˆд+!Ѕет.|/9gnUvЮaЧŒнe/єtсЌНq5ВЄфPвƒ)%Ъ™?ЗЈ.,УРъgзRцdnЃLшA Џф š,№FшІv<д‘лŒјz*,Єt…Ю_РчЉ8qz‚A`(ИюЂвCп™р,кK>yo6QRkGl›A.nF}J0…Uœ‰@Оeсщѓќ˜ЅшDё–uЦŽБ"ртёЪdYѕ2$„И~y0:п_SРлuŠ Zyе "Ћ/š“sMŸh0шї Е1уU„˜3г9‚(ФfBvC=ЧI6Qр@?AНШdЮ2їMч ”ZW`<Е›PЋєѕг ъГ‚ dŒ6'8šQ=й.eИh!F”n `фаъОЪЂ4ћѓД­XЫ ђ’w Uщ1єЎ­ШIмFЮ§Ьра_ПЦ9фмо#B ШдkЙ!s("dvіUrPBРiа0жdС%Є (ќ>жIF%L„"?ЧЭaЌC€Žіgлэ>ТеЗ•8о‚іЛosјє,ЯўњЗ№/у}Ћ€Ў0 OјcО%—ь} щѓnP08vљМБ|ИЕ\~‰л€…X0‹м-Љ™; Ф;$™ Xн єэт_7mч4€е›ї=њ?<ЫGїW†<ыk_nA@PQЈ 9Џ€јŽu^О^7Ж$ѕ9Л^[Д%Œњ’ƒ§Y3~јO‚ўзxчeЭьšЛf1›10‹4І7ш7‚D‹(Оўyr:ƒЯ@зФŸlœifЩaм>„Ј 1З–М l3Іу.оXYНЌƒ‡EtвЇчГ б1nsJ$іL1F'њ€Aѓq’­Ж сї,Јѕђ*уЌ.гѕq‡‚g b-дЏ/дНОlЈјZ*2 NP“JYбЇ~Gь—Ђ0тˆђЯˆbjкьЫaлJz}ц!-DГ’˜ь~#Н№mpКЃˆэ?ЯWќюIenвN‰?=TX‹aŒНs@ч[‹ЕJdCЊіЕљЫт*щ ]ѓJьд–ЋЉYРtнуЄ,zБьЇe4“Щ-Ую‰’Тyv^э™тGЭ5Љз@yqц ‚„6њ-ёAtИбЊїФhPЦa6›ZЌpkЋ‘К%хZФO‚,o~щN ™О#іC`Q5ў\EиЇ@ўэs6фOU„—А~і'Жєи_•ф-\ХXџ\I8Єˆ2kPю4ЖOсituŒЯС$e˜bЄ…ыžТЄиУцЛŠ|ђЬЬ)Ѓѕ>Й+§ZEЖъ (MuђЉ oўŸ3І7џU<ОeМvќєИўMyCФSџ­‚дЛьъТел\ Xyћ%>=йaЬj "~#гтМЄ•ŸэvXAР5ˆРивђЮ0 К”ћ ЯЖєЃГєЛ ТђХєaa1Х5tv ДрŸU–џ3cњЎzеЇ‘ћdЈ# €ћPQ™ @DVР§‹ веT„vЃЧОУЈ ‹nњЫ~L )ЬwЇсgwj>.VћйЋ€ddpѕžЃуŠ+ѕФЋ>•ЇЁcНAEЉ‘лдН] ё•чГjШФоYЈ–+1{ Кmзњ‰7u*рu}8+ЂžKё ,,†%6cжАžЁg,m"œW$ЬЙ0ИжРŸ-х$~я<Šч›ЗmхУєЄ-Šг)‹'цmWЌЇЊ<Ъ–GА5ZЉY3lж$BЙ•aK€pіъ§ Щі&FЭ2ИІH ум]њn_IЎЬЇž˜%хЂ№BdK;жГLб;pчЪ­§ё”р~NШ*ћ{QЎŸ$cy&їŸЩ‘J„—Лx3Д$ŒщСїіDп_Œ?~IВРў+IђцыЬЯи’J^ў}~•{M™‘i ˜nL2Hу>В„——€awэ[ЮLgЎ_rz"ˆGдАž[G-P%д4Ÿ[.žLBJќ}Рлї’CgT~o”%,oТ_ЎРE хs"э3ъ/iђ!ъŸи>Щv=ŸtўM•ьЇZ$§аn€РDrјЩл—h”ЭЌА|>ВфЩоЧў5ЩрH>Вф}ФГ 1q“жЬЪbФ„|Ю+ЅчУ’AИЈ,uЪи_ѓ 6ЈJvђЋ4ayт_Hжэgчрc1{^бІ Ч/хЬœv|$ёTьtnuqлaщ bg‹УcѕˆЭБ› ‚хЦ ;™`VУЗ6 БЄ-жŒѕЄЄСЊ`Єw}bd№і^{#ѕYЪ5Сфƒhтхт§ф4лцБJKЕЁHaЃтPІiЫ8c{MЫВђ=›ЗЫzь\cіЧэвЁЉ TAsшф­UћЫ*xžєБ5EёГœћgякƒб­ёѓ“˜Mфl4q]ŸчїDN+єВDћ~Š‡а%rDТWŸнкVЉ AњO“hOНу—осџу*ѕG­ГЫˆющќЃъ}Ф§›џdRХтСEЌ$EђЋЎ њ rТж™ё­У_~WЉоп›­?ДЮWЅzѓџІRБ< 3ќЉRётЗЖ‡ЄiOН]рƒЂњ]§!јуџЊRэ Дзe *ф^Ж•'ћц8МŸ*•Ч3ЗzИJСшПU)ўјяu§_Пъ(-IњVЅцncsMgUЄb‚h2Чмукдša-Њћс •vŸFB–>WB|НmРЋ­uТIП\€№yB]Џ~љ #a3Уv 0ИјcІолАу‡щ˜2ўGя”ЂHiU|{сЕЊ| ˆa›€/‘d0LЃ‘ ёšЪ! €T3бMоfЈкvцIBHд ?TХH›;eњЩ‚Ÿ‡yEКТцЎГ•A~ўКЈ$u‹/Ё(Л!ƒьNї,-cЛ1)эЯЇјwІc-&Qдъš’žчЎ Н{iQaœA+ДŸГё™!6б УмГy<Я&шЮЕ‚aЭЏœЇ[{я 6Н m;ЫF>)‰э6“Ш{Пj™9ЁЇѕј Пд7§уOяzN FішVhЦлЗѓШо.­фХwЫДIMp‘ЌP ( 6­ЛSЉ‹ВјјNыh>К"ЂDЯынЦ*бV}r3Yт‘7ЮbуJьяљЅй’„4hТЬm˜[є4q,Ь H(Œмbла*+Вk†gCf6^тi'­tлpєЋЏљVŸŽе^SцuEЄ'o№TЧЦ›”X4єеˆXŒЮ‡;Ш–Аѕe1!Ў(­, uф#yшDŒXЫw—кФЅхzіtїЖssіIшPqNчЌЮЉл<+^…рЈХ5E;IВь…–XПЅЊR‹VRRзИ.ѓDъ2†&їVЗ$щ0ДдaЏ)Ьд9§џкЛВf7‘d§>ПЂуЮ#Sь‹cЦ7$!$@oЌbBРЏПЅУ9nЏнvwOФL\лЇлœЊЬЊЌЌЬ/kKwPЋjЧ`г40к†Иo“ГлdЪМЮВ3яЄВ"ш.ВRИСnЏ4cVь i(œТхЅЦЏqЪ ф6йЪЩПС8;6шЅGBa{ Фb>Ч[dW#МLШиIЫЏk‘ѕЙцŒ/СžБu=ІE``Ы\іёжi9—Œ7AЄЏm:Ъ=ьAI9[:Ўюяtƒw Љш Zгg›'$бbNЬЇаНKЫ*БoЃjuбbyjжˆ*z2m—uw?уR,ф˜ѓуŠAg‹ХbЙдƒm†ЫtСŸ{]Pщ(‰Љ-‹+Й[хЉЉV'.Ѓ­˜YкІЉZq‘A3 ЮчF‡FІy‚"\ЯмЮл!Iaзо}ьsЅ_v+‚ hЃ‹{+™ШЫc{qіВhні qЧ/VnZтe kэa@цЭ6ыїNК+ВЫЪ2›цD…’Н3UЭwКМм ИPFуO$„Š\Ÿ‰9X>_'ЊнPydfF|ЅѕмДFEЇ цА‰‹ћмљоЈН1w Жёмщмѓ§ЕЯь;4Ўю|Zщb8Љš u13 ‘ŽЦ9FЁ-љГГ,ЮМ3›ѓ•-U^1Š“к™Лl.˜{ЧЇ„л=ЈЕЖЪuђMЊ‰џ N [FЖ2ЬUvъЖП]‰рКэЎBlЅйˆпЏ*ŠqЏNGFУВЏ—‡zRф:+!zЭ@ѓ›‹Tжї+ЖДХ‚ЗVR9`цa”‘ё‚c+•Лю+мІј#щЄёЅ2+§&_(†] Bы$BU1uŽNЯM}SеQмаš.Љˆ5Є.ДцvEЉЉk”№Ешђ4rК‘q еЗИ[Ё§йЫxˆF T|Ÿ%наЙBфbnЧHW]DхRlЧMuz &&у,HфЙzо‘БаѕX!\Т‘”H.лЇКф %R]bэжг§(„b.ѓоХlЮггЮbA<ьУhэ`ЊŽL­1ўMР“Ч пPŒB{rŠХcCЋАЗYŽ§…9W”‡œšAЉJбŽ'ЎюшЎЖЛбАВx=ГТюЗьб>‰ѕ|Ц2.ЋцЬbОАђЖГ„lLDъ=_ЙBUф’?oЉ|wѓ.зЋZŸјуœ'ьЁЇЧЮ$›(ЕйјРAšŽ‘ГХХзS eЉDмИаЩKnЅ|юRœЏhй€йШž%–яat~xоюwт&cЫi"ЬjAY‰lp…a№x{юиšw`‰дp&ЗtyІWuЇ“АЮCC!GH )Т/›0Вк} Цэюч№› ЉНEЃ_kлjЭKлV{ыљЎШBбЎaгMоz V‚‚поv+žэ[ёпЂјyћ~ЅЖRпк‡=Љqђ-^Т[дY…ŒёŠ9ЬakЮэЙ‚VЉ?qЊЈУА§u kxkлЇАшсkЛVЄі­QxЌЅі6 ў…кJ}ЖmiжrяCллDЮњь%›FзЫ\/ЄТяУѓIŽЦй1ѕщДŸNые)Ннƒbwvњ™ИvЧ*їоbлz‰SЊ<дY_]…8щSXА„ЗЎ%єFyЄЙз E–шЋ•ЊїVˆSБO$СЦhхDпvУŽWrrt&вх˜жšYг2х™QVеА•Pб*Я †\‹јжmЊчЄјАŽƒL6ВKШуоЉJzг9F)Ј(ІNЯиYV8=r№o8P†‰n„њ`M‡>Ђ„›G™—ГеГе”ЉЄ!цdвkдщ(<’ ­§•sОТ­ЂbJюc™(–Љ‡Ѓщ>#tŽ‹ч „ХƒмкyLјжƒFЯЋМm.Е#{‡@tg]TlўќQžхтiС6C­Я}=ЪЃŽtц—аДХЫH‡š:еbИ‡ШчВRЯŒЧѕŽС›mЦЖ%‘(žŠРщЩГQGvАЏћzOmKt8Ÿm§,''7ŸTЋКРx‡Ы+d_љ­ДЕБ$ЕEќЎ=Ѕ^ыЪ С6ШцXг+kђ[Н—н 9”1SЫі<{PCђ#ВfВ.Ь Y№*ђюyєz'?‰Щˆі<ђT‚тЙB;ХЭ9*ёЉѕ–ѓи‡d УЅyg^(ЏиdМэ/JŠЗЙsU,ЮгЬKюю$ФŠ^I„3IT§9Яї(A4]“Šш9Йx=$IЄ…cЭ:1Чož œynт9 Nџ, еnn,пJСйѓZ 3Ц.| &X–Yv2д#8("ФшA†1Щv Ђх$юRєБyeћЁœЊK)pw#}6ЈРљТїБŠЯ?JЈФњЉ№|Ž†„?]э_й~(ХЎ^Kqo}xіtщђ_дн'ЫEџЂю>ГлОmЖў%н}В|=8ёзГйїйгeУњ;ЛkЖsƒ„3Аљ‰ї9ВЯрњБ-Х;“дŠн–S!Ч§Д,ІАЈГй<єЗ =F3$рЬй>HJƒШИv Є*їm]Гя#э44ыŽ31юv|!сЬ~Ш•Ђj3c0Цјz­i БщŠ™hDYуЉ`sOН] г>ДюБ[ЭtJbщфѓљЉЪѕWш=Ж'ЭT$›И†ОR‡jyв‡ЇдIл“›ю#ЇrцMkzуmua„Ы­4ЖpОVбмL g€ѕIš`A…gŒ)ŽGˆ•Г`l”{ Pа3ž)D^}њЦ:ќNЗЉАWћќ$iЄЄэЏCхГc,н{PєTbЭ#ЅЪкM1m,{%WЅ"kJо5з-фФјё&›ё`ЙЫ(OщБ1уxqAУ3q9п№’-тЪЂtвj9г0d9xЫw$Дь"^ШЭœFефF<яEшHнЫJ<…9ŽУ ьрhpе=ж @&Н%rpЦQц\{+LэCљ4ZЏы6\ГЖV3”љМt‚ ЂЗSЮ.Ђ­9’Юˆ.ъ;оAЦї]С.ЋsбQYŠюб’У!фCbО"й&a:sQD0юqqК^Зla0зИНЬЇeˆ\щŠ z9чXЈbЙ‹OйOйЉчkЙYхQZЇњвЄzWdИ.аЋЄЮ'˜шс5йјtaRvс4н‰NЙqСДbU98‹DЫeуЅ5QЙршЕ–ёдukЎїЇsŒ…нIGКт№*C#…mЎ вшy№х•ЌыjUЋWэ:Ы‘АќњsЖSD\я’ЌDdf{›Г™wЇ4Щ/ЖАiїоѕšѕ™Е?d[œ7xŠe9P4T^уe;Ѓ&6е%UЯфˆъал|”ЬЭдѕ1б­CВЂTїkиЯ{4пБЮCPpчŸ›е7‡юЌO#…ГЫ"TЉкђф6DсVэКўJеФG(ќЁЧXUћ%=]фCPЧЗh> Љ;рЖW6‡ŠЭСA/фe…гЇgоЋj ‘OAиDLД+}•јJSѕV?sE„B]:яœzтˆ#ТpŽN *›rЋOчеЂи_f;xžaАjчqTу)'ѕФгN-K>f 2…бр~‚цfЦDE6Ў&Kс§sѕ… Hб sWаУ=jЬ9 ПО!Pњ^Pn7Ё;w>ЛИкБtЄбvв;•э‰шъZьцг2Ъ5Ѕ SžŠ1œтёш6ˆCP'šЁ&,ЛИтYКL6\LАaIК% dКвN?>%”ДЁ<А—'ЮžCІЬЛQЂc§pz„\]Э —Ф6вuSЇщuЕ{ЌVPбDyzВўцыЩЫ6мqГёv8GPШ1?3 ч~?6x'Зў"Ё‘uьіQЪХ\іrlкУЋ.N/ЙќЃ7h6о/ћ‚ш‘оsє9ВРъ€„gдƒ^oЅЧЅr™Fыю8ЖsѓІU „bу5уzmИFїfі)eC$]\DiфеѕЭЊLМтєрФАXœg”­Ђ}Ж!5 œе*ў)я‹ Œ[Lј‘.6ФЉкЎЦ:<їы[(+–\юš]5рн!JZдs‡Œ`ЩшDйЛчSl]€ЗMм,Ž\ГjМО‰јT_Г’kъ ѕ›0Х@ˆ0xX.ц[Лƒу~УЪqСГЎХeiЮ+—ЮSoТhя q˜%DЇЄMpмDVЋ†ја,КЃ`ё ­оШїЁ€qємœvїШѓя;і^{[B ХV‘z{ВЮTOЗœЛњнЌБl™Гћ‚\ž+мюšqGБ‰9FЂИфg%d”Z)3v$HГєv”B(‚ 'lЛD{Ь™яŠХ9_œTќрєŒ@Ши›xЖзЇ]Ч‰ЅeеRnQ_ g“p‘†пPuА@4™ЪЇM’”!жŒЭедХ #u‘лмb y ƒATёЅ§т‡­УЩЙкШ”ЫтxŒљvЋ^ЪгіH˜ёz‰ш1>T—sљИ†€L{eЯ7іžpdЄx rЉ NЉhђZj‡mЌ“Ві&ž­8їІЁ}‡ЪЗ'pYчК.фDђšёЙцТэ;;'F‘эК?Ђ<сlXJЖГ-эS(к0ZпŠм*Уd?™Cді2Sьэ%тЦ№Ьь'dАf2AзРќ8Ј дВЁрЂИ.я_&ЩнY_UЩmљ#ŠrЙžY[ щN”&ОНЖкѓЦѓљйіЎ’ЋёмŽт Шœd‚8гнˆЫGПмŠ7 њЋ^Ъix9™ЪЁюD(fЕŠChЩ/D­MСЋБљьGsFїМwCйB_uDSCГЌШ‹зл:&]сУШћТjтАЄкŠ9ЫN\fRXiolц&њгиАЋk/І}€’•ДчРПк}yjЯ}D"’uzІpЗ#ђLЂ’ЏI=АЙgЩ!Ё€;ЉЄс:FньkњјЭ7’/˜JE‡Ў=’œЅ'сЃгЂи$‹vhћLАcY‚іzŠУі6кп0{ „&ƒK–8уЫЎ[^ юFЩ„h™eЯ–ђ4Ќ5ˆњzєw(ЌЩЁ<і†ы˜n(Вк`Иdь Mи‹ЬГVЌдюŒз›Дj\b‡Л"яФ›’ФЧ3sYќЭЩ›;Ѕ3Љ”ХЮ† zшДЃЃBЈ$вкыlyж”Œ:O‡zuї –™RщЬнШЈP/Ішф1ЯЛ“!ќaъл Ј u|8Ў\Ч^ЄЄ/ЇCM } С‰ иЕ9t†єЪz ^oX7”‰ьд&t;x1NЎC24‡џУЙ !‘їI=Я­ЈЯз3Е[ї< ]Я€оGЙїt#ЉхйR/‹ p.msћ4О8ы\ ƒ0:Ї:€5иЗзиQЅЁЖnћ˜УmШ ‡sEмVŒtЙ)ИŽ лЗulyк§t,aЈЕ‚жо– ЁZtBLђd0У§yЃ№8ЖF'Я›J'ђyоС){1‰йАлдoНЛЬ,v‘њ НTtЌfu—ЅZтЯ кыгНˆovF DBIТФ”bЙ•JЌЛ„ЉŒ;‘aטЌ*oGнЈ]іv0F6P6#ІWЉь[ьЩnШІСиO#ЃxБ0”E†9ЭюГ…f\^ф9ЃAЁчѕкЗFLуf=о wв0їœ| nя{ычЯзoŠщQh3ВvMю-P˜S@јрzžN‘їХbsэхlяVЉЎ?ЯЛDt6!œ›АлoQ|7піњОІЬNgяgф”Хfаgp йљжCE_В4AёљВD0Yщ'Gё) ІxVЭ^иˆЇМoЁ2“шEЙт]S†л3ЪІGeЕgGібqPўгсuOъ™˜fд˜’ ЦmяН81ЅюUT•ЂэьзUiА7!E7Ѓ* В‡у™,язЌx+ЭНtˆci. >Ї€>XмиЉ {GєuЇя3ЙЉƒAgbхдTхc;‡~ ‰В5u~УІщp\уъ:чєIТСтД+*л‡`kчоЁ3ЃцяцЙЙ™šflђ4A§KсžзˆЋЩ›уђ6‹fZŽ“gг%ФŽцtдЯUякКYZGbЗ5‘aэЅ:JЩаіі Ns |ДjЃ'`мfВьо ƒнПˆœ –0тBGlі(9sйŠ1YУтn$">пfPШБz`hяДžЗ1TБШШœТv“ ь~С‡ХУ`*Бj9CЁЛч2М џ >љўэŠWF}дvяуЖ.љњ€џвзŸќfЈТW‘ЄП&я}уљЩя›Iз;oјnЇUз{UIќ{8RџHг№ŠБ(†1$Ър(ЭbKm)ŽC7є–\oё5њFћЃЊпІџHЂъзœРИ…яє‰ПхўЈдЗ‰tuм?М6Z]Ёž~+YђзŠ~›dxе5 пƒЗŠoўЋF џ7іŽр~ŽдOsђЇ””ќ7+)їŽ"*щO%§3JКовk”ЦQ’ЧёЇ’ЎјеfEг(Бк<… BI9 Ѓпј;œљ/WвхыЇxэВпН?>jS86ТSНОo|џљ‚9џЈ%љЌъз(‡upт§WЪсPўЈъз(зmzM+ЏрПТс;@е7H|)э„њ‰ЩќїЕћ‹Њ_•ўШЄљЂъdЕ?#Вo’ј7Фb–~§э8ЈЭѕсŸ–пCСbQеСцt_Хžaіo“Й‚ЯC/иъwoдa`nІsє§SЖхну=ћ }ўyjчђхkх’їфўIСфЋяUкП—Њ ‰КЗ‚/Ÿ>г№Я§•.ЉЯпuяБХ_?|YRєКsкЅ~Y­WuАяQLяЏшЂЕПQшЗЈiае6m ээЗH§ZтK:zсѕ‘ хg^ђї"тїњJЕ4uћ ЦвПl~аL“ё[ЋЬ‡зЩЎ­яЭЖыЧ\їS‘п]Ÿlž-yЯGБw/њ_іПМ№_•>*єлtž\пЃWzљђЭJ›КЈсHї_‚”пщяŸъјgш^њћвЛ§ПоџбЧпЇPжaє~gЌмзЪ/џў§j§S6КЁmЖІљZГџ†И>ЋymНщ#9{гoш[hязБ1єПHˆ8E§GŠё3ѓут|‚Љkж ЅJ8‚ќШЏ_Пs7wџcCL^ѕў3Ž/пОƒЃїФко—-~ћХя“˜ЂЂЈЁ‹Х>%№њљїыћ…фяЩOk/џуД џџЂM_№ќA}Ђщ?ЉNшŸв&ќЏдІЏ‘~љ;Žј€›Џс—Џ‡ЫWƒоџ ж~"ы2њ)џe~2љЩф'“ŸL~2љЩф'“џ(&ћчџŽ „>stream xœэНйВлFж.x_OЁ№б7h;1“КJ'@$@b"bИУHb1РЋ‹~Є~…ЮMJЖ,ЩхВЫ}ў>bФfьШ\Й2зє­Аџў?ц6ˆŠdx&зЌўЧџЯџќПx—ХџјС!TiwЩ-з.1WеŠж"bуўЧ‡П§}~?Wm• СЛЙ*ыў§ќ‚И “ї№їЗb№УЛg•ЁјЧмлƒwЎЂПл5]ђnѓўўc„RФ;’ј‰ q пќŸяpeJ§cоЃфћ іюуч‡ƒпятєНСя?vџњЧЗahп№x<~z?5н`,Ы8ў#ЌёcПдC0џXїџѕ"ђ‰ŸєQ—ЕCждяоўТfўёУ{їйчеQћYGuџгs”?EMр€§D€Ÿ)П‡…яѕЎ‰Ч(щ>МЎCžЫ,ь‚nyGў„ЂПЊє‰-№_–_8щпцwZШ/ ~ЃбAЊЎџМсdеѕзУ…эояК$ў|РQ §ЅФp лМ'щї(ѓ#хл˜ПЈљ Ѕ‰ГtљWh|Vѓ[|4е4хЧ™—Ъrь‡ю­єнЮм|ЦФЧj_r7†р_туѓК_аБncжAVі~5зOQrх№ывOЪь)к6шњФZкф?IпŒ]”ќ№Uƒ=НЩь§#‹‡лœЄžŒ}VєЯн’ьz>Ај/>§ГViгUС№сЈ ‡_к},ќgэВ*И&›ƒ ЧЭТ?WnЫ]…­Ь =Чё€>sН}ИMё]ƒћxeT8ns.J•CPюљйrАўлGрўџšЙџ‹;П5†Ÿ3ЗШ†у‹}тЧ’;XЏ)9 >Мž…-g лЋНп^‹Уіьwыa{НЪ<зœvцє$Шo9…чo?gžлшЧhќVБілГ%Ь№0ї‘83щЯ?Aм>"•чPірnЖБ7šчГ'С_Uўƒ?€=_9—{ЦkШœdpgХ€CИ@zЄШНю,pП|Ю{ю!рДˆ;Ў€УƒЯЎџeНsШэрhсМDвюмШ№ёvРsзѓ–С„j K1ЖЗ— i>_„ƒ€ Yф Жвnлй™Я™О}ДёІЬ~ЦьŒх: хy5Ќт~ZtШЩ# ,ЎуMтЖt*bHJhТЭ ФLЊNйfQѓйЄy)лФЋќ'С{XёЄ&Oy{rЊ–Ъкћ}ьЛ€šЮ/ОФoЯP]ЮžАƒ ОЭйMрЗ;СTlaoъMКњѓе–'С&{E46ІКл_ŽY4 ы‘7јы-0эХЩцўўХEМЗ цЎ­хк> ЂˆОоŽf1(–MъF{ЮЅ н=–И˜QњUмNл…l ёпў“ Т—GЧ)ЩЬЏк1Њ}*-юZбA}?Uї;Е н™@гсMХx†cэЭо;G$ЋХфШ…Ф'С‹jиDЦ†'b[U"впУ#шЅ+ .Ў›qf­{М1X=‰oБQЖcЪpѕœёš•-u;…у„ЇvЂsаПд† %Q%5:Ї%ђ,зE.’5k>R†дЈ”WЉЄAzСилЉSiАЃцД{№zjб6 „Жpyљр>РрЛЭ‹C’ха й|Ёхзвn&Ј$SСС0™3R2§СжLяЩ;sžn›ВжlЎoŽcWзТqчmC вKm›нэдLЉјА! IН†_y2CУ…nЃъNЭQz wвН/ˆiоты№‡n­WEuBЧrёЩь ИвK(›4™ePІ.ia‡+ИчE*dД8A h`Ж'Е8!гRjЊе%)kGАоФpM„/‚- O:УЭfИ:и ёUЫЕд=ІSDЊфцNFхJпиšиE #šTэ6ј1­ОЭЄФ(i*В[п-ž G›/јiœ/Ц$Dпi 3КЌ† QUEcЭІjЎ‡ыіиlё‡€Ы[ )ЏтŠO™ŽЇpЇПO‚oLч›ТSJTcpO‘%ЮІ?ЮЇУYxьjЮEГAŽ{Ј6gВ›X р6ќ=+Mш2г…й‹ FмАЉVjž;і­TюTjћ­q.у жŸM/ф‘зu•Ў!љЦ[*о#сbкZ–ТЮDjљIPv =ІУб щ“˜”JсsсRКсЧ–|љЌиІа'lа9§Ш4ыЎ Х&ЙkcЪ§Фђе[ыIўћЮъ/чу“ќлъІT 8љЄƒНHClшћБTG>›‡'Э—?„†“œbАLгBеЙ#pnОAГo ЁН2Ѓ–У*иjвщ%–+Єwішˆ=њВ”­sЊ7юЎW1ні%A,Јк’фрп”‹‡пG $œц&YаFСх^uщ…F0ЩIDjŠѕљh+zі$hKmх›шЖЙЦC‹ iЂщg№ТY‘ЖтёJtхСLЯКЌ“EзCz’sРqљФЌШэ:‘jZžS cе{в)Еy›%ђГVJ6•DчЖ[˜zЭVgŸo;"bGЖЅ”t„)tіЄжЂд]@“dN3ФRя…ЌnЛЋ3М†L aŸFdadл%еzЄ]ќ6rLЃHUРkќа8+>АЁс^zd}ЌRŸ‰ф§!= ŽС'Б,9Ц6Ящ‘A_иІЎ;юHЯWSєИЋrWЉ[BэF#\њг§rМЇVrЃ€Џч1›HгѓфУш4 іSњС{ь8њр[/Хц”MoКV’з й†Ђnќn>цFБЙ4ЩГЖФВдƒ;ВѕАПИХяЯЕўЂ‹ВЕтюИщт8КгДЁ1ЊЬ1ТО8<юc*퇄Пee[іїYmфшёtfPLЖяDž^аж™эƒмZF%ѓ`”u<н2WФ„qиa8t•Дє‘`Ў0аМёˆ{ЩЪG~>н“"ќЄ™њщЯ‡hАЕK›g%їС5/ЬsгšЩѕшц…`ƒ)раŠ#5Ÿф‰Љ —•ф™6q ЕЕьMЅБчЅsЖ~Єв8ИщГњЈ(Д*ВЙВЯЋЗъл“ВѕЏ[Ф>ОБГе(ЖФГнЏѓАљžƒ4ї§Ž43ДГ/=д@ЕsГЂ‘ШДкЗS,77ГѓєБЪъЮ‰~КЉ)чŸБїе::Ђ/Дм>Вѕѓ~-Еї-Гл:"юT䆄YГеМ<ч…mla52гFпзЌšf–mžz­5Д…ђёЃ!€ђВ”#‘%ХуS‰€ЋN‰”…ДДUв д‘TtЩбАˆš,Ÿмx ЗЇC-›fjPЁˆи`5ЯзH–ІќЅ6†hzW‹=CЇ"(9а]ˆ&p­У}€fseњ\|%ьTеў­OУ=ЎнQ&Т5GsOч–}bЗЏ;-L:ЧŠ:Й™ 4dqˆ„лЄЉ2{бƒ|+я‹rчjЧіАqЪ'$W$u+ЗЯzq ‡Л!Ц^ЄЪн“рТЌ_SЅ:?\|?„8P7X<–о‚ЎВCЎ‰,xЄbƒ;…КБ[+ZpJгмН—ћ’)Н,q§ЄР”BЗR$ђќТ]БЛкМјЧ‡ЧЮ3тH.GЎJј˜Ѕ њ†Сg­QВ:#ё“рјˆЇœfXЩОеumЫлwёЪƒW‡ŒГюЋ“LЕ4дУ0аЫЭdО%?{џВ‡Т ъљ`Ђ[Нп—Џ\™Ž›Ф‡а­ЗЈ>KфFЯ%=‡§%ЮКчyFзs#Н‘ŽЊjl)A&u8й0Ч>Ф[аŸЗеAK^Š"%ЋЌAQї]Nе{БДђџЩyу^BЃ[-yAmЦa)=6ЃіШ ї8уžЯ(ГbКdg$MСdУ‘ХsШ>h­!DньY7'.%ЧЃО}Ѕfц­оЅ;ЗNЁ+ђЈЛTѓ›Г =aњ=˜ЇюЉ[–к$‡#F>жцжЅ)j^™|HNХМмЄЙ8кэхy‹Ÿњ˜ЩƒU˜:ИDAиЂEQьчиtУƒ•лЊtяfQрьнœUчлk)žу7§b $3 <™т}Ж„зW˜/ œ!Œš”šвjяЛ>я”4‡0Вбъ™ИДЧ§}ГвИзƒ8БЋЊР7ГњЛхБеЖ(бZАљжЖ8ГѓпГЙѓрг“р!Žа„AАфГвАїЭА­і˜ДЧщќБѕšрђиОKБѕ4АТИoОБАРАљP=ДкАїЕўБѕфO&ћбœкщ!Жйдуп/Ш`-БєŠOЗЩВтБѕЦгДк03ГмЇОГх4Р”БЗБсщ~ЫШbтžБЙѕšАфЈ5д7Фк=%ФЊАк.СИХBе-уuГвЊІГОдЬОБАТЮЌВт2"БємЇЧн№`ВЕДм‡Б%4ШЫљт‚Е(ЩSкё6|УтчšТ‚w"“3ЈЦf(бhJ˜K|WЮYG`Ђ„.eж‡ЃА‘vшWZБЁ+Д27Ck,Y•yZ~JЈО• І=eћ(LВЯї#П\§ѕbђѓcюЁЋ*ešLх\uХЫз&~ BХхWDЄъ1 ЂH+gƒžPУж‘Ј‚KэP_/СŒfгYv€$"tБїjїЮ‹уЈ|ХЭWО і;!Ic ЂБЪтЄ ^SDˆљfЋЧoеBz+,рKІвu;ЄэіЎ(Н2gEœє^z8 )ЎNЉгe&>6hu-DЃ(lЅE QщsИХ\ љСUYЗqvvEKb™яЮ`йFЉЅдзBPzЫ`ЇІr'~уЮ mWВйЬ@H{ B…ѓРŒАU›S&Цnі[рU~AьІРКzoЉя+ pњ…В№;vо4TЂЃ=[цЦв0aŒZ &Љ–сS"Kњ“шŒаB<ГŠNэз{ˆн1%…ІЂh/=”pщ@U7V\'” 'Є —г ˜g(<єL‡јэ6ђ‘бYTФљЪA.ЯЅ#†A-ЩPкUyOa'йKm&ФкљйŠ@А MevšЪ§N'g7fŒОeLЙ\0К2lŸоg„zЫі ЦоІ`/oГšЙЃЃ;*YЙ$АwU­‡œMg™а< ?щ70ЈX™ŒђЬАž_|э‹(:˜({,|yьSЉ‚К6ŒŒгСіG-NrYцыИЁu:Тž%'‘A™щFшЛTsІOЕuОcЌqијАв:<Н–юЃ“ЮмЙ2KйЋГTіNд- Г]uаYB^ЩтEзZї%Dž§Ў;J‹KuЭ%нр№f.ˆŸVст'Лз"†еЎВЇ=дЕэлу­“+№BprгљЎі„Б#œuУЂ :•hЁyРЅkЌ%e†ЄTrD5љ2Шsаw/Аt цVrл@7й8гyЊTB]iЧn tŠк9ц'zœp=3щ!ЬаБэœЭy&і#mXЦ€]ауЅдiROВ„&{ХrЯaЬадК–Y qУ|!ЂЩЁа+в˜F;h' €$—‹ИœШ4+бTСtNФђрЅ–^fKHIЫѕЕnЮ2дјЮ ;[ЮЯ@+ &A­ЬТƒSˆ6{Нwa њv5сљМе‡)щœАьі=.юя‘кВЙЩ-ГнГІ‹R•ЗГмЁš9=ГѓўАР'/Ае‡/:‹аВбАеь"фЗрАПЧІъЎиВЙ“h.Гн,я‡ЗЩ‰гдБГе9!Бѕ?ї%ОїАфБю™ЧВЕ:цБЙБѕБh*)3О<ЖкзЅОІ-вgэА!X=ЇƒУдeWGзTа#^та0žёЖЙн#ЁOн–ž—4Шw6уОАqњH]ЫЛіJ+Иl’KДЕ’бi1Њуx'’}Z†ЈsgC†БЎC‹дŠЧj$twЏ ј–QNeJATё^†xn_QяH‰b{cэщŽ0 dЏ ёо^` йzšs ФШщ‘*ѓŽ@4m‡ЪіG/yА9™Nб49M\ЇвйЏ|™Y)=’m•Opє*сЊ]кt—GUƒEпп* QІ1~ЗYžzœЇ•:ъdGmvС5Нœѕœ7VЅw|X‹­cЬ€$Њ`%h]n}цкŽАAŠ‘Е•Жш•ђF–$Рчœb|&Gr6$мŸsƒ—ƒ}Z]*C”2ЄRУ &Сy—Ў/tыў-˜ъ”;Ф!•Ь дm„)iЂВћЩ0SU^х$ЙМV‰W…i‚щ-ЅЧG9pQ]AŠ ПuтЂ3яЛ aћf ЭЪћд40-_НЧvS тД~LЮуlис•х_й(НаŸ Л S ПёКЪ­иЫьSlx^I (Г!EbcJ Еб‘[ВhвПЁЙЋŽP и1Џ%S /ђЖVƒYR†rЛIЁ+<цAг0ниG0{Œ.BЪtДЪЉˆяA­Gр2- 1 f”—ЮBивд?ЎcKј2ЩЌ< /rњ9_‘0щ]P/ˆЩ[”oœj€йвЃПщд MN™ЗќŸ`>mŠLo–_Љ€уДїŸЬыЃь=ЬIИoA—нSЋPŠД™|№`кdю$и2žвцЫѕќPw|6Њзъ2p“Џj@EgPЄ1%1ѓax(cщc ўcні&t3BbCEЗЭе/щЋ’s"•оkУкV|о2ж!ЅŽK—%=?W9\’I,ƒŒaˆrеI| ДУ… бЂТMЇй-SыЇкS”йŸŸxŠь&ёуВѓщDЪЂЧOЃ2%Я‰ +ЮБ'Пм lAіЇmL~ж{КД‘z{PЋњ˜‰L-Гаяz+N:u{­p"KДK 3+FКBЬ]fРya[Oоў,Ž№ЕktƒИPїm‘!@U2аЂ‘rѕХК IƒXЌ0НЄGњ@ј0Ф&Eу‰9јšN•B”$‘…щduЧQ‚&СЪ $`бjaVЇ№cVэB‚#фіЪ—ƒ†d‹тЎГeypє ЭуіИх­H;Bœ gW’@0ВкD'pЖx>Цћl=›LєЃХn–’žф,…бЬ[іsq’iШ:Г G†ДОЗdўŽюЎСЭ€Ч;Š‡.F?ƒsЬ,ž5Sщ„яXІв&тЅzyGk_VчƒКEМЫ@†Lo—`ЙRф Яу тцХJб%тЛшiѓЅу8˜~FжЩПaЯ*t"zLѓ™) MЭфщб&Ъ|Й0ъVK56Rgf#и>‹YQо›Fžхчi @ КЙ\=у"eОЖ2љCЭ+М.–52vД•УBeч|о]ШИЙ­”hГ†б“nу№bЊŽ3›Ф sуHтУtёRїR›=П?JыХМшvœЪMгQЇUlFGЯчфЎAМTЄ™V{R›Ж‰3хМ ЧЃЄ^PPlЮїѓ%bRЂ0Ф—З10J ѓ%3ждˆ8бЦёvфŽф\"'YMаXZƒІ3UеЌ"wл…aБkIД'8Ј8bИЧy)ЂзТИаИy“gчђ$зHJє0ЏЊ%šœœЌк&"tH2мюш†$)Я7bЖl9јщI_НŽlЙЮ Д;k)лЂлє–єCΘёtНц2“o.!ХОŸИ“ГPWїuЁ Б:Y˜N)yL’I;Дъ}ЊD,V‡з’iu^]•ˆs`Жй|'vЧ †ї=DCЪ?(;7ќŠтхэснk)фxЪ`RLo­… C4]ˆ†9”ХIВљ:н—ЊЕСPВmEзШСМыюŠЄСt!UЃа,),вљьM$ДtNpЄsЋ[œ€ФbЧа;"їњЕEЩ—?дчœ;ѕ|?ы'њп‹vPIЕРuЛfEfW•ˆxZ—ФCL•jЎз›=у—ъ&Ы{б™l”Tкz9qlS­TяЇ~9ф3#ФKтг˜3 ›–А“0йФ/зЭЦНtGъ Ќ›=>iЈЛ"ŒЧ™ъcЅ Z›_` :O йR7–C\№vъL^фtnЦюF$" йј›sЪ”›ЋЋЃ2МиН } Њ-ЛЗФEЧA—мqцЕGЏЮсь rДё ЧTйљтьЯ1№Ш€OшеnЊЃЄ+Ъш"Ф™ЕЈбФеаN]‚—ZЗн"ЌИƒ[жјZsPКeю]BЃйzˆ“&ЪG а@§а!lоЮџ 1щŒjZчmDЭЧљzЄ2ќzДSЙ<.њШ)!vUˆ'^vSEоmЙЊ Iё лсЂ\—n}S"ѕrnэЂ?6 ЂGY$ќšњ˜К›N.ZRШviШƒјн…|Љ ЮxЂf/гvZM ціЄ_жэžтњј8d‡mВ_ ›5;ЗП‡њжЩёЩ^ЏvсжЈYЮлПжbœС)dXˆГwIе5Щр %б*Ё‚uъvVP)b*+›/ЎU˜„-„l‚nЌ– ‡В2юС8Є0Љ/гc)І•N q0T~:TЃ$0Igь"lZuыMƒЅ уƒ'ЯЮHŸVЪ™„ќЌKјn уhг>аwт•V ]Іњ]т[Ђ,lјгѓxЧžЋ4”;?;Ÿ 2[,в}G&u#Mc8Ѓи}Œѕc=`zl–)§ZФHyЖ#йh&НEГрЛƒžW[^Ї|АŽ7paзХ9„ЮАУTпЋFUСNxшх5Џф<И:‡ЫёNОžL{ЌEЄЄІ`к^ $жKх г№ap УТœэЕвз@пшˆА<ќу–$ldIъ*МњgMУ‰эŽш[ђ~яьіфзъмФF|ЭщuЇcО<ч„6ъ}|b{˜№є)оЦ„ŒЈxВ,ДБ‡CŒОzEЯ [™S$fEдЂ-Ќђ•Ї*ЃћЕIEQ’=€6РeВE‡ џba2Ћ№ЋKВ52QуК Ns<9Л…ošОЯ.[^!НЯsL_ућkГuz0њC=iЂИL%3ЁuХж K!4Љqj#b?Цч2oМP x дMОч5Њђ›| ЫЈмхї›'?NЏГФ2Š‘АшLXЭv˜"ТG]Xи XLŒ,FџUЫЁ`? ђ#+ugУcp .ЎBЉЈœ@}д_[О"еъŽ”4UЋП˜щE?жЅ|Љ•Њ TпКC[•з<АРuбм )<Ж”цо0$N7Э6HЁ=зф”MўкП‘ЩА3а{Їш06.њЭˆv `’ašiр’3R–Хю)7pŽ\Л i“[Фщ*’СQкОТWfЃіc '–xд4zй9оw•b˜іIЫЩ ТиT2яЪМХ<<Žh& šhYм AВ%^ХЈž[–DТ u_ж5щkŒdЌк1EP85Ћ$\М ЊўZYњєœєЅ1‚7[BоР`T‚’бќj€Snб+ƒ™tvЯ‹‚е›йЭ4Xюё‚"’xЬOQОЊїqŸ=гД›j ЉЉZ9Ћлн˜<ЪоИ‚ ›Б5яё‚Xс›БсMšйЙЭQ@Zi9(@§Иц0T<( ЄRПk–эlD”:ˆи%ƒarIЩ_™Э$™Љ‚Ч–њ†В)3КeJtЮв№а•ыb}<–F‹ЙісiЙ ћ:œq˜A іI>\щдЗ9_‰ѕF`ŠЖ"­‡›їмщ,^№“m/wM*э,омюхБ[]Кf|4ПZ;§s_Џ ыЯЫRрџrфu;фЋ;1рu)ц‹+4ры;4Џ 9__Кљ+ЏT)Ъ?ПUUпМWеFђзЧ>Еьпюњ€OW}`ѕџњ6!aў!aJъсПОМЌЅ(pм]6%ёОkЊёОбпŸЃxŸе§дQ"ё ЅŸВ,~ПЖм–ч) УQ Њ-3N–Ew”Ай ј§;јЊщЗ(ЧM4Vн”у?@љГІпЂмtй5Ћƒ’џЅк8Bђ(Є,‘?Ђ Fџˆa1ћcА!шQ `9FФ)ѓЉ‹oајVW]RЧй›6эЪ я?Д]гЄo—?‘љтљъћkС|-51ы‡І[ОqŸЬLюЭ}ВЇŠНЂЇЅDM=%нФoьVўл a?A• IзHпt+hл2‹‚ЗV mњсemя†цWOІ:ўЈЪй/—ѕ>ѕљЩЭ;ќ%Cяƒщ ћVБgш=†б”ўЈЛMВфNРіГХIђэпВŠ_бм’њŽЂьў#ЮXіЃоПЉ*ѕМ‹јY­п&в7щ№К„ЛB§§­Ы‘пЊњл$Ѓ[P_“јјд№SС+IqџIImоo№їєЛЄў ImџУ’"оЃфwI§’к§Ч%…3п%ѕWHJјKjѓ]L…˜іџi1НЧБя’њ $…Ђ њ–—д_ )Їієfс›џЄШїшw›њп;ќ>єџ‡ўДЧЛ&ŽкИПдВЕЖшЫ5Б’f6ЗнГЇ‚eИ?уšооЛхє–нР_АыG?яЗЗcW>_/G )“Зqєћ ћѕЫPушгЛ0Пsџ~ЉёW3 gУвч§­hЏПqJЯЊхpЌ–д=dЇџц!…ЗПї й/O$@Ўп+СЌзФЬжф_?’yyџјАљ }~оŒѕUђ­zЗЏънОYoЌГсƒTGЗЄџTёYє…)Сѓ7FЄО=ы?`?WџX№uM1ш/YŸ…ebuAнУЁ'uД|иeŸќмњ7*§3j„m—AWї[Є~Љё5Н †D… я[oА§''>шœjiЊ№cЈwЛ?ш!ГуO\™`ˆn‡Ўл?ШзГюћы[7oœ|р“4ЫснЋћwЯў_Ї—>ЋєЯщМѕњ§МбГф7эšВ’ОмП3оkр_0б?ЧћsЫ†ф#ћŸџ>Њ‰“;Х;}lќќћї› oГЃкN0Э-‡п˜А/ZFKP@Жі_Ъў^ƒ7h|йњSёяX’Вl_ЖџXњћЭУ2ˆŠ/[П [ЬПЉё—*ТіяŠ№;ўEРаџЕUс“ЋЧп\§хЯшФS’ІЎYLВУ[Ьњjv†ьлАў‹ЦRŸšѓUŸPŸЈЭ7џп(ѕпB>"‡џџkгПЇK_qќ‡•‰Сў-mкќ•кє-LјйУпСDg~ J~;{•ќўУп`ыOџіфŸNг_іљоЩїNОwђН“я|яф{'џKuђЗПџќг’:ўЧЗ‹іџ-іAJ endstream endobj 20 0 obj <> endobj 21 0 obj <> endobj 22 0 obj <> endobj 9 0 obj <>stream xœЋN)-P0PШ-ЭQH­HЮPq QЙzH"z&`^-C Ў endstream endobj 24 0 obj <>stream xœ]O1ƒ0лѓŠќ €шP Ба…ЁЈjћ8(—(„ЁП/ аЁƒOђйжљDзпzВ‘‹Gpъ…Ш%АИ5(№“%VV\[–ЇšЅgЂЛKџўx№ЭГѓAЮЯЊЮ›rЯ(ЇБxЉ$M`MQД1-щ?щŒцpжз6ЃКй*)š:œ'ЙZCХ\4I,сї‹w>Ѕјі|So endstream endobj 17 0 obj <> endobj 25 0 obj <> endobj 19 0 obj <> endobj 12 0 obj <> endobj 13 0 obj <> endobj 26 0 obj <> endobj 18 0 obj <> endobj 23 0 obj <>stream xœcd`ab`dddї vє541U~H3ўaњ!ЫмќгыЧzжnцn–епл„О[ ~Зрџn*РРТШшц˜шœ_PY”™žQЂ сЌЉ`hiiЎр˜›Z”™œ˜Їр›X’‘š›Xфф(ч'gІ–Tъ)8цф(t+ЅЇ•ЅІ@Ќv-ЭI-*)ЪLЬK2Р*rR=Л˜€NtћЯшЪРїŸ™ѓ8Cђ‚ыц3оћёљЇйїrбй“њ'uOюžм1ЉjђŸНпgHдMъьюьц(ыЎЌ”џ3НЊЛr~_oїЄr|Ѕ кЬўm=•эwвtіЭ\›ЙхИXЬчѓp.™ХУФМ лKbќ endstream endobj 16 0 obj <> /Navigation1<> /page.1<>>>endobj 27 0 obj <>stream dvips + GPL Ghostscript 8.70 () 2011-06-03T14:21:30-05:00 2011-06-03T14:21:30-05:00 LaTeX with beamer class version 3.06 УлЬвНДMath poster with Beamer and LaTeXУлЬвНДMustang & УлЬвНДPeruna() endstream endobj 2 0 obj <>endobj xref 0 28 0000000000 65535 f 0000008805 00000 n 0000053646 00000 n 0000008746 00000 n 0000008541 00000 n 0000000015 00000 n 0000008521 00000 n 0000008931 00000 n 0000009082 00000 n 0000050148 00000 n 0000008972 00000 n 0000009038 00000 n 0000050860 00000 n 0000050930 00000 n 0000017633 00000 n 0000038874 00000 n 0000051648 00000 n 0000050536 00000 n 0000051065 00000 n 0000050797 00000 n 0000050010 00000 n 0000050042 00000 n 0000050083 00000 n 0000051290 00000 n 0000050307 00000 n 0000050699 00000 n 0000051011 00000 n 0000051972 00000 n trailer << /Size 28 /Root 1 0 R /Info 2 0 R /ID [<9D00C34B8AD873569EA88AEE28DE4860><9D00C34B8AD873569EA88AEE28DE4860>] >> startxref 53927 %%EOF beamerposter-SMU/SMUWordmarkR.eps0000644000017000001440000142621211572230313016064 0ustar carrusersХагЦ kѓ‹ѓџ8џџ%!PS-Adobe-3.1 EPSF-3.0 %ADO_DSC_Encoding: MacOS Roman %%Title: SMUWordmarkR.eps %%Creator: Adobe Illustrator(R) 14.0 %%For: Lisa Barnes %%CreationDate: 7/12/10 %%BoundingBox: 0 0 116 42 %%HiResBoundingBox: 0 0 115.9996 41.5000 %%CropBox: 0 0 115.9996 41.5000 %%LanguageLevel: 2 %%DocumentData: Clean7Bit %ADOBeginClientInjection: DocumentHeader "AI11EPS" %%AI8_CreatorVersion: 14.0.0 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 14.0.0 x367 R agm 4.4890 ct 5.1541 %ADO_ContainsXMP: MainFirst %ADOEndClientInjection: DocumentHeader "AI11EPS" %%Pages: 1 %%DocumentNeededResources: %%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 %%+ procset Adobe_CoolType_Utility_T42 1.0 0 %%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%+ procset Adobe_CoolType_Core 2.31 0 %%+ procset Adobe_AGM_Core 2.0 0 %%+ procset Adobe_AGM_Utils 1.0 0 %%DocumentFonts: %%DocumentNeededFonts: %%DocumentNeededFeatures: %%DocumentSuppliedFeatures: %%DocumentProcessColors: %%DocumentCustomColors: (PANTONE 186 C) %%CMYKCustomColor: 0 1 0.8100 0.0400 (PANTONE 186 C) %%RGBCustomColor: %%EndComments %%BeginDefaults %%ViewingOrientation: 1 0 0 1 %%EndDefaults %%BeginProlog %%BeginResource: procset Adobe_AGM_Utils 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known {currentpacking true setpacking}if userdict/Adobe_AGM_Utils 75 dict dup begin put /bdf {bind def}bind def /nd{null def}bdf /xdf {exch def}bdf /ldf {load def}bdf /ddf {put}bdf /xddf {3 -1 roll put}bdf /xpt {exch put}bdf /ndf { exch dup where{ pop pop pop }{ xdf }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /gx {get exec}bdf /ps_level /languagelevel where{ pop systemdict/languagelevel gx }{ 1 }ifelse def /level2 ps_level 2 ge def /level3 ps_level 3 ge def /ps_version {version cvr}stopped{-1}if def /set_gvm {currentglobal exch setglobal}bdf /reset_gvm {setglobal}bdf /makereadonlyarray { /packedarray where{pop packedarray }{ array astore readonly}ifelse }bdf /map_reserved_ink_name { dup type/stringtype eq{ dup/Red eq{ pop(_Red_) }{ dup/Green eq{ pop(_Green_) }{ dup/Blue eq{ pop(_Blue_) }{ dup()cvn eq{ pop(Process) }if }ifelse }ifelse }ifelse }if }bdf /AGMUTIL_GSTATE 22 dict def /get_gstate { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_clr_spc currentcolorspace def /AGMUTIL_GSTATE_clr_indx 0 def /AGMUTIL_GSTATE_clr_comps 12 array def mark currentcolor counttomark {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop /AGMUTIL_GSTATE_fnt rootfont def /AGMUTIL_GSTATE_lw currentlinewidth def /AGMUTIL_GSTATE_lc currentlinecap def /AGMUTIL_GSTATE_lj currentlinejoin def /AGMUTIL_GSTATE_ml currentmiterlimit def currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf /AGMUTIL_GSTATE_sa currentstrokeadjust def /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def /AGMUTIL_GSTATE_op currentoverprint def /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf /AGMUTIL_GSTATE_ht currenthalftone def /AGMUTIL_GSTATE_flt currentflat def end }def /set_gstate { AGMUTIL_GSTATE begin AGMUTIL_GSTATE_clr_spc setcolorspace AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor AGMUTIL_GSTATE_fnt setfont AGMUTIL_GSTATE_lw setlinewidth AGMUTIL_GSTATE_lc setlinecap AGMUTIL_GSTATE_lj setlinejoin AGMUTIL_GSTATE_ml setmiterlimit AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash AGMUTIL_GSTATE_sa setstrokeadjust AGMUTIL_GSTATE_clr_rnd setcolorrendering AGMUTIL_GSTATE_op setoverprint AGMUTIL_GSTATE_bg cvx setblackgeneration AGMUTIL_GSTATE_ucr cvx setundercolorremoval AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or { currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne { mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark }if }{ AGMUTIL_GSTATE_ht sethalftone }ifelse AGMUTIL_GSTATE_flt setflat end }def /get_gstate_and_matrix { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_ctm matrix currentmatrix def end get_gstate }def /set_gstate_and_matrix { set_gstate AGMUTIL_GSTATE begin AGMUTIL_GSTATE_ctm setmatrix end }def /AGMUTIL_str256 256 string def /AGMUTIL_src256 256 string def /AGMUTIL_dst64 64 string def /AGMUTIL_srcLen nd /AGMUTIL_ndx nd /AGMUTIL_cpd nd /capture_cpd{ //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf }def /thold_halftone { level3 {sethalftone currenthalftone} { dup/HalftoneType get 3 eq { sethalftone currenthalftone }{ begin Width Height mul{ Thresholds read{pop}if }repeat end currenthalftone }ifelse }ifelse }def /rdcmntline { currentfile AGMUTIL_str256 readline pop (%)anchorsearch{pop}if }bdf /filter_cmyk { dup type/filetype ne{ exch()/SubFileDecode filter }{ exch pop } ifelse [ exch { AGMUTIL_src256 readstring pop dup length/AGMUTIL_srcLen exch def /AGMUTIL_ndx 0 def AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ 1 index exch get AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put /AGMUTIL_ndx AGMUTIL_ndx 1 add def }for pop AGMUTIL_dst64 0 AGMUTIL_ndx getinterval } bind /exec cvx ]cvx }bdf /filter_indexed_devn { cvi Names length mul names_index add Lookup exch get }bdf /filter_devn { 4 dict begin /srcStr xdf /dstStr xdf dup type/filetype ne{ 0()/SubFileDecode filter }if [ exch [ /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx currentdict/srcStr get/readstring cvx/pop cvx /dup cvx/length cvx 0/gt cvx[ Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx names_index Names length currentdict/srcStr get length 1 sub{ 1/index cvx/exch cvx/get cvx currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx }for currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx ]cvx/if cvx /end cvx ]cvx bind /exec cvx ]cvx end }bdf /AGMUTIL_imagefile nd /read_image_file { AGMUTIL_imagefile 0 setfileposition 10 dict begin /imageDict xdf /imbufLen Width BitsPerComponent mul 7 add 8 idiv def /imbufIdx 0 def /origDataSource imageDict/DataSource get def /origMultipleDataSources imageDict/MultipleDataSources get def /origDecode imageDict/Decode get def /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse { /imbufCnt imageDict/DataSource get length def /imbufs imbufCnt array def 0 1 imbufCnt 1 sub{ /imbufIdx xdf imbufs imbufIdx imbufLen string put imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put }for DeviceN_PS2{ imageDict begin /DataSource[DataSource/devn_sep_datasource cvx]cvx def /MultipleDataSources false def /Decode[0 1]def end }if }{ /imbuf imbufLen string def Indexed_DeviceN level3 not and DeviceN_NoneName or{ /srcDataStrs[imageDict begin currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi string }repeat end]def imageDict begin /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def /Decode[0 1]def end }{ imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put imageDict/Decode[0 1]put }ifelse }ifelse imageDict exch load exec imageDict/DataSource origDataSource put imageDict/MultipleDataSources origMultipleDataSources put imageDict/Decode origDecode put end }bdf /write_image_file { begin {(AGMUTIL_imagefile)(w+)file}stopped{ false }{ Adobe_AGM_Utils/AGMUTIL_imagefile xddf 2 dict begin /imbufLen Width BitsPerComponent mul 7 add 8 idiv def MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ /imbuf imbufLen string def }if 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ pop MultipleDataSources{ 0 1 DataSource length 1 sub{ DataSource type dup /arraytype eq{ pop DataSource exch gx }{ /filetype eq{ DataSource exch get imbuf readstring pop }{ DataSource exch get }ifelse }ifelse AGMUTIL_imagefile exch writestring }for }{ DataSource type dup /arraytype eq{ pop DataSource exec }{ /filetype eq{ DataSource imbuf readstring pop }{ DataSource }ifelse }ifelse AGMUTIL_imagefile exch writestring }ifelse }for end true }ifelse end }bdf /close_image_file { AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile }def statusdict/product known userdict/AGMP_current_show known not and{ /pstr statusdict/product get def pstr(HP LaserJet 2200)eq pstr(HP LaserJet 4000 Series)eq or pstr(HP LaserJet 4050 Series )eq or pstr(HP LaserJet 8000 Series)eq or pstr(HP LaserJet 8100 Series)eq or pstr(HP LaserJet 8150 Series)eq or pstr(HP LaserJet 5000 Series)eq or pstr(HP LaserJet 5100 Series)eq or pstr(HP Color LaserJet 4500)eq or pstr(HP Color LaserJet 4600)eq or pstr(HP LaserJet 5Si)eq or pstr(HP LaserJet 1200 Series)eq or pstr(HP LaserJet 1300 Series)eq or pstr(HP LaserJet 4100 Series)eq or { userdict/AGMP_current_show/show load put userdict/show{ currentcolorspace 0 get /Pattern eq {false charpath f} {AGMP_current_show}ifelse }put }if currentdict/pstr undef }if /consumeimagedata { begin AGMIMG_init_common currentdict/MultipleDataSources known not {/MultipleDataSources false def}if MultipleDataSources { DataSource 0 get type dup/filetype eq { 1 dict begin /flushbuffer Width cvi string def 1 1 Height cvi { pop 0 1 DataSource length 1 sub { DataSource exch get flushbuffer readstring pop pop }for }for end }if dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and { Width Height mul cvi { 0 1 DataSource length 1 sub {dup DataSource exch gx length exch 0 ne{pop}if}for dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if } { /DataSource load type dup/filetype eq { 1 dict begin /flushbuffer Width Decode length 2 idiv mul cvi string def 1 1 Height{pop DataSource flushbuffer readstring pop pop}for end }if dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and { Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul { DataSource length dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if }ifelse end }bdf /addprocs { 2{/exec load}repeat 3 1 roll [5 1 roll]bind cvx }def /modify_halftone_xfer { currenthalftone dup length dict copy begin currentdict 2 index known{ 1 index load dup length dict copy begin currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end def currentdict end sethalftone }{ currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end sethalftone pop }ifelse }def /clonearray { dup xcheck exch dup length array exch Adobe_AGM_Core/AGMCORE_tmp -1 ddf { Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf dup type/dicttype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonedict Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if dup type/arraytype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonearray Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if exch dup Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put }forall exch{cvx}if }bdf /clonedict { dup length dict begin { dup type/dicttype eq {clonedict}if dup type/arraytype eq {clonearray}if def }forall currentdict end }bdf /DeviceN_PS2 { /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and }bdf /Indexed_DeviceN { /indexed_colorspace_dict AGMCORE_gget dup null ne{ dup/CSDBase known{ /CSDBase get/CSD get_res/Names known }{ pop false }ifelse }{ pop false }ifelse }bdf /DeviceN_NoneName { /Names where{ pop false Names { (None)eq or }forall }{ false }ifelse }bdf /DeviceN_PS2_inRip_seps { /AGMCORE_in_rip_sep where { pop dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and { /currentcolorspace exch AGMCORE_gput false }{ true }ifelse }{ true }ifelse }{ true }ifelse }bdf /base_colorspace_type { dup type/arraytype eq{0 get}if }bdf /currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse { /pdfmark_5{cleartomark}bind def }{ /pdfmark_5{pdfmark}bind def }ifelse /ReadBypdfmark_5 { currentfile exch 0 exch/SubFileDecode filter /currentdistillerparams where {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse {flushfile cleartomark} {/PUT pdfmark}ifelse }bdf /ReadBypdfmark_5_string { 2 dict begin /makerString exch def string/tmpString exch def { currentfile tmpString readline not{pop exit}if makerString anchorsearch { pop pop cleartomark exit }{ 3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5 }ifelse }loop end }bdf /xpdfm { { dup 0 get/Label eq { aload length[exch 1 add 1 roll/PAGELABEL }{ aload pop [{ThisPage}<<5 -2 roll>>/PUT }ifelse pdfmark_5 }forall }bdf /lmt{ dup 2 index le{exch}if pop dup 2 index ge{exch}if pop }bdf /int{ dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop }bdf /ds{ Adobe_AGM_Utils begin }bdf /dt{ currentdict Adobe_AGM_Utils eq{ end }if }bdf systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_AGM_Core 2.0 0 %%Version: 2.0 0 %%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Core 209 dict dup begin put /Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def /AGMCORE_str256 256 string def /AGMCORE_save nd /AGMCORE_graphicsave nd /AGMCORE_c 0 def /AGMCORE_m 0 def /AGMCORE_y 0 def /AGMCORE_k 0 def /AGMCORE_cmykbuf 4 array def /AGMCORE_screen[currentscreen]cvx def /AGMCORE_tmp 0 def /AGMCORE_&setgray nd /AGMCORE_&setcolor nd /AGMCORE_&setcolorspace nd /AGMCORE_&setcmykcolor nd /AGMCORE_cyan_plate nd /AGMCORE_magenta_plate nd /AGMCORE_yellow_plate nd /AGMCORE_black_plate nd /AGMCORE_plate_ndx nd /AGMCORE_get_ink_data nd /AGMCORE_is_cmyk_sep nd /AGMCORE_host_sep nd /AGMCORE_avoid_L2_sep_space nd /AGMCORE_distilling nd /AGMCORE_composite_job nd /AGMCORE_producing_seps nd /AGMCORE_ps_level -1 def /AGMCORE_ps_version -1 def /AGMCORE_environ_ok nd /AGMCORE_CSD_cache 0 dict def /AGMCORE_currentoverprint false def /AGMCORE_deltaX nd /AGMCORE_deltaY nd /AGMCORE_name nd /AGMCORE_sep_special nd /AGMCORE_err_strings 4 dict def /AGMCORE_cur_err nd /AGMCORE_current_spot_alias false def /AGMCORE_inverting false def /AGMCORE_feature_dictCount nd /AGMCORE_feature_opCount nd /AGMCORE_feature_ctm nd /AGMCORE_ConvertToProcess false def /AGMCORE_Default_CTM matrix def /AGMCORE_Default_PageSize nd /AGMCORE_Default_flatness nd /AGMCORE_currentbg nd /AGMCORE_currentucr nd /AGMCORE_pattern_paint_type 0 def /knockout_unitsq nd currentglobal true setglobal [/CSA/Gradient/Procedure] { /Generic/Category findresource dup length dict copy/Category defineresource pop }forall setglobal /AGMCORE_key_known { where{ /Adobe_AGM_Core_Id known }{ false }ifelse }ndf /flushinput { save 2 dict begin /CompareBuffer 3 -1 roll def /readbuffer 256 string def mark { currentfile readbuffer{readline}stopped {cleartomark mark} { not {pop exit} if CompareBuffer eq {exit} if }ifelse }loop cleartomark end restore }bdf /getspotfunction { AGMCORE_screen exch pop exch pop dup type/dicttype eq{ dup/HalftoneType get 1 eq{ /SpotFunction get }{ dup/HalftoneType get 2 eq{ /GraySpotFunction get }{ pop { abs exch abs 2 copy add 1 gt{ 1 sub dup mul exch 1 sub dup mul add 1 sub }{ dup mul exch dup mul add 1 exch sub }ifelse }bind }ifelse }ifelse }if }def /np {newpath}bdf /clp_npth {clip np}def /eoclp_npth {eoclip np}def /npth_clp {np clip}def /graphic_setup { /AGMCORE_graphicsave save store concat 0 setgray 0 setlinecap 0 setlinejoin 1 setlinewidth []0 setdash 10 setmiterlimit np false setoverprint false setstrokeadjust //Adobe_AGM_Core/spot_alias gx /Adobe_AGM_Image where{ pop Adobe_AGM_Image/spot_alias 2 copy known{ gx }{ pop pop }ifelse }if /sep_colorspace_dict null AGMCORE_gput 100 dict begin /dictstackcount countdictstack def /showpage{}def mark }def /graphic_cleanup { cleartomark dictstackcount 1 countdictstack 1 sub{end}for end AGMCORE_graphicsave restore }def /compose_error_msg { grestoreall initgraphics /Helvetica findfont 10 scalefont setfont /AGMCORE_deltaY 100 def /AGMCORE_deltaX 310 def clippath pathbbox np pop pop 36 add exch 36 add exch moveto 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath 0 AGMCORE_&setgray gsave 1 AGMCORE_&setgray fill grestore 1 setlinewidth gsave stroke grestore currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto /AGMCORE_deltaY 12 def /AGMCORE_tmp 0 def AGMCORE_err_strings exch get { dup 32 eq { pop AGMCORE_str256 0 AGMCORE_tmp getinterval stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt { currentpoint AGMCORE_deltaY sub exch pop clippath pathbbox pop pop pop 44 add exch moveto }if AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show 0 1 AGMCORE_str256 length 1 sub { AGMCORE_str256 exch 0 put }for /AGMCORE_tmp 0 def }{ AGMCORE_str256 exch AGMCORE_tmp xpt /AGMCORE_tmp AGMCORE_tmp 1 add def }ifelse }forall }bdf /AGMCORE_CMYKDeviceNColorspaces[ [/Separation/None/DeviceCMYK{0 0 0}] [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] [/Separation(Cyan)/DeviceCMYK{0 0 0}] [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] [/DeviceCMYK] ]def /ds{ Adobe_AGM_Core begin /currentdistillerparams where { pop currentdistillerparams/CoreDistVersion get 5000 lt {<>setdistillerparams}if }if /AGMCORE_ps_version xdf /AGMCORE_ps_level xdf errordict/AGM_handleerror known not{ errordict/AGM_handleerror errordict/handleerror get put errordict/handleerror{ Adobe_AGM_Core begin $error/newerror get AGMCORE_cur_err null ne and{ $error/newerror false put AGMCORE_cur_err compose_error_msg }if $error/newerror true put end errordict/AGM_handleerror get exec }bind put }if /AGMCORE_environ_ok ps_level AGMCORE_ps_level ge ps_version AGMCORE_ps_version ge and AGMCORE_ps_level -1 eq or def AGMCORE_environ_ok not {/AGMCORE_cur_err/AGMCORE_bad_environ def}if /AGMCORE_&setgray systemdict/setgray get def level2{ /AGMCORE_&setcolor systemdict/setcolor get def /AGMCORE_&setcolorspace systemdict/setcolorspace get def }if /AGMCORE_currentbg currentblackgeneration def /AGMCORE_currentucr currentundercolorremoval def /AGMCORE_Default_flatness currentflat def /AGMCORE_distilling /product where{ pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and }{ false }ifelse def /AGMCORE_GSTATE AGMCORE_key_known not{ /AGMCORE_GSTATE 21 dict def /AGMCORE_tmpmatrix matrix def /AGMCORE_gstack 32 array def /AGMCORE_gstackptr 0 def /AGMCORE_gstacksaveptr 0 def /AGMCORE_gstackframekeys 14 def /AGMCORE_&gsave/gsave ldf /AGMCORE_&grestore/grestore ldf /AGMCORE_&grestoreall/grestoreall ldf /AGMCORE_&save/save ldf /AGMCORE_&setoverprint/setoverprint ldf /AGMCORE_gdictcopy{ begin {def}forall end }def /AGMCORE_gput{ AGMCORE_gstack AGMCORE_gstackptr get 3 1 roll put }def /AGMCORE_gget{ AGMCORE_gstack AGMCORE_gstackptr get exch get }def /gsave{ AGMCORE_&gsave AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /grestore{ AGMCORE_&grestore AGMCORE_gstackptr 1 sub dup AGMCORE_gstacksaveptr lt{1 add}if dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse /AGMCORE_gstackptr exch store }def /grestoreall{ AGMCORE_&grestoreall /AGMCORE_gstackptr AGMCORE_gstacksaveptr store }def /save{ AGMCORE_&save AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store /AGMCORE_gstacksaveptr AGMCORE_gstackptr store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /setoverprint{ dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint }def 0 1 AGMCORE_gstack length 1 sub{ AGMCORE_gstack exch AGMCORE_gstackframekeys dict put }for }if level3/AGMCORE_&sysshfill AGMCORE_key_known not and { /AGMCORE_&sysshfill systemdict/shfill get def /AGMCORE_&sysmakepattern systemdict/makepattern get def /AGMCORE_&usrmakepattern/makepattern load def }if /currentcmykcolor[0 0 0 0]AGMCORE_gput /currentstrokeadjust false AGMCORE_gput /currentcolorspace[/DeviceGray]AGMCORE_gput /sep_tint 0 AGMCORE_gput /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput /sep_colorspace_dict null AGMCORE_gput /devicen_colorspace_dict null AGMCORE_gput /indexed_colorspace_dict null AGMCORE_gput /currentcolor_intent()AGMCORE_gput /customcolor_tint 1 AGMCORE_gput /absolute_colorimetric_crd null AGMCORE_gput /relative_colorimetric_crd null AGMCORE_gput /saturation_crd null AGMCORE_gput /perceptual_crd null AGMCORE_gput currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf << /MaxPatternItem currentsystemparams/MaxPatternCache get >> setuserparams end }def /ps { /setcmykcolor where{ pop Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put }if Adobe_AGM_Core begin /setcmykcolor { 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput 1 sub 4 1 roll 3{ 3 index add neg dup 0 lt{ pop 0 }if 3 1 roll }repeat setrgbcolor pop }ndf /currentcmykcolor { /currentcmykcolor AGMCORE_gget aload pop }ndf /setoverprint {pop}ndf /currentoverprint {false}ndf /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def /AGMCORE_plate_ndx AGMCORE_cyan_plate{ 0 }{ AGMCORE_magenta_plate{ 1 }{ AGMCORE_yellow_plate{ 2 }{ AGMCORE_black_plate{ 3 }{ 4 }ifelse }ifelse }ifelse }ifelse def /AGMCORE_have_reported_unsupported_color_space false def /AGMCORE_report_unsupported_color_space { AGMCORE_have_reported_unsupported_color_space false eq { (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf }if }def /AGMCORE_composite_job AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def /AGMCORE_in_rip_sep /AGMCORE_in_rip_sep where{ pop AGMCORE_in_rip_sep }{ AGMCORE_distilling { false }{ userdict/Adobe_AGM_OnHost_Seps known{ false }{ level2{ currentpagedevice/Separations 2 copy known{ get }{ pop pop false }ifelse }{ false }ifelse }ifelse }ifelse }ifelse def /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def /AGM_preserve_spots /AGM_preserve_spots where{ pop AGM_preserve_spots }{ AGMCORE_distilling AGMCORE_producing_seps or }ifelse def /AGM_is_distiller_preserving_spotimages { currentdistillerparams/PreserveOverprintSettings known { currentdistillerparams/PreserveOverprintSettings get { currentdistillerparams/ColorConversionStrategy known { currentdistillerparams/ColorConversionStrategy get /sRGB ne }{ true }ifelse }{ false }ifelse }{ false }ifelse }def /convert_spot_to_process where{pop}{ /convert_spot_to_process { //Adobe_AGM_Core begin dup map_alias{ /Name get exch pop }if dup dup(None)eq exch(All)eq or { pop false }{ AGMCORE_host_sep { gsave 1 0 0 0 setcmykcolor currentgray 1 exch sub 0 1 0 0 setcmykcolor currentgray 1 exch sub 0 0 1 0 setcmykcolor currentgray 1 exch sub 0 0 0 1 setcmykcolor currentgray 1 exch sub add add add 0 eq { pop false }{ false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne }ifelse grestore }{ AGMCORE_distilling { pop AGM_is_distiller_preserving_spotimages not }{ //Adobe_AGM_Core/AGMCORE_name xddf false //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq AGMUTIL_cpd/OverrideSeparations known and { AGMUTIL_cpd/OverrideSeparations get { /HqnSpots/ProcSet resourcestatus { pop pop pop true }if }if }if { AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not }{ gsave [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace false AGMUTIL_cpd/SeparationColorNames 2 copy known { get {AGMCORE_name eq or}forall not }{ pop pop pop true }ifelse grestore }ifelse }ifelse }ifelse }ifelse end }def }ifelse /convert_to_process where{pop}{ /convert_to_process { dup length 0 eq { pop false }{ AGMCORE_host_sep { dup true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process and}ifelse } forall { true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch (Black)eq or and }forall not }{pop false}ifelse }{ false exch { /PhotoshopDuotoneList where{pop false}{true}ifelse { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process or}ifelse } { convert_spot_to_process or } ifelse } forall }ifelse }ifelse }def }ifelse /AGMCORE_avoid_L2_sep_space version cvr 2012 lt level2 and AGMCORE_producing_seps not and def /AGMCORE_is_cmyk_sep AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or def /AGM_avoid_0_cmyk where{ pop AGM_avoid_0_cmyk }{ AGM_preserve_spots userdict/Adobe_AGM_OnHost_Seps known userdict/Adobe_AGM_InRip_Seps known or not and }ifelse { /setcmykcolor[ { 4 copy add add add 0 eq currentoverprint and{ pop 0.0005 }if }/exec cvx /AGMCORE_&setcmykcolor load dup type/operatortype ne{ /exec cvx }if ]cvx def }if /AGMCORE_IsSeparationAProcessColor { dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or }def AGMCORE_host_sep{ /setcolortransfer { AGMCORE_cyan_plate{ pop pop pop }{ AGMCORE_magenta_plate{ 4 3 roll pop pop pop }{ AGMCORE_yellow_plate{ 4 2 roll pop pop pop }{ 4 1 roll pop pop pop }ifelse }ifelse }ifelse settransfer } def /AGMCORE_get_ink_data AGMCORE_cyan_plate{ {pop pop pop} }{ AGMCORE_magenta_plate{ {4 3 roll pop pop pop} }{ AGMCORE_yellow_plate{ {4 2 roll pop pop pop} }{ {4 1 roll pop pop pop} }ifelse }ifelse }ifelse def /AGMCORE_RemoveProcessColorNames { 1 dict begin /filtername { dup/Cyan eq 1 index(Cyan)eq or {pop(_cyan_)}if dup/Magenta eq 1 index(Magenta)eq or {pop(_magenta_)}if dup/Yellow eq 1 index(Yellow)eq or {pop(_yellow_)}if dup/Black eq 1 index(Black)eq or {pop(_black_)}if }def dup type/arraytype eq {[exch{filtername}forall]} {filtername}ifelse end }def level3{ /AGMCORE_IsCurrentColor { dup AGMCORE_IsSeparationAProcessColor { AGMCORE_plate_ndx 0 eq {dup(Cyan)eq exch/Cyan eq or}if AGMCORE_plate_ndx 1 eq {dup(Magenta)eq exch/Magenta eq or}if AGMCORE_plate_ndx 2 eq {dup(Yellow)eq exch/Yellow eq or}if AGMCORE_plate_ndx 3 eq {dup(Black)eq exch/Black eq or}if AGMCORE_plate_ndx 4 eq {pop false}if }{ gsave false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne grestore }ifelse }def /AGMCORE_filter_functiondatasource { 5 dict begin /data_in xdf data_in type/stringtype eq { /ncomp xdf /comp xdf /string_out data_in length ncomp idiv string def 0 ncomp data_in length 1 sub { string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put }for string_out }{ string/string_in xdf /string_out 1 string def /component xdf [ data_in string_in/readstring cvx [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx [/pop cvx()]cvx/ifelse cvx ]cvx/ReusableStreamDecode filter }ifelse end }def /AGMCORE_separateShadingFunction { 2 dict begin /paint? xdf /channel xdf dup type/dicttype eq { begin FunctionType 0 eq { /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def currentdict/Decode known {/Decode Decode channel 2 mul 2 getinterval def}if paint? not {/Decode[1 1]def}if }if FunctionType 2 eq { paint? { /C0[C0 channel get 1 exch sub]def /C1[C1 channel get 1 exch sub]def }{ /C0[1]def /C1[1]def }ifelse }if FunctionType 3 eq { /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def }if currentdict/Range known {/Range[0 1]def}if currentdict end}{ channel get 0 paint? AGMCORE_separateShadingFunction }ifelse end }def /AGMCORE_separateShading { 3 -1 roll begin currentdict/Function known { currentdict/Background known {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf /ColorSpace[/DeviceGray]def }{ ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }{ ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put }ifelse ColorSpace 0 get/Separation eq { { [1/exch cvx/sub cvx]cvx }{ [/pop cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll put pop }{ { [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx }{ pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll bind put }ifelse ColorSpace 2/DeviceGray put }ifelse end }def /AGMCORE_separateShadingDict { dup/ColorSpace get dup type/arraytype ne {[exch]}if dup 0 get/DeviceCMYK eq { exch begin currentdict AGMCORE_cyan_plate {0 true}if AGMCORE_magenta_plate {1 true}if AGMCORE_yellow_plate {2 true}if AGMCORE_black_plate {3 true}if AGMCORE_plate_ndx 4 eq {0 false}if dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading currentdict end exch }if dup 0 get/Separation eq { exch begin ColorSpace 1 get dup/None ne exch/All ne and { ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /Separation ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading }if }ifelse }{ currentdict ColorSpace 1 get AGMCORE_IsCurrentColor 0 exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse }if currentdict end exch }if dup 0 get/DeviceN eq { exch begin ColorSpace 1 get convert_to_process { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /DeviceN ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading /ColorSpace[/DeviceGray]def }if }ifelse }{ currentdict false -1 ColorSpace 1 get { AGMCORE_IsCurrentColor { 1 add exch pop true exch exit }if 1 add }forall exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse currentdict end exch }if dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not { exch begin ColorSpace dup type/arraytype eq {0 get}if /DeviceGray ne { AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { ColorSpace 0 get/CIEBasedA eq { /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def }if ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or { /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def }if ColorSpace 0 get/CIEBasedDEFG eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }if currentdict 0 false AGMCORE_separateShading }if }if currentdict end exch }if pop dup/AGMCORE_ignoreshade known { begin /ColorSpace[/Separation(None)/DeviceGray{}]def currentdict end }if }def /shfill { AGMCORE_separateShadingDict dup/AGMCORE_ignoreshade known {pop} {AGMCORE_&sysshfill}ifelse }def /makepattern { exch dup/PatternType get 2 eq { clonedict begin /Shading Shading AGMCORE_separateShadingDict def Shading/AGMCORE_ignoreshade known currentdict end exch {pop<>}if exch AGMCORE_&sysmakepattern }{ exch AGMCORE_&usrmakepattern }ifelse }def }if }if AGMCORE_in_rip_sep{ /setcustomcolor { exch aload pop dup 7 1 roll inRip_spot_has_ink not { 4{4 index mul 4 1 roll} repeat /DeviceCMYK setcolorspace 6 -2 roll pop pop }{ //Adobe_AGM_Core begin /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf end [/Separation 4 -1 roll/DeviceCMYK {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} ] setcolorspace }ifelse setcolor }ndf /setseparationgray { [/Separation(All)/DeviceGray{}]setcolorspace_opt 1 exch sub setcolor }ndf }{ /setseparationgray { AGMCORE_&setgray }ndf }ifelse /findcmykcustomcolor { 5 makereadonlyarray }ndf /setcustomcolor { exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop }ndf /has_color /colorimage where{ AGMCORE_producing_seps{ pop true }{ systemdict eq }ifelse }{ false }ifelse def /map_index { 1 index mul exch getinterval{255 div}forall }bdf /map_indexed_devn { Lookup Names length 3 -1 roll cvi map_index }bdf /n_color_components { base_colorspace_type dup/DeviceGray eq{ pop 1 }{ /DeviceCMYK eq{ 4 }{ 3 }ifelse }ifelse }bdf level2{ /mo/moveto ldf /li/lineto ldf /cv/curveto ldf /knockout_unitsq { 1 setgray 0 0 1 1 rectfill }def level2/setcolorspace AGMCORE_key_known not and{ /AGMCORE_&&&setcolorspace/setcolorspace ldf /AGMCORE_ReplaceMappedColor { dup type dup/arraytype eq exch/packedarraytype eq or { /AGMCORE_SpotAliasAry2 where{ begin dup 0 get dup/Separation eq { pop dup length array copy dup dup 1 get current_spot_alias { dup map_alias { false set_spot_alias dup 1 exch setsepcolorspace true set_spot_alias begin /sep_colorspace_dict currentdict AGMCORE_gput pop pop pop [ /Separation Name CSA map_csa MappedCSA /sep_colorspace_proc load ] dup Name end }if }if map_reserved_ink_name 1 xpt }{ /DeviceN eq { dup length array copy dup dup 1 get[ exch{ current_spot_alias{ dup map_alias{ /Name get exch pop }if }if map_reserved_ink_name }forall ]1 xpt }if }ifelse end }if }if }def /setcolorspace { dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/Indexed eq { AGMCORE_distilling { /PhotoshopDuotoneList where { pop false }{ true }ifelse }{ true }ifelse { aload pop 3 -1 roll AGMCORE_ReplaceMappedColor 3 1 roll 4 array astore }if }{ AGMCORE_ReplaceMappedColor }ifelse }if DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if }def }if }{ /adj { currentstrokeadjust{ transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform }if }def /mo{ adj moveto }def /li{ adj lineto }def /cv{ 6 2 roll adj 6 2 roll adj 6 2 roll adj curveto }def /knockout_unitsq { 1 setgray 8 8 1[8 0 0 8 0 0]{}image }def /currentstrokeadjust{ /currentstrokeadjust AGMCORE_gget }def /setstrokeadjust{ /currentstrokeadjust exch AGMCORE_gput }def /setcolorspace { /currentcolorspace exch AGMCORE_gput }def /currentcolorspace { /currentcolorspace AGMCORE_gget }def /setcolor_devicecolor { base_colorspace_type dup/DeviceGray eq{ pop setgray }{ /DeviceCMYK eq{ setcmykcolor }{ setrgbcolor }ifelse }ifelse }def /setcolor { currentcolorspace 0 get dup/DeviceGray ne{ dup/DeviceCMYK ne{ dup/DeviceRGB ne{ dup/Separation eq{ pop currentcolorspace 3 gx currentcolorspace 2 get }{ dup/Indexed eq{ pop currentcolorspace 3 get dup type/stringtype eq{ currentcolorspace 1 get n_color_components 3 -1 roll map_index }{ exec }ifelse currentcolorspace 1 get }{ /AGMCORE_cur_err/AGMCORE_invalid_color_space def AGMCORE_invalid_color_space }ifelse }ifelse }if }if }if setcolor_devicecolor }def }ifelse /sop/setoverprint ldf /lw/setlinewidth ldf /lc/setlinecap ldf /lj/setlinejoin ldf /ml/setmiterlimit ldf /dsh/setdash ldf /sadj/setstrokeadjust ldf /gry/setgray ldf /rgb/setrgbcolor ldf /cmyk[ /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx /setcmykcolor load dup type/operatortype ne{/exec cvx}if ]cvx bdf level3 AGMCORE_host_sep not and{ /nzopmsc{ 6 dict begin /kk exch def /yy exch def /mm exch def /cc exch def /sum 0 def cc 0 ne{/sum sum 2#1000 or def cc}if mm 0 ne{/sum sum 2#0100 or def mm}if yy 0 ne{/sum sum 2#0010 or def yy}if kk 0 ne{/sum sum 2#0001 or def kk}if AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace sum 0 eq{0}if end setcolor }bdf }{ /nzopmsc/cmyk ldf }ifelse /sep/setsepcolor ldf /devn/setdevicencolor ldf /idx/setindexedcolor ldf /colr/setcolor ldf /csacrd/set_csa_crd ldf /sepcs/setsepcolorspace ldf /devncs/setdevicencolorspace ldf /idxcs/setindexedcolorspace ldf /cp/closepath ldf /clp/clp_npth ldf /eclp/eoclp_npth ldf /f/fill ldf /ef/eofill ldf /@/stroke ldf /nclp/npth_clp ldf /gset/graphic_setup ldf /gcln/graphic_cleanup ldf /ct/concat ldf /cf/currentfile ldf /fl/filter ldf /rs/readstring ldf /AGMCORE_def_ht currenthalftone def /clonedict Adobe_AGM_Utils begin/clonedict load end def /clonearray Adobe_AGM_Utils begin/clonearray load end def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall /getrampcolor { /indx exch def 0 1 NumComp 1 sub { dup Samples exch get dup type/stringtype eq{indx get}if exch Scaling exch get aload pop 3 1 roll mul add }for ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /sssetbackground{ aload pop ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /RadialShade { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /r2 xdf /c2y xdf /c2x xdf /r1 xdf /c1y xdf /c1x xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if c1x c2x eq { c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope c2y c1y sub c2x c1x sub div def /theta slope 1 atan def c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if }ifelse gsave clippath c1x c1y translate theta rotate -90 rotate {pathbbox}stopped {0 0 0 0}if /yMax xdf /xMax xdf /yMin xdf /xMin xdf grestore xMax xMin eq yMax yMin eq or { grestore end }{ /max{2 copy gt{pop}{exch pop}ifelse}bdf /min{2 copy lt{pop}{exch pop}ifelse}bdf rampdict begin 40 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave c1x c1y translate theta rotate -90 rotate /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def /c1y 0 def /c1x 0 def /c2x 0 def ext0 { 0 getrampcolor c2y r2 add r1 sub 0.0001 lt { c1x c1y r1 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2y r1 add r2 le { c1x c1y r1 0 360 arc fill } { c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r1 neg def /p1y c1y def /p2x r1 def /p2y c1y def p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y p1x SS1 div neg def /SS2 90 theta sub dup sin exch cos div def /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y p2x SS2 div neg def r1 r2 gt { /L1maxX p1x yMin p1y sub SS1 div add def /L2maxX p2x yMin p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if c1x c2x sub dup mul c1y c2y sub dup mul add 0.5 exp 0 dtransform dup mul exch dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop /hires xdf hires mul /numpix xdf /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if /xInc c2x c1x sub numsteps div def /yInc c2y c1y sub numsteps div def /rInc r2 r1 sub numsteps div def /cx c1x def /cy c1y def /radius r1 def np xInc 0 eq yInc 0 eq rInc 0 eq and and { 0 getrampcolor cx cy radius 0 360 arc stroke NumSamples 1 sub getrampcolor cx cy radius 72 hires div add 0 360 arc 0 setlinewidth stroke }{ 0 numsteps { dup subsampling{round cvi}if getrampcolor cx cy radius 0 360 arc /cx cx xInc add def /cy cy yInc add def /radius radius rInc add def cx cy radius 360 0 arcn eofill rampIndxInc add }repeat pop }ifelse ext1 { c2y r2 add r1 lt { c2x c2y r2 0 360 arc fill }{ c2y r1 add r2 sub 0.0001 le { c2x c2y r2 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r2 neg def /p1y c2y def /p2x r2 def /p2y c2y def p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y c2y p1x SS1 div sub def /SS2 90 theta sub dup sin exch cos div def /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y c2y p2x SS2 div sub def r1 r2 lt { /L1maxX p1x yMax p1y sub SS1 div add def /L2maxX p2x yMax p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if grestore grestore end end end }ifelse }bdf /GenStrips { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /y2 xdf /x2 xdf /y1 xdf /x1 xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if x1 x2 eq { y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope y2 y1 sub x2 x1 sub div def /theta slope 1 atan def x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if } ifelse gsave clippath x1 y1 translate theta rotate {pathbbox}stopped {0 0 0 0}if /yMax exch def /xMax exch def /yMin exch def /xMin exch def grestore xMax xMin eq yMax yMin eq or { grestore end }{ rampdict begin 20 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave x1 y1 translate theta rotate /xStart 0 def /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def /ySpan yMax yMin sub def /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def xStart 0 transform xEnd 0 transform 3 -1 roll sub dup mul 3 1 roll sub dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop mul /numpix xdf numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if ext0 { 0 getrampcolor xMin xStart lt { xMin yMin xMin neg ySpan rectfill }if }if /xInc xEnd xStart sub numsteps div def /x xStart def 0 numsteps { dup subsampling{round cvi}if getrampcolor x yMin xInc ySpan rectfill /x x xInc add def rampIndxInc add }repeat pop ext1{ xMax xEnd gt { xEnd yMin xMax xEnd sub ySpan rectfill }if }if grestore grestore end end end }ifelse }bdf }def /pt { end }def /dt{ }def /pgsv{ //Adobe_AGM_Core/AGMCORE_save save put }def /pgrs{ //Adobe_AGM_Core/AGMCORE_save get restore }def systemdict/findcolorrendering known{ /findcolorrendering systemdict/findcolorrendering get def }if systemdict/setcolorrendering known{ /setcolorrendering systemdict/setcolorrendering get def }if /test_cmyk_color_plate { gsave setcmykcolor currentgray 1 ne grestore }def /inRip_spot_has_ink { dup//Adobe_AGM_Core/AGMCORE_name xddf convert_spot_to_process not }def /map255_to_range { 1 index sub 3 -1 roll 255 div mul add }def /set_csa_crd { /sep_colorspace_dict null AGMCORE_gput begin CSA get_csa_by_name setcolorspace_opt set_crd end } def /map_csa { currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse {pop}{get_csa_by_name/MappedCSA xdf}ifelse }def /setsepcolor { /sep_colorspace_dict AGMCORE_gget begin dup/sep_tint exch AGMCORE_gput TintProc end }def /setdevicencolor { /devicen_colorspace_dict AGMCORE_gget begin Names length copy Names length 1 sub -1 0 { /devicen_tints AGMCORE_gget 3 1 roll xpt }for TintProc end }def /sep_colorspace_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin currentdict/Components known{ Components aload pop TintMethod/Lab eq{ 2{AGMCORE_tmp mul NComponents 1 roll}repeat LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll }{ TintMethod/Subtractive eq{ NComponents{ AGMCORE_tmp mul NComponents 1 roll }repeat }{ NComponents{ 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll }repeat }ifelse }ifelse }{ ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get aload pop }ifelse end }def /sep_colorspace_gray_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get end }def /sep_proc_name { dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ pop[/DeviceGray] /sep_colorspace_gray_proc }{ /sep_colorspace_proc }ifelse }def /setsepcolorspace { current_spot_alias{ dup begin Name map_alias{ exch pop }if end }if dup/sep_colorspace_dict exch AGMCORE_gput begin CSA map_csa /AGMCORE_sep_special Name dup()eq exch(All)eq or store AGMCORE_avoid_L2_sep_space{ [/Indexed MappedCSA sep_proc_name 255 exch {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx ]setcolorspace_opt /TintProc{ 255 mul round cvi setcolor }bdf }{ MappedCSA 0 get/DeviceCMYK eq currentdict/Components known and AGMCORE_sep_special not and{ /TintProc[ Components aload pop Name findcmykcustomcolor /exch cvx/setcustomcolor cvx ]cvx bdf }{ AGMCORE_host_sep Name(All)eq and{ /TintProc{ 1 exch sub setseparationgray }bdf }{ AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and AGMCORE_host_sep or Name()eq and{ /TintProc[ MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ cvx/setcmykcolor cvx }{ cvx/setgray cvx }ifelse ]cvx bdf }{ AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ /TintProc[ /dup cvx MappedCSA sep_proc_name cvx exch 0 get/DeviceGray eq{ 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx }if /Name cvx/findcmykcustomcolor cvx/exch cvx AGMCORE_host_sep{ AGMCORE_is_cmyk_sep /Name cvx /AGMCORE_IsSeparationAProcessColor load/exec cvx /not cvx/and cvx }{ Name inRip_spot_has_ink not }ifelse [ /pop cvx 1 ]cvx/if cvx /setcustomcolor cvx ]cvx bdf }{ /TintProc{setcolor}bdf [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt }ifelse }ifelse }ifelse }ifelse }ifelse set_crd setsepcolor end }def /additive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 0 1 numarrays 1 sub { 1 exch add/index cvx c1/get cvx/mul cvx }for numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /subtractive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 1 0 1 numarrays 1 sub { 1 3 3 -1 roll add/index cvx c1/get cvx/sub cvx/mul cvx }for /sub cvx numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /exec_tint_transform { /TintProc[ /TintTransform cvx/setcolor cvx ]cvx bdf MappedCSA setcolorspace_opt }bdf /devn_makecustomcolor { 2 dict begin /names_index xdf /Names xdf 1 1 1 1 Names names_index get findcmykcustomcolor /devicen_tints AGMCORE_gget names_index get setcustomcolor Names length{pop}repeat end }bdf /setdevicencolorspace { dup/AliasedColorants known{false}{true}ifelse current_spot_alias and{ 7 dict begin /names_index 0 def dup/names_len exch/Names get length def /new_names names_len array def /new_LookupTables names_len array def /alias_cnt 0 def dup/Names get { dup map_alias{ exch pop dup/ColorLookup known{ dup begin new_LookupTables names_index ColorLookup put end }{ dup/Components known{ dup begin new_LookupTables names_index Components put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse new_names names_index 3 -1 roll/Name get put /alias_cnt alias_cnt 1 add def }{ /name xdf new_names names_index name put dup/LookupTables known{ dup begin new_LookupTables names_index LookupTables names_index get put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse /names_index names_index 1 add def }forall alias_cnt 0 gt{ /AliasedColorants true def /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def 0 1 names_len 1 sub{ /names_index xdf new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ /AliasedColorants false def exit }{ new_LookupTables names_index get 0 get null eq{ dup/Names get names_index get/name xdf name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq or or or not{ /AliasedColorants false def exit }if }if }ifelse }for lut_entry_len 1 eq{ /AliasedColorants false def }if AliasedColorants{ dup begin /Names new_names def /LookupTables new_LookupTables def /AliasedColorants true def /NComponents lut_entry_len def /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def currentdict/TTTablesIdx known not{ /TTTablesIdx -1 def }if end }if }if end }if dup/devicen_colorspace_dict exch AGMCORE_gput begin currentdict/AliasedColorants known{ AliasedColorants }{ false }ifelse dup not{ CSA map_csa }if /TintTransform load type/nulltype eq or{ /TintTransform[ 0 1 Names length 1 sub { /TTTablesIdx TTTablesIdx 1 add def dup LookupTables exch get dup 0 get null eq { 1 index Names exch get dup(Cyan)eq { pop exch LookupTables length exch sub /index cvx 0 0 0 } { dup(Magenta)eq { pop exch LookupTables length exch sub /index cvx 0/exch cvx 0 0 }{ (Yellow)eq { exch LookupTables length exch sub /index cvx 0 0 3 -1/roll cvx 0 }{ exch LookupTables length exch sub /index cvx 0 0 0 4 -1/roll cvx }ifelse }ifelse }ifelse 5 -1/roll cvx/astore cvx }{ dup length 1 sub LookupTables length 4 -1 roll sub 1 add /index cvx/mul cvx/round cvx/cvi cvx/get cvx }ifelse Names length TTTablesIdx add 1 add 1/roll cvx }for Names length[/pop cvx]cvx/repeat cvx NComponents Names length TintMethod/Subtractive eq { subtractive_blend }{ additive_blend }ifelse ]cvx bdf }if AGMCORE_host_sep{ Names convert_to_process{ exec_tint_transform } { currentdict/AliasedColorants known{ AliasedColorants not }{ false }ifelse 5 dict begin /AvoidAliasedColorants xdf /painted? false def /names_index 0 def /names_len Names length def AvoidAliasedColorants{ /currentspotalias current_spot_alias def false set_spot_alias }if Names{ AGMCORE_is_cmyk_sep{ dup(Cyan)eq AGMCORE_cyan_plate and exch dup(Magenta)eq AGMCORE_magenta_plate and exch dup(Yellow)eq AGMCORE_yellow_plate and exch (Black)eq AGMCORE_black_plate and or or or{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def }if painted?{exit}if }{ 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def exit }if }ifelse /names_index names_index 1 add def }forall AvoidAliasedColorants{ currentspotalias set_spot_alias }if painted?{ /devicen_colorspace_dict AGMCORE_gget/names_index names_index put }{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx 0 0 0 0/setcmykcolor cvx ]cvx ddf }ifelse end }ifelse } { AGMCORE_in_rip_sep{ Names convert_to_process not }{ level3 }ifelse { [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt /TintProc level3 not AGMCORE_in_rip_sep and{ [ Names/length cvx[/pop cvx]cvx/repeat cvx ]cvx bdf }{ {setcolor}bdf }ifelse }{ exec_tint_transform }ifelse }ifelse set_crd /AliasedColorants false def end }def /setindexedcolorspace { dup/indexed_colorspace_dict exch AGMCORE_gput begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ currentdict devncs }{ 1 currentdict sepcs }ifelse AGMCORE_host_sep{ 4 dict begin /compCnt/Names where{pop Names length}{1}ifelse def /NewLookup HiVal 1 add string def 0 1 HiVal{ /tableIndex xdf Lookup dup type/stringtype eq{ compCnt tableIndex map_index }{ exec }ifelse /Names where{ pop setdevicencolor }{ setsepcolor }ifelse currentgray tableIndex exch 255 mul cvi NewLookup 3 1 roll put }for [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt end }{ level3 { currentdict/Names known{ [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt }{ [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt }ifelse }{ [/Indexed MappedCSA HiVal [ currentdict/Names known{ Lookup dup type/stringtype eq {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} {/exec cvx}ifelse /TintTransform load/exec cvx }{ Lookup dup type/stringtype eq {/exch cvx/get cvx 255/div cvx} {/exec cvx}ifelse CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx }ifelse ]cvx ]setcolorspace_opt }ifelse }ifelse end set_crd } { CSA map_csa AGMCORE_host_sep level2 not and{ 0 0 0 0 setcmykcolor }{ [/Indexed MappedCSA level2 not has_color not and{ dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ pop[/DeviceGray] }if HiVal GrayLookup }{ HiVal currentdict/RangeArray known{ { /indexed_colorspace_dict AGMCORE_gget begin Lookup exch dup HiVal gt{ pop HiVal }if NComponents mul NComponents getinterval{}forall NComponents 1 sub -1 0{ RangeArray exch 2 mul 2 getinterval aload pop map255_to_range NComponents 1 roll }for end }bind }{ Lookup }ifelse }ifelse ]setcolorspace_opt set_crd }ifelse }ifelse end }def /setindexedcolor { AGMCORE_host_sep{ /indexed_colorspace_dict AGMCORE_gget begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ map_indexed_devn devn } { Lookup 1 3 -1 roll map_index sep }ifelse end }{ Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll map_index MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse }ifelse end }{ level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin map_indexed_devn devn end } { setcolor }ifelse }ifelse }def /ignoreimagedata { currentoverprint not{ gsave dup clonedict begin 1 setgray /Decode[0 1]def /DataSourcedef /MultipleDataSources false def /BitsPerComponent 8 def currentdict end systemdict/image gx grestore }if consumeimagedata }def /add_res { dup/CSD eq{ pop //Adobe_AGM_Core begin /AGMCORE_CSD_cache load 3 1 roll put end }{ defineresource pop }ifelse }def /del_res { { aload pop exch dup/CSD eq{ pop {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall }{ exch {1 index undefineresource}forall pop }ifelse }forall }def /get_res { dup/CSD eq{ pop dup type dup/nametype eq exch/stringtype eq or{ AGMCORE_CSD_cache exch get }if }{ findresource }ifelse }def /get_csa_by_name { dup type dup/nametype eq exch/stringtype eq or{ /CSA get_res }if }def /paintproc_buf_init { /count get 0 0 put }def /paintproc_buf_next { dup/count get dup 0 get dup 3 1 roll 1 add 0 xpt get }def /cachepaintproc_compress { 5 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def /string_size 16000 def /readbuffer string_size string def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal /LZWFilter { exch dup length 0 eq{ pop }{ ppdict dup length 1 sub 3 -1 roll put }ifelse {string_size}{0}ifelse string }/LZWEncode filter def { ReadFilter readbuffer readstring exch LZWFilter exch writestring not{exit}if }loop LZWFilter closefile ppdict end }def /cachepaintproc { 2 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal { ReadFilter 16000 string readstring exch ppdict dup length 1 sub 3 -1 roll put not{exit}if }loop ppdict dup dup length 1 sub()put end }def /make_pattern { exch clonedict exch dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub matrix translate exch matrix concatmatrix 1 index begin BBox 0 get XStep div cvi XStep mul/xshift exch neg def BBox 1 get YStep div cvi YStep mul/yshift exch neg def BBox 0 get xshift add BBox 1 get yshift add BBox 2 get xshift add BBox 3 get yshift add 4 array astore /BBox exch def [xshift yshift/translate load null/exec load]dup 3/PaintProc load put cvx/PaintProc exch def end gsave 0 setgray makepattern grestore }def /set_pattern { dup/PatternType get 1 eq{ dup/PaintType get 1 eq{ currentoverprint sop[/DeviceGray]setcolorspace 0 setgray }if }if setpattern }def /setcolorspace_opt { dup currentcolorspace eq{pop}{setcolorspace}ifelse }def /updatecolorrendering { currentcolorrendering/RenderingIntent known{ currentcolorrendering/RenderingIntent get } { Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd AGMCORE_gget dup null eq } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd AGMCORE_gget dup null eq } { Intent/Saturation eq { /saturation_crd AGMCORE_gget dup null eq } { /perceptual_crd AGMCORE_gget dup null eq }ifelse }ifelse }ifelse { pop null } { /RenderingIntent known{null}{Intent}ifelse }ifelse }ifelse Intent ne{ Intent/ColorRendering{findresource}stopped { pop pop systemdict/findcolorrendering known { Intent findcolorrendering { /ColorRendering findresource true exch } { /ColorRendering findresource product(Xerox Phaser 5400)ne exch }ifelse dup Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd exch AGMCORE_gput } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd exch AGMCORE_gput } { Intent/Saturation eq { /saturation_crd exch AGMCORE_gput } { Intent/Perceptual eq { /perceptual_crd exch AGMCORE_gput } { pop }ifelse }ifelse }ifelse }ifelse 1 index{exch}{pop}ifelse } {false}ifelse } {true}ifelse { dup begin currentdict/TransformPQR known{ currentdict/TransformPQR get aload pop 3{{}eq 3 1 roll}repeat or or } {true}ifelse currentdict/MatrixPQR known{ currentdict/MatrixPQR get aload pop 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq and and and and and and and and } {true}ifelse end or { clonedict begin /TransformPQR[ {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind ]def /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def currentdict end }if setcolorrendering_opt }if }if }def /set_crd { AGMCORE_host_sep not level2 and{ currentdict/ColorRendering known{ ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if }{ currentdict/Intent known{ updatecolorrendering }if }ifelse currentcolorspace dup type/arraytype eq {0 get}if /DeviceRGB eq { currentdict/UCR known {/UCR}{/AGMCORE_currentucr}ifelse load setundercolorremoval currentdict/BG known {/BG}{/AGMCORE_currentbg}ifelse load setblackgeneration }if }if }def /set_ucrbg { dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval }def /setcolorrendering_opt { dup currentcolorrendering eq{ pop }{ product(HP Color LaserJet 2605)anchorsearch{ pop pop pop }{ pop clonedict begin /Intent Intent def currentdict end setcolorrendering }ifelse }ifelse }def /cpaint_gcomp { convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not { (%end_cpaint_gcomp)flushinput }if }def /cpaint_gsep { //Adobe_AGM_Core/AGMCORE_ConvertToProcess get { (%end_cpaint_gsep)flushinput }if }def /cpaint_gend {np}def /T1_path { currentfile token pop currentfile token pop mo { currentfile token pop dup type/stringtype eq {pop exit}if 0 exch rlineto currentfile token pop dup type/stringtype eq {pop exit}if 0 rlineto }loop }def /T1_gsave level3 {/clipsave} {/gsave}ifelse load def /T1_grestore level3 {/cliprestore} {/grestore}ifelse load def /set_spot_alias_ary { dup inherit_aliases //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf }def /set_spot_normalization_ary { dup inherit_aliases dup length /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if array //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf /AGMCORE_SpotAliasAry where{ pop AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval AGMCORE_SpotAliasAry length }{0}ifelse AGMCORE_SpotAliasAry2 3 1 roll exch putinterval true set_spot_alias }def /inherit_aliases { {dup/Name get map_alias{/CSD put}{pop}ifelse}forall }def /set_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias 3 -1 roll put }{ pop }ifelse }def /current_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias get }{ false }ifelse }def /map_alias { /AGMCORE_SpotAliasAry2 where{ begin /AGMCORE_name xdf false AGMCORE_SpotAliasAry2{ dup/Name get AGMCORE_name eq{ /CSD get/CSD get_res exch pop true exit }{ pop }ifelse }forall end }{ pop false }ifelse }bdf /spot_alias { true set_spot_alias /AGMCORE_&setcustomcolor AGMCORE_key_known not{ //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put }if /customcolor_tint 1 AGMCORE_gput //Adobe_AGM_Core begin /setcustomcolor { //Adobe_AGM_Core begin dup/customcolor_tint exch AGMCORE_gput 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not current_spot_alias and{1 index 4 get map_alias}{false}ifelse { false set_spot_alias /sep_colorspace_dict AGMCORE_gget null ne {/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse 3 1 roll 2 index{ exch pop/sep_tint AGMCORE_gget exch }if mark 3 1 roll setsepcolorspace counttomark 0 ne{ setsepcolor }if pop not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if pop true set_spot_alias }{ AGMCORE_&setcustomcolor }ifelse end }bdf end }def /begin_feature { Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if }def /end_feature { 2 dict begin /spd/setpagedevice load def /setpagedevice{get_gstate spd set_gstate}def stopped{$error/newerror false put}if end count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if }def /set_negative { //Adobe_AGM_Core begin /AGMCORE_inverting exch def level2{ currentpagedevice/NegativePrint known AGMCORE_distilling not and{ currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ true begin_feature true{ <>setpagedevice }end_feature }if /AGMCORE_inverting false def }if }if AGMCORE_inverting{ [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer AGMCORE_distilling{ erasepage }{ gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore }ifelse }if end }def /lw_save_restore_override{ /md where{ pop md begin initializepage /initializepage{}def /pmSVsetup{}def /endp{}def /pse{}def /psb{}def /orig_showpage where {pop} {/orig_showpage/showpage load def} ifelse /showpage{orig_showpage gR}def end }if }def /pscript_showpage_override{ /NTPSOct95 where { begin showpage save /showpage/restore load def /restore{exch pop}def end }if }def /driver_media_override { /md where{ pop md/initializepage known{ md/initializepage{}put }if md/rC known{ md/rC{4{pop}repeat}put }if }if /mysetup where{ /mysetup[1 0 0 1 0 0]put }if Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put level2 {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if }def /capture_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put }if }if }def /restore_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup known{ Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put Adobe_AGM_Core/save_mysetup undef }if }if }if }def /driver_check_media_override { /PrepsDict where {pop} { Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq { Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and }if { Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix }if }ifelse }def AGMCORE_err_strings begin /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def /AGMCORE_invalid_color_space(This job contains an invalid color space. )def end /set_def_ht {AGMCORE_def_ht sethalftone}def /set_def_flat {AGMCORE_Default_flatness setflat}def end systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Image 71 dict dup begin put /Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def /nd{ null def }bind def /AGMIMG_&image nd /AGMIMG_&colorimage nd /AGMIMG_&imagemask nd /AGMIMG_mbuf()def /AGMIMG_ybuf()def /AGMIMG_kbuf()def /AGMIMG_c 0 def /AGMIMG_m 0 def /AGMIMG_y 0 def /AGMIMG_k 0 def /AGMIMG_tmp nd /AGMIMG_imagestring0 nd /AGMIMG_imagestring1 nd /AGMIMG_imagestring2 nd /AGMIMG_imagestring3 nd /AGMIMG_imagestring4 nd /AGMIMG_imagestring5 nd /AGMIMG_cnt nd /AGMIMG_fsave nd /AGMIMG_colorAry nd /AGMIMG_override nd /AGMIMG_name nd /AGMIMG_maskSource nd /AGMIMG_flushfilters nd /invert_image_samples nd /knockout_image_samples nd /img nd /sepimg nd /devnimg nd /idximg nd /ds { Adobe_AGM_Core begin Adobe_AGM_Image begin /AGMIMG_&image systemdict/image get def /AGMIMG_&imagemask systemdict/imagemask get def /colorimage where{ pop /AGMIMG_&colorimage/colorimage ldf }if end end }def /ps { Adobe_AGM_Image begin /AGMIMG_ccimage_exists{/customcolorimage where { pop /Adobe_AGM_OnHost_Seps where { pop false }{ /Adobe_AGM_InRip_Seps where { pop false }{ true }ifelse }ifelse }{ false }ifelse }bdf level2{ /invert_image_samples { Adobe_AGM_Image/AGMIMG_tmp Decode length ddf /Decode[Decode 1 get Decode 0 get]def }def /knockout_image_samples { Operator/imagemask ne{ /Decode[1 1]def }if }def }{ /invert_image_samples { {1 exch sub}currenttransfer addprocs settransfer }def /knockout_image_samples { {pop 1}currenttransfer addprocs settransfer }def }ifelse /img/imageormask ldf /sepimg/sep_imageormask ldf /devnimg/devn_imageormask ldf /idximg/indexed_imageormask ldf /_ctype 7 def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall }def /pt { end }def /dt { }def /AGMIMG_flushfilters { dup type/arraytype ne {1 array astore}if dup 0 get currentfile ne {dup 0 get flushfile}if { dup type/filetype eq { dup status 1 index currentfile ne and {closefile} {pop} ifelse }{pop}ifelse }forall }def /AGMIMG_init_common { currentdict/T known{/ImageType/T ldf currentdict/T undef}if currentdict/W known{/Width/W ldf currentdict/W undef}if currentdict/H known{/Height/H ldf currentdict/H undef}if currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if currentdict/D known{/Decode/D ldf currentdict/D undef}if currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if currentdict/O known{ /Operator/O load 1 eq{ /imagemask }{ /O load 2 eq{ /image }{ /colorimage }ifelse }ifelse def currentdict/O undef }if currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if currentdict/I known{/Interpolate/I ldf currentdict/I undef}if currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if /DataSource load xcheck not{ DataSource type/arraytype eq{ DataSource 0 get type/filetype eq{ /_Filters DataSource def currentdict/MultipleDataSources known not{ /DataSource DataSource dup length 1 sub get def }if }if }if currentdict/MultipleDataSources known not{ /MultipleDataSources DataSource type/arraytype eq{ DataSource length 1 gt } {false}ifelse def }if }if /NComponents Decode length 2 div def currentdict/SkipImageProc known not{/SkipImageProc{false}def}if }bdf /imageormask_sys { begin AGMIMG_init_common save mark level2{ currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load AGMIMG_&imagemask }{ BitsPerComponent ImageMatrix/DataSource load AGMIMG_&image }ifelse }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if cleartomark restore end }def /overprint_plate { currentoverprint{ 0 get dup type/nametype eq{ dup/DeviceGray eq{ pop AGMCORE_black_plate not }{ /DeviceCMYK eq{ AGMCORE_is_cmyk_sep not }if }ifelse }{ false exch { AGMOHS_sepink eq or }forall not }ifelse }{ pop false }ifelse }def /process_mask { level3{ dup begin /ImageType 1 def end 4 dict begin /DataDict exch def /ImageType 3 def /InterleaveType 3 def /MaskDict 9 dict begin /ImageType 1 def /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def /ImageMatrix[Width 0 0 Height neg 0 Height]def /NComponents 1 def /BitsPerComponent 1 def /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def currentdict end def currentdict end }if }def /use_mask { dup/Mask known {dup/Mask get}{false}ifelse }def /imageormask { begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata } { save mark level2 AGMCORE_host_sep not and{ currentdict Operator/imagemask eq DeviceN_PS2 not and{ imagemask }{ AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ [/Separation/Black/DeviceGray{}]setcolorspace /Decode[Decode 1 get Decode 0 get]def }if use_mask{ process_mask image }{ DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and { Names convert_to_process not{ 2 dict begin /imageDict xdf /names_index 0 def gsave imageDict write_image_file{ Names{ dup(None)ne{ [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace Operator imageDict read_image_file names_index 0 eq{true setoverprint}if /names_index names_index 1 add def }{ pop }ifelse }forall close_image_file }if grestore end }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load /Adobe_AGM_OnHost_Seps where{ pop imagemask }{ currentgray 1 ne{ currentdict imageormask_sys }{ currentoverprint not{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }ifelse }{ BitsPerComponent ImageMatrix MultipleDataSources{ 0 1 NComponents 1 sub{ DataSource exch get }for }{ /DataSource load }ifelse Operator/colorimage eq{ AGMCORE_host_sep{ MultipleDataSources level2 or NComponents 4 eq and{ AGMCORE_is_cmyk_sep{ MultipleDataSources{ /DataSource DataSource 0 get xcheck { [ DataSource 0 get/exec cvx DataSource 1 get/exec cvx DataSource 2 get/exec cvx DataSource 3 get/exec cvx /AGMCORE_get_ink_data cvx ]cvx }{ DataSource aload pop AGMCORE_get_ink_data }ifelse def }{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul /DataSource load filter_cmyk 0()/SubFileDecode filter def }ifelse /Decode[Decode 0 get Decode 1 get]def /MultipleDataSources false def /NComponents 1 def /Operator/image def invert_image_samples 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }{ MultipleDataSources NComponents AGMIMG_&colorimage }ifelse }{ true NComponents colorimage }ifelse }{ Operator/image eq{ AGMCORE_host_sep{ /DoImage true def currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse { AGMCORE_black_plate not Operator/imagemask ne and{ /DoImage false def currentdict ignoreimagedata }if }if 1 AGMCORE_&setgray DoImage {currentdict imageormask_sys}if }{ use_mask{ process_mask image }{ image }ifelse }ifelse }{ Operator/knockout eq{ pop pop pop pop pop currentcolorspace overprint_plate not{ knockout_unitsq }if }if }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /sep_imageormask { /sep_colorspace_dict AGMCORE_gget begin CSA map_csa begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_avoid_L2_sep_space{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def }if AGMIMG_ccimage_exists MappedCSA 0 get/DeviceCMYK eq and currentdict/Components known and Name()ne and Name(All)ne and Operator/image eq and AGMCORE_producing_seps not and level2 not and { Width Height BitsPerComponent ImageMatrix [ /DataSource load/exec cvx { 0 1 2 index length 1 sub{ 1 index exch 2 copy get 255 xor put }for }/exec cvx ]cvx bind MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Name findcmykcustomcolor customcolorimage }{ AGMCORE_producing_seps not{ level2{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentdict imageormask }{ currentdict Operator/imagemask eq{ imageormask }{ sep_imageormask_lev1 }ifelse }ifelse }{ AGMCORE_host_sep{ Operator/knockout eq{ currentdict/ImageMatrix get concat knockout_unitsq }{ currentgray 1 ne{ AGMCORE_is_cmyk_sep Name(All)ne and{ level2{ Name AGMCORE_IsSeparationAProcessColor { Operator/imagemask eq{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor }if }{ invert_image_samples }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ [/Separation Name[/DeviceGray] { sep_colorspace_proc AGMCORE_get_ink_data 1 exch sub }bind ]AGMCORE_&setcolorspace /sep_tint AGMCORE_gget AGMCORE_&setcolor }if }ifelse currentdict imageormask_sys }{ currentdict Operator/imagemask eq{ imageormask_sys }{ sep_image_lev1_sep }ifelse }ifelse }{ Operator/imagemask ne{ invert_image_samples }if currentdict imageormask_sys }ifelse }{ currentoverprint not Name(All)eq or Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ currentcolorspace 0 get/Separation ne{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if }if currentoverprint MappedCSA 0 get/DeviceCMYK eq and Name AGMCORE_IsSeparationAProcessColor not and //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse Name(All)ne and{ imageormask_l2_overprint }{ currentdict imageormask }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end }def /colorSpaceElemCnt { mark currentcolor counttomark dup 2 add 1 roll cleartomark }bdf /devn_sep_datasource { 1 dict begin /dataSource xdf [ 0 1 dataSource length 1 sub{ dup currentdict/dataSource get/exch cvx/get cvx/exec cvx /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx }for ]cvx bind end }bdf /devn_alt_datasource { 11 dict begin /convProc xdf /origcolorSpaceElemCnt xdf /origMultipleDataSources xdf /origBitsPerComponent xdf /origDecode xdf /origDataSource xdf /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def /DataSource origMultipleDataSources { [ BitsPerComponent 8 idiv origDecode length 2 idiv mul string 0 1 origDecode length 2 idiv 1 sub { dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch origDataSource exch get 0()/SubFileDecode filter BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx }for ]bind cvx }{origDataSource}ifelse 0()/SubFileDecode filter def [ origcolorSpaceElemCnt string 0 2 origDecode length 2 sub { dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx }for /convProc load/exec cvx origcolorSpaceElemCnt 1 sub -1 0 { /dup cvx 2/add cvx/index cvx 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx }for ]bind cvx 0()/SubFileDecode filter end }bdf /devn_imageormask { /devicen_colorspace_dict AGMCORE_gget begin CSA map_csa 2 dict begin dup /srcDataStrs[3 -1 roll begin AGMIMG_init_common currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi { dup 65535 gt{1 add 2 div cvi}{exit}ifelse }loop string }repeat end]def /dstDataStr srcDataStrs 0 get length string def begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_producing_seps not{ level3 not{ Operator/imagemask ne{ /DataSource[[ DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def /MultipleDataSources true def /Decode colorSpaceElemCnt[exch{0 1}repeat]def }if }if currentdict imageormask }{ AGMCORE_host_sep{ Names convert_to_process{ CSA get_csa_by_name 0 get/DeviceCMYK eq{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource filter_cmyk 0()/SubFileDecode filter def /MultipleDataSources false def /Decode[1 0]def /DeviceGray setcolorspace currentdict imageormask_sys }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate{ /DataSource DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource /MultipleDataSources false def /Decode colorSpaceElemCnt[exch{0 1}repeat]def currentdict imageormask_sys }{ gsave knockout_unitsq grestore currentdict consumeimagedata }ifelse }ifelse } { /devicen_colorspace_dict AGMCORE_gget/names_index known{ Operator/imagemask ne{ MultipleDataSources{ /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def /MultipleDataSources false def }{ /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def }ifelse invert_image_samples }if currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ currentdict imageormask }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end end }def /imageormask_l2_overprint { currentdict currentcmykcolor add add add 0 eq{ currentdict consumeimagedata }{ level3{ currentcmykcolor /AGMIMG_k xdf /AGMIMG_y xdf /AGMIMG_m xdf /AGMIMG_c xdf Operator/imagemask eq{ [/DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ]/DeviceCMYK{}]setcolorspace AGMIMG_c 0 ne{AGMIMG_c}if AGMIMG_m 0 ne{AGMIMG_m}if AGMIMG_y 0 ne{AGMIMG_y}if AGMIMG_k 0 ne{AGMIMG_k}if setcolor }{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def [/Indexed [ /DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ] /DeviceCMYK{ AGMIMG_k 0 eq{0}if AGMIMG_y 0 eq{0 exch}if AGMIMG_m 0 eq{0 3 1 roll}if AGMIMG_c 0 eq{0 4 1 roll}if } ] 255 { 255 div mark exch dup dup dup AGMIMG_k 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_y 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_m 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_c 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop counttomark 1 roll }{ pop }ifelse counttomark 1 add -1 roll pop } ]setcolorspace }ifelse imageormask_sys }{ write_image_file{ currentcmykcolor 0 ne{ [/Separation/Black/DeviceGray{}]setcolorspace gsave /Black [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Yellow/DeviceGray{}]setcolorspace gsave /Yellow [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Magenta/DeviceGray{}]setcolorspace gsave /Magenta [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Cyan/DeviceGray{}]setcolorspace gsave /Cyan [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if close_image_file }{ imageormask }ifelse }ifelse }ifelse }def /indexed_imageormask { begin AGMIMG_init_common save mark currentdict AGMCORE_host_sep{ Operator/knockout eq{ /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ /CSA get get_csa_by_name }{ /Names get }ifelse overprint_plate not{ knockout_unitsq }if }{ Indexed_DeviceN{ /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ indexed_image_lev2_sep }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }{ AGMCORE_is_cmyk_sep{ Operator/imagemask eq{ imageormask_sys }{ level2{ indexed_image_lev2_sep }{ indexed_image_lev1_sep }ifelse }ifelse }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ level2{ Indexed_DeviceN{ /indexed_colorspace_dict AGMCORE_gget begin }{ /indexed_colorspace_dict AGMCORE_gget dup null ne { begin currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and AGMCORE_in_rip_sep and{ [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] setcolorspace }if end } {pop}ifelse }ifelse imageormask Indexed_DeviceN{ end }if }{ Operator/imagemask eq{ imageormask }{ indexed_imageormask_lev1 }ifelse }ifelse }ifelse cleartomark restore currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /indexed_image_lev2_sep { /indexed_colorspace_dict AGMCORE_gget begin begin Indexed_DeviceN not{ currentcolorspace dup 1/DeviceGray put dup 3 currentcolorspace 2 get 1 add string 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub { dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put }for put setcolorspace }if currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse end end }def /OPIimage { dup type/dicttype ne{ 10 dict begin /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /ImageType 1 def /Decode[0 1 def] currentdict end }if dup begin /NComponents 1 cdndf /MultipleDataSources false cdndf /SkipImageProc{false}cdndf /Decode[ 0 currentcolorspace 0 get/Indexed eq{ 2 BitsPerComponent exp 1 sub }{ 1 }ifelse ]cdndf /Operator/image cdndf end /sep_colorspace_dict AGMCORE_gget null eq{ imageormask }{ gsave dup begin invert_image_samples end sep_imageormask grestore }ifelse }def /cachemask_level2 { 3 dict begin /LZWEncode filter/WriteFilter xdf /readBuffer 256 string def /ReadFilter currentfile 0(%EndMask)/SubFileDecode filter /ASCII85Decode filter /RunLengthDecode filter def { ReadFilter readBuffer readstring exch WriteFilter exch writestring not{exit}if }loop WriteFilter closefile end }def /spot_alias { /mapto_sep_imageormask { dup type/dicttype ne{ 12 dict begin /ImageType 1 def /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /MultipleDataSources false def }{ begin }ifelse /Decode[/customcolor_tint AGMCORE_gget 0]def /Operator/image def /SkipImageProc{false}def currentdict end sep_imageormask }bdf /customcolorimage { Adobe_AGM_Image/AGMIMG_colorAry xddf /customcolor_tint AGMCORE_gget << /Name AGMIMG_colorAry 4 get /CSA[/DeviceCMYK] /TintMethod/Subtractive /TintProc null /MappedCSA null /NComponents 4 /Components[AGMIMG_colorAry aload pop pop] >> setsepcolorspace mapto_sep_imageormask }ndf Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put /customcolorimage { Adobe_AGM_Image/AGMIMG_override false put current_spot_alias{dup 4 get map_alias}{false}ifelse { false set_spot_alias /customcolor_tint AGMCORE_gget exch setsepcolorspace pop mapto_sep_imageormask true set_spot_alias }{ //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec }ifelse }bdf }def /snap_to_device { 6 dict begin matrix currentmatrix dup 0 get 0 eq 1 index 3 get 0 eq and 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop { 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def 0 0 transform AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch itransform/AGMIMG_llY exch def/AGMIMG_llX exch def 1 1 transform AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch itransform/AGMIMG_urY exch def/AGMIMG_urX exch def [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat }{ }ifelse end }def level2 not{ /colorbuf { 0 1 2 index length 1 sub{ dup 2 index exch get 255 exch sub 2 index 3 1 roll put }for }def /tint_image_to_color { begin Width Height BitsPerComponent ImageMatrix /DataSource load end Adobe_AGM_Image begin /AGMIMG_mbuf 0 string def /AGMIMG_ybuf 0 string def /AGMIMG_kbuf 0 string def { colorbuf dup length AGMIMG_mbuf length ne { dup length dup dup /AGMIMG_mbuf exch string def /AGMIMG_ybuf exch string def /AGMIMG_kbuf exch string def }if dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop } addprocs {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage end }def /sep_imageormask_lev1 { begin MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ { 255 mul round cvi GrayLookup exch get }currenttransfer addprocs settransfer currentdict imageormask }{ /sep_colorspace_dict AGMCORE_gget/Components known{ MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer currentdict imageormask }{ currentcolortransfer {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }{ MappedCSA 0 get/DeviceGray eq{ {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer currentdict imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }ifelse }ifelse }ifelse end }def /sep_image_lev1_sep { begin /sep_colorspace_dict AGMCORE_gget/Components known{ Components aload pop Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf {AGMIMG_c mul 1 exch sub} {AGMIMG_m mul 1 exch sub} {AGMIMG_y mul 1 exch sub} {AGMIMG_k mul 1 exch sub} }{ {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} }ifelse AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end }def /indexed_imageormask_lev1 { /indexed_colorspace_dict AGMCORE_gget begin begin currentdict MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceGray eq{ {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }ifelse }ifelse }ifelse end end }def /indexed_image_lev1_sep { /indexed_colorspace_dict AGMCORE_gget begin begin {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end end }def }if end systemdict/setpacking known {setpacking}if %%EndResource currentdict Adobe_AGM_Utils eq {end} if %%EndProlog %%BeginSetup Adobe_AGM_Utils begin 2 2010 Adobe_AGM_Core/ds gx Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx currentdict Adobe_AGM_Utils eq {end} if %%EndSetup %%Page: 1 1 %%EndPageComments %%BeginPageSetup %ADOBeginClientInjection: PageSetup Start "AI11EPS" %AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 %ADOEndClientInjection: PageSetup Start "AI11EPS" Adobe_AGM_Utils begin Adobe_AGM_Core/ps gx Adobe_AGM_Utils/capture_cpd gx Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx %ADOBeginClientInjection: PageSetup End "AI11EPS" /currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 Adobe PDF library 5.00 2010-07-12T14:57:08-05:00 2010-07-12T14:57:08-05:00 Adobe Illustrator CS4 2010-07-12T14:57:08-05:00 256 92 JPEG /9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAXAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FWJ+a/zT8j+V3aH VNRU3i9bK3BmmH+sqbJ/syMrlkAdnoux9Tqd4R9Pedh+34MBuf8AnJ/Q2n9LTNBvbuv2fUeOJj/s U9bIHN5O7j7I5QLnkjH5n9Swf85O6fDN6eo+W7y19hKrN7/C6xfrwDPfT7U/6EpkXDLGXw/tZXoH 58/ltrEixG/bTZnICx36eiN/GRS8Q+l8sGUOt1Ps5q8Qvh4x/R3+zn9jP4J4Z4UmgkWWGQBo5EIZ WU9CCNiMmDbo5RINHYoDzD5i0by7pcmq6xcfVbCIqsk3CSShdgq/DGrtuT4YmQHNv0ulyZ5iGMXI +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 rsVdirsVdirsVf/Z xmp.iid:CEBABDD61120681185E5990C6E4BE2B0 xmp.did:CEBABDD61120681185E5990C6E4BE2B0 uuid:03af95c5-0817-11d9-a437-000a95c13df8 proof:pdf converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:F87F1174072068118E7595CE1F38B255 2009-12-28T11:16:37-06:00 Adobe Illustrator CS4 / saved xmp.iid:FA7F1174072068118E7595CE1F38B255 2009-12-28T14:42:40-06:00 Adobe Illustrator CS4 / saved xmp.iid:FB7F1174072068118E7595CE1F38B255 2009-12-28T14:43:05-06:00 Adobe Illustrator CS4 / saved xmp.iid:FC7F1174072068118E7595CE1F38B255 2009-12-28T14:43:28-06:00 Adobe Illustrator CS4 / saved xmp.iid:FE7F1174072068118E7595CE1F38B255 2009-12-28T14:44-06:00 Adobe Illustrator CS4 / saved xmp.iid:FF7F1174072068118E7595CE1F38B255 2009-12-28T14:44:21-06:00 Adobe Illustrator CS4 / saved xmp.iid:00801174072068118E7595CE1F38B255 2009-12-28T14:44:32-06:00 Adobe Illustrator CS4 / saved xmp.iid:226F74F1242068118E7595CE1F38B255 2009-12-28T14:45:01-06:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator converted from application/postscript to application/vnd.adobe.illustrator converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:A6416B28B0206811945784EABF64398A 2010-05-06T11:17:06-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:4CA0B988182B681197A59214175C3BA9 2010-05-21T16:22:32-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:CDBABDD61120681185E5990C6E4BE2B0 2010-07-12T14:56-05:00 Adobe Illustrator CS4 / saved xmp.iid:CEBABDD61120681185E5990C6E4BE2B0 2010-07-12T14:56:21-05:00 Adobe Illustrator CS4 / saved xmp.iid:CFBABDD61120681185E5990C6E4BE2B0 2010-07-12T14:57:08-05:00 Adobe Illustrator CS4 / proof:pdf uuid:03af95c5-0817-11d9-a437-000a95c13df8 xmp.did:CFBABDD61120681185E5990C6E4BE2B0 xmp.iid:CFBABDD61120681185E5990C6E4BE2B0 application/postscript 4.000000 4.000000 Inches 1 False False PANTONE 186 C Default Swatch Group 0 White CMYK PROCESS 0.000000 0.000000 0.000000 0.000000 Black CMYK PROCESS 0.000000 0.000000 0.000000 100.000000 PANTONE 286 CV SPOT 100.000000 CMYK 100.000000 60.000004 0.000000 6.000000 PANTONE 186 C SPOT 100.000000 CMYK 0.000000 100.000000 81.000000 4.000000 % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 %ADOEndClientInjection: PageSetup End "AI11EPS" %%EndPageSetup 1 -1 scale 0 -41.5 translate pgsv [1 0 0 1 0 0 ]ct gsave np gsave 0 0 mo 0 41.5 li 116 41.5 li 116 0 li cp clp [1 0 0 1 0 0 ]ct 22.9492 12.3164 mo 22.0723 12.2969 li 21.2402 8.1875 20.8281 3.5625 14.9844 3.38477 cv 11.3086 3.27344 8.01367 5.60352 8.10742 9.15039 cv 8.33008 17.6328 25.1699 15.4004 24.9141 27.5684 cv 24.7773 33.5195 18.8262 36.875 12.25 36.875 cv 8.33008 36.875 5.07422 35.4277 2.7168 33.8984 cv 1.45313 25.7617 li 2.43945 25.7715 li 3.63672 30.3613 7.04492 35.2305 13.0059 35.2383 cv 16.8574 35.2441 19.9727 33.1855 20.002 29.5918 cv 20.2266 18.5234 3.83008 21.4688 3.43945 11.7324 cv 3.15039 4.49805 9.6543 1.80469 15.2344 1.98242 cv 18.1504 2.07617 21.0605 2.83008 23.5254 4.20313 cv 22.9492 12.3164 li cp false sop /0 << /Name (PANTONE 186 C) /0 [/DeviceCMYK] /CSA add_res /CSA /0 get_csa_by_name /MappedCSA /0 /CSA get_res /TintMethod /Subtractive /TintProc null /NComponents 4 /Components [ 0 1 .81 .04 ] >> /CSD add_res 1 /0 /CSD get_res sepcs 1 sep f 49.127 29.0859 mo 56.9082 9.46875 li 58.1089 6.75781 58.7749 4.29297 57.6909 3.55273 cv 57.7847 2.76563 li 68.5581 2.76563 li 68.564 3.50391 li 65.4351 4.14453 63.5327 5.32813 63.7593 8.77734 cv 65.1245 26.7188 li 65.7202 33.5723 65.5542 34.6563 70.8042 35.543 cv 70.8101 36.2813 li 54.6953 36.2813 li 54.6875 35.543 li 58.4565 34.9512 60.8491 34.5098 60.5679 30.1699 cv 59.105 8.63086 li 59.0073 8.63086 li 47.668 36.2813 li 47.1289 36.2813 li 34.9824 9.76367 li 34.8848 9.76367 li 34.8848 9.76367 34.3887 22.6367 34.1348 30.4199 cv 34.0703 32.3398 34.1191 34.5586 40.0527 35.543 cv 40.0586 36.2813 li 26.3945 36.2813 li 26.3887 35.543 li 30.7422 34.8066 31.5098 32.1836 31.8164 28.6914 cv 33.0137 14.9453 li 33.5 8.13867 li 33.6426 4.76953 30.9668 3.75195 28.0723 3.50391 cv 28.0684 2.76563 li 38.6465 2.76563 li 38.7012 3.30664 li 37.6328 4.44141 38.9785 7.39844 39.3281 8.1875 cv 49.127 29.0859 li cp f 109.007 2.76563 mo 109.007 3.50391 li 104.648 3.99805 104.361 6.75781 104.169 13.2656 cv 103.88 24.0586 li 103.736 30.4199 101.101 36.875 90.4663 36.875 cv 75.6128 36.875 77.146 25.834 77.146 21.8887 cv 77.146 10.8496 li 77.0034 5.77148 76.9565 4.29297 71.2046 3.50391 cv 71.2046 2.76563 li 87.7339 2.76563 li 87.7339 3.50391 li 81.4585 4.44141 81.3628 5.42773 81.3628 10.8496 cv 81.3628 20.9531 li 81.3628 21.8887 79.8276 34.6055 92.9565 34.6055 cv 103.306 34.6055 102.3 24.4531 102.3 18.4395 cv 102.3 13.2656 li 102.3 7.00195 101.82 4.14453 95.1108 3.50391 cv 95.1108 2.76563 li 109.007 2.76563 li cp f 110.688 34.2383 mo 110.985 34.2383 111.323 34.2539 111.323 33.8555 cv 111.323 33.5352 111.063 33.4863 110.825 33.4863 cv 110.327 33.4863 li 110.327 34.2383 li 110.688 34.2383 li cp 110.327 35.5156 mo 110.017 35.5156 li 110.017 33.2266 li 110.896 33.2266 li 111.406 33.2266 111.634 33.4512 111.634 33.8594 cv 111.634 34.2637 111.368 34.4434 111.104 34.5 cv 111.744 35.5156 li 111.391 35.5156 li 110.769 34.5 li 110.327 34.5 li 110.327 35.5156 li cp 112.345 34.3672 mo 112.345 33.4414 111.655 32.7051 110.731 32.7051 cv 109.809 32.7051 109.119 33.4414 109.119 34.3672 cv 109.119 35.2969 109.809 36.0332 110.731 36.0332 cv 111.655 36.0332 112.345 35.2969 112.345 34.3672 cv cp 112.656 34.3672 mo 112.656 35.4258 111.797 36.2949 110.731 36.2949 cv 109.669 36.2949 108.806 35.4258 108.806 34.3672 cv 108.806 33.3105 109.669 32.4434 110.731 32.4434 cv 111.797 32.4434 112.656 33.3105 112.656 34.3672 cv cp f %ADOBeginClientInjection: EndPageContent "AI11EPS" userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse %ADOEndClientInjection: EndPageContent "AI11EPS" grestore grestore pgrs %%PageTrailer %ADOBeginClientInjection: PageTrailer Start "AI11EPS" [/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 %ADOEndClientInjection: PageTrailer Start "AI11EPS" [ [/CSA [/0 ]] [/CSD [/0 ]] ] del_res Adobe_AGM_Image/pt gx Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx currentdict Adobe_AGM_Utils eq {end} if %%Trailer Adobe_AGM_Image/dt get exec Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec %%EOF %AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 14.0 %%AI8_CreatorVersion: 14.0.0 %%For: (Lisa Barnes) () %%Title: (SMUWordmarkR.eps) %%CreationDate: 7/12/10 2:57 PM %%Canvassize: 16383 %AI9_DataStream %Gb"-6CNEe'E?P#amXN"g77a]PqE^O#S3",uqX)!a#Cj*0C0GkW=*\bP\JYC?K:?i9iq_RFQ*r!B_lro=%M%o\si?FUAmi@Z)Ka/-`_rs/M:5W`XU7Y?4# %r^FGh!s+(,Q] %lMU'7^AIcW)]5ZiJ+r(/mZ=3abQ#0^l/pSNhZ*T*#=,tHDna+(Jd'OT!05jLpuAFL]Y4)k?[VJ1mB>FG$]W^6FqJ+C[D?%B$Qi#l %Wm_?MdrUiFd$K'nDd%i;KoXF-n*]GXdLC^TFaunSj %*<1$Nj4r`\rX-AhqtB@9]*I+%5k,q%"4k*gP^;rhp\[,M2uNqes6^ht$iU"XT>-$0YMWf]LS*%6g2DK:ju`@gIt.Ld]5N/lp35s8 %5JI!jh7pY7q"=M#0;7(<0E1?g^O#_7-Pnu__"cNb^3fh;e`D_@hu)Q_NaQ&Z?X<.SiFVj_s8V+thn8e+d"_'O6Z:k2s6@k@Dl.C] %o&B&g(]X*Gqen[T23>Ke_@:B[6FE,D1;ukG^mJSM+I19iqiUthub/(Z,/N/MGKM9@Dbj90aEpik>Jrc[PtEq3Tn6n\ptVYCHTO`AdhrqW6uEMr39Upii?^=FY_n[s)asJ,:qhBnH9R %`VU1L?bUgYX$;(1iRPhU^#<`(me,>11PN7#@dp]cG7MdQG[Mf2p!T-+(2N`uG)3m>>B_DmanYJ,=9-FSiu\'qP\qth1:^BSE\ %,/QRZIJ`$_e^kVP(XPqfHP"R!EcM'NiAZPlG.?j^mB5<2]6ot5ia'(cGOG1mp@e4Bp3:q4HZe(]gMOVU\+qr<`nPIuDr&[oc0`d# %c10rmk3Ai$[$uA?DXpN5M)XC4j)<`CmWa)k3?F75a/`]7[UVId@m6c"4GKUq]'HuogZt?pj7W*ii#.'sGK>^N0:UhtEOgm+;39pYL5`V<=Frm%O=Eg0M=-2so8#gK!RA[G"6r/[a6JU&!j9?+m@!oiSE` %"d*teQ>33eWmae>AhTg>aMM>9.Lara-$f!k2MpL=,5RPb;GWVF364mm'B?/kr.@nA%GE:WMc%s.Oh9[@LC4) %([p@#]SX[R*Nrq5/_4$5N[_sb%NknbE#3E09fRmnE#!\4TnX2#80N]f6EB^%rmp!%UVHM(+<<>$Cl?V'H'!lqpWgT=3nOcEbB\'2 %,S"GJ?sjK@55b?[3-p4rphpCf4mU!+QKNT)ce7![_tlLAiOM!QGM#+Z3U?`qO'D(Fp\F.>nCdd\T!,3pX:A\)rPahHHi5!>!/UOM %oLGLR8"OLE%ca2P*$9HD*dQhmiHG7ameh.hc9@hlKDoBPKL_VYp.>$!q#>M5IcMqj+(.bIr6OqJO$%i>k]?n[aM8H=n:hE8iYm'\ %%If=gi.-:[i$/R'8HHQRJA5=iT/ctf\V9jR&fuQ8-"'7I(fLM@FVV(j^o_L)CY^9A*%V(;9>Jp^E4,rjmKtr0&NJW!bhN4(%)IqMrn;qL?3@sU!PWmc7*brWNkg]Abm3)6)F*`UCZ*f'^pic_IXsrsbWGo)0>Q?^0_qbm %I/o:W"*f4F*Cp23Uk&YH5lp5CJWt*Wd_ZTlL>.0$jZn\/+AF,C.LJ]_%A\q5&3#UlG2-E[>rrTb_K@tk9Th\"W?@sXOB&GLB"7rD %^,nB;@fj_-$07NVnkB3Hk6g:@,KN$Wa1E8qE_lae."Pc*5X9',-sbY6+$aSP!VF+/-ABN^mj*:u]G]ni5kMWUp*jO^GA1*VbS;Vfid#Sdca.H:.I"jt;k&]88@sm9-cf('pH&QUVF8/ji:OTajp-Tq!cLH1P^ZZ.@ %4pV)%kBm3V3i%3&*9DIB4!-XVH!]a\LX/hh=1\"^F-PjQmX4dLja![a+$N2?Ft?@=gAJ%u;`bC`I1B%kqA7fCT0kc3'd4,b3pcMs %m.h+Wr>kgi""qM6.RYB(8^Tb%Ld%>mU49*QI5iTCs%jm8E));iTgJD1S.tpA+e"JY?GcQ+&GK$6o])\7a/&1)nJp[5m(*,:F$0IB %j<$<&H#>k;R*p@AX%e*1E1QfGY^_@f4F;X4f]uIiZtC+35=6Fi'RRplGt\,eLr4M2GQWJZk %Gd;X1ikdO?%HMoFEUR"#"o=\D5H#0j);m/u4c98e""+Xf*)F0=pVIf2k8^4g/O>Aag %1`"^W)N/O/BpsBt;KM,kQV$@olT[%+R$[PW/\++D$N.KF[V.OBpQ:3Wg\$O00k`8Xe)D#nr$"H.JCM3L."#GI?^SnN-M"Xl7(uc3 %^0"gX=CJpG@D5iP^0"gX=CIfK$M,Qui8`.M(kOCq"FgFmIYf6C&ju/1)ZRa1s%*Xcce[QP6`Tno9`69)qF`O8QXK+!A"Q!Wq%?C" %K8f$k@-TDuNaK(4TA*<9'SGO\H"rqQ_p9SHT0k_)Tu0(u^&4&\pcO'*Wj<^qo?9DekP*'tl!ansK^fP%Z5ASaN[OX](ko1&;@$Ar %+^:0t,">DJq6]j)Y-j(^*cX0?9!#^okHkQE-Oq)L@]`Ouo4h$("k1n4E6cb/dGYDWfhYM)%\N3Y7E('0.pDT$GW("3Dblal3'Cu% %@!N:X+4=-.;l=8F6As1j-o@NP^^"sOIT(s&B60QcE-i$Tq%+LDuA0sp(o*Wn\4 %M@:aR1mne3)p.iEm(5/50#c_c=UB=)".q;.%Pda_Ob;8Kn@=(-8Jn<6rpqN@T4!"/4HDP=d6qenRSeJo!gBm)r\GXk'49C#iLlVM %kr?9GJY!Bu[YO(_6--o:/nQjoLs&2,Al?RbUr`sqNpRZ&1:C_0b0\VWend&5+T!sc#DK!P^9YH_SIcN`A=e?rt` %TuiFZG>l<:$eP?oFh_nO03n5ZfDWR/^Mr$/*3P3S'_i=+nSm3]3,HJ3`a&?X"oW/[,qU9A<8o\kC+tfRQ`of)[GGO`bu:'0cQ=5s %NgDn`ngWVM=.V,>n7cACT/QC=>4'WmLb.p:A.Ao^%WR-!72+(5UR_e]reNCPpkV3,YorM+PP&l=ei`51rMX6/ZH_>?iT;BAelBLE %OdFC\VRE*YHsV'nhRS".]^YL*F8,1RnFDW#G>Vn`]6des)Yc9GEo?#?YSAYl0+Sb:U8U(?D8f5ec6[oL$rn:\4Y4s%6j!hur1al? %iN%gp"(_]=%29^OUhDRrBqQ(^dt[]DD4t.lQg"pp5MlOA)&4$MD/FT+rpoZZAMmR6d:PJmT7+ %(-mqlV.cJrOZjWFK2FfLj29j*,J7Y2g`tc@#E&!/#TnroOXM<1o>*ti,>!hqoQ5udBb^;?.JBZ9r!u#KT*'cLkn>t95P$uUA8ukV %(q6De8Gi3o_7qPrQNdDpi6SjiPAL\;8B,#a6M`"L&$qD[d8jea.2Y1Rq9LhKk4*'5dsN=&7ecZ`^V7peT>qjI04Ya%^M?3m,AfV? %#O>#'XJ67@`Fa5V2h-gtDH6-Q3Onc;pQJ&0?uk4)]G^#(;TfVegM.`QEU^1e&[B>=FRJ,06c!_tL12tpr>S0ndD6>9.AEo"dNU4% %.Pl72)m;XaB>YA)OSfOQpIV[.6&<[MV>RW`?^C8$Ft"dcL:4S]GNC,1gObg3lF/KTjrVE/HG#HhlnPp^nmuL;J!BV>]?aqNH,Y1e %1*;G3][K*CBlG$+hqdh`\NY;AoJtPgqsIVKS?6h]2X,#_q8YN(DOi_Q*_EjLLI^q-KTE92;iU*/$YMp\jr`WQ1sc(iVT %UX/UX%eC4CkN^NgKDac_rZ'5_VZ!a^n3^R\/+/K=ooJ2iro!^u9VG/+o)&fPGl3tEDYsqi3f`C6dg3^1pnbkUF=:$(8mj&oeJ@Ln15*1H8K`ncAJ//aD&d"h3e#4=lXW9)q%QJ8s#<\hTe(Kgo%U)%ueFFTg4@:'ji)_L1f+/Z!<-JqDumL9=o+";1*>(U`S+Lb9G/j0G8(*X*:?rjs(O$Gg7=+@4[kCQ`%VVd^_X=$fs4o+_1CiXRi+o%sDpntt']:f)>1,e%Lo/G"pcVYc.g\nI: %fPQK*iCO=rO-Hm'kI5hN#s6Gq^hP9=c#$Yh;isLGmA@i]0gAI&r)lJfp)n\Zd56*uhhU?cUcM7YcFMn:PTM[+0g3+j3gF+cF%\s";u')W,n;akp9dYIZ$3KW8TXYgXGs/+HG,aR@,?E>nGLDMmK*9l\fRV/:j6 %cNU:4)DZbD`Jd$24^e"DV>@N5&W\G;FBn1:Hlbl3;hW&df!YEXV5;'?,7S5mq]m=crZOlrRao %/#S(]/@)($:?_:UBggR`_qc2@Qe)-[qr`Nc>rPIIY; %G0S'2Ei]ai%1<5\69"G-:&s7k&=$Gq/DLHZOIMu+RtT>`8!np_64hl\+n@L^b5F_=-CPJO*G\5J%dZ%?ZYCAH3_'_6N9H!P!,^@S]Z(#gRZL)c^Pr!m@T[d[gt3k*''no@mN>*6OGC %8u&jrCY+tRWfef&VhZ^j@[g00d],p@RTZ?;'dUPc0%Y+@\XB&J8!c1A1IC;[nqa&''T[mH`IZG;$`*pq_\rer,?L*IGYQkB8'2CU %Te&L/'X=VH+nZrf;@6l4Ii.i"=LZi7%\oPHQ#Emi%AS)$eL9"[_kW<4Vl[cdE]MQq.JrTM"%kP.73..Rb>8d&i$;)e8^>Zf:/b.@ %Gj2HUs>C!'L[&L/Ji#E)`r>GM?Z#u'&bXIQo5LlTg?;pWc*[=326T9:mHi3i&ec(e%f0\=79>+]l'gU0[U9>=$f&s'oJ2kSIL %,'&gb%eeO.5mg:%eR'LDgkOoSg(O6L8HnG>SLJN%mamNi@0$6!kO7:,o)7m`+'u_\rE!?#m!8TLiTK+VD^,5DQS1OMGkM('`4#n* %nSEp+=DENh_%=AV^$q6emOnM3O7_K4%KH@`!;lpQp4'aMc2Vf#?PE?Es%2:X#Prr6iu\1c?0T*drPQhY^STP2_;Wff/bq)c4:F)S %r.b`skl@[FLT)6YGC7QIr]ADqn&\M6I%\]/rkC^hqZb]8](IL:Eef0i[Dd+UPC@#S3PORbW?;1hbeqJLcm=jIdUi)* %U(6tZdm^c_bt%`3@*DogGR;UuiXtWgK""'1q&s(Q$?@jZAjF&J6]A./?gN4OrmLK-kll^99:@SWm+U]"0]N3_0's5b_drtVEfi"r %E-_1f\TA/'(quZ9IT\so]7A!^+>UR$nMo[JT28@tF?nA/@._G2diYp."P&X$83uJQk\c&N<$5#L*ugMX#Vme0JR"3\':,nfk]]7' %=>m)Cb+O4JJ_j_s(;eDF[q%]*:)osMW0]Z_fE=Y87r99`V#t#RHF'6A%iS-]"FI?jU]*C%b$ZuE:lKr"`Vn-3dO@jk(]%g<^$L4i %qkG:i65Z^-M/WFcKEVPn6j_rffLXlt4JS@](`D<4J=F"'NtX9!9G'Hrl?QY44Im=AacQq/UZK/cGrh&pOs@$^/*C&boRmS3kRV.M %K1E3`\6_]R?'4He,-a[hr\Y(cO<:]B4RTFW%5hJiE3gXaTde%g"=goqnafF1'IKj`holg3lLa7bV%(G6!SDt2`HFJoDDDDEN-DoW %[eL2bG5(T]2$P;LU,EaeX.9/O+fBkoIoD(*l"0V\Hj1!+k9M2oL]-'-4In?`)9i.^(0]Vq4;/<\agmb_b]t!?4:>^[Uac%)`f5[Q-;rYX\jr&!7(p`RQnoRHu.bTm!8< %POrqe\bc[[T-W(20K-02h7#5N)uAb_4^Kf++-:YQquJlO+Ip:="%eF,'cNIVJ:'GO3VU1k5Vup:JO_%NLNnOeT$l"Y6/(#i-;ZrL %CZ*U4Hk^#H_V`,?HN2sdoudlLhn=I.rf7j[7F:;F=7>%]i.$K>^\c^=%i>6nr:Bs"q!kOo^%ia'5!T>QHhIAN2r@NNT?sd>Q[[_> %Eq+@gq>a.)mrr^,]_Lu*H>EN1Y@%4^Ro_Q`q%`h(FV[rL7Al*d`+I?P"'+^-TDjE8jUY&\HUa\886:_?q3o+W["@GN=gA0#_T@Z9 %O[d2E[8N*0[TVr"kKPedS::*c/U%&u0=IB4_=4A\2GhXt4(DEf`>/`R/1;/*/G7O'.Q&BXSABm4bGLPVW%7q/Zf5e*o.<$3S(f&3X#_R-rNh,H!gBW"Oo[pT(eJA`0kfh.&8CZU7N(nbPX,$oeQ;]JqM %4LuYl])a;N/T7(,N4K+REdAHgF!"pW:;?WaO3SUi*.Z05Aq:F0BUKS>Lg%FJX;.c#-mZ#/O_)nMRDQ>CkuH(XUId'c?i;X.cU]nA %#sKkU7T<4)JKj^q6GohP4**K;bm:H?&k5BGSUUM;F %Z"EeOS?r@)OJ"J,E]OQli;W5X2.HLY.s1>A(t%!_+(&A^]mTY3_`tj3n,h?>RtZ:"9>LO['1/mF8hrI&+iEpX*#k;?\TR45m$&fkX&ID6$^r_XH0,cBQ5\pTD'0B*Ai_a/B,=FI$3af(lNdC %q51sUWrNNdL4Qnc4urs4bBd0TD$3km2B\:e,hFXL$QO$Li+0ZrF#RMXcmd)C7W4"KAjd.;JR&Fb8@Q+mTZ:An;J"2iUG%Y]!P1^1 %4'IoX,mN3"PRJG<,<.mQoI=>sm50(h!$!_&W!1/5TECnXo8m`:$LBM54M4?@dSLj_D@ANBbs^NHaOb"f`4j.\/,Pjk %FquSQTVW'mJ\nAoP\&F>=V_&"G=ErBNp,p5hjl_N+0fP`H#G6\ZZ/K@6V>I[!*ba5jgNH?-24@tUPS9;34kqR2qBIY$5"u]L=j\n)KqM?]P-#hihPsKF9r)VdX[N>AI$%+R3^VK!,jrE:?jDtqSMgQK`k*.;nO/hRifN4=FPh3fb<'=MT*!@+Q %XE@Y6$:sKjcc2s7lBnPUG/Q$k['T["c#K`Lflg)?Am6uLl94mGbdSoG._3))o5K:BM=DK@mjkI %jb:#/E990A9Z,faVObb8#T=@`XB_$\," %f##aA"b<)r!PH`E4#"+>F5Du93N%Y0%FsQENnL97HMqsPmgkoHW=jYupmI@J$9c1bLVDRLE;R%US4[d;^#Ci9ZVX*oZ]7gCQ0:VD %?tZLF.FGI2,a/?K-K[o^Kt0*:2=A\W;%]%W,K[6)EN3Ja-s/rkMJ?`kTqlO#[ZjH%$fSHo]h%fJ)uq(&PWP:m!\AMY3fo=FYT]Xj %1M6n6!"Vq[Q:T_u3YOYTFp+P5=!ZS("/noRjO?%n/WdVmP9oSCENaY_mb&66M&<0_+G7#CJLNajANTBl%)A0#q-/\* %4(;=,alSCdfR]0B'WV:6BmQ)?g/J(m;Gb[-pk3#XZe&\[@^c>9XssnUZ&!/nClAsX#Gmf"+BqcH38ua^X*0#.Lmg_F]bnL6jq;8@ %FG-7Gd$#H>_U;LP"BI+VGF]OR?1h])e?h=t:LcDKJ^,%.fYV%NhP9(]:XXE&N@J#_Z[l2Bj"Sb!AYFt+Ps!ACLJ&B(9'12]d%].S*9/HR8VkO>G(bb;7S!3`1TQ9Qk9mA"k\DjYRgT]FSCclC->5V)d'p4ckGsK:C6$/qM-O"a7pa"gRBdpEfA[NIU7PpW526/eZUJ">MTb`\lFg'5*a%M*i7LL3 %5ab\!,CO[8NS2sho*FIg5R;3S93X]-#g0?qbQHeO%)3_hm+E@(A?Z?^XiSu7Vmb@&$r$rfJDd7UeiAnAFG#G4Cm9C]hlE`i7E'u. %V.d_mH/fcrRJkn^">&oEP%*Na+\=%-@*Wec;.U1l$ZttX-SJ?Im-&O31"=l]Dn!=D95l5o3Vmeg_=HHkd, %M/NfR>tk]tGJ6TL'B9aPNfN\EqMrq4_#f!=f*VS5RJpnZ+71DTY6@T4H4Y$S@r;Rg,VIqN"T"iL@k!-I'[KdUlHIWeB[XMmVas@+ %;3A-V4G_:+@*`N>JBjo=g6CcuZh@[MF%+Bp<42It>!6fGH!3FkV*ppZBZAIufbCq<^iSqC;gBk9t,pn;D88] %r=?hOR:]DUe7-1T'mXJ^S4Z/54iT'`<4StPpX]mCR)+i'aqoX;a%S6jN+=7!DW;SPM8E+bb-RA_Q`+/?lmJ&G(-.OXr)LVT&sg%* %m0o6sm=7$'#)`rk^lh]BF\5A*bYuW?P$58Ggmr29M9-469k'qdD7Fcj(/rr.T>MZPol]a$c+OHG,==&?@R)>9j!gRK`u,S+V(iW[AB0e3;N&/QjFX",)(;\mIL?jL6h@,bbl!Zo4e+_$n[ji+M7 %5bE-1akY/>-91L0YU4720Ar)=]b&_aF`:Up5'S/L:u8u;%q[to)4RpoO*Yc#]iUF^Chm@s^t+fL31kJ4K>&F%=Jh-7Oe,r/"(/cR;s(qp"\)t/A..>8h%08NN8PW7O&9j %7U@n\Jgl#;.u)c'oqIA\$2L,\9Gtjs>^!8m*.\9^&>%!WfdrmA78#90S5Od*Cd+Me8a+0>Z7m/KRS5Cb+$cLOATuroj-]-ZX9#)g %*sCAoq9;u;MIB5<6*+mVfqS!\f4"/fJeW<:<62eR2AUduJWcBofe$ik@Xi$EH[!-i=f.d_@*V(+GLd,K^L %J^b1pAE.']:^(i&l=%"2AFofoamP*.GVr)n1#^["1#:)J?/1!b^W=%>V8\?a9I@JhelL=c!@ZNt&[!A:W,:(9"[LE%9JV/gq0#Q6 %JWVj+99e062>MT_5Q"(YG;<'PP)P&Kf"gXfX!4(`3&G`.+_'G?58MT4T,8C&mrL:gH!8'369b,#mf"Yr8!!GcNR)+6(@TJI> %k>9naKIQGjX&Vk@7'$fL.SlR9<]K>i>*q**-s.K_+D+URPHFF_[RT6XRPW8;`r2CN/qRdH;^<-45j6Sq#tlT?XO^PT];FS"&lo'> %e1cIdKsh1s3Z>-@rIXt-e_Eb,TR-]4*$EB%g+@;V`X[+Ul#=n:@/_5J&$KC2f"p:W0Gjs#d]4[b47KR]VB'nF;TsI+Y789,,)_UR %r8Pbs7Nj'^>AmBS)N]dY8rT$P$@:PBalcXi4I`d),qq[D6,9=qgU(._%*gQ*`'FQlman!lmg-ldN+e`.Z4T"`'g'A=N5Me:9?8=9Z&XZEY$4g#EUpYQS.!_?15`uaaDFUl+f`O= %bB"LHPN$I'@^QJQ5T;jB"$_(q881n4@ViAl=MHO2ftT^=9WsI!df'rI>@>^7=JZoAE`*bPe_oMgKSar-ac2ku3PC]h;F*c:@L>`u %8Oq5>L>AP["*XiH4aOkpcac1]l3-45j_W#A,=(0dq#9D+H\9%`BAp7fXV(R['`a %;:A`]-gOV-\H;iDUs<,:VJZ#^WMcmFB%oEL-1UJRO6R3_N%j#CPriY-]nS6rIU@[O-ZOolb'f%FUih\+&D;rsD[k$[PIBc2BW1ef2&82P%h\1#5e3ada/h,EX%>/-*,rjSd\H=D %(6(@)<#4RI/*EjJr),A$.b(=<>:FT`s\5"cD)\rJAe+OC2u>%2kUH)H;-dn^VX3ZrZ)e_.44VQFkY)j>ZnA2t)fWNT5mMJM>8NRJP9*mb* %J@1h&Q*3ejF3"-6.a$hjPbt?-DQ.eb)>'kC\%](Y%&d:7l;1S0>(GTT`m&?=X,LFHqi0]LJ.,/[AY1mp%+W#e'1KW^,6dXd)[!hTK**4V*/@fZdWSo3*"tCXfJAP*Rk^YT0e]d'RJ,`S(4-X+[=5kX7>%3.t^buVh&a,6AAZs %;_T9BFMB4Yn6WY@:O;>1n!N3*\..P9JX1A2/O<\pAuroQ4\>Q %?[)'g2@!>Fi(,=j;E3roJa4;"G-Bh3fqXCu/ICVmTsKp1\*3S^QF2(;.Q(*VNCHEWja>H*6$W,2[\T`:M,/EA9S4CsV:?4W4/Ki`7b1-[m9#>$"B,]T,OgdZP%1qW@#8$(<\'hQC1:2*7S-B")>T.l6J22YaGCE&!q"NH9Xt'e0PkNJXVsX.U;(APGV@l>nUKLJq^n%Ud!1gEhjf %G$!^o:t/%3iZYNA*J(%)oO,cY7)ka?:etq-fQ)@sil&6W@RU^,K4V5];md18R2-(J958"N356)WF35"Urigl>r!jk7Bc,0Mp7ufp`r+fGt"<(6j0`4Q3+pD2$-c/QW,14%>0iJ %]7Er-V3aTjp&$j!a[L&>\ao"SZgLR#3SZp_$M,I+9A@<%qf'l$bN_fpc(b!]#_F7%?o&>q-.7>i@]-ON0nuJ?CBq\-IVS0=XjC&p %.VqKR.=T^m/Mt*",m+>ebo>CI=&i>+"$coN[8HWOB[Hrd=P4LKGum"s3sb+\+N@cR?2:H-M7k)SQIJPXOa>iGC9QnN %g1ZPamm`mQjO8[aY")>U`p%o0H_Remp:a(`??:kZ'MU#ZKk!F]W)d`TYtQ^;[`OOtC"EWlP;P"5\2A4]M`$_9)X[Uo#uEf::2L&E %je$!_@A('IoOiUpld],H#q#ih0H9%m19/?)>UYQ7eq%@Y'0fqo`,?AJRSO#&\P6.>AAL_u(tJTEoA2]9>0\J7^Pm00"DsLjPNlQV[m.[9Lq=/D(r[Vk1XnjNWha %,uJ51gT"LE;Fh?YN"Xg5Q5!J/Q9CFkN3gX@.;UC[jQ=tdHSgcj>IG+lP[M!6o":'#(6r%tm8k0)Om1fC2BBuUhh6)O4>07<&6n,F<]?A!#fqABr7R,#*eBEiq<.3j*qn&@B3OLLd]IdSU4f]^e/[:Bc\mfAmY^teU9;(N\CB8IZQDUXSV%p_iiA74lOU_[G..NNbtY>g"EJuL5A8B`E'&@>N&gX7o.g2H@db0Aks\P %!H>uk2Btb;[7a<(jXgF1>E(>=\r2rBBY14Z2C-XPp9Lf/i;ulnh.6rTZMEIsm#'X=QUOQu[TTCY)ljPVb[!TeZn`X/FtY9=En7g%G6kT>A`fbhR4u4n9L%gFXj]!dZk!p,BuaAWn-.jCFPgQC*>CR@\A&"3aKP'D'bL/e8V>'UCROoH;Sp]sOkAi==Ru9"g %VM>WB9hi*6E[oBT+?[K0N-sm>BYJ!WdK$">OJZIimQX("n!rDR-EV+(eG#Lma\=7Y\SV@ %K'+tZ`[TipX+,\4'%MpV\i8)K2j\O2\B75^ca`r\=d2f).[!1%9T@.D>=>O7@&[;)X4R2N_!0)60/BK&sj`-fraAH&[9N6!r8MLh+nMG"7HQT@sB,79inekK#1Xfgn3`HAa %^UDok_u0YH=>Y2`0bhh0o3-;NJSI]?=qB><)?WBbB&JJJmUFP!=ejaX.,dT#(])^cc(kX %"##sON)=()S6@jA@7Fe'OekVL:.8e`m_kFJlCqrT$N/PL&%9)a.]>sZOurms;V&d5Uh_)f4+W#n9st`AD[&[9YG-WeOBhZ=Q`*UX_LV(YY2l?6Or>69eeV-:H_h+%[cAk5a=;.WcB^_!>'USD/6IR8#R[#3fE:)p\U?c$KJ;'+* %d=gb-Q(ZmmSEj,8*qGF2@5LYM@f/4;_8m1jK<@s\8@HI3GbfdDnR_hdAf2d/g4MFc%O2*9bT2m/7oeu%&.\@]Vri7 %1Q$rt+=T`Q3*7$K4)"He[HV@Y]L^"ROtaOg.R$4HWT+k-/h@_[-P;8N7nuE:E0551a_H.*NMGVX9)Z2YV1[i^GdAB&YAq1q!6gjt %8$4%J0CUl1BVnNP=&eZmcm(V^Y$Mc2$-:g8c64n'fMCio=06.B2\#pWOEoBVV+c0Z(FPl$==P,T-=GDjhAu2(=:^lo=nDJ5Y$QUcYlaWrS[3-HMj>*G'!U$9sjfKa7'>.RBTZVD;0>,jGUj-_IB$J2%6+tok\KjETrV\,\ %K4([O7[V+L51URX>T,%th=37>_u"'6.kDbd"Q$2A&+?JMHH+GZQ(*J]q2n:qh'r^;ia'gbU&n1#Q8@)>Vj`=B;Hp=sL.ZDE.T&^L %QJC5$TVAdEas)CJ4'B:jUK7]]T#<`=rMj$@&#fdTB;Jtp[m2XfK+b-r.FrPoc6Mt^:2?oAAZf2I&V4DUbSK0?^uK`Kc_\AUo:]Oh %pa6mXqENqGF:HR`gTNQ&n3#rQT!Z%tLG$8D?I/dRFEp<9UDi]OgAcp[(fas#^l/YGp(2ZFIbgdUe3d``lZuCuLB$2^:k4o4E&b&+ej0qI)cQr;^I8*XZ:&^GU\N<"AXkZWG,A%e4aUGpWj[>1>nMY(_\9#Fr!;t;%u^> %P*m_(K(\)>+m1/d%a^HJ=%\!NTP*!e!i(!LmCiX-^#NN/QF1'r^AkqkA8Rk/jc>n?iZA:%$P!&+94;$!&"n"R0J^*Trnm*Q?7+B=O<7hlLZ*k++L+u5_q?6b:B-PMeA(SH#E?E1D`_,q"7g'3MS %iON.^7Wcep#%/0RS:KUQPY<)"^b?NA/$cC&ZEH91"TdSLsHY-:PG-D%hG)#]7E[7JgMIBkO/?[G83U@a/0:-jicp#RM?5>XVPM,(h1MOMW^)RYA.pSGGKn"q5i-#KbX% %W]S1YWqBD*bU?-.d,e`\R#t#SijMsflb21n`Jap<"=U+&,H$p&aM#V&h1OgO3HMj!7r`Z`pW*.F2s)u"U=T__f,2-:mH#KnXl-b? %?LH!c%o9ZX->#o^Yp(kP>-oX=p%3(j^()D@RP-k"4'I)RH0f473C_0o[lU&&K=j>;Hh)-5)3mA$-UL::(42UBI4TAB('[/P.[aN+ %TbiV_OaCTP@eZOD/3@JC)"oJT(#UN]N4(,_8D@a`?m%b+I+`j]E/GTeE_I`jm,NQ@mF[%:"UL%,^?k?AC"+SX)!+p6_iGJVJOrM) %>E/=2]UhYU?Tr&/*[BM(QtMtuE$CDH2;1=lJOIu_)@0F.+S.l9\67%>1LY91:rpok:X0!lVJ0I_%^8'T:nqR/DTW7Y`#DsWd'T:\ %28&EKP&Hl%LoKL6>ErhiZG"=JmgZ2jP/qXhjoh8\$]5*45l>BmDP %k1)h_"u.!,&VKNFOC2g6qSkV_MgQG_=`tV;Bb&S=h#oDm&^W0[nTL_]iG+$a\:Mc0PV&X\_M;E3lU@ %V7%mI9_/^ER7l:sJP*.^=HY!^W0;dE6P1YfFf$4W=#o#)>OhZP5K9n7Qt.7>qpEi2XqgX[fedf?1']CDbt+bb'8bRACs_G>HBC4gL+JtLn#2J,>;aS$XNlA@Ah*C\/(YZen"X$(;-ap@>IT!g?E/Kak\[1_pU3ua\:ika<7-'0G. %Dq@Li2$L^n2DU:Y)"n.q0UcR\4^;ieYfAaTVH'7Y=:r/(V`VA0\ud&3iL_/%lJu7[^f%k"^g49aZu$c[[M_XQT^JN[BN*Y/#Z96, %R524op_4LDeDt_n#N]+:W&+'^8c+fQE_fP.O-6;3W8RtVX5]Wf"YktH8u52*>tWBPQkY`b-9;2hV#84N_\T:tDSa$]NR^@Hqg62^^E:QaKI^$Z!2EnH=>99P6K?MN239>1e)eRNaB9u=j%%)H) %;EJah"6CsSF9;&UQ0;nj:.>1KF3r1/[M>Pt$9Y"B;d2p'QZ\_Wd+s.8@W^>+_;91r9LRdAl^9n]KA-JS"qN]eGS2g]&:/:G7BQZkT,YcZr[u=sRiVeEOG"5U]]NW91$bkDdB[t>(D2`)7Z(ZV8#6&-@@o3B0ql$GIPpc,6e)W9P4a.+J]E'tMc&MKP*:[9-ZB>iHDQQkIGtmEt#-$"+QZ %1La$Qj)IhHFrlM-fjWeO='#Je2lXdWc`bc2,g\;WBGFiqc3BU,Uf,"p0S.=L)gIRPA2^1hN%[6;IcM!X#u;pO[7rW_VP4Co-f?s4 %Bk//Yd*-g/7[]r!%(Wu\]fX^SWcdX>>P;9G]!HH/dOIk)(!UkRn7raa[L=NfKedL(G(`"1"/PY,<2Vf>A*agg<`l^q\DJV);,/IN_??$,c,k0e(9$sGNS&Vqa@*2D#r#UN6HNF8De;e@4(8E"A'4q[-f8;_eqZEKFt;Z*Jq@lpn$ %*ZX)I3u]+p7l&iE&'^U:((GEX$9A!&?Z4Alom4_PN*oFS899MeoKFP7[ldTV8m&JKp:5Qq;rpA"3E^#:o5S? %/Or9,*?)'MD24V$_eQ^s@i%55g;DGLcH^U@0)ILg?.q:oFG]_7 %om/7(L?KEY>!bUOL;J1r= %>'2J4/SpF@qi*X45ta\s^dX?)[TM(?SU06M`fh.i"T1q$1Pb3(oUI,b-:Anrf[':S4kuS=V2+rSZp&WE'7)bl=%j.mIW_"SYaWJ_ %q6!b1^P\qI43%]2cMj8'/-sC%]ZOD`U.V--#8&Vcc>8ai,)S0/E7$^gM0LOi/N5:^/'C!tboA4B_5._iL39]]!]7^3'".(k=M7PI6M>c4!T\/O#/^N:&\AtqO,$NW5jsj^V_CcW7e]K>TpB&odT[gF"i)t+5TJ15$Q]_aGV+a0f %2VNJX*.cu@(/Iu.P5'O<0QWZOu\:fa8]BLB_;MlLS5-,Po=(_K?c+(-Dc"7G9%U3)nd:91(!`^_N_mhZf]AXgW %pa(f`U"gpR'"I^pPAm%+=FI1^6jfOAAgaGD&3l)->fc$,<:sR8H>]6_IU%rnrqu$8+f!&XSb0!@15U*l0M';Q+gpi4][h7DF7.n>R;'H^_cH?1Va+;5]G?bWu*E@[3ihRPV-X.QqP58fu8S&#XrkKZ=Md/8#8=X," %JiRk&<79Ue=pq`;PZB(KJSn3r8LIH-:A!t44)1P>:SuKAs%c!F(kr*5_[iM/Ajt_/ehB*Q]p37QhSZV)PFHRYm)C=hm.S6*D6pX@ %_Vo\Xp.0#QD@OgKZs0`qb3jJ)2eQc/d`pHLU6[^dUn2];Dfs8:38@Nf&#RdFg_tC<,5NHl-'b08.Je[iD5V/7t %h[cU5@a%,7O*B(mof@4b'Ifa7=)%tBEE()bA-F4D/\7FEJ`unn22NujR^n/Xl@e":ieZ%8+KZSLpV:Ykeal'Li,QpCp>Hj*'r<)9 %XOu3rV(i0p"ZdF]&kZZqJC4D\[8t[u'@$sPqrN,8_cr>d7\Q>HCgJVuV-mAhSD13h@?fPJ96+.7)gSl)i=; %a5du\T/e":Za;c8X7Q/!:Zf0fD)ek5lg8!:_%(#nPBMmeO5bb*0A65+'Ndp9:W=Y`Z2N@&:`S;TeJ/*kOGS#]AOUie1eM&$-O3OF %hW"#WO854gXGFo[bcF@`>-56eXICmf1^7sQaOI`<,kGuSoU20(h1]_k/s;'/,JE(D9DEKf1"IS5qhhqu@@&*sCoKZt$m,]sF_?GW %C(l4eC3l52>fJgiKN\2NK%'SY;]s5m4H'>Bf^cLYm7.;dSNfhmB'4JEqWRYP4EL+2 %p.NB2rRNT`?o197H_52:/-F"YnKVhMLQHO5[Y&7-X!b`(bEC %(nDsS=L!o-UH'Ar#OhZ]a;J9Tk2j]l;2HS^=lAjRZsOi8h,uep"hueOm2=iNBNZgC6RmFSA^uB@doD&n0k=k+ArM;(4Gr9RC8E2HhP?!EbIJ2cg"8QElg1alR9Zgn7c!P"bS<)?0=geT7)&Y(J:'"[ %6'ktXY3Yo3=9-d:2#B]o.)PfkE\/JiT5e(-d1iIa>O4//)huo7D1!3oU8n;"e'n+&pad;U<^b[inO@9sG3jO_)7m/dAp2;PE5bVB %K)1[]e#5gpX?_*:X(AO#N)e&d$1Moi!aAJkE&hVK71Zu@b:is!@[VE24mR6`9&s797cs1_i0JJr9hlTB*Toc2"f2s3I('@gZ>+Iq %2,*Fs_]h/kNfs)^C:t)Lrl:t(4Q,(2Z2Ut4RYWQ*rp79S<"H^?mHQ%10l=N5-hBK>le$'X@a,5nQ7-g+?5g&Q>qhhcEc%/TYa`HR %Ze_h.ILUF)-S)>%gEZ,)`>?R'D(L`qIj_kSKs'5KWk_9f=@R&GM*k68Q[d-4bmJF(=a0hOl`nm6PY===!E++S\ %]CDKAl'#EuJ0bY$%T:oQ?9F*2\U%a'@(TYS;8dj@(T(1KG'd/lq"]qDd66<3kCC,)M@s^K0UM@q@JIA%lCI0+mZZTniiCgVTjEYr %kKXM&A.gr4'6Ma7S`9#L]h_G@EBVmZ-OehtI">-HI&E'k\Dk[j0Qg]#%]&`Aj-qF_p2I8FD5S,7S-G9dX/bQ5:g@7Q9gT7H_[=P>[M+Rso@8]ZVUoT$3j8%%LNCN/B^_SQjYi5<[t/H$g^_N^"\i,N.(`\X'RU[L`ScP-5XE*r1Hfi_M[]/PHh0FgFTSV>? %n"t,7'-^_4BF/+R,k7V"u]F.f\C?<=CDu$GXjPo`2jd[?Nu>r]N;"F.4Sj&SCQ7BVf\sEd=jYK5:2pmgB(lAbfb9()b2osaK,I$O=(/`#kH1$H3BS;,cM-,:CfaIMpI*'N`Ehb]Hc>N6Nqp1K3j7pGbLLU'/G]8'm.NQUO^he^ %gr\*:+.8Ba]iZEI<=J(\d2PW6??;07X`j)_h#E#XWY3f]?gnh5c,YuoG,V!!OE<+gluAO-']efDR$WCr/ZQ*,e.t[hMp,NcMC`tZ %YokF4lD4>=2PiKsYT@*^G=XN)%77X4QdG(OYg"M^j*80B)h0Vh<#"di2,Bt4)ji99_g@^1dVh/VKM!\u97",ZB@X(t_,,S^gG:C` %>R6D,l?\X&m#EI%Q`KtNcgR7Ro[/1fCfk^X$:[LLY/F'L.QgH_<1,8oV432oo\9MC)"NN[QBZ4M`^?%WQ:6`\Ws1SJDjeCZ6GPEP;p`?k.5)'pn$FHYIZU,1b0?ClRU0(.PH;IM0h^hEl%s %3/EC1$U\9<3jMZo+NP]@:4ZP=2YU@_Z<_6mef9!AoMi %[@%qi,ko6M+[,+=<6;fN,ZIA.NhW$VYPtN?/pS,5.Y_n#f>)0L!B;^)?>=-I(fe*QLHhVZ=`01O>siM<7`)$O`3#^in?(!"8JTLR %gi?nRbt_%cR;/dkC*iY?N4MT?\pN1MAW75fYhh(??*?H$*8"`u.hhXpA,'Y0B.^30F!"b-NL,Hp %i5g^3]YMB-mfffDmqA&:,.$7X08t#@l;mMUltsebXqTQ_794k"A!R-M(TXQs7q=3/i@o@*HFC(rc#EMOr$"b!Ps*Oll(5:4iO+Q+ %SXoQT_hYY-?6^X0QL6OeEOV#spFE->Xqk)$$X!-dWSdS`Zq#tRfq!)AX'&8O-/I5$R,]*)e2=^;oeZKOgrn6V0C`P-9003hJu"WD %6+iLoDF"o-.=F@4:&=]AF5=%kf'QdKN4HhF`Ai"r:QTpUZoCS;b)"0%-VT=b;Bc %aX)F]!=B1GIhZ%GBK(e?UqXQGpH3%:pX0kg(KY7KQTFbYXZ+0hUTnTL%T^h=uioX!k4RY=:oo&3lL.K/+T2/sri9>8RS-YMkWn70m!0-$5^skQKZAZ5@+]f[:p=jpil4 %C?Zk]U>\a1oa\8OMHF!@OjFq*(C#n>_SgAq>"liV$`k!4jqaeKDha1W8D^ouN8Q!FQb2I%NO1gk47t!g_ao?FD1`V%/cr %EOG.BF=3F5iN,AOQtEKsL-S!5/[6(ep(hf_SQqnlQfmAKZ8cX)W*u"rBVgYA-SjW.n9mo0OeVB90X3@2hsFtR)F0jiF?'2E,02GD %kU8.;Xp'Y9$O2@E/]DekBFKpWD*0Y>NdTn".n,5Sp"X(m.^VUrER2]P"b&>9N&Hd54k^'&2)0E";jm0!GRCJ5\QK0;b2X2+7%5=6 %6uP-e0o4&Z5>KcpA#2J?%nJ/OelE]Ie+nT#!*A<(1:57g(H)eDbE.)2Scp2Rb\hkLYlm^0S2b(,j'IJgZc]MO$[tt[U6d(A3jNMZ %q^,iB@@*Y$gPn[EkrDX!S1iD9I&YOH?"AmMOP=P"1P!6J\W65k"^#aKb5<")KI1`VT57R'.ra$2fVNDLe<,J"-c;^Es'?1Y,Ap!R %9W8@+([(]!r*D2`5^+)g(XG\$bEi=Z>4h<603\Z`8RRC$AYeD(ej1%Pn!/r(4C%teA>57-KZo$F`TSth*0**/CK;?T%ppDJK`j.%TPK3/C(TX=r2 %e`55b2fbNu#H7oF>9k+$5:/j)=;2TG_9)DrHcI.+Xq^r3%34,[5bLB6Cl1b-7G6Cu!L".(RVKZ*)M=TC\3pAu8Z_t.9sAcNm=7AJ %WNFgY("[\DA2/N^*Dc`"J?&lQ[Z8:X=9(,(6:\S/b0.j]i@_Ud!aQKB&9ctlj9UhW&=P;HGP+gB9=a^7B8OoEm6JOP&4'FhC+NOc %gWXbL\H]?!-q?.XD35f0\-rik'j_*G;GU_i#ja)u@iq;jp(8-Wdf%Q9?L5+4Z5#?s4K*fRa-NiXXH]KD>>(JI:@eYB?TX(,.=trb %h-qMW`2AZQ)%D.^[XjN+6os[8/hD!rIuhCh)5.&K1hkgOh$WAgaR/Xc:E:Yt0+Cr=+GUDV*SECaf(iWr-`-5K-o[#.-1+_,$oJh* %7ooEtLh9I=D;Zo'IJ!TY@fM]@7LhPH#TIB##OOe3G)^BN+k)=lC`D?!')t6RCSQMc(i-]Pp>QA!j[mqd190.;aO8Ri3YSV]*!R3! %K]kukEnNbs=en./nS/'$Y-$D@j*:5%UEfL`3OW#meO^#05iAUV^$_WBod+,jEYuLVjaE(K,!-:#ndECl)qBB+1>Q1b^E806iM_pc %p-,R(k6V9gmeD2JX#GVn_L5A>9ugojuE'Lt/K84AW,d@AV*n@b?.$J=>-`L6sYnISD[C0N-&8k,A^EKD":qo:a%Jfn="q9B`^3:_g0_NTB1o4h`gYRYG;lp*m$q%B4Uqi]r!,Z`"(?%^.7_mB) %)!B()NJTl\@/s/P7!+p^AdP6"$i0CuM1r_gZZ21SLDU"G5WqZQ=On.m;-NJ+0g*Y(h/[)gaZBZSYC,dRoXtmP=3uH$iSgEd^4#P@ %lK\iH2b"%QkkIR#".TC&&$WAh,I&Yg!i=g7-8,$K_"Sd%&1Ei2mPg],!Df9!Pu2Gc&^ZcT9FZ>6(HB%WP+u1sE*s!rAZD^]lnOKkE=MV1_-ISa-Up %fO&(CZO'n9UO^'V0f;[\Ao2>@kaK-O'bWp1jmFUT:qBFpaI._d4S@i#/'Ho5n[V^Wd.@5Zt;Hn9&'rP1C"9!Xe]5!i#im %d$E%J%KA_TII%=5;1KN5-ibtJ^[%8_Ai>3uDAebb,M^('/s40]/0-T"!iF=8KHP5'nVP&She?:o,T''I0*VK4$P:FI^>H3j$k8jV %?GFR%#Ji`J;>Wbq^pD0P&?uDIh\)eF1u8V-QlEGV;+?9u0UEYJVIp*rP"\-& %TXtUKKWEb%"#;C^$^ejc"qqFl+<_'mJS8*g@e^sn9LZ6h%`@d1(\EZfP=l&YJ)J_-AD`efVAUWQ&XD#MRA7)L42/`U?*n=#CoAIoMWDV8"1>$!fE>1<4.=.RH[tO %=RG_a=sCH`or+a>6-3B6,5gL!Sl*>q%R,YV&_P&h%@/ZFd13]Vo.<$k`JO_ %WWF-n2."GADbN1&@mh#=T\VqGN,k$e=SORmeE_OiKBFIf-\>4>A0A05"JX?t$*4h%T`c=6i$^aOu]^E(9#B*)SO7#d7k$B]?\Qp[of)'s-/+;+kQ-j1PMN1,@[KMbCS_1l*mNm'>>;NXL3L(^PG\d+s:h %Be,QuOk5$54mZicB@>UGORJB82[K.T(_,Tl1.)=9#N39N#sB:jr[!L4")GQXjXaX&69iR9O<:q$_tjE:JE/0K1Sm\K*N6Vm!4#I@1>Z&i1o8i3rY?E4"mC;7mcS+j.cirr@E`h1#S4^ObLNaOfIXg2@JD8LAN:#QgBSHUEtWedO\.;] %H"*EP1mh,3meCb"4A-929K=LP9n5tfLS>2H:FJ*AWHRU#)-PafNo>sL4$#b.+UkC55;HaiDY:TSU]N)sU#kcQn+Om,Z\e[On3*d/h]&(^P9>0d7=Gp:P7jW's.Ngi1tr%aRc.5"\IDUYWA$iakh9l %%[`C+6"+cJ;KXl$#+6D;H$[j-Z<2Pt9c./-9kP`j,aqnI!):CHCani5Y>kb)ak-b$+4[4j&.o6+.fEhe"M-K.F]q3.K4?1l9dSPq %#_+#@Wak6(+80FtNBkg^,Jka*b?XLhTX;iMXJJNfXoV84DXSD!FD]CFl\(<%d'f?2;em/MjjFe+f#tP4D#%gP!uZ]/8oo!)'cBD? %5t]d4jMtH/8a/EaU]oCR8M+`^<+Lg9-bnS'qFJ&t57E:051NZWRZt7sE>cn=Nd;B(JNPgc/DPb=fcZB;B_G@t2 %2:0;CPX@qmMt_0[AT?'``D]6qXmdbj+l>_SpUMfKX#AH];6\d04O[uncu[W67HJ_!=EH@HBWUb0=n-WP4aI9540#66O]Z,WLhDmX %=qp'koJV42JnP8"a@XL;JBn-#`oiM\!u.PlFrjmi#q.6_d7oJ1/A:6j$),EIKNL\.a)>P=?mP&7U9W5?-iM4#"87DDYBK"2d(^GZ5s_5[pn"?r,=)U#X(Me,$PK`E3k!t&cTTVFC5RB8k,E)9+^!cu!VRBJ#HKRdgrW1E84 %;QjpKOcH-H!bN*!obr.Ap/HGDVlj:(q.1-#>#:03:\b3(J:c&3X7 %a5R5FXqA1&%KbDY:^V>]'>b?+k+F--k%#JH]\ZLrC*QH('VgD*\@RhB^`kKeB^r)9Yj+)G/n\Y@0sc&9?\0H.W!02/+]>-P-jaDr %f:,l<.[IP`1:+MR!N2UppnljtMM=a7_"P %A.<'hn<*i2O.jMm/JSctN\LlCc'EV!J`H8%\OK/CJZ:Gt9VT*Kp+$gm4c=.C.-,^F!gL$Ka`)q?$$n+s:a.HF0<6%;`!l9uFTsC8 %T![+5.>T71L20ZB3X.0m5_\?.@@*NP%N+E9=t>3_,au84OEO=mNm`L$5#SuR?GP6:;1P/&*-U:G=$eQp0^(W_Of4(HGd$&be9R.Cp`bfr8-HB$^lsP&0=`<*KD>h,LWu_)]kVj^'[Wpl:5rAM^#!2-:Hn\:ca*81PZTFD) %KdC-7:MWNVgq!lqlc7*;Ft]=(6s49'jE]G6-DE*GCfj!K8M0nn6'!3W@L>cQ1:&U)W'%GRAo*]HD5nnL$q8m$>#!b==lMPWee't7 %[7hsNbB06-=7ad$)B5aF%BN$62)&JU5)A9,,-/R@gSS%9+keSW]?Erk:9;$1X/S+2Fs-,BRF[AI%L/u4CspX-l[gjj$R25ahjN%, %_K\;G14alcL:*u&@K!#?=>@C?gQ#iB]g#'g02GSQ*D$=bH!+C6?@e>`ldbe`*U#WqZt%)H^b?O`4Umd7'WM/DkhCti %.07Uo&>9A*P+XH42_Xg$8nE2fZZ.;^JDXRHj,D7F(N",e%50rDj!Ympb.KhN1!!o-Q4faqt-!VCtgLanSA#M])b(,-*6rM]+9@4*8n&q7i_(0kYV=V-OR=CgE)Oag7%n`$-G`JYRZ_0^?f_Lu-7oRK9lBd%NHPV8u0# %AK;\XqGb%)5q\WY&qM6+;f\S>X==6Z`E2:]H#\6FN(MniuU!ZNi#=+F`^95I:&A5F4T6%4*D+"i=;jsXID/2 %g.(V6W/2.;0f3lM=1P\g^r8fdH.3"Nj@o0m0i.:@WI#+-qRi^X?p=H!>P1mkkgeD$FUZo18_'N2B-*\!]rh*/&Z3C5Xd,+4%S^g73?be %XYir^I_iT@_'jZ;e[+NtntSjpbCbC`gKO+#1G#<4k=)hsRZtY3,\XiRCYZ+>\@7J#LP$bEiY`eCCBt2;e^d;iX<^*nIbfkSSlP+FZ3q0EFu:]Y'UI&h-<42r %LL\F:JR0Qeo_NA.V]sdA)cK!!(u+Zoh'B445D#X>9t266D02+\BO]l;g^nK$;-P\%e:W1P]As\YqA>YjUhi('0.SYO?p=]%XU;WC %YMir8F`4`#&Y0jV8S.GKZP=+(.+^IF9V8o;#mb.8+"h(=,%Fq#"H"3M7Q#6`TMI2kJLFoZ`iM",^7e!6ACdog>\_mHTh7$:I[F`o %_ubX0A'l\BDa9<^$(*9@"7YUGUZ`XtZ_BAciJfp.SPRhT$"tm2X-jM`-C=66=Q^5h#fMc-'->)qLFq1A#=&pQXP_G/%.(&d>B*1W %0_=hSd3c%;<&Y#I?'>kBn],+Blqp5[ecD#lAQ6>[?U6AE(efo%*63r'4P7_(^C1h1fcrS([=cVqU?M76;;4\s,!(,t@Q9hV!F7;r %)b-ks1^?0(W@H:%k"A=:*l>_FLl[bO-S&$[>mPP[%@gig9@&q;RtYEt4c^_l:PaR2E5RDG!K?8gJog-)QP5*3$FVKuNlL!ekIp_Y %Jf.o,/5@r,p>LiC@uNscfPVbR1g>"90lUsRYf:2(-l\Xha&n5<[]q<*Ln,e,cFB%`U6f$XAW3W8+E@*Xe;ShAHg=.+8kY?B4Zqs %^@0>1h\p^&(i.Xbhafgt0I9[SY^>e"ECgcG7^4d\b2#[qku]><-"h*G&`lRn[FD7/:;3pea^XWl\gaRlN%TsdZ?h2NpZpE)erAn[-39%pt/<=eW$1>f8sd>:qGP8C[q57#nS %Sp2uN$ih[do%9H;<#/AY?s8Dt$[CN#U=.68X.4i1D,Z=6ia8Uih097,=qa#n8r;T^iDQC2s>B\X8XFJkU#"a%[A_\Ns-YX?FnU-Ks5s6*j %`$n)/92Lj,rd0^_>AHBBN6JP,Q[(KVc!g(iB9('CAOO;A(9q=q(Y*g&7o/fXEa_%Es3q$)geNb=ECG5=JMIm:Yr67NZ!moJLmbjb %JY1`YK(F3V6Z$fD2,@l3&o>6IiJlW'le#ZJm``^7GRQ&(7lZ?A#LN.Mo2DbkAt0dHg9H+=h*Tk\n0?^$ZKDWX!euVi'eBcQhb(fY %/i/7[4#EXL,3^>-k8p'oc7?4GNl2.=$"=0CV4S+?eA-rS_a]eJWML:81Cmp=]2_9sMp_u,>T*&jD8^9o'Dangd">R?f@[*!1<%Z( %TJM/;$nV,bqo!Hi?Y3-lC^,n4p3]Fm`[rcO:baP!Sn8qS:-P4><.*<=B:Qp0S(c]aIK?"Xfotbr]F(BXNW[[V,c:7O2Dm*2=11ei %8u%,Wc[+Br`!T$qL<;4nPRkS@rKSf?8$Po0Y[]4I_Hl?OF*KT?Dmq$C7U`Im3oYJ2V6GM)Et3N-]XM%Y:J23>.1R)6R[LGF1UBoR %?rrK&"\kr7]Zq[C9>fQTLsNt6_dW%'0l"':#8#=/+G;Z?6CKS$[JD7e_O8h9EFD(7]5cL^k'+EkEQRPaa4t2F6GId%9Kts>]GUIO %Qas8669ia">RW&\\=_^gs`1"S> %MKsVs*[M;!'/I3\+/"EbJO)A %QkO99!1XTI(&K&#D@>2>1`/PpZEU[ea7p7cRZXN,F%T>3#+1r>9qFD`W+3)`h=Fm%bHon.'=]$2r@N))I8O7:_DmXo#[s9%_CAhi %BuZu1OMH[3YTi^JlIb0mEt$p_XSI+^*qq2B+#eYRX:/mnIlP'+,W%1ktIokKpBV$-2H]'nmp#R+76rQp:\/cGE#"Oe7$kIYKn(G_=aK %BZN:]a-'9-=omf-oDiG@->"sV)F1U@#nP-i<[+nX'`.c9TOUL7],_68IN'`P%P(]WaW@5E%Wmr>\.qjtg-M"]'M$r$^9Elp7Z*Wk %gF[M$RtR`a8e5"# %=Kh7sf2E,S2sVbe/GmeX+Ou"*hg=-T[KJV"kQ/#SC^kZ0=Dqo^=jCc(9>t-RH1pMhCNB?bWrg0*i-#U$gJ^e$^P1__j7K'bSD0p* %<(8Jj'2Rst#(RLtg`S,*O]NpVr*ZjiY#n8;laf9Cf%d!qEcn3'o!9^Ld3',9Ju&Gi;;r]4<(1MPZipPN6a4_]oBDC^4D2J8;r)c/I^!q/*f6l);m'2:,F[?SimdV)j(/5MiHQScZlEJB;4ZK%JYek+Uqb %PGTm$1[r9)2jb+ig01:JGfKI_)^'ff#BG-J4j'kb[IsL*6R*?U6%;foI8oX2rnt97Q:g,j>\G8.YIub2OeD$\Vlt+iaiEn]bTldL %YnhDS_?n*'M"TJ/c\f6l!X""\WR;A[?3%ZhY]7GdFXdq4%[btF)IQ1OomjT'%q0*=Ca#SLFpK1`.;BD-8%^[t1pM("[U,D"]"T\O %9\:^74=Q/O7_X^Z)k1HpoCg`Jl6jd<-W$[hYlPVn/-agBg[Z6XdB'kbO&<2RtN4T00Aj"T:bE!HAbiL-)S&n(YS% %Of:R&,^D8m(W@j7bCC5Qq=.9BjL:27lt[iQE"%salKXCKs-kuG4&e+S_P/"l3Sf`.WDX,o2'(I7Z5a,NH"Zhe=.4fZOOkP$m&h)r %_4@LfRO.VYhEP?Fr-A>7BnS`!=\K1M#Z]ZGU8H(@iKbYnW[0EoZ;+kJb^i`n&P)b^VfW'WK'*K>_X\Q&_m]K#*^:_R-n,^QmCU]h %6T$eR\Tg$X]pS5]].UTN8#.#d#_A%e9%K#q\#K=obDhNFWi=%[JO#0dk";EABDJM2haW\`qo5ZH".T*.l)=\7Z;D]uu %^*D[RT07r">Sm">+>-ecI-(Pt'.WhA7,)Zh8+>+$r,GsLn`"UNk.Z/\g%Y8qN*'t+9A+B4_SAAra_$6U3eqJ_CZ#UTC^=YkSm38sS[pa#K2]>B3D=uT`2pfo;)*hiM'sH&O[JYTTEh7XSl'&<.Nli]0`]YFsc2^G9>F,p]ZeVA$/X(:m#)r %(V5HgrG923=!la?$.HP7V:nMh[[FOJ2bK%?6<9c.=+OATlf$uIeM:]4N1b3="#GUfs+jP,U74qk,+=UsP@3G^bZ4>Kn(Qoc,1SnP6\7g?]pC!'*ec?QBRujM_ %F;-RQP^tc5&r##doR"oKQSDF<;X1!g:5nTtMjY=B=1c0CV3@Ojc_Q&H$\8W)($.TNpPnO1aU?%OB(KeOB-,IhP!`M2F!agQp>FZf %I3YBJ]41oQ?-oPhI8Sd`)\rY=;OUuE/K=pr`t^9.GE(t'lT85bdbZIHN7`h/p[tTHe*J>X$O(`p,YdboT6pg@<]f-I:JZJ[3iR)- %,)W(+"F=&'J$&BOcBMg_@_^g.To!#Og;)Xt(W?i/Wf@==MoM?jb5DPH(PG]oLg1fM*f$Cl&71-RJJW)ZNSeW#YkP%fD*!8g)Y^>5 %qEQ1t79u9%FN302.aFYWM;Y^GTR_j*5hL`M0F)a'9+O5[b)X"()4uU0;,eQm.f`a?'.aNqqOsURIP$hY7$S-PpRnd%Q%te5m^Ls& %J&H)>I<:RQ&??]1Q'3)7G>IZJf)i.p6a!\6")H,':$o(1!i[8G*ts:p %#J<@]HLa\)BG\NJ)isGF6ho)^D&KV).0Mu8GumfB"L5f3;r#4o&[LA9Fmc[?]4]S%(@1NRau1W@ %Pa^="'M5c^4l*uHh>U,Jq7A?/IGJP'1W@RQo`d0YenYXhjDthq@Qb5+XNtI.a,H+&+nRsOq;ATrhK2iYjHI11Y1OO`L4YAM3`:Hu%J %B$i$9$;?&HRP29EL`0b6),sR$\p+3Z#FNc$cS>bgB3=HNNpR3+70q!U@QIOmoOoDL)HY6[qZE4e$PaWbh4j;g5C8<&e %l[\-'95cRiXQ\C%Tn&Io8X$AKl)&kE55kKPKk9WOHf`6qJ,JWIroinHIk<5J^R2V%$MAjI@.(a:\SlJ"o'M0V^Ik)#f`6O$[q*>V %2:1qfYN!lXVHBpJ-%d_o%%OcY\tp^*^%6aZ"[YGb+Dfu+0(]9bi@iUX!TX4U=lZK-Bsg35fff-*(Q@f<%/82=6Y(0Th[K-BHEd!S %\ur40^_13f&P7q*L@_"V0;6BM6$I[)[YR`->9."f?I$!4*d$t%?Dg6P^R;qtPC:%s[u:#n\R/sm*Ufj0%F43Lo"IWr7r%Bf %iP,0Le"o&:l)6lQDqRGZN7Si]DD+oqfe6&*=D^f/g'-fKEGi'+To6+HSJ-=;kKb5gfAq,JhQ6A:Y.3:PQg)A?f)5=?hql\L-FAjf %eo5(hk%K%seVRrZTkfh^hV.0g=^bPYA;5:X.pkq:3]g5h)%_LjBJ6l@I^[,JrnONM7A.9DK;"]Nn1_2\93_.r/e['CiS@u#Di;4: %FLT`%F,S^ij"[XM]q]foEFE(IM?c9GKRJuK=1E#E\s.W%7PeHVD!8InSNZhRC"6!(VskL8Y(4@Nr2aI\ %O(af;JqQBu%ha4si[MV"g%Vhr)392N@pXgP#AE&$!Fhn/S)nft^"J!]g\#`"?e5^e3m?[J:SP;5\\`LW3+$ %E1.I4+gbL"Yh`LQ7<7*u9BKl25?bJgt!,Q(,X]$SOZI>%G(rLhc0@c^)V]#/A2;)sDIO %h/:E*/SsbF\4b993b^ESVsB#k:>Pe]/k+cIJ47oWd1[;A[cObBeC9Vhn0<,!ioGA)QNoVYP8qE!%%6oJT.\WE>*_t*q,s>dqU0,< %EENfMNW[hT%%hiM4AfrZO6bUghen>+m;oVarqtff6l_#I`LFEJS$huHN!6L"^FY@t8%9q:[]RufngC-npTQX"o`E#r8+Tq %mAf!Dn=N'H\'be"5I1Ea&e*EY''j?(V"Is:YamKFBka0aJ-W?cYX$6JSj3sTL[H:&ZZP/#*:X?%-@3P_q-@C!.mI!edPW9pXjm=]5We^TgP]>4'gjpPD?LQD_c)I<_edj^8BP;0Cp@#olfb@B)-%-?8Uff^qZZI2%[9c$`hLu %9iH6o\ibi6JLq/@,E#L[l-0oW7R51GIb$t!NRq@!Fu2Vfk<2AC_QG\k.CmahmI]9heD6;EY5MqC?8^m2b\9Dm4M8'*hU>8lK4J+9 %%)[f,C>!/N:AZ=/MXH6r`%^BE8GJ+l1oHrrVe:EMbBe'VGd"p`kWR!;/h,[\0E&Se8uVNO'tdi-"hU_WQ`1X$q9:bR0$'O$laWN.iXV7T#kbJ(P%:qW3LX!O:u[peU`od68ie-$ %'lWl:*9mF4rtK54+51@WIPr.YMR24.7SU9tDZ2l65Bf-[]Vf&9]V(`/g4&M"cL!6rgQ-Q*pI/<#$rKZ>1EC]2G!!MLl,4+;WC3+Z\#Mq(fa'S;L=1$;I\5!mbi0cZ4%Z"F8m]=Kgi`1e$D5,rMA&b#K&hjotX2Z/Iq:"g[#2?rHVZ:(AVi4ghiRn9suq@ %bOFT"]pXc48UE80L5Y"t:d)lM#pfra[mP:\3@h(O8uN'YeT#odTbH4m5IL?*K'sK8G1l;L3-8_)m]>8X6X-b7$s.b/kF`@T=i6N] %!Lhq][g*!]/oZPg.iUN;fii0bE2G0p_m\bl;V#)(e%W`Q$)&0p_-!/1?a'EVeWl2P0?VFYltjI^Q4Dj@8A5"F+,1]DA9NUjFra88 %pD9ddlgDG)q+VsgN98C+DeJ0"EV-Q$X6/:k %$H+uZduX[Eh/,'HKH)<1Ols6>,9=(+&J]NK8D'\\\BB3./tb7K]@]'si\D[l1NbX?I$q0>?26PPY934Fl#o7oF0C_0l=ZC4nWh># %OB@G+o[1ri0!S]D-MHLA:8r=/H4).KG2]_TVt]K_Is\KJIb#p;&UgL5<+hi"a&2:e5P=M2[&>'7ZcOlUDTLe)lZ?E4M/RRQm9[?V %=3m?+F[0:uh@BO&Q7`jI_$O8^/LLd=5Bo.7X/j=,iW^@HKN8fp@>31OKYmCCXL^2VUn1l!1bmY=^J&BCF%8aH1`Z8:J %JcY<"6YMu[SM$Qa^Q:JO0V+g+O.4/Y1#SgJ<`f3H!L(udaQ7ALc[M-`*@8Q#mP]SBk%:sTmAcWbpoGlN#QFDVm3LL_kF8H[:e@pc %2j.t9Ac*g5/YF?H@"n-Qo#ZZd*[=Gg*O&cK.,$:q?VDE+6k``6qqs[0Cb[Ks$rCAe8_H"GeFq\&!AhO_h--pNgUsC=d?%Ml) %-U6S6>);L %[k0*bo!cl?E0KhOA=:2]EC/l<.2P$AhJIIDQ"=H15p3tE#Wj*A./&6TmnK_+h<8fkdu#gI+`nN0a"&"O]m]M8O5K3`m %k4<0PdB@#lX#=:jY\\GH.=S3g"(DJqGh0co9bL\[\7ZF=hce&"iE/'T2,OOap_:/VG2O?FGN6@`qbCkX:aKaDR:pfLs %LOM`@$d@[H0G9(?i2X<\WaVPB>Z*LQ5(;:ihrg'0C].jH>\<'am+kJ/bC%"'bL``BN2GR";_DX %]OA>al9q5"c[LolIiZ=f6oUO*@e9pXe&g#$Uo4F!n6)3fn5O@.ijPF8u9Yrj!kFso'0mS$e*Lf$"GeWE6L>X2>qP'>K3R^dYhlHoiM_dFr8i0LAL=A]X9$J_0&12J%T(cgO4+KVk2Gslc?hi %]UbnRq7N>GMlu*`>N(F=.GU-l#QZgZ+f%m5BN.5=hLNLW],9'Y/u1L.4.NXIUkph7;_ZC,1_5'4R;R;>nVe%oj$nVNgAnkr:4`"n %A+Ao$5n?R9FN3murI0%)[_6&DgJ)_'SSklBW5.#iIJrr3H+99I2m[iRQeTKImO+KoMB-51r&JhC*P"sp@"cGmED^8]5AFh21hLQ8 %p,79R_qWkX?&AG9]34%Y0TKsaqlG*q^/s>r_KEpm %`I+lOhXrIaRi6F*!:7N-;-Z3\:EJ:Ypc%q7Hd.n+2gBBEH?PYb^4_,f`Ki>SAuK!j>;lZ?pB\`6pKdXkLjT0gkO_X]h^-R<#GJj` %A,4-"l/ac-[n]ZQkLZ\j#f4cehG4*?V7Ks`gCm!23KM6-d>@`GCs)k'ti4iQ]gXWoAl.]M6B)fM;fYsV6R6+.-*'0:Yk>ncn/(`VM*4Z.lCV]h"H:`AN13=$[)5E.I %KXIQ,l^&U3H?fb\T#d*6I?bjMNhI[uYkIpQaUG+('Wnj.b%mtZ(= %rRWF9?68@jO[_icl)BV %,U`$%'Kb'D$U(fU6Jq;E;OKHeR53_=5!7YoD6fkIXVKj-D0WBqD`7@/fDRHNEhhJbhq^]8=VUJJ[7niQoH\o2,>CW<5r7AFCtod0 %p4=2jifi&EXCs=YD"CU1dq,)Z!A7S+H6#0D78N@3%@k)6bs.l=4=8d*HrogsZ)S,:0:lO#eiAtSI?r5=S/AaM$1IIIgZ!Aah/9Zj %NHoMf^C4#ceE_eC:>NNrG.Ks+OG^5&)k9dgBbZF#7LA(:aN?N)06G]0Z&F9NV24Whs?1Y]B?KK6J&s^n*A$KWOSM+2\U#ZT%`ksAdJ@*na8-WDgq_H2jjoHng605p&Rm97F]FA %ir_Bo2@BT&p[`aD'Xs!D\%pbOD,n*:n[WM8R^9\<`jZaa0b^_6b]osp=`b?t;StaXa+JT^b:FZuAKpV'tB:V6iD[^4T[:VKfFq?KUS5ke9`]*8NJ2p(3gad`N1shOb5j%)-*2*c)Gjiocahu/4Udntrc%BmF3olJ0 %`B*HaUU>d[g]hRMKihIVo6>G@n*+^i,edR#S$d^O0Ac&hS)&7UhM\9bc+:XB"1S0hDJ*6flnsRo3qfa!Ds-A.7PD+J5rWP^7E8`#\R#`G![!?j %$i#n,h2YT %W)aQ^j:Idmof8,aA$Dq8;2WC0nl@>:/'ItL0Y^<8kPus`l&O;P1_o:\-XeoX %D7\puC,*-/lS?hc_LbQ(O:[(/"@APd7T)H\ %GYQ<.(:]7mJ]`M6+d90Wf'4.c/@""16U_;]H.@(80X'3oSQB7@nmP0l$CTdi=6,/Sb)gu"1c-Ps3O*YaY[lEmVnfdiJ)7g%WCl>k %]'e=dmD7Q6hMgfE%drNGG&D47iQZ])Y3k$t\=YBj-SHg9B\bHd1d;IDO3_*1;'NKT5;\:o8ui8rZt\hpeVcmc`h)g!*V56]Z2Vjg %[gRtc_DXSF\j?K$d"$!]CFVmJi+DO4T'U=AFEZIUlVdf'$t#VB\1)OWKPu&n"0]?$WM&J:AV(u6o]rscDh`R"/U%m'B!UkAk&q&L %#5`RQDPuu9]$G"&lZ(X0n>ZhAfT8f24b':VnY%u![BP.J04WgbD"\=H!alJLX"u:2K:h+-e=CiG_S3"Z^fAaVafMujJ$O%?!Forf2MRBcY+lggG;j<#8"`m0L@TYF^/?G`_>OPopC7JGB$:nLSPY?"lVqg2m\B"Lp]i_'aG86RelNQimJ/ %aOi4UrKBX0kR(25,-gc&\.<%qO4=")S-]\^%FC1ZOMLoU?k8D9>C8,_+SSWI?,>U[RE*0;>iQC#/YK1r\L<>LbLl6:FHaua@)@Pl %A>%*U`fu_;JX/^1BX*+jIUGaP%;gq40X0j"N:d_(I(U(b\%.m2L@+aHCFFN]m/sti7>omgTie'1T43BK6m(@`(a&Z %qt_Grj!mbSi[I\RmI\2?HST%RoD)Pi#rV>&!TdhKIZR\a45Akam1h0gqG>`SgKAUAD!,*JZUY,2<0>Ofi-&mOZ%5N17r&i=UlGaF %7'2bG?Kk[K+%"f,BM"GD(fJ33j9VdJEks$(5SLON1sKGLfUTtDY_#Q;KV=0t88^1_n9-c2DI5^.#[.pToE!(0SUWsS:Ert`$T\A0 %g-Id@MXj&"@$;J;_TrY3gY`II]D>W]a0j(aT:jc;!pL.4hLU26\iN9>An"SG5/\Z62Bhh]&I^fT4?+u(P5\)`R#f&%MlX>r6H/K(KY6g/ahEX6Fk2YHXhO;]W3ZG"&q!i),T%k#t9G_>j#mkl,&;'_uKfL&"rKq=bo\iid^s,`4>P$KfSsraUGt]2Jo)R#; %%PIWX]n(I%n/'tA3Q7kl)AY(#P2Q*Yb[%+I^d0+Iomi[T,dNkqZtd=clVaLG-YJ,jXTh$CK]B"kGZWoCjUeG,5bC_V4A847acI/l %e..KU!tsp`.k<[E5"I3hHRg=0iZ[aF"hkL5EGOM=n9Z^>CR"Uo1B<1>9l#S:riu4n-&r[As+?mN %+-u[1%4hQ+>19F-`Dc%gXe@][#-ORoMBC_2?O&(klQ+<[g=.`-?mfjU2+>+b]"mT^fK1\223YrUTd2/r]o34`J0"UlpE4_IS5]s0 %H_F+ZuOgcIOj:#TkD!f^0LD %\dGo%Ko:UkQLGG:gZ!.q!u\Q_jRi42%$:]U/ZXFck801N-_PEuOH%Ro1(nul;+j"'L^RG4;A^s&E,a-[h;+J?%P_lqU4igsU_2Yt`2[*YHtZ\'=WrI'@58q!.)\.C&/n)g-d/9@:gGW` %U-ZLdf75s(i;D8nIX>+R-dj;)W%HUPWb3tGjg.^Mm8R5[_F8>4Kp9Akms71[> %qu?-rs7f[qmFOT%\,ZI%s5b@%hr"FBLZmXn1lgNoBDT*PrVQW\+91<7rVbXQp2BrjJ,BhlIf5>2s7G4Kn\<__s7Wr%p$q,CrqIT5 %'9?AT3XsN(!V_GgXuB8[E&8*@R7#@9BhZQr2rT>)%@l%DNjM7kH9^mTE8*NBU[&5*_4\$oTebOOa+8/D:hIbbh%C*fS&<*YWONl"$)8j09kV[:Vqs\?pnnX?6)/8+Q@1+G1/8J),JgK'2EqP]&AKV=hJ#D %GH(gKZX2a]!Zt\Ea-e0hfE9<*_j\D$>B!;>aMi!WB>*c%pOQ?Ek(>>aDnR>b1Kjp3b=]_BH0NRB84\8SAS``-.f)F*oaf;V!G!]VcmeS3s\aZ-WXn?kp;^F5S(OnIOf.'t^'.Is+ShfHLc-r$F7< %b/M*g1<%p*i3.1+(FqgC674-Y,5]QfK9!f*7Ema+(',5se=4M[B1SFQ43a_'B33Ca\JH5Yo4b:,.UU+@"B\(9@*J;kR`qcU>-D)% %8mu!^KC7@44GGn=)s?@QL#7\8H\mu.%oZ$FDK7km`pUNEI+%\\%lVf36)pGpTEge%G>nlq#[_c&G9''+28+gAY`%,n0paJK-STFD %1\Eeak7JTgcQH2.o#%':oRG(H#p?&[S!HN5dhZgAK0\fi^0%40:(^^T:#>#8f&F_nrUm'mS[I]i3`%aCE>tD!!dngM'=u,YN>,J2 %P&,Tm'-4'17COH3a;V"@`#.JN[TDQ7%ZWHV#H5Xf,78Y8Xk(3PFu%hh:%X4DUL4SD#V]iq0/L=jnVg6d-9ZkU#3dJ+)2!X2U16M. %n.R&B!'`AqZgdJ:4t(n]]>NIM&<`I-GqEHL?MDi+StkG>VdAWHFQsLXa\CiV_^S\<18!gV"&lMeJdcjb*UCY.>Xd7\@WA]"0G#3] %.r9X7,btIUJ33^f%FbTqar%`V_;kcSM[eldWWXcgP>,YIAP:BIg>P98YR6r$,9.)GZ^0P*0dS"O:Ai\&O8Oi2HY66t6rY`RpZ %i$S5,"(cY$,jEB)kYpcjO(CQ>2nLWX2m.*q5p5d_OH&I^b2/raOhoV)oC1/uJ?[H8D-e^g/J@W.5'YV@]&)YnF:'"^]Q)rZ,la>[ %r3HEg90lg8g0AfC)1X#TTlVSG$S@$1C,k^kJ)JgA*?lam*=W\KGnU+ND>^p=6d.@P5\,K3+HBMr7@?l-@otUR,BpD?2^U)@g6eeG %lH.1L]=:=I"Cu=SgP>$9TJRhjeGT^R3;HH(NLN+.@+]ZpEGA^&[PeIiG=(9Ln\"fN$^BRm3]CkeCU34o@4<*`H/go6=KFi]aK![9 %%m&]e!T6G7'Bi'&=6R#Z;cJ#RVmnNZ9('P/$qlTq9Dp#9PPdC*"(o9'_A\ZV^55;SCE>WRW($Qmm1ls0ISh&%i2m]i1T[(N6s`%@ %6llR_HMpFU$%W''dd%.o&-qZ0UV^+hKP>6O9YKm"-g:cV+E@Zafh/(o6_n"7Ke_)4f6d^)D>*IJG$;%%c.>-FJu(K%r4Pt=N/8;'uLilh?1-7lLm&m0e3bZ%e/%N*,4*;+*?^)'!G3aLK( %'4]][ab%Zrhg=(-ZV@ZWpP\#c4aYMh0uB0DY^.pQ$'?cQ1;Ja6X=7rBS+R1d'/*`hRBV$IOpNLu&hb:#@/9R=n3C1P(W?K,/7ZS, %R"Gc7)D4Dmj86!a!nUa\M(!Y"gXp4Z*0'Ks#O5JjrkpKDqL/O6]5e` %6)WSK:i9`)bXMh!FI:f'+*NVZ3iM6i0cj5A'S1li@lqq/' %qLp?sEVu=7e5=r>] %g^eqIGN_GAqR-$Q^M375Wl_cbrW>"q5J=5A8Tt&:p)JW3%0M?:*VcX.RJ?PrRcM+9%3(@qbcn[:M)RNs&>b!#$FETE_;&3;#&],@ %HQ6VWndu2Qg9:Rm:LNQ!;lqlF?a+b2cd#*"=$+\fp$$7,l%c+G%8)s(8_3qbc?&^o$34b3: %Lhf@n6J/`EJYD>sMLrt$@hr/e=AB+j=F9FrRG"^T`em+.@kCR^3c4tO"mC-)"BAhc]/+)j3WU,P"D_W4%^EUHBGS*DG+.rZo1E26 %SH\[[C;?SM/rlsfL>h(D;M>t!JaAPF'qMh+SgBB$Ndag852jAc;8+L`CK %Oj\K#5%^l=iKhfQ>#WFr#&=C0;J7rq[)F^"4R!Lhc(P[*ODh`ZY+iB2[2%Y+WQ"T2Bl78+lRRN/Qd:TZW+T:SU&:/oF6c9Fo_u[.58=fK'U5b%d`:& %T!Vt<2Q0Dg)P68_*J_?Mj_cgHYJ^ZO46L+/ZpZkIe0k>D?$GW3-6_`s8bm-pfJ[5.]r__X`jO2'Vc\KrRMO'p43DH->*EMPZ@]ua %#(V954>djrDbi]W6o6)&Gd6hGhdNPKE98PZ<&q9DYuof9(ta&+(SRe`<;]pk.C]M_&e!b%1Ij$j_2dQOT':XC%C:Mi)A$2IQPTE% %SR.i/(=qHqPK?emDnf*GI8=F8QUoWtFOF?Hn)E-$\AEo,!Lc\j<W)M1baB&-AKR67JZ1II^BJU %ekWGODZ%/HeNatUE%!'Vb/Co"'HZ"!4cNb)!FLHW[H-+VJZ:pMP)"=+k!o#R2''aAVmL^Z`Y`]?DsM"6Zro7<[\>hoG^NSd_jf5U %l)mi@[SHG1"q$H7>_1!Kg*LcsFgkFXQn6N%/C&[=!D/eq=r.esR4pWHhH2>jG.&pBuXN@I3E_YhJD%$aHf`]j"otUu?l$hCU;DjF=o$oG"R6t'docVB2>l> %U@*AF,-`6,27;L.LFfTo')%YX-tRO//SK3J+2_N%e4u!@JXGI>fb(R8?I'=gUW8g8On!1%? %]qg*QN0@=0R"3mJL^Jk@RcnG*$lC:CR%R'`=L\Icj&d6"<7*sj%6=Pq_^k\o7dR^PMt>>khKD4rd@KUpU]f4j#sr&X)sJPOdCY6"RN673lcM>`V66EK;FD5OKId1A60g. %d"OVNTf2!AY[@SujFruX#6Pbo8]R#4BloGV/bP,$n[KE\aEh/F)DDh5k\?q-d0O9p1q]?1h-&p!D4)&YH]dcVOhnn6#(CMcm)19* %6^Lt::(I$O&8fn4N@@_=9O:EL\BROT=8%p(pO.sR@lOEX[#2X %lu_M"*?FKH48Haq"%hAH;1hGei25nX+-ouA9H@FKpsN71N"OnTH^;sP)+U"SLb`0)\:1am(b6p::%=lf095:F=8HJ;+`W6b],^)Q %*RSJOKtZ]GWNcnZMe3KSPLc@>-fg+F&3S'5fC1ts3h*[&U`QWZ4)S#mfr]I9`\f8;lIq&POM`D]3fBLiqh#>o$V3d=#nO_nNSeC- %KYL=mOQ49eQmiA]\V(_T2$f&3jWCUdII1/A";VK`BRj"p'CIorN1IbH[eOjm)'Q)`4:t]9p>XKs53/NDi],nCoG)hP\eMGb=cI;& %0o+S71;\(`#r?1<;Qlee*H7AC-5EoF3U;UoLpZ07 %j>QRW2g-0_FknrB%.n25U>l*nC8=^#I$&1;3U!JDO"Q>^7qaM`7P4@b5Xqsuh]BYgcK87];Q:UR:_ae<,rB6eOT[p<+;tOAe^I%` %ZD"d+Yb^HGiB:Z-(\EG:i`,Kc=FH=>#iaD9ZMET=#trO5D-%nN2G7iq-Z'SMiJ`>5%QT3ULDcE4M:Z]i/HWWN#+QVr %PtZ>OT*ut.N.OaK2E(trYtOMo5rUWR,`_O*X,m%hJkR<61"d_/)o%)`89Dd@(OR_-rGh\IHQ=7T!kG??AJ6k7_mEfu29b8p0A]!qJ$;Ktt(AOQAg>n"GW5W;,*fG&_p %SL=hR"fs^.nO0`YjK-?^`johd+@TIR+UF7E%."70"m29(e:>ZqeNAQVNVJ[:`r[*T#Rs>Fl[C0,teAF>n=VmSlk6F\5& %j!?0YF0b%h%Y^G_n:L&jFd+r6!H"nZ*21r?!hkI6h+bU97U@CXf_I,+onPNgUARCUE\Oo?F@8;E?^qk'o;lK8$UPK#f]F%IarY#d %2VZ_b9ps_c$"X%;_%mZ-_?fM2pN[E0^*ff3,qnqc_E+YW3&PTI(M`-e3F'm@qP'(0S]4%"P(VnEb,;n/]Z69^:cAA:%:K@nnL;Mq %o?\u!2+!F$gBD'njBSr7DMGE/f&BN;ZJ?%C,Rl8ueBK0cr,eI[9:cp:LIpGgWB.eq>pY=]->"PU;[K@"mZ/Yl0UqB->4AQ5DXCQ9 %T?b9Iqi[BdT'TlBm7>75U/YKPXp/_%;EC%UMX;H%0I.u2p+Se#YVaMuXoT,d'l1(f9t;"Zf^?X*Z'4D\*!BL/)8Yd:,#_`Z6jGWTVi".g#g_@!60puJ.J5*g<0l]aVLHVeN[ %D&piOM,S#?Gum8X'=S&?PrDp8h)1a]DFP"13V,omD-7pNp#-UQ*9J3HQZ %hf=XOBog>K/!1$R-H)-F-aH#@-LClL!nDhVPQaY7T+^b$-sg1%.H.M5%>tRJR$mmVYmH5!,T7I?m)I_q5XGdgm!M(WoL\[UJ'"9E %@Ne`>E.h+n+u)/$Vm")r:h7"of\fA20e577)*#9tQCQj#:$dPh1?iAij@IXG#[N;)6B8;!<=r]`W;U9A3D?VfQLZEB3`KqM*HF6p %P]Z<`SIhuLAR\rK$Q[=qKBQK3bD.1>2@u@8$R>UWhEO(GF]<4L?h5.48_JKfk0.9cUTf4H5(/mZPa$qo#-clMV6]'7UM^Iq6;Rd\ %:s8S.o[Ca3YHip2.`2Ll#':=,F\fn0De!VT0][d\(8"0%.Z8RN/[9O!A@AXdP3Jgd:pb\CS^t4T5t#NaCL5%A1m6(m+\"NqD,r,\ %3Q8M1!U>q!/-^19+0gj+$sM$VrQ,qc^;X6*g[8^>*8KY3a\BkBPZS9_XlL[hY5SAFb.oRH5^Rk\"[[U8")TOYiVAu7S:4_!XPgsh %/7/c*<@'r?)0%.:k7a@lGg]MV>^2Y8*2+#MYL;jNq$7Y7"I2Ah@4imRUm!1K`:MoW,jHBcH_K/T!:6XcAS,rV*EV#>))E?L];]'^ %$O;l78li`MOE:?-"2*Y:P_1WE0C;Y]Uu.@q^cmdOV6XcCf)[&gM&e4VGGU,??E-mGcEt59!BVc=P%lT^59l*R14(7Enmn(>=uBYWA\aQPq_L`[M?VY#\o=m0fnBdD-4e!D(9]52,DSZI!hT&'aUt.b=\`O;$rYqUQ^fqeabf`VJjm_HY^D89RVnZpAWK\;&DO_;M4AGN=$GsHVp3!VeY.$QHb`JlE5.c0r*'/k>"`k1Y\/?8;qmE:AJk'Q+tb&R<9!bIU:O?ESMF**;V@s %VfI#W*07S/?@iL/-B,7MIEfNF=/@E-EnRO03h3c:0jZoAg8u%q2&.U9W^[_1.`a(PLM77SgM_9o5o$=fMF,IJP>gDVOSp==<`'0@ %g>O?A,n]:Ro]tO*!)TFaKUt;#IBS:+CEdb+cXrG[d.-ndlIs,<*pAD>]#oGU)K<]0fuT-s14]mTD!C,>;j?@i2O^:"Gt?BlGPCeeK?+YU?n%R1 %6oo=Je8DncVM`EYn^/Q=OHG#,=]TOU"4mo0?&Y=mR9K-+gVtl.f:?R,Rc9HKqAB$fr3D*^Z/!ealX^?uE"JRT:)hQ-G[_eje;E(?CgX%)=f=R7rDVKm4/^8^ %1:P_p&U*GN#V'=jTl3tbK"e/p.&W;K=qI^:TER!NJW:P#8_iPRNM;BN?4=ep9[VhMY5!Soed#,n$cg^p9fIIS`M8-'[n,&[$pqQM %T?^u>eh6g!0.OZC6S6XGmaZ/e'*KVK06rUoL\.&)k_G9&sW4E7,j]nqBTo]bCb<2Y)Z)Ob\qp]P-UgZUf84GNpbCMk5]2VGSR?5'!%!&+elcGR2p:BYW?)"kh>La-F&n3ATT=Yrk8W;*q)_1[RRl, %GQN-S1'=HGkB)Y#[Rq4e:C>(E,M&U=\A^!Hf!$QhE>:%hP#Q_lM;(lZYgt6DHR^ni$`>.IkdO&5e[*SG0pCV"Q8lSM]dO!, %?5=F(B;3kP"rnX5HI0&##9^*!P#/_d#*b*aC#k+Td]kIuHWP,.0!S;1OpUFYhcXBN>&$>8c/QprSio[,"=rE5CXMgs`:&LULIZY] %lnRGEqaPg_eoiP!9m,#]BYK]J-ro&QT+<6J$]F5d[++0UlfLV]Opu7gN&[]R0?Cah1/+9oo8,P*`YVK\aV48eJYP-ZL%.U2S.H&F"G.fM(_ZY':@d2[DO^"b@j"IH`YEqD"P8A^$2R9Q3_)0Ogl_$fqHsD>='%3" %dGY1l$n0ld@9U$R4C8m6Zj>4lr"g;c_?sE,A)C`]_ml=56 %`3>P2bSSNA9=ZMOP=a9#2hC.b'l1'cU#0.B;.$Q439V:M48Olp_K;C^3gtUMS8oqA7U/bI?B3[AM2V)ENY>O,n\'OP!Q)!2pZ28, %Ni?=YEK<$ENq!<=g,L;U0(K8O"A-$UG08Ld'NG0K&L#T`S9I]-Dl:p %CQE75:eDb>:[J4q)&r=YNkfi%?n+LTQCpHLnp%9f.blA]KhTKDU6N/7)ot2ljH\GCSk"XsFfRm_29tba[b+\_prq*.O(o/?1hhNrdiTSi!jJ`7 %q9f9ZZiBG!k"r4('EjbY=19U3]$;Fr[N9G/[F:[T61:[eD9i7r^d?06\9b7=o=bg9]/:"\F3MLP.23"`*O=qF6nYDfJ2LmqJC7$m %/kqksM@cRq,r_n5VdL8i$GGujEGWQ'AMXr6NPb2Bqq(M)kTYmo3$`>t^ne7CB.en?8%74@GG#TXV/G(R.QA7=ls41*AN\6j;O(ZN %jL@9GJSbHW7B`b2eo2:;11m=tI8R(Los.H"%*#ja%8YW)]>h%E4D&FH,[-!48PFl2856?W@F_ajg7&u1P\A_OHe:K==OX\H^`d`h %Atb"CBmqs(i*I!SD' %\i+CerSRS::e*97&ZApg@*But1SoN.S`RGEiq)b)EgKJ\j]F4*\Kh8Qb1btM)jFQL6YCZ7ZFAqIU.SjXb#isT>J,O'O:,KNlL2i; %Wk,9o?22hKodiPol%3R39B%S"*7fE;p30@G2p%4.e_^4AUuSVEkX-tuWSfd)p*a*kul")7O@87e>1a"H)8ni@cpFYk^D2$lJ! %S^S;(()8R5cYg6c=!hfH+:R<Bu*>hsh9mH&Uk%pRcY9)g$U0(13JXVao?3-g/`./NlDtrZgC5A=R*\N5)"A]-(MMg %7\G9jF%tRcB/R@9!E(#F=&gb%=1\%@5m06,eLei6?1#\4HPs#9V@$a$)#B1`_ER+5%G>87fa]#54`g %2Z`+^lVo@",@4qM7Qo`F6tAMoG[F#2o;6;N2W+uIpLCmB0b:[*`a4Cm=D\R[Hm+OL7BsRY7F!7sWZ$=T4f8[KXoh7Q]2cNU%Z6(D %T+n@$BEa9Ag+XW"DNo@[FA+ih!=1PYM(iWFEfW;DQ1j?,dtskN`h/LMm?HmK*om=GDt;mo?`-FJ_>IopEdUa^;M:eH)ASL%_##qH %'Qe_j+$5.TOTL %Q3\3"1k(`=a^YENe?i^WcV5fbE^_>S4=SHba,:/#/q/-CdWVb8\PVE+qrX!CB;nXWV'*&\9?LT#c]Ru%g&q-s';,OVr2?TMM;]bq %fW$[(Ag:!cBVZ[lU,?nZ!o*@qY.a2FHtSK>"qjJ- %%ra_MBa"luKTQcI@#tSpO+Ze`LNu-.oW077CRk%3Oia\:O>*E[b@p"r7X59a#8g %p]-<#ZA:\j3d.-O)WT4Z"mVlfk,2o>4b\j8\VZp5;8=,rFWV8+mR8peS3#%GF9gH\ENtUA=1RD;VtdcG8a3klf[rt/R$ERuE$-0` %T"F#N%25)o;%S:=%Ca"!6X'2D(]%Xn_^S7JA<-:KMNsq24-;FJ/u$4i<$O=Pu)Fjih!NfNbDT %J>q&sqb)m29DmJ7@"\uQLb@[R[uA+:\Non(^0f'W_359N4iA*a9k8"G%fJk*)J"Cf=M]].2Nh,gk#4C\SskamD%R.nF`SbRFT+oH %)TUl(@TI]FI?9c$"lX7h[Xc0H>9*m[QKE>U:2RS"k>SD`VahO>0o;TMR3.FCn1]2CT=uq#i,Dk02%/*TTZQtlF6SB`Ta-CLSUQd@ %VC!m_B3ZfGY?(_a4.JT?m3SkG/u7a*!NRsWPODtS[.e_40GBhX$QXX&QV:$:_-pc-!q@*^"#K2-).WrZ+p\f8)`D%E0a#T'rnN%C %2c>,;C'sH]R0C$C>/oT3Q6"[1MF6P82GY*J]6)k!,qHV]B*)'n=d=M=9>\%I>A=j%nE%5XKCF+Kp@=bVcQ`o %#*N]m/dC7T9<5l\li,Z?/`U7rUqI'o09>uU*VEtF/Cq\a8=RDJN;[1pLYl%]5UD]#B,G'j-ZD:h4B/=0.l->(6ef8_"t`\pF-+4! %V;SPl.V8)5;(YQh[8m2tm&1/se%]sAe?X5IB9gg.qi2D[?ug:4OF3h]r,cYBfQ.*Xmi2*#cCQEPH$\b"F0q-fjn=9a0ljImF2&E, %NRP5rra3Cu/8T2=D0m6!Q8cO6,$bjYh+i?V>K3:0i+"[;Y;8C5X(]:!s'E.Hd66QRT=6QMS]YXP^0`EuBOGcG*SUuH%be&hQ>gYH %kMYA2fJ$2NmA4,BrZqb[o!_\RmQW@#pX\fOhT.Wm(b!VK!>FCjK@3Ffm/F?;bL<@!?5iXZ%N7H&c_heX%^qt:EQlP*Dp'.i0(u%< %chg2G[=`d:#!UFM#;bAbY8oIFZ^ZEMO`+N7B2@:6e^p#`'VG$\bL9K\eZWF?nr4[F7sRF/0KtZ")0?t?k>f/VG\Q4lI]E*s_IC>S %J#.d%H,"\a9d`.IMVXF9MlcIZdd_3cU8bf*+h^5GH%<2XKB9Y6/UZss3N50](6gW9-VkFTM(YbtLu@cWtQX8VlG;X[oDU2u1r\C_JKG+Tr%o9_2#-.*/7>Mr3X %T0HYOOG7Psd^QT+iTnS!Bt_pWOo&;-rh?n5otuRU8TE$1DmKrag[e75#@\PJa8*pUpi-o7BD9SE_O$:2j.M=COO%.-KP0fH$(mhQ %Zm,BP3B?e,8ge*=>cZHi#heThn,L,,H+@7Y4]e\KcBCD#OJH1U80+8=OK[U??sROe8[I##]uYFV?=3_\6SnD6^l:Wa=*M@uNS=RG %J"GGfch[q&X<15&57_6b.Hc$NaBi3QNN6ZZ&YnghI8Tk9`_O5BI$.YtVIB=L4uMk"]\E5$XTl\pr"Rrma0aCXe"HTto?#38nX-:l %Z(WR_nS8f!6TP*gqmp^Zp?m$^a/+.06cK8608`8jjk4E[mKZ+.EPEI4u@4Hs&VJXqUKa94DksDZ1(aJof %%oiE)qD'#\+e3SC9hWnl+1;OriX"#V)A4!V.,/a6,&fbOkViD5eO#Y.YKYC_/2=r9?4aHiJa&3CLX:F7lcB2*&/mApaX9S13`&*b %#>aSl"4$G+cgK,#KZW3^XF'G[f<"<)!(O#J)9AZ=I6@qO%*LIXR6r[Hn4__cERmIKfM%?:,N"Y;Jf!7YTsmoN@\Zl/13Dm"DX\b) %W)Gt=DPKG3CLW(2H'S?)%]&WB&X^'d*STUWlng]M?\F?YT6JQZjY_M1&X_[&,i)%/1M>7=W1T[;OcbF'_#pn0(&,,b:!f`KS>GZ< %f`K$T]+4`>$MVY"c/F(JHqZ+b0&`7aa*B?'Fr2$gaG.`_]ro,d[49<%ba#g7s2C&RVn(\PIY`oQI![-2pJ6:reWpj5_KK>(H]k2L %H,-2mZ("+qn/2DasPV1eG`kU;kK#CU]oAFTcNWI %gbBN7"#J*BgC.^91K&B9a+P^n7VLjJ]YgK8hl(rC%p:_9ZKebY<1bc=59ja+<3s'm\BYe"09B.i/))pa>L^@qU2Y;)g&?" %Y!Ic`A(*X*@O\Gc6hcD"'X&u\d('ugETBck.i)>-r1Zi^LT"CZ^k@,='urRFR0=na&11)'Z&K]0RgD5T %S3QIbWI\jtapE&Re=`1(W^f4V!b"`Hd,7q>^bf_)dg]Q0/>s&MVX4V?=-U#jd8^M#J>M0"60TiS8*7.Q'FIK&#e1T,n$t-7Y0b/@ %''Cjc,XQW"&kX_!cPVR-TR&YS=5YP.Gj5_SkUQ*s+ %/t?fO=0Dt2nTt_>!gN+e%Z/@#1keXTYNN#rl5fJGC^(7o^ksn5QCnbt[Of5Kd[k;'<-PSp]0YXSa8=Pf%;4BddFVX))T/[Ya6,ln %d`EBS5dJPq_?N-ugP%u:H[=6s6=:`NE,kS)`iCKLI,;mR4ZZb'^n#:\SsbLZTMWLZO&]_3#Lj7nZ;53($Fm4Ck)g[ %enSA&3`rW,hi(O\?%:E[^gBG-[^G&*REEAQ)EB@;dd.=;?f(RZ%=jZ+nN9'G]A]*$hg5i[e09V`bB@dUQ6WJj!t=B"f;e_"!%K4^',Iq;DNO1 %3(./X3*mT*)8^Df*a0W6r5AjE4IgLiqc=(q#LHgOBZ9((o\rD9BW5"sdN6,N=;`TlT_7h\%c?Tr'GJG7#0fI@)E(d@(6(,!GF]?a$3[?[@;"+rY;PLIuq %9`(#u/_W`*U)XE<\XG^3]XI0t^pA%tE&tKIZ]rq&g*Vl]0OGSe02%tO\fL6HgtT.us4V=/E%-"77b%]js4,/&F])p;-gB.pgu-j' %-LoE'FMsk5EFkQ@\GQu$*i#7JChjp#`6K+76?rM&dcS(c&Od5S'':8b:q0:SXPDh#) %0=08:/U^"?ecX#BC-_.r,Zd.T_*D>JcZ?PgCC_8e:0<(Ftic_:-TcS>"0Q:Vq]@SOd+"p8o[#is-Oa2HH6,[N3CDn?Qprk8UOJ`^cXLF7a+?90f=L?Ieh54%Rb*)MW*kEUD2Kh:Z7S1MBuN^ %rJLpOp1D[nWhJWWGWN!MWQ^nu^B`"NiMDFlHt)PKmIgsaOWQFh0h&!Q(O]lL95kogpEkI03I%!ao=7"^h:MYLe).`cDh=/LTO_ED %?;)AC-V'sJ4kVpg)Z481W-dXsbN;3`WLc@'!:!:5"Deu_($9s`YP:9N$ob64C1o''Y/l+o=H]!K!.\"lLFiQZ]: %g^%!WeE+65jAl5U=Ilg^o65WrWl_.J&K*js%H2\Klk<3ln,!'d?f[,WU+]E%&B17pidlF7c^.,XLng(siqojg\!+E$p$u7lMpKPs %8I%AY:QA$DC,.q8>7_!#\R_m,pr;FLa3`1s7^pS/WpGM!crAL>69W= %fdJPYlVV@ZJC3GOfIg`^%:W&LY;H9$G'ZDO\SQ@>5fhm($"(`lXcsW#l1(Ymge`4MX4 %5O4+A28D1"F+_#4Vr1StJ.$O/U.;2,3Tlot<6B%GEi_<#B\'KpS:43u$9pm:mZ50qD4Za$iU5bL'edbSW9o>TMd(6!^UaU6_I/=k %ii$cURuHLNWqG%'m7%OL3P/i=_Nl"'-$B]uZ\&bbWU]\$l'HRF32[R-V%o;cMRdWH#5DgbDg,rb;EbI-/&&bLAKoJ`@;>CGkH %$R %^?f"Ps6!2E)tWm,LAU6'rh;@mK3tWF#`g3[cMhk15D3P145IshN_lEt&;/$'e)]s]<-YMYio;lqr!hq.%+'fWE[G+VS(_!^'c&F3YhJ9B.OOs_\XLX2;VGOjjp"-H<$mF8VB:Y4%< %m[CGZV*)[1h`^msS&LDF1+o&-+8_sanKd0#[nlR9OLdOD@Xe+_Xn*i%c109]Ebt(%d]IHd4s#Jh3Hb-DF8bq$3C!I3m#Cr)O^st$ %D=*PJMc)naIbcaiZ!8SWX3]NIrWojGXE,ETY&f"s`14VUAc"pod`>dE\n<9Kdr+rTQtUs3oDIi]O1JZ:Zou.NcRF&i?Psak]pB6C %VM@dMI?Ns=X"Y+!0("*tn[;HH.@[qK,ui-[:X15(.5[LY[.,-0qtdsHMX=4ZMiL(J=a!>mg8u3t.fYk>Z(:[,&:2Xe %6^[lfJ71J9iX]a,YYVR`TiU0O7W.6QG^Q9bHI@_J0qof9:erEG%P=5EY)&EV'+Yq[Egj\YsOb7oDtLW87qX7'K7DOF*;D-=B)O3rqJj;k>Dn'QnE0s@u&Qm(T8,M?)b7=l8Gf#LkpO_eW& %_(*(!A`u]G3.#cQQ@XE?,[tR#WEod;8X\CT$qE1j+CI-sMt,e$[GeF:YYLiJ]5Vo3@ns]p#kQbVk.jg(L4h4Dpe;-pSNL_>B]aDeam"Sm6(Y*ikL+a'gZ,esD23mP:b^9j!S2HcXlW_P83C"fFNY %?j"$eUs/O5>KmeHhekOFXXil1"`1qGoQ:h.6]8UC-@Refq`AdI(QR:XpAGs@r4qtFod%7WjM09XC=8FPRW0"d,o.[0!;i=DF:@ZA %8M=#UXTuD,N\o;@QdPdE1YIpTqlCMQi9#$QQ`*_OMPLSG?;5"i9N2e'o>;1]>-9a]`CKZiH;^1@:u1=[E2/W`.7`PVV(?A&?lcb] %#34WHW%r[TQU,YM8YkCF?%71a1L`[U:3AHHR=CE5Y5ogZ'@.r((NQ$>.sFNnHK:c;-+2,Lk>B1dF0*:kA+i=d0KFG_/eFUGH#!XE %Y.%WISg?Caoh$J['6-Nk`hSF3G*;XW=,f>pO+HPq&Z9X!g&Fn(3I+A$K:eT,.\=T!$%ZI83'jXC-k?Z+(:@YVW0k)5%djrGeNmrQ %cGCCQ5#W0fNoUi)?aP/>X-X:ZLm<"hWS@CCI=&8Y2fUg4na#ud<''+[E$TL&%hP5"'>&'UgE$CZ=M1^Qmr]22K4"jE!AB]*]$gd'pp\" %(b8_$DW^e"f.e:5Cl4Oe-Tt=;=&hpP-M5eP$m\:)hMf_d@j-$2)$kL*2+tlKko#+IJ'Mi*#-*qYiRr4L#FX2;@7(jURAej*k$Wm& %a`o-bE5Qfk2?.!f;_bJYTA[7b"b%gQW>4mR';4WRQG!<=IVVM>/>ZD1Xok4`N;.nY$/MKcS<2e]N-!)FX]C %#c4ORXskc!#BnS%CF$6m$Ud&4^kdsX+s$Bc2f?Y=^24rnf<^mFPt_9DL74pBfor9'ZiF>Yg)Q$fI&-];mhZje(#Q,"2s70p=V*XC %'o&`,bkNlhISY9kC!^]kT0CC_>hFqJZ,qqN4I`afaKb08`c@])pDmpQ9*bki$u1db4nq*Ci.sN%[Qgic8^Db1KX$BI*a9)4fIf?S %N,%hJ3cQo..pe[U",^ssa+UGhC4OAg]DQs&cYKbLqAo9f5@6q/\1.n;_el19@J^\Gn8]ID.]I!4iVdATlMY$9%cJC*?ceXP6Ho;iKqX\M(7i7MG@P0!KOQHdA$5Qb:#F?iO9;@`bh %aQY0jebAC5+)ddbD=q`VDL-XkY.&JVkLQ3=-CfhMd8&"S\FgoZA@U:fX'BY7#n!oE3clH-DVXp^4h+Y"gU4`]KAYE=0>$OgI_=Kn %[sRhnr\ia`*LoX'RbF3rFQXOjj_-=Z)R8rgEflA,do$FQe)U?`n:j]3+*QT?He]r#bQnXV,1Bkrp7"pZpQ/O4)%Q'SoS7\p@BmX; %61JRF=YT$Bc]X1EGb?mOPRjKkh`5/3ICqXECIt\Z>`;c"179EFGYNOE!BW`m:NmJ %<#$1ajr+[KdW8H\g=fTacZ.VFioVuS=<'Z5W]T*)Nbd'.G$/A@\`F8Yd>%K4r4W>?CQWPd`0JZG\0`"E@GA[M9\sp+--X>P:n4=3 %FsI`1$:`A>MAFHkL!B=Lf1_dq-?`Qs>eUmKb$IQ0ZY;HXBb:gmh8WA_#O2GE/m:uVefG:MX<(&=TXJd.DL/'%/aP(B]`"QLl_kQo %:hUYjQ$[(7htDtSd_qJ`C1*AadHN@mm!aTYlXInOBl6qINZ$h"D/[uKi^j\uRkPl:Z88njZ&e)cMRm*WY/2%rP7[Fbkb+oZW+[2> %`rPZ:6Y'bj/K[\VbJWq2\_ %&Q$TIjl"hD[L:[K.YScgXh\u^jEtD>bE0)o/-P_@Ei:GW_)B>k.J*udj3ej7Ok2VGCd;3Sc"G4nc;I_']6c,K#&j@Ml/(j7(61:C %H-pFgeM)YsagFBt5Qb-u3#Uf'43u(HN8&ibf>^Rs3iLBm^ni&e74sKq_VVF-@q<5g*MEe1SMkXlo"mCiHWE-D-D4,aa#tAFT[If=uiPm#4<2_<'bA.&G0f9+mIp[A-p4.Dn@J;'G&IVrA7`"?aoHgW7Z!=%'P %(85V%&3F]5e$s0#O/Kla3&S+`C;-uYWJ:/q'e!n*mr$'-L?alL1;uB#eqG0KJL*`+loMp#mR(rOjVJl_pRbo*p+k>,`gQtrge8cI %p;3&'$I>8F"PonAXg*8E"#`aPOp?[`UMo9A_r[NK1]8UELCP-j$Ts(em)_Ule;(_U[Y/:N9GC*o!HSIW$KQY_%pk`%kp+3;i%\^/ %TjbF)fn]UJ%i@+62\PHZI)m!#;iY7:']!r_im_SM#L,YO`aQ_mc,KM(\8F"%eR2ogd)BKsE/p@Njg5I6`!5MC:k($,2I!!M*b8:4Q9Y#S#WIjQQ?"iEfuTf*F%9W`.K#PNC4FD-?M.`/C_$%GR)h#ft!Q?JUi:>/,E4= %KD#'2I0DF?2J=$.q\:JU=-f!;XYf6jl-$IBhck-C<1*[![7ZJ:V`nU+n^)"f$Fa&C>]:a@^mgFJ?:%);W6N_?TBm*PQ$BedB!J!D)8=t`XcBfB@b4Ye#_k:Fla7kl?>I?j/+r]M!`q&?nUal39aLN3?rh[Y:\/ggR] %fm*P[Ns"HKs,Xk>X1:AOC'9B*dj%%mciEM"13P+c;6A^0DObN\*4dUo$X!+6A7s[pGhA`qVY"I2!-G\7qZ"Um].I*)*8,pN;#c%^ %RAnF@cuI<'o8*TS4dr6#-E?rVCi#%7U-K;bTYOJB9'iaR=DPH;k/IU]?*.RE"5K&2"U$S*,:%M])HL-WSA[M@Qa=\%)pbcD\gHul0a8=YL2DHGG!9a-Hm@^gjoQ#p`RNnLeda_aNKSn<1s %_QR.R^gX\4O65ZClR6P>>e\N5>G#cE]D'a4N3.AGpEto7ZR2/Fn"ViX^8_RAEL8F.]j,?E&-f6%.k]I`A=Vb$qTrAUE@ijSkGJ#i'=\,(c+LW/Id.Op-^`nAJbS^;1i)$1S0QC-0>\fqL3_a?;;fs]PX4K8t8rqV4 %o!WApPe*L%$-7>qB^QVkMGdXi^&`-ro1j67G[c3t_Pi2L8PPWNZe\Tup %MHl@N&?7GgmQq2R[:96r=JaeMqDHGP,KjWco%:l?'^f)abO:`TnCgKn/Lgi2nnd;$[<9\cK6_8=39#1'PiG.PA2hchZJp7 %ZIC&];?#E/YKWQ](W"9GOb6%h.O1N_N<8^X.EiLi=sF%^BWQffZpn:MjpV9K.Ke9Qnk^6[12Lc#b3mG2)Tn2]E!R",I7o2t'It)?(Tl70[5'A@*BLO,eM+?59&^D<1*H;fCP2eJS^kEHjmRFAs?/pub_Xh#2X=C*G`6mtBLg,rm$SJ_q*.VoM %1aP+Z8'SI7CKr8jL.O:a8U;\^0.d;#Egh;!:HKI87=aMlB=L\PgW7A_qcIVB^'(c%I;9hQk`"$+=qJho!fiR=L[`-F')`%kNZjq8oeN3$t4e"Z_5B*"IE,ishNh)U('\5mh>ejK^tHSUdNj("k" %@dSF'0h**_Q'827aJ.EN\2+=-Z#Dmg+0'Q7:08B^$DEL2R&;oH#OPbbC6Ab*8$R7LBQY`V;:]DkPn8+8K.A[M$^&LP?@)q;5\:.q %IPqK:d6'Jb;3HNT0Z]/E\O%2B9DIe8R?ZK/NK"l)M*MpqZu`!n\HQ.9Ap,`B/9[Ij=31s9J1@;jKSk)2;](k;FNoAl&q.?#B^X83 %AEJ4+_d#Z\4nuRG/+cR:ptUPLRC/7Hg;rH$mr-tUW2i6q'Y#'`n(2_5QSD=T*\82D![pkrKjo*TDTX%(U;H35=m4/+`ZchR,2Gb4 %7oNX*/?-&>adi`4(`5*80!`T;&8fGC8J0ao+0/*2`s+`Ze>cT:1pd3M+XSNREfPu_V_:.`^*bs@.>NYPL12Ku*/P+:sbF.D$t1hYLo@N&4P(rC`6CKZo9dQeQQTsjJ/+bEOjpeB;ueDrMsh)S>WLOBM(C8UUY3S %P@u<5THkgbG>C^+#JDpN:Bo?0R;(P.d'GTpR&h)pIVql3NM)?e<\2<>XT><51f5XqlHTpo5To5>/-I,kYgtkGXVVu6@BrZ5T01Vt %^'GTOg13\)#Xmq-k-g!f(n9T0F&^62Q0fSNR3@8`m-B"6G[^nqP_*F)ibXj&Q*":eb@)B$OOpQb=Wj1?b85#Ir;USn0MYucJN8bA %$+6&T/3S-[.aD+-9ch@&:ftB2qU7F+MhB`Q%C+q#J=>GHaEKMnGq_lUr>ONT<@87Wn\#T-L'(3'(mcghAp%?!UT\Bp:;l9$WncuA %$3EP#h+_#+8';tkMH$LmfpLklT;3(qN_,CC7e7q*)7Cq6Y";N^2\-QT>NT)_$)'PF$oGJRVkNfrZQ4[QO9*nU/Ah)*B((D-YZp^0 %0U3`1m9*op9i@c:'Og+/*E^.Sr8dSX9l)[f1R-=tn;/b]%2M^l&&,O\o]88(qWaRmct;VlhjI2K\8fJ!DN2SqIMJl@%"s.lCHpl< %`(A3KZ)UMV4U*^U_4DtZr?\@Z[.rq<^Mhip)7QT3o'1CK?Sk/X[EXXNp#HRE1Uh=h8? %JXb2o;.1c>_WDNpFgE>-%su8QD>r=e0s1E=GnmDseuNqsMgo\'!c'p-bKqL-QY2G1UW7"oYH,\9#Zf3nBNMmMk-[V[o6i6@(^ujV %M`BS+0k!$u"eJpWRY#O;34Lgcm]c=EC/Ho[@#_XOZ[-e_n>b)?j*Cj/k%1p#?W#N>k5h %RTIs?H!2Oq!PiP*85^;pWos#p!U@TWL)btVI"RS2YCefI8b%qErBf%q7>1S %EFT,Eo4kX*YH)qcdGXrR-21iO]Dj\k2/,$in/u#O8b(+Nd%-<7[qmiB%Td4^Spt(8\Kd:#s+@`=2QN2oDfbT %.%X@Gl_gc73"uAqmnF+lOHWK;7@bf%$Pr@l2X.`^[-rcK8i63h;.`Vc8pT(($3+$5S(?#]ahk %NXuCrA?nX&lhdH-,]'p17LX%!l0rGI`Bp36m!0"9CUeVf=DP?A4Z!OE!pG4>7_n7p'l2AK&E@.^MNXJ2&O?&!0Sa&Z27W)XNuHH( %q)<`g6SD&T\([?5>VaX22!@N[fjW,B %VkjKnp)l;N)GBY_!Z]2uP@AE3mQ&oS8<[K`g$FMj+9:Kpc`+P![L_rnMpL*[s83&VhAPGcKQ[P:R0Qi6EE'ZYO"cJ:M79^>l6375 %fd?MfgDPuNplHnohN+IS@fiV(,X@>2GM"2Ghg[qr'/5"2OPr!Mg!)RNWX]fqU/\%T73J<0(lNmJB+;``@Sb*IJ5t.-f>bfKIsCLQ %HNF>1l(;[&A%)T:n8&/,L^[\YR,3=&/Z;&_BoX)e\/&(I+8\\XY+EB@/%F@C_Eg6(!,o"h0H66SSGM&i=s2Zo9UDD_f`;ACM$B*09TeXC!P %(rk508;Q,nb"o+u^TU],9;"pA]=N7[ZJF$frqXV'%;#+rcgH5F\"DD"n%0Mc7#AeQ)L.2jc.O9&fQVte29&Kr0XMe170jbrB1i=m %TJLdZE!JBAM-CV@6Vn^ZO+Bc#j=m.2a-Y'QP,6qY=`Hq;QB\E)`9s?1BlLLhf23Je*j%"'JnhZ@8#IXP=iKOQp74LW1SQB.Lc3(\ %*OSBP/VLfN0PfN"X/OcPr&uT%b`Ih\()e,NrR%5XSaY666))G.8aoHlppNZ,3S*(Q?!W-%)=&0=X2$f'K_7X+_%CXqgXQ=% %@WE0N7GmVh)+.'&o;]'$;(J[CqfK<'Y,36ao;YV5)*t,P'33","74Q\:(EPLO#2$a$ZaQ/\igZkaKm*n/>ZIk19ZVgK;ZVS,` %_HI(=^h7_-'N5ss+Rs+0:kArZ[+[ff-6($f7rc*spZ((STntG=C5Gd8REY%/e8B9q8Do2^7htJ]5+oCoLemLn3>`qDDpDAD!m"mB %D[kjtkDA61i5FTC4sf9Hp,AMB$/@W+fEO=9^GDJ9(>eO8$urecF#GKBKR6pi55;H^DRDps'CW_kUaktr_._![/0[.g*-dHO2JL\3 %:SEn:8ijVFoE%0-J;+kgFr]frX'M0ZmmRK3iqIIqU<>!F$$)Ij0hL(Gp-(C1^bO5/2Y+C*/=2Xc?+nqX*SZQ,E/9M.&n]g]P11j/4K[*:NbSoA7DL=Arg\`fqH=jkKmdVD1/)>Ae0dH*lpCVfjZuBAhgNIM1n!<`d]//ACn2=LZrHW %_ks1j0VOYo^0ag+m-l_1Jo>noGq74X&SsUa^sf!.\0dY%Dom;Yg:F"Md[_N1r`lP-plQX-_&k%ta>?Z$_T+@KBEITYd+._7-#cQkb!Z"?))e0+_:[@?$,"q.L5 %Ob?`UaU2>0YmJ_Eg_s8g`WGTS,_#U+Ku@!BB^g)$g;7O(@5\Gc'4qmdbp(3\-kRW%d#O%,[M,sG>ur@Oc@akXBF_VZ)_;hT4W:b] %.?S^nk9-_.2nS;sk^.'OkQGR1;"oDmH\A)4g1E$]RXs91TRh2&K0L;[*dX %HC^8;30G^SrhrtG;Y?D[AdhO;La8tJM9?0#'$OoMSGm4XMDK;7LV)1/riPpD>=M-0U>`qrTq4?hMo(k"g93K%rUF9dWL3D0nKhj; %p9H2a[Y,bXYFm$m5Uiub!c+#/#nXr?P(i(\X*M%f:r."f[Uo^IOna`GM+5i/I/blP;fSYN/0r%eT_r1eZ6lee2&Cn6,EbRM;M((9 %rF#?#=`MrbH@d0MD^Ib@8C0DHYZoL1@c.7pF:FGgZhTgs2iNc?$^22mM4`(N+Q]qPlkH&Wf[n!%h*lhoh0"pBGC)>7e6W0u[b[:[ %1Io4gM]$QNDP_Yk1Q#LCF&cgE=KI2G>k-1Xi.)>O/f@=$W+K-uQg5W60=Y!^3\9+0'KqtL5itKa;SMI[KSaf&HE]p,Z,58orpZV[ %$j:5*6sqmA\l`G>"r8oZ)aC,sN<]!79%$7GLglQ^Q#,OV_1cJ)Xht;+6>uKjK`"qK0"\Yfg)0nW*INXm;o4fO6uMt/]^p3[q=oc& %,I>B5gZOm/+HqL^GGeR@(2jhSOdJGlriDsW.,B,f#C/MoEg/mH*'ucOfe0U=gZ$\mFPEYVR1'g&DWHdt.C;SWc1$@.@&^:J8%5:j %>RVntKE`&j7L>dSM4(QMs)V=R\A\8/g'B7@Y$F[t<=?5?qr?"Lk,;;r6iO9Z41Rut`=ia0<,Hf,$^;o^EffN`fB]ZbA$b'bpWTJ] %AP:%g=]/nb--c.IHGCu$/TN-]r2ss=aKJ3lO@-LJUoEg=/>)Ws0CC*>S#Bsu-t[$:pkd=V?!3X[LDLkuYWZ3#[t?#\OTc\-N:Nnm %.uuq.o?dJE;]^[$R]2(0DNj6N/k;H/EX]Arn5;:&\bZ3NCBZ %#=Jm\ND,p?/[L=05N;rGJDi)i8-=KIY'(f*@2sU6.E^uu'HMSaS3I^IhlX\,G,t?UB=*@p(Lt=9pC>ku`+qG'pZb*7SVnl.Abnm]'en"Gji8j7$nP"\]>VRkLEJO2lS_2)j-i+# %2/[A#c'5;G[CVY)N>M!;`!cdo3*T"1`Vp$&A9[5,VS6hL57#?D'5ROM&S*h\o*Z__Rn#YuQBN?G0'$o]FruqWEA6FQrflmePF:8j %S3?R3]AT48V\+:,6--CSY(k>VVdNTi#o`lP;!R@+0%n\YGOZ[=FB$@4`=g9R]tfOp)kiQ;0&;lLX*+Qb1EGdO,IFoZHp.TjMf/8#jmGEjc%9CAqLom7cp %m]c?0E9VRVY(rj'AkW06o%\*JUaPOaq4,ONaU96@=?HfsYSb#)@:E7a;\7Xc?Y!)tPm"f1jQVa0E:Qu,Y`$&kAes)oYRAD"\p5dJ %\IMl<0P[tm=Ak;1J$kbg/?](*6On+I4gj*W\mHFSG%!PK.&-WuZJ>`q:.i,G2Rt?*KPC9T==_;@S'=XK4*Y/Xm$4mEBjQS[gsNT4 %_sZb`.a50b9Ua:9.`=\!YJYRt#HpKbe6'aYO'^Oubu^cE>;L=_N.sbjmO2N4f?NYdBE;X\#VdpUS"EZ)3/uOAlOj:ZY==m1V$/A- %3(DLdd[2.OAVb)L`rQ`Xk17O^KmIO?&/0>`+K)+Z,XgHG/!;gp17\>&oP %!.TlllC;;h;?:4-mas+6kr^U*)<)LrgWeKDCt%sQGF^&I>AZ@^V&jsMe%Xe&B1GFpN=As8_Wm+mjnE*K[ET6\,\a9h@lCe6o6o7G %?1"O2_S3Bn^OPotL.p`ZN%<.@S(=19,C8)8hM_U=CiC,o^X_>IIW9Rmn&^K,Iouj-NA3$0aK)]olBi;N7?b\rbt-,"rVS?:l.AMh %WAM%Jq9tfY4/@-HL(`CF?H%]-33P60Qd5'djLrmc6>JfR4mRZqU0f"p>2=$j^>sQK&G^+p0A"HAhoJGPpS9BFTDV8QnaYNG(R`E/ %XhN>:g>ndI[bGQRki?A>;ruSuqM.ksR.!(90W]2aWm-jS/0nF_i`*%#1bGWk^-.rJE@u8r+kXqirMubAb">ZWeXtF_!QI/0X6,C: %[/(<(kj#Rc2U>%efVQhd9YD;K*@6=8%Od$sIu`"lgQ41^en;g#f3RR8+Q0Cc'EVX)XjtlUZM-@j283F'IBg9>e8p?+)fb_ %nRcqB`LS+K)7%E7%p.qk9Xgp"/BuX>`K>(=\(O`>*[.&&]QN<8Z/S"$bKOiVG]/UoLtFUimLIumGK2,3m*+U=d[I8?1:;2KS8K2"3S!7;0J,K,4Jmb[dE%G>0=0;W#LbI %j`R`>=W+-;A`!F'ROsBZmH.WDG`fTH+i6V9*Xeq.DrPdT`HuVeu;%eL-JH:r#DchH&h/5e\,*M>=8Wk5tb6,](*N^BR %^O4VmNM$j(1QHi1n8k.fdh

Ui7B\B$9;g&VE/):\ %g!U,@5\f8uGi)u9&McS0ALV3*A\;1U?uQ`R6$XV4*lJ%jIsl@K=KC/g>0c%\S7V+FR2&,:qVl\)Q]ii(k%3D@ZT'E'G07`j:edLD-308;[5`B\^3@I%*]G^P<%/bqh&@O(;;HTCP:$4RplC]L\_uN9#qeKB#(F@;ceC5+<_*R&+en>B` %VI%`H,2d>-`b9KpTOuEaX3$@[)a&&1-eU*n:AGu5T<`QD9UN?IcVim^ShLTDQ-*Jm1!]1q?(oABK?8"1>fVMmr %4['H(Vb3OuNA^E.J.2G-o>rS>(hMIA_3AlY$fJ<-Z58q0^'E*M=un2.qY:"nU$%O#]ie#PSLooGZADuXl(QVM[ue;0p:=h$kb'eZ %&>%L*9Cq65c@,o0f`nItk$dIY]HYH+O31;,:7Zc5_lEQ]dlOmHaV%^pB9WR()Toq6lKFb7[FWc-b4b:#Q6L3pTj-`,uY/?6o8H'qjC`bGBKU7rZ%CG]+h$WYJA/OZEf`PlTU@dYFjJWET5pk"*gh]sh":J)7m43OdIf#=t9-N,.\-iGB7.<=k2YZ/rR0EeT9 %au_P-G0#As6*jYGh'%&TE9;JtF>k/P1/Ur>[EAWkM20TK5/U?39;4qRIr%.4k.ER'/rb+jlIE8&+nq->V0drEcau;Ml',4kPZXX( %T1r@dA2s"a9,ik39$7KV@)s-t.gA^>M)c\Xa67(9/_lJnm'`f.$X(0m*Y(\!kun-6Dmg*QSP;3C!hqrc %#5BjqNi0?I(d,XWqUm(idH6W]4u>L$f$*]Y`=$CK"L2haq@q.'jd3YDlco/^Q9MBs45dommVQ(9([$5L]*)M&cabc7KD\$j8B0=% %Z^l5m&"WYaL=(F%[($!uJ_`g4mcMmb((8WCJ8DHKeZe3/#k!*6c-7W?DSGP6@/#`;OB8Y:m8 %9>-OZj5Y_5DHDaMPE,EOY;R+YfE;B>Vq=39C.8o2+m7Xq.n3o&Y[DZ\d-ADuQ7kUoePa4YiEY*q#mk-*-HO^*Cb^L+2a*GNQL*E[i@'CQfDpL]"YST+?e$o%B)B %r4>[o72M7RY$>%+1DGB)VKTLCPJmC"Xj8Zn2+jV;Q$PoCRrI`u2VJG!p;So5>C)IKC4s0hIT1cY0s@2*mb;M"e5\HO7H^ghX$hg8 %(jc1K@=_@V<\e4->drOGp!+,_C84?`9Ff/eC\Hc-SLC0i8_k%mYCcED_SG$XM7VNPI5J#U&26mV0+^%%7`T(4+nR64<`@bBlfK(jBbB+2kEL]5hh32`;rl/r!'o$)GLZ[N2omAQ[QU1(J%qDb>A+U*Rf2C1p<3RF:.%$l3DN[ %M1$a@06b9Zh<"s\p+Lh;HD!LJODY$Bk3@Y?TODrj_AkDX?42.f_DlaenrD]I"ImU^M_)h'+HI88d?9"[8p0d$0Q`2VI)5VFbe8:(*K@:.GA0'\9L`ST0TB1C&n=>G>b_jYo_rNaU^ %L,#gU@qT)GEB!Q2A44223B8^=ZPgVW2BPLar_jFRB1nUU0!lJ/u1ej"6 %LUQVVCk'b7MqX"k<9=fuoh/oe7QN;]o=@tdt<*q6nj@t*'r@G)>e1/AOmH1q@A>oqOWrpIY %jJ!?WH/1>pYiWeJl4g:O1b57_fpM>V?!+jWQo=:1X9sB85$sQIknBO6 %?gIC6CBa"kApeIf%21d)#d0`4l]?dBG,O*C]J8-pfWtBRcAKWFIXgtSO0:3D]tJgdfAg?u;\NI:iPk9#a'W<&T>(6LJ,@LP=KaBmIeWQq%7'I`r9YYHhnHee0kfBfWdW]qqd4\1Mn`Q3I/E2WaegO$8h12da;4I!^>" %r,?A,pDt*gf2"Wb`3uN["*eW4dQZ`AD %YRC".8L1q)IsW]1]UtP%UN:d<1P^Um8P?P+C+m%N5/?/B#Rq%8@q"4ck0h0S:)5H2@!kPXa&)!<\pipM7+n*Lj5 %Fnt`lB:&?B/5PI>4*uDOp=nnk[l\E)?f#)^F>V280R<*3(ER;TIWt>YY8Z[b/:"S)Dt<6Y`\.SO7*7dqV0\a %&'ptiWjcWEG@P?5E"Dc]2m7/&G;okUC(JR`Df9f\g2A$@kWA:gAJY6V^ZVO;RaA1W5Pj/A?VhVfGZlb-?G=,N@@%l)-QaLbjjh?' %_pJPKB3492]@d2o^3]>^D""QN=I&LLGLu;4!j8b6QdrF',gN$q]"Hm2X?R@*s,!V23h?g8LdrT/0Sgb3YeOe/LCMl@*5nNNfDu9:$hCNd\*$#4B7=(O0bE@B)#th'R)@e;FU'&-!=83M(Znj%+l`(s6L;SDp@`*G#!dtbk-4Sl %OJ`Dt\-`r3k(dl9%[T4Up;09SUa4R3*%3\[K7K6g2qorkQ'_a/f6n>Ae<:D_Z;#PN7I:Ns.CKD9Or:C$T8?r)-iT%7e> %Y-nJ?I;*hN&`K`$Eta<*)8IW>&$X0Wn_qN,\j+*enL\*CrQNp7*EojNBB`qZH;0RBciT+WAqI;s[VDfG=^ %8Q?@HaS'So#I=@*&O^"DGeZQ*".1s2d;!jfcZ+!o^6'L3(A%gW'g=Pro^93UsNQ_!Hh7Jo+hg5QMms]PVI\%'J:AnZQ\IU=/GP?A' %.eTYDnhsET$h"/^*\25(1"t=HbI?A8?bG2\^A-gGBhue9rdMKM&9YD0!"L'n %&)jd@_Pu9"*m92Vo&-c8GV">9*_WdBpafA=A2b9Dn5:=?PQrl'*KrKoiBMQ9+4GtMVhUjsQh'Z(RtI&JT8rTnp/8W;r8sJm4(S-D %q]if?7/$=R5Fgm$c+DTb2#6F[*><+)4T3[*oAdg?e]ltmSC?$M?b_$DrdK6Tb`E@]lLsgrk_de#fQ!07*o=fVfWdKNH.@#j=$&*d %XVVK0UlW0cLLQ65#BS;ujPca/p%?;CXSF7IB6X-]0&^%p`EbF>Pj\"C=IGkoJ+la'[eH;4gn(uo&%r/cZrnp<(9Z+cS\@?:glt5H`4o/hmNmB@-(OlJJr)`rUcR#?9@2Hiqg=B'Sf^e2%Mt=s0?9\f?FaRd*M]GFg %q>0K]%<'"dQg81Wr7A]5h_+BlRFh#L,7&ho=n4bPFm3;G37ohn[YlMH].cm3C_p^)TF'Xd]/\Fq%^q:JmG_NcfGs5V.!a.WG&d0g %.fL+N7itDX5K=VT1r\\cg0WXVHEjq+QtI&QpoH#2K6jka?ULU8h_q_!4V%cQ5fj<:AD:'5a:O$APe11,KWp@@?aLC+mmcKS@nRA[r7%UmV/ %F)aF7Xm$B6r:*hJiPK:^n)GR,,h(Wm@3b.noS:TsnsTG=aa;3dDSGr/c,En'o[am4GN5[kc]oR9)#o/.qdmk*s+>HA<^QSqXM`@q %l@/k.E6s72:(N4Br9D*mq!H$qpltd5a1%A#*G4iNbEoi6Zg=rX5)80#+.g@[db/+9B02*$#P%.8UpJ#QE6'SWYQXVtdS?-X8hd#WSOndEN9]4k2")i+$OBQNC@IVSr(!8.6plGgDO9t#9b<3Q#9IN,``T5A6?@VqAWh&.I %A2`12#ME0!nLDfG-MJ.d-mk9E/\OsWJ0-'fpfZ4O39X$XGiY>Te&)7)6"bLQ3n*[d*Baq8l/;pEK@][n>1:@sFASG"m*Hi=VM!<=:msSJ %\l#)Rd^71Kp0;;mN_`_ng1fpNX#U(HS"#aoI=8O+GPM-CNea8'LgIn[eUD`#dJW%MAI4Zl491EIZ'CpREJr+(\1hOK1PX %)u@T2#(166lrB5fRVsaH4Ui&Esn\#)f %Ss163C#e/8S;a#=e!jDiNkL'ViV!XTal"-0_h[`\Pa6g9fjTV&D>Bf8$p9qRYdF>WQEZr\1%o6,Uca#*qWdHs")bmD#WV=EkOl$. %s8M02`V[kpH/mT#PR!',0dN';^iBugemnL'(sWeZ=Pg5rnX^(?cNL`RXQ6R;_>!I1pC=%dmrR?gLlZ14IUL(26bb9a`d6io01GR& %mX&J-oXLMmhgp-'pDD-GR6Vm=Fq3m-2FE:i,>]fC#DG>QK)E0-B%20Sg&,'$p!$:jL&R4Hk0XmAX.._Uql,4TO!js1Lb@"(9^.Wu@%RqMnIs1fE;Zr)[C<+;IOtq %(P9E6d.*Y"diNi>?us=mrqn<&]H2T,O+5+*CIddZ.::E\)3c_63u#InLpVqan3'Rg?bX'qrL;!^O(1N/QaM3fp@Sp]\CZJIFS)fF %T%!V`*A)=O%mOCsSTh9_s7CuS_DBh9-f\&`HEMVZh[Y"tU[FuRI+cq\Ns/CR8qBO]5JKC/p#__aP+h?jSpi>T@rDOKpI4iF[I$5C %q3bd/KD".=B0@AhlI2f7?aN;mSd4S3bPP,G]V"6Emo=Ag=.fIML9LULe]V9E"AKU_?iBudeK8!39U]q%k0G[ZHMM=SLDR`*Sp_=O %l,t0P^V77Q-g0LQcY'H\qG/d$fmgoe+'poNj1?*8:?*ul[U9%&p;;BfVS=.:UYd*j^].Y#HJ)L%nu!;E0qY7Hb0b2mM,P>@d<04t %-c;HY><5@9S<*/9$mE&$:;W*-q_t+b3[[$EPVD0noCc3E.=&#Y.A`^J7qda3>3[q>o?iUPn7F.kCF^dm&B=F+=AFT)[i_K2;FBGN %jp@[#B59'^]R;0jETY_iRd*a6RGop"+k/UqbpTpK&iI,I#(-1jf(MpOcZ:*n4c88k:%NIK>YiB56U$D!8aDYJ:LbkAqc%;49^Mr& %Ta`6lD3??=KF-IfP:7#`)c1=LX_5#j'Pa$)?9S\U1nZFS'&,h,1(Hg6/uatA_J;N6$lVT5W4eHk,6$(QMSjt2@\ZSk:RabnQ+tXd %NU?JoAf:868mshsUC(S$0Sd3I-d'ON6CopRWKcpdBSK&KX:i+:6;#ek"l!u=gAc%SD'.5 %SXa/Vq4U8`$nS#-aqo4_=)=qe)TJLXG]\rNS>AdQ?ot/<@)l"kVO:6AU&D7(N+:sCk=1iUB.>ij^)#Gj6X)Xs):PN3AX_B+`fi,Q %Bfas3l)-2KGnJb^BC*\rPFRV=fWa.%hl5KNS%>0%1poJfc*ib0%]SC!JNOM`T^B?'cQ#H6^?sJ%P.?u8_FD3No,-1^_R@B\U_60q %,dg'D[03Sm0\M&_/T=A6RIb*i3J+QlUmPo:&#F\+#QNN)N`oY\h#<9Y=tOS%g8]=J[-Z(sL,QBfpA>as/m4W90hr;>E3r=M %d;Z&>T0ob!`%,]m$Ou9B>RM$=@oTT1#rHHgG"e9;D7_[EaFc159%Gh0DCTVOJo`c=bZ!g@@r,?q%9WKsKX&c;CgfrgPHA73g(A5W %C`'J1?uG->`ub_P]G"qQ*TG)*#-gV``.VXWQYCQE=Y?nlhRgZE4>!"EG`3.Q9LJK1e/WUU8\CMkrIaWIp?g+LM*L95/>JTE@gki))-Ld&hG8M\6kd;a%NZ*N,T"G6W+k>/CFqni9Fch1QDli2b$@1R3dpKp8O90:\"G/gYe;T %`.X6V*BL;m]>ZeDG-$9D4cYBSDrB`XpWtUS;bgT[E?9C2ZobFp+gjPB#t5+`=MaeYnp%PU3KbNq-Ac.)i&8QBR>-lcE#q9ao,!B8 %j#Y6IF4ASCA&pV8ACb-OZ#(BV;n:oT0MN^@JVi]DZL-#GYL^WZf8`abO:%jAS!YnL7WOS31hkB/],7bOF)$%;^UMCY93'%[>!p7$ %f&RoZfB=>YcFj[1`p[bg;)i7[RB?IIRl["R`si_R^7h*!DMP2l2O)u&VQW[YS#gW)7U(g=QUP*pnNr0c8Wmge%&4,1\^?06(]*:X %E4$[aMf5p"b-e2r4lYD!>@\O!]c%K#&joJ[H8:6ZS3:SK6MRhH#]E"R&G2'I)&%hp9<&2eaVKV^_'q?H\% %lX1PP2W;%7*455mNo#S;8e)E1RG4P-hGMm4jc41VCV3"ReQOr;/?FZG-Y#2aU^a:hHG!%('lNO_MPL:i(q %'AN$QrD:=S-8@OM\C2cH[PJh6@s`(%JSS+:`%+Y!^tXX4T5<](>p2r=DYM]jc;pF)1:N+JUX-9qL+kPXDSQFLQPp*=GAX#UFruPq %bb:RFmdnNe0sp$KgguuQm_%AlC[GVHgRbl*c>p&:-o(pL8Vqo>)JQHh,B)8h0#_Wh3Fgf1$BmkVE<[[H`4=ltl?4FCY@&>e&K@np %\SErRRY"$UM.,RUGlkqQp;8l8Ia:\^[cPMD,-.)1UJ9ktC3qNRD,1Qaa033l$NAchbJg[!qK8Q(44-d8>%sn,IJ2q$q7GrWh7W-H %rEk!'o[9pLCrtk7fNdg8)bc"KbR=(Wra'Sm1kHtn0clMY4TrA%gBcM>BSW@R2;Bc+('Jo1%KZrMQ,Mc&HcV?1%:c4SOqZL9$t29X %8fjJ/,DiS.+^F\W;j!8_Oes!o?QJ=>X_mtmR2VhLj%a+l7t27Zg80Up+uf=1DRB8"md?0^"=(A#22QmrRO=,#';B/%%gd$AUU4dk %+c.-]$r*KR_-`Nm7%Xf`'?Xc(mIm^p]m.([($P+;_9IODC2,#Zn4eV6Z%oc,i%'X>)l9ALX$.=GNAp+)8S[P&h-t&Zl4'H$h<=6M %E,-qNXr):=L^W,6C0SA4%$GO@BFd,n_fcF6M.\]iBr"jq,SbpgLXG5_FpUKW:1Xj:Vb*O8*EB#9Z0+POCNO9Z0m4aQDMhVmfQ[NZ %1KQ&%'G8A0d=&qrdlLlhLt=7o.Lu0r,X&L/,k&D2(UaTc0g(;:C^WfZu1?R*M))=SoXKe`i')FJu[R2LYfH,bS86on\(-JTE %$3X2[)Wu:\f*S=7;0!ng&t,rs*u'j"MC2+e %D/P@1'teRE?FY]PC!2,XH0q&Si3DqeN8[!-bX]GIVk_$)mhbG!j:I>8IEcgM+k+YGkY8$oHgUY5f^4pE0H4M?k8juDDS._k-)`RQ %:p7_:3QK+'Bbm^l,&pP@@pQ[*O>(Z91msB9Nji/J,4J\]fTI0?;j@\[B`g+qSTs%g!c;+qQ[/7p``<2Udp=KMRC;71\];Oh^d)UD %"Cl=tf4fp5DDirBCtbj8fAq+?:,=bPMH*WYg)VR47q:*p[%qumj/QUpqiRLc[i5*'`G;l5bB,HG93N`'du6V]I;X?Z)VX/GoukC^ %I&pU]6V=_.9jhYhe&#WC/T/M3L/B56!msKU.E=?uV$SuO=9;MnlVq)>TU2H+2a)5:dG1e8UF"'PJ6J %cet1L>jGh\-LqAH,FYoa'D)\QE70_^dF:(9D(:cTVAPa=.cO?sD#,]C!kB;=[WKH1!u<0J6Y_5(hF.#]WrA]p#]lJ[&;[cNF,c/* %-3H,g,91)Aj"jf!\2:;LktOtV!nT<[J_QqlZ0E%j/L2dScK_D&;6%)kP#oAe52#">aEAG!4aO:eX$H+B\_=5D<,`6BhqNiBKLrW+ %\NRO2X@VVN3.@Z245;i9CM!(841807l-ZEdY>";-Bc+oQ'3Y#$daT%W!f+gfV86DO,L?][GB/%"kI_<(8sU`<,ciH$D'h-JrD2/J%Qp(?T#ed!SMHJ;1lt@hUSReHbF,&f0>2U_Iu,h(PLQhn94Ok6 %&,V^+JTK@TqD6;/XI%[_3koh+K[&V5A2K>-L?*"!X^t+EjN/e((uu`gTM&TR67sf)^r=Uq65#>Z!TFIo,n2*;QArmrJMW*BS %BF*NkbqM6gm<;j>[%NDg72'QA=o36V*JT%gqAc#>2m!BePb@&S/6`^+kDJB;kcZ##_RT*c&tRnsb# %H/[,73FZeLFU"dSUUUHH8p^Re-"U^ERh%UpO>Rt9b0rW$R:=Y*gJpF31_#%p:P%NifL-D^\E3p6"(D9ah_5T=[+QsL5n3prO[=T; %Bc`akKhm\?JV&nPAWYKc);8)m1>4Qg:N5-K'R?YIh4F?=)@5ERg6QtR"iTLWX8rIFTi$<:Taue9ieh+6h`?t1%e,uckDWS;ZLc34 %9fqW"i?Nb^8Z*B*XZb5@2::2oa4))[NS6D9r!K;\Qj^)heq<@.DGmEMO>kPsJrNa7jXQ-E!6^XIM@YriL$')U[2Gj_]fSJ"DYkVF %jbK@jWA6E;\1Kci8/b8\F;F7Ug'D7Zj>jIIe?hOtF,`5I06##;Os4nu)0l[)E$1ZL,0`[n("nrBjL:m[N-!S@;"fs,FShnQ>f,J%,G!oXOq$pZbV* %s1%fP]^"?NsN/eg:FAZtF_E]qKq70DRLDHMtNLLFeXC3_/X_MVdM)mFqr1K\#dY+`4;KRAL_q"b7(4fn"V@3/[9C %MrpYKA9"rP^akCW&S?Ik>t^9KW7@AF]V0tsqreL4LLg$S,K1!MX4Rpg/gX\no&$i#fp3!tI0/!=p4Oil_qS-Kl*(^'F9k9Nn-fgB %?ARq(7b_b=(*)L&3eU$L5RiC;G_8(Ji=E4@fW8c&nP4DJng,1.e/7Ei4R2m,7!8C?hQVB!A2$56>[/ZY*$tHnipsM6,$G\PFDL0jn:%h/A`O-dnZ9j;C_MrK %r@=Y4[_6NaK^UY2lSG*YP1O5a310R2FFjuIcBGZ_7U#$,24q!0/Di0T.N>.0H)r+U(7J_!;nYJm#\MJTD-.)@.Js7js_IYAshG2m=(ODW+pm%XQ%`'smB>`cMBanU>.T#+Ee$eJh$b%]22X)0e*p;_g\hnJ3F: %1XdagW:X=PbpYjAVGfPMharTb@4:js)"6W:cb5Cri1C#fH;f@=Q6$*M6ZCQUb1ih?"6mVK/C3qp=?!^% %A7Pu;VC8e1)'VEt"@Sfr.i1VZ2Dpb$@%%@44%ZFk!BQ=?_LHK&)V_Y.,b-g@UGGjE=!,,LIn,0r[W]2He*[)FY;N6-^XX8kLn)oA %ZqS)0HscrVU<1#@)p(=_,-Q`oghK)q!S?*c.U=Lg=W56Hq_53hU"Ih6M*1GU(VlKm"S993%SG% %%A\VAJDRY,^j=\&OjO3df*sdB-*$Z:e*dH18@YV$Hd_upZ)g_)Q5uW>!C(W%[XKM7A@Sl[.LM:RLtNnPf$HW*=0o:8F!ug5\cE28 %M86mU)ajijrOln_^NHk?+eupA$Nh0q2&.mc*Os^/#.a.rK:CAbghX8.7J`n%=iRg"j8qGgg!!B<^dL&0^9)o;4\Tmq-?17Yk/)q;gfB&LCltN[)h/b1F>+d^(8D\ZIC+0LH+r/VOW5W;fUbUcF^>2pkQ/Ep\;ILAi2j6>Z_' %ctD\Ci%CDuS+CRk"rU"u4>0EW$Js%YS4&2nLJ:h&=SPM.#5/sQCD`>+Cs/Y8drThi9neCH.UQWl;9T=NgI[a3nLn#.Vh*Ha&eo6jC4=]r@(M]@iX7Ol?#!Yt,V&!ds@O^[lPRpQf9i#&?=1Pn"0]4:;Ym]_kM[!.CDb'*)4b %4=kpQ#6,)80Pd-9oultHW>gEL;sBq>%0B7"_lB\3^q7-?,>k./HIE^nk&K#rK:pdukSMWt9gESmG)Z!i[W0WE>`C\">F>;V9$7;htpJ'J>m8Fp6M26SK-,;RVVq"D]fpNEUfniId^la6K]D$Z>#"p8XLVfKiaQ_#N7GAHW.5VM,+5XNlV\1&ulqH %rbJ!#dr>Mjoeq=K)1COnoS3>carT%;TG$5sQAu76"#@q]epeJ^iju*b_7SBhe+knVi3q29%\*Lq>Q"MVpAY)k[Jt_eleaKks*n.d %A3;XEIJ`3hMnptE^]*lec.A=_C>L@INFF$iXeJoM:gUAOL\prbs?-6P5ian!t,M,8;c@[5rV2X+O;Y7:?r.sd/-g_"dH_f(UT-m0iVE-o[=>gV]H$@>Ta"T3r3e6n72I)#0GLI[Hu\_mI]R0h"CFAWO%tqA&T@4m:47C4lgK\QbNR#$LBOk/X^2e2kMg %OkS8U&Gh@Rn7r3.AQ.*A6<1gV"N-*<;[3#+UgY\b&8Up($gAqIE`p4%di\WOJl[0o9[VhgR>2gaGHeDpShVaq#?VBG3Qa %jCs;3]Ij`B`=>2M,g=MIh+oXSEDuJH5N$ng+Fa%5f/IX)*;s7&+ocX7kW6FJcuikIK0[[=N`o6rL^i*3_F(C]]3%*k5V!s_4:niN %m`_%D'rUG%`Fb0!1__,#6C&(g,`5#+:33Mm"-lN!:6Q^4lkd[Q!RX631>n/a0+;?BJ&,Us!T3(WQ4jXJCKI1f65aYR/\YgR^fX!4 %11t@L`ekoe3TQD]bYfh8(<(aT-K5cC=-sIK8@0RgiYpDe1m-2=!Q@Ic%06cGUuuE\]lXAC#l=rT6([024"[MP!)!/p)Vc0="EY4W %'g\))*rH4g";?e(N8-r?-ZMHW@r\N-F4%gWYS2q=ZX"GO1YEha)rJ%s)Z)V-$E[d=LN"[aKm2WYYY,`2/VIYJUtV %Z%K<0-E8!RC+A#hYWS"^^h,!2!Khb%/X=L;QmW71=_QWDj6O#PL0=[fop!1&@YkZG>D:1h8b(Gm(N#5]S!01@b95h(6UrJ@<7j"; %Q6&?t:u3HH7,`UX05tJVen_^H">h`j4945HF)KCpI%.41Fg[kU3F:o9[+GOu2r8_/n9.:A%>%kT;aa+hPps5h2#3.?@\X?,.Sn%d %/?T^r$.sF!04:s&Lm&!N,Rf(MPtF):Ui)9#,5gbP)f-26U.lS6X6(ar)8)2pDU7HmCOVZBYlZQ9T<,?'16B&g2.]nDd)$mg<&1); %[S1U"ja.EIh0=e]d&!YBn"&>jL+;RKu0rYAkQ2aCqpA54k4qOb$-sA'ti@SnOrchE[jI[fB0!"?;A-MIbdRO$1cubG,,G %6Y8k'O';4Y*2k)NZ`eEL.oPNZimhWY,M8]am0#2bkfa+;0s1%/VFgoKDW=!P(8,m'@UY:d"WsJZ^nOr#$B+s/%$fQRY'_9rbt#%g %ZXlZeR@*B7fPM_+<&3lsarj#m#Q7cL(BZO]?GE58JbB'H;F!c%K5'cm1IR:sO;B'9KDF`HA9EAf?HhJXBO`SQ\<`kL7N3GQa/T^> %>LYXIK0i&:OG:su!'?t>^(?b7S6fg6A1SVr"+cD&*_>:+=9aU %:hXi@@YGM&TjoPX"YmQFNL%]tlsqAr(i?o/d3eMs:PH`4f;!14SDQUMd]4Ab2e7fXVW^_f9i\HisP#%Z&*!:DP`0.ktmfq0.YY&"HRI@L@tinPa" %q)4MVUYK.1^P[,qMf$65IO:067KsW@)HdYc9/Hs8?R5)2:2#j'/9VD]&+#,pYeL__*bNMCPe%RT(F99Fns9E)D6[T:?QsY2VOUc* %T@n*/M*=F6o/PX!R\UPiDFmi&4UYUW^eY%?-B8iL,q)o*9*@FQk:AUBG6mQMp?:PC!mKrDJ-h$+QJp?9NrjG %6/#?JAlW-.MlMaeG>O0iRU`.Lu:-KpoM$ng\:(g=o;6!!)!J>U93Y:PF[mUXIW5_%ba %E9Tl\\s(s1"(1#P'I,RC[mYi,>b5Xo/)"U>0kRV]"q9=!jnBbeULa[FR9QlajTqdVJKc`;2BID$@!.rU,CHCY51W6Z`DKCifaf\uM]/co`]9*tf %ke%dG>3VM9=?(V*2mQ;5L,->O-3QMJILO7lPDc+FIV".@7@)+C^gEr;qZkN.DRl>/:.?ZL.3rU9-OtVO5_]cfC+I"@250^H926+O>R@\ZH=@7j<]o+Q0LQSF`_jJ) %fg>ZTH]HiWn4?bpQk<_h(.r;CtjVGC*eY7X+_0D?*L;TBcEP.2:Dj8a7INF=33cj$/J.@b\/H2g?MJ>VAX[;s!T5.Mt>EE%r=8GA7./1W6"Oa196+< %!Cpjl%$?Fg/6l[[ZR;kPhN-?W-M%ra1BVA9!JXPc-/beuV3OT/j$O*SAT:*B7I%.n`Q'a$U+t$*cq^W^oi5RcJdo[9%WpK/$,j,i %eg\?=mutR^cBI4SS%-^RH_)W^i]Xb4noc--:"u-.^kO6g-<5/"6%u2YUdqZg!EYSK&WLKsNN"7mp5V7m^ZUQoLEu^M2?5t;DA#92 %WD&+`l&`>%X(3U[mR13./#84l)l0$Fg,=*/UDXkD?S%5In\hL`Z6D\j'@YZ2',Il2-3?GiBjPJ1TN!h%/X):?X&gE^OC<\kan3_D %&,rNbOB)i-D%i7J/Tn4B6%QFs.:\]F(SPGNMj5^m$m?(^RbJb'$85dd1#6QQ$2iqo5Z\2(5PctDANebQ$O`u9(*JP:dOEhrnB*c*]"JPtHq@.=% %FS?1L0Z^+'c,^2%p/oNsb\_tI*#\bZrXcK9,^M9\gaF5$`-ZT:_6?S?E\qcO1h"E.f(K*n(TNU_6FB/ %KCqAUTUUcsWCr4_V0=?si-e]ETH8hRHZg*n16=Raj0V3?8DM$4<2:.30%0e8Wu0n-^_uppZ`3GE'YuE`-GJ.gGN+M$oE4'Qi5j<1 %;LmH.E+X!Z!CfW&$!7TW1HVZeH0i/IeHPXk>[0O4'!rcD4CF4QP'Pj@S1!NPTgM\>>YL$m)gS`"MS,DbYUC8$ %8GbM)?srYqiQ>7ea*A"7\:XL%W6AdnRa!1;1pNk#@eXB$]hEFH$&g)BO%L5mQ9-Sg9]k(pYI$!0L.dLin"Mi$3%FD#b_Fi\_M5'I %a6J3#b1sNerf^4u;D;l:#j[FUi5_N)JFaoJ!$#57OtN6V2e'km*+JW15V+-W(U.;p&KI&O)C]rd?l9]HPUn;6KebYB:BM4n_5nr9 %0S;ct#MZM[H%[;t^d0DneYM77PKeD;TlN$D%QXc5R9=oL*n89hLJ#J$,i"h^AP?U.XLiI-Yb0$#GQP>mdR#4u"Z@eU.M7Od`C+H7 %G>jp)I#pMt.j&HHlqilS?8C7(3!;u9b_^lq\FTGBF5Xin?auN[F.S3iAm3;B3@Rl52EK5f)eH6]Qsalceq-P/1*@+9;J&Od[](d0 %5+-e[kq<8#>V(G!LD*j+nmW^JruIirUc:Rs#omcIh:Cnjgg?@ZA6'=_.H*d)ilF;1?Y6$I8p+n2ktE\"g3TC %[Y*[\4%r3eQXZ'^Lj#KY@6+#M9[4!eR[Lg(<[nmhjQR5,l^;!PRj85S&WL>Mpo\8N)gT=VS7M,>PH=DW;?<3D2@]D2K-'fS %+nO5UQKaJlS-3q,X!F//5T;L,n0ONq %$)3cVcr@OE6D0s(QQ1YGBA-]%*KEPie[";:Tn\8p\DtAb<`Vt!5`C;I!G,@e?S,2`O%!N$ei9'*<4UXmG3.n=L$/OV@7rdWA""d5 %BrJ::.35+SW6,!bVUW$F3Q]W[fa+ea;keqRY,G+@$&Y!"_iTRtMO#-MJ_Hl0$WQ^sne5/TgVF43!8JHT %]d=>Hei^p!.^SYY.=$aaUR?qST=LC_,Wja_*MNj=G#8hSMhHc6HSjWem*%n4Zp>DLqSfmRG)U7Z7ZZVo2'%_T9dUh&g0Uk("%Aob %*2ZF\&5q6A>GHc8-l+(@g(UeiU/ONjc)r8`N+G.U#>Ac5SGH)u`[`^h5.YZufM %5^[0#@o`5*)eER*l0?HMO9WZp,c0mO_2!bH!/Et`i+S==PN.[7UJP\`^oJGL->W\lg?*%@=!F]N#HoD7Y/`(BBu2,3Y>!DW]P*(f %;Aulg1D8JC0VUg&&]Gd+ZX`)$e&S[g'Hl]O[r"5,5D[>Zr'<0RP-r)$=6)`c5;R>)G9=f6M(c&ee=;cqq-&@-FQ&0!'jbalYpb:E %1$K)VAj@"cRA7'L-[Td9*#0JV!7M]:$Wu^7^Kd$1)f>jQ=+FeWN1W,oT$?EZJF*N>YI,s92)4E+ %IVX*pIU5]"U'3+b6:"T$7,-D2:JA#HeVd$F&=Xph:KX@T3DB_K@[g96-\GR])P2We&tfKU<'cAH)r@!>/b-3n'\pbW_%i#:!T=2M %&RlsUWS3`:7*c&La*opN>Yk_PS.uD'4HbN@,3*_o_J619[C.&@@;I]>.uSdUL3:[[+%+Y*Qh942)U^S^+BeSSe0F-0\d/bq=X^?m %>u9XC+Y,qqK]?Nq(\Cmi_PF#E\UHrrZ9gckDAcL'_-`s_L1-L_\FBGgc4c7?>m^e7gsW1Me!&0*K3>6_QR!\L+V;JWM'u@2H[S]T %3qA(G+BfCWEjd]dV^dn-iG#N*;95XHi*I\$)jT#70\'W6:I$3mCWO?Y@]NhfUq>PIgG)kKQsWOo&i-!]95kZ#,+ChDZTJTk2o?FZ %CI$pZeM^MTQBc\e,2m.eY!>!NaLQABI=QZS0S%bkrapt_I63m?pLF\EZ'!%L*+U@RH>ujZSjf*deh2U'@Et&hBh,mlj=a7lMkG-W %C&8+IOR<s"eW5Eiml&+@8lCdj;opcm3P;d]+Vth8W+L_f1[VLP;e?64"E=Y/L/Z@Sr(:iqYSMY/[Iu<0LSif.-+NG %@EWkO^F@GR&QY_Vd9qf_c0^p5c.!qrVG".0?^:uCN9K>Gg+%8fZfOsG7ur9:glip^*oq/X7QYqFTST6NXM]=FDpsi*Z0QmVNgB-a %WCs0ng49tmQQ1$F,bgC!E&CdOZjE`$]TXW$P&(;EqQccM8Q@a5)9\rmC%u;T`\Za%_>+i)8'A-MJq-X'EK7<-UTVBp$?(F3-Ih7fl:%YY28@XOsH)F#.G;@(_tSe6Z5L^du(1oegt:`,H,CAV$<@orUcY8";iZq %=.I*&Q2i.tj+21Y+C0(;`FQ1i+!$Sb?#@u^g;pN\Z!N[#r)GhS@]A(kjhtZ>ZH[ffJe6^i7J`(drO61jiC,UYaC0tZ]q#g!BXA"5 %ImX.b;grBk\3keum&6H%U';%B:Z/qA9uYMMUFf>_TAsTnA_"U6n3fiGXj/e:1BeI'Q_4X:13,h!+@o9>>iDk\W`2L%\\_]8bNpsQ %\3'K\kK]H@8taR.[Y"rd6Q_nFKrVF*@rtSI1480%jT:gnKVlq&;@m.m!=k\tAK@]HQjaOd^l17P!lcKnTHFgDN5#jeJS6t-tfY(aF4M:/A"=^lFX[ %2?])E*N_^E=JFI2BG)]0=VGkM'd[eg-njg6PU"7+7e>.HjU2qWL_FMSpq^?G+fqm<8&,gDZ]^oTbGbSFa%:`YO[V25PGd["j=^*d %1p^V1.I^jpS7dC@a='ZF5FVY@c/gXI%$=3Z,Me#`U#I %QJ&R3OuuUP<2j4J="(B^R6V^]jK?:u7s#%n^H]W,(^XEK>+@r0UMW3#PI*5@;W4%M'-L#A*jsN*ZM1e&s\;BU:;5.a$g@rej;i]qi&q %1,dUJ=;_N'$9uURPEf6Ym7"a"b[lsuL@MQQL7)sF9V`q.VMK2?Z9-OTjs)OB/cEm4d@Wq$"_>VIlHHXA4B=Ql5]:l[Kc%B3ark$qgo$Fm*O %6JDXfL;BDV&94,kFGNt4"cPe+(\US$,[;gn/5I?.ml;h2pIs1dL,4shWQ;iD2.It[ToZV;V"!JMmPq8S0Uc!X_%8Xs(`m0%s-@,` %JjPt3'1S/39"_n*Jd^::QkX'DpqIpqB/>#.G?U>c0`=F7dQM0b`]0pO$mt4K(bo4`@:HWF(:"E*D1L;JA7h-a`#BshLs()L0Wj-d %aZq8U+>K@(=J=hKj#NT!L@g?L3Asb-h5+iuEl`7tcr8m&q8X,-\9HD(#2,nS=copS,L)htBIcIg)Is`-Q=(%>Sa^*ZDdu5K(k5H,HLDF"J\L=Pt=SeA?l@Gdo"pL#^7?qLgL.@Z4 %R8)2$2A:9>O*V_pYr@=jldMqGhY''O*(Fn#qFo^93='-UZ55Z1Zbk4n:bIS@Lb9Z.JSB3J'])0C-4KNNrh;$4T_W:"nbC^"1fg`=XlB3MRa %OFmRJ\uTYs]pL@7J>Pf6A+o,\ICU:QmJS8X5+)\.V;`[QVJ0EYIhh_kSd6fh53>=G1tpV']?#l:75SUiGX!cX:DoN$It:= %5jI^mTfI!MLU)(kLC'pGVNUc9m[qd87?ds-ZR666%)SuF(!S+\DXK7R0YU-LeBLR'9p/LfEqfbn)(EY:8/tXjkQpP6/@;6Yo+Z:^ %ccI#hg-g2ejms@l&RW[u,-RGGNCp:EP$KS`D#3EFabTZo`WKAZG]/6KNH3+i %FU-mY:'EER*$pacRjT:%G3fN#JLk<;Yp??uM+Y;;ltP4c>h-^nBtfK^-5=GIaHHd=L*;?+8@,#?j0D`t*UsDR]iA%J %5Ug$"X_)Z1+5pc--CLkd2[op"QDt8n)d!DiF*.PB9!R30hU51EqBP=QW9U[!9s?Z5=8$=h[ooCc=Y^CU;O>8]6_bsH87n?%"4[0` %f/GqT&\p]h]>8GTfrk\:7>6"B\po#KrH6SX&tN,b4Z]$H0X#CkKB8u;BUkaZ@/6e&_sK$E6?TJA1rG1j6AFcH[o)NNi5J8*jg[hc %3'VgWJ.fP9acT3G*K#s0M:O1(&Mo83p5Bu'/r`oFp:,nXJfbP)jMj(p1X+6O(+5cIOT&3UbZ7nmRb"GhMV5F')tTC4ZQ:1^d!9k3 %c/TV*D!`3.F/kcHR%He.D<8Z;r.n,597E0;=Vj_rYKe;dRhUR16pP:BL>b%j^;N#-6-H9%`PdaSm;>R`iY>,?*f7'd4@7U0lA2^%B$99ki)LM^;T1$_$Zl!cnT8t<=\m$g[T]R1;O)*s3AIa9l*b+VH$1U._>/$iU9Q2f+q4kb.0B@RC)D"c? %RA#n#2G/kK!cf8*ROla6Yh6QuR>U4IiPs('C\#9WCo7D=fdbU>g8o+9g9F7i2jc!l/=:dgba6;S*oILpJniMNPk2FhMT3c\buYSU %kes0CY+"ed@P=I2Mrfbe%#^$'HWb86nLg]+B1>3n@bELF:$,Q5r]OK>(:eCi757R"[S0#i!\K4qe'o*DG=pn#_)_Ui'Pc8i_cItB %/2=Wh0NhAkCm&%r@)X%u3f?.5_(."qN\doeD![&d>SOmg/X*,5;j]_[5VgEBZJj/_io1E,@ENm>XTB6JPFEkoiP6^('Smb:_N"'nQ#6EWlmaXhrL*Q,2N).C1.WWX)j?:8H_UmjQs+$L9BaR_3YtE$,-IFZ$HUYK's[Oe?oT %`L\ZPKm1UMKHu(^#Ndu'W`5=?AYaA`:Dm2u%J.MKeNB=!$*Y&-RFg]+id.'(dZQjAU%GBO]4dI-aWSLD@N#f3/-:WPSXBLE3Er1e %rp#>c4iVHJD9SqH'tRH4PCZ:pA%ZjT$nUO1#X%]?-_:EL=Rc25%kGsa?bg)^ZkEL*U["g4(O`\F5?c[4cK(o-<0=5SjOu(h\ggA.Rp&pqjFQm4.TjMrd&AHEO@tTq`b'LEG5:i@,ceICM4fSYq)3PT4p^SH%V.ck$n+D5lOnpL;\T;NhNXC$1n[*bp%9;>\"A(X:"NIZ-XA3EDbMtd`nR1$gM7'r:$]09Wk468VkEX %B0chL(8iPkggE^@h3Co7<9ogS^UU@VGHkZL5$;.Za?UKX)[.*h.JW/+!nS!f9DT*Dt6g%,A^0 %17cCCVp'%1USNsm8&ImHBSNat.-HZn+_RYR2"-OYa=Ls1D:%p6cR1lh"V34(k2Ngm6H884.rt>39/%,..shOV`phHn'6n8@">+Pr %.Wr*G,Pl4u:C/PH9nX_%)hA)\L3.JS./7qLn!.7OjL;$NCR0/36Z=rs163Kp4IJ^Z6B7rbqPZ`_E$nkKRQS'ud^=0u(%g&3'Aq7D %RhaGS!73j.`;6QAR`HhRP4U'?Mm:K4ZjUC*WO3opK*op:rDgQ)UK=s%G$;Cb/*k@t0\(fNB.mmn+%2s@U83V3GGKb`6j.U"iT?_r %^>-d=l?]Tf%W3Qg8/VrkX(lDU/ZK?/pg$QLkZKr=&*=km)[*o.V$E-A"9s,37rL*Q#;c>k9JDVoT(425Z#0^g)O&%*,uTWC?:Imq %ocAcKhA,H&m4&+MS+)jTJ:)rtfK0.>#dE4JWI" %]C"3)^JIgKN50okq/j@_2UKT$']n8hNhW%nrVr)UY!''rkBYu=kl9":"NUeY^$_5J@QV^lDGL!d-oc)Y&V)KlffaId4JV %X/`cB,G)>S(^LS/XOX_Zp>34/>4:R`\G*fh^^clL(;DWBOXSSaI!cI?;1/o)?.ZoR,5f.#+U1]JYY=THOS?n#+\L]]=+-\mgZVA: %=iqgN0K5fH'F#MM1RK5c'ms[Fd.JQ$j-fQ!S41RmW,Z?=5.]b %d-KjLej>11hf;&Je^kL9Lhjoi+a0%cq>u0SC]@g+hZBEOL'_?.!5t:K4iu$-`_4IIH&t=?mK"qA)c7Mta*(Ul.[sAN:0*g8GbH%! %3U%A`(2bt3ICfsF)r^DY>j`7n#5=,S!p[Vj4GK8Ia#m'G3H %@J%nL=QK.R\mVfV=qcf:j,Md'NX;qb>_jWaW6R\boEDH%2;"mkj`Hqs68r[PUpPlLdU_Nu+0lS45>4:^eW2-IM6K%%*]k)B-s/c'kq>?EX\qr"iB8NSpd/$YJ1c*97T0Pl4]S]MLX5%PGr]MCl< %i(Jd.VS%DjQ>uTM1bGKhQ"UK7q$NC)6J1m<\FnJk**.>bW$^93bQN0b):(j:%R9U@Zf,9fSB>fI[sDt;#fprkBU(i4=6QnhcZ.6jC^9$!uD"'Zj65V3A%7RdtJN,2X]%l25c+f`lH2csOZj_BYb4WY.iX?'*C9X0B]Fh+phhAA"2Z+IpQFgh2uhLdtD[;+QP7LbBpqYRRh5`#9CFVMn+ %e)XD/>1?%e;Ac9(YD)rt$A'oI43c81I_go*LI[S'$fl$%hKPE%U`)i:_F6?iM9>/>QcZEES*_Akd^:^e`XCjLM.GqA/JVuNlN8nT %T8;"4,`8[G8dT6(/E1irBo@^f'Y[CNOn;Q^L-m,R7ZdU[ktSmTc8>sL,//ej5PpNpk_*\%H]22>+@Bp$JOS^YZg`b:$61\I.T7aE %#`2X#hBfF5Y8_SpnDU;X5OB+e6ge(+d+1i6^Th7San5,Sr.6i+EO[3.I;e(:-"FidNnISTKG,\"UOSE7#O8(sEV:![H]r*4?)eY>EF)lSe"G!#P-.[ojUE^Ro# %ceb$)#_%6P.Za0heefZk:.J5:K#7*a>A.kb+7R8(>1?J6j/Aljs*R1MJMi?%l(CdlH5 %%<#8<3ZAs/]f..WPP'*d@sX-U.Xi[@F;Rf/s%#jfaJ)CY+PEt\BT2m`ZjgG=FKI,q?6"M:co0UqNW)A7kup)X'eX27G@leth4lTs %X>3gE3`kZRPc`4XU6rLuqEa*tMJ+pWl^>j`WW\8_,(`WUEg8m^E?,_n>6:kM?N:u0o%grD/WJ"2^:;`1"t*F/0stk#c)kTK71__u %(glU/gn\@eB:@AiNMH)j)on;AMih;+UdV[-@PpZL>M-P+9ldYoP]St?:Kkr!aVJ/MiaS=sm`hOeH%!73':L>O%l:_4V_XbmLVb]+ %6ek>.LO]U,YTX5E#VhBT"^A'3=B1lq`X#k^cZ!$d_C->),gJb^[R!,D,--K3VH.,*jWme_Ro>=XLYL<0D`s&XM;We1cYq\5Gl[8F %d)kF,mI_FEa(X#RPSo$HkC'T#_QP%NK[ncQoYa%ZG;^PZN^5Yr:8@]dBB+(eTUOoZ,IgD]HcVbpU,/b0c*XG;8?#3JC5[Qe*AehJ2\YjWK5Vq>naY`tT0!:h#X.Zb\qB="F_\=20MbreEc:7Wk?GdOIX* %@7_r"W$j66P"Fgf>-$tbm9"3/>NQoc'8pd^RkiX;7:_;JBW!"Y;l5K#3ZcR&To!2SKd?I86^Jn&rPIo*'/q:q8ej"rXF,*?,s+L- %1We`LWa:j)_F,);JF%!5D8If`6Af"^gg3[;DOOUOoZLf"_\3M&\SEonhC;[NUJ2h,PT.l""4%)k2,aD\$_tAFe!REhC^jTPY[9n6 %a)q?EMG)Ai7<*hr1'92+DCl2%g@@3r\sO2>+[X>BDQ"S>7kQ2N!\>Xt6?PFnu.0F-E#Ta#` %S480(!!It1b,MA%s"gK/A9AcaPZdZ5=(0`K$9W,&A:J$g=&hX.0!+QaZJD#d;TQ1%nVR=VC:H&>7Z1i?i?4'`)D'DQ:/#WjL1`,H+FPG%_T8TlY4OLW %;@@dUWFc@n^;?m3_?\kjP3MSX!!?N0+q?,[Wq7OJVV=ZZMTW1RV$]YM3&+Q\0n@&bkGW)#.Z`.XgFh]p[O?;NbCW-tQP=>j"_K\>iO(MZIFK[!OTF_A22nHa(I=uV\O'DlN96'o`EA!/DH05%tRX38q^j8^Z0ck``8 %=;;7eciY1hWf)1^:k;dk@&8-@aA3&'O-HQM0.7.;e[q%pWk9BE6Q8OCO2'^T#]mQ`WP\U.HO0Ut-$i223$8&q0YkdYI6J\4H(NSJ %HkqTA@QbWEmDOt?1.32a6$(t=7n$A`=USu9E!mgp?jCa`ELBA:A;6caEqX&7ZRT$hb-c8?R7#D#WIqu<-@9]Lb>^$qK'eqi9dut^ %7Am$=EEZP*h$UN:k7LI-P!f`9.im]:]/o)#2G)7(8jfGD2*t:YbFbS#\*9M2N#HsdW94T0q[_(s*]J+CPr3pZhM2WQj?+98-:/Hl %CHQcqn3!1,>gO,ER.AGU?n>SVEQ3h5TAbrGg"ge@OG/7fT/(XX?Tk2@=p]^.f>3!m7c\Zfe#9XiCXq35%U??HN#(o7.(3M&@E9D=V^d]13j;`n$`g660[2Pj)nB(1k=6^QBjAgl6lONJ %Puer#4d8!&_6bF9B)F:8"7m?F4.C#J_pU!a@DP';^o5+ZM4$b8B!*APDdMe)7EL^g&5-9N9WTbf#:qn)d9nQ#]=EOp'uQDG)2,r# %-OZu/-uRDQJLsjn[;Jm=IGed-YUq;*2*jU,gO%c0$DmB_7ut\8UsEAn'Ye?Cqcfa*3K7A#NlS!trK:pQ`3o)Wf%TtB-ctm.YY""8 %qpb9)j0>c2/1#5Q#[VY@/@c`WNOMI)JZ5W''Tg6_C_mj$DPi@&oppfR#J>?a#CRssLr9\CXDup/_FCW&%>V32O_M^s`.PV#.V$5[ %#-)d'02FhM?dP4CLPT=R'kif!L*ED5Xet)7*F">YTMmNXb;1%,80cl.-u&[,"V>@LW,[OF.5u<1l[BS8_X9GnLp(0u2g= %>7*'6pqt7(=C-YWUI/>LB\.4C/pV/-DAGIh16%/!Y^5rO_CB8=YL0FY'%W.iLl-3e(rp8_edf2/8j3lf37NX% %?9u'Fj.EJTHct'=k2mc:`@A,^[Fg4Li+gl,FG=`^h!l5t6>25V^6!:)(89S6-X'>:&+O6\eiH4sI97:UnSoN$:FA.JgtNtt#2#!l %U^Cked+iiU2FI<`0lkMHmHn34iJ&d"-F)o<t %rTNpq_f<3:<=YclMe4]`KSH^&Ca*S[NQ5u^=3Vu^D4?7DqFO8ID>]j94LuhDR_]'CqI'r!Q\,&&6db7=37!mrfj'GJZ[%U!>cU#h %>6R12b1MZXnUrPAb)4)G>tSn0iJ"OS/oOn9=HUQ;8Lt:l]P\*:/PA?@nWN;NH40>YlT8._YT'-Je?5QWbJ_=:,^;&1,R,B(l+:U$ %PZT"ZQG;/%k$^_M%3I?oW89>,A!Ou4#ZDB8%+6P-=#b4;5o$Cb[+LO7Q-7ob>1''S6-itr#I82,q>S\5-246V[:lZ$lsiSOoFX>! %/:&(hSr3'?BR-n3MXkF,jpk=McMg^>Oeqg@Pup'!O;*dQa]"S_jIul2Jro*\*o\2kQ"N/!6lmlK2TG:3qALl(U6l6+ZMCfRr'n!k %-.e-P4s`:?Mk&_)5^kcdc]8"%$$)gIZ["S@ %]uk6U7S]&);OOO6nVF0p98M2/0rs9:#_Mn,7"Tt)/&fEuU$?OqEfaCDO&$WS$(tl2@WRN&U&)5fnNXm.,?<3SSl"Bj'k#q %La'gDn%&WK1SZ1s/^r,qgD@+=;6dV9NR+$@?mQ\r6tb#9%BnD:%u&:;S" %RQ>G&mKc^=D*UY"?nu>/k4[+gi099t5W*MG!SaL&U5O %gG8)[Prlf[hG=h+@N%kcWL&p=^a7SnsuK=Ht=-jHhAfeF5!9.>0XLuN+]k?tl-fcq'%\fa`mbY8N<;GGV7 %!^gs\9;$7.b/p\gHJPgHP&8USS8PQ-d"B4O%:o1hfSopZk4DL?]Fd0/Y9nA9^10f%Xh%>e/6r'_("%KX-sc.$MHLU=d!mIuQPD53 %"3MY=DEXG=i+t(KYDTe2@[?%^/rddAV-$4r&22_nQ?p!hJ&XEAV9X+#i"V'u=nq#.JJ@?c(X9E?2_i3TM@'kfK=qd24$Nmq3kNa* %]pWV;KR%hh:'Q9]R)MAokFt!HMml/ZJ$/Z_&7"Us_!gX9-[7H2)2C/9V6)9grR] %p6iX4%-=?idYXtiifucT$LMl@&.7`c8lj?PfMr-u:.+B$>$^\P77`3nPk4I7%?ok;\eOOj67aY#&S<0^oM#5/Y8[D*Hoe@E^$SQ4 %[6?/*Ugu)jd-SUSe]Eq9au7\.f4m/X5HpZA7.mZ,#U,LUk^L7$)\;;$99NFZ8&oXU9up>]a)K\o4@iHE5,EZ)Y)!)YtO2<,M0Cm*X;b1EP^eKd(d!nIun_B3b59%2`A\p5(FY_I$$ %P`-2T0ns\U`d28h0jo.O!o_-GCq'`MR7jZT1DmStsH\<=:&'LL>JfR^YUd.<&k``C[+8^Z?0S %STKfC/)4Yh9)-s\'_a+F %D*fhN5K)',o"8LpFo*GGhcogQ+WLrjd_:15TAo)_N1q/>bTL:9ps2^\A)pTjZe5*WrNiLoUlRDj1GDXF)O-itHVP;''2_b^+iSj; %#9htjdd8J<_oRt08`dHRFnt>Nc[\N'^ZS*Oq5^$7 %nK35WX2"W3a'X;e2.*h"I.>`Orqa)Fq=/t4lHA)`g"gk=s82EV/mn.@?\2Y5rI;EVa8^2uqOdNLrbq6)qu<5TIruY-qk%0nk9'.p %"WZmrYugJc%f7]JCRJXU %F0Wb9FeMJHIhk#^n`U4iRMr%BTcXqqFtU0.044^+Qcmc% %J.N8VS`RM#<PtWT-kQ6FLJ4&1@-s$J*Lh %UBQ,PM>:"3+krj,N5_YDK.g"hJeDVS7QmH="0ub"[pXp9=IFhu"i?aD#c&IVU&"/0iId@e.r_r:(r<;rn(@F@g<9/`WkC_`bB/)4L+kR,d]ED'# %eF>2S`A>CC-4AH3R)O5C$;/Mj`cmgU(2)XIiWG=]Kl@KgbQ;9jbrN`%`*K&EEObV^?+^RWt.p\G+'gM8oO,hngek0H%e5cB+Bp&"j6aJJo;uW"H%?arocgg %J9#m2+b2p0JWsiY`3_e_:rDIIbLcgU4p<2^&/3"aR]Ib93ZU>$@]>1c2#G7j^J4G^`D"U"Lp,7t2@gYj)rk-J8PD2c38>u3@uNE> %P-cO`7eCmm8[a.j&0)7CZT%D"5ofueI;R;Sl;L$p0K(_ %F&K>Q9[(W0d\'#2o:V'%a[Usk9!3@[Q`B+QCe%%1fT\$tkZAo7.2&J7hBi1]J3i:NK"BXBcZ8bZC#6Qp?E2!-IYe2_-[HMP?9^3? %5`\IZ2l\BGXJDYaaXd[eWIMFRP&]-Y,@\G94g?D]Gm^Y_KKT80m\nS']Vb(*R'Lddo_dg1T#[Ogb_9=,Gk0R#FXcDrqb-d!Hqq_m>ndH:,&alHa:$bVd(+M;;Z^8U)ESK.Z-`/d7ei\G>9dgIU5Gh\P"!SD1e1WjJ+ %h_#\1#.D-joco&(AaMn5itL8aed%WZ7&#e_f6XTIM8Hol]fg/Z':KH)cXd.LoeNau^8iCpMCWE5l(h?9QSX/i8Jh!T!@FdcS(k5Q %XG[2O=^jJ/=(.dQ9+,m= %(.!&dMB*s8RPHR]2O`aVprn%jZL*$\MqQ6b<=`(h9k`3OcAG(f:8AsHcK'jo=G%F5'q(@:[T!$2ffe"T[2BHFZAp=d*Q$+&I+_Df %$Pp'd(?< %H7Gh*27ZQ6a)of`g=aBJoGau<@O=5FUYTCY4c$L5+C>Pe30!Ta+5C#G@eF-`b\/tF.*4PU[rYBNFkM=.IUF&2%b1ng:3lIS?hRLg %Q1[7?"JR_$67Y\FH5CU=-JLlhG#VXR;EZQDS))4a!JL#f8_V9MC,.HKV$]\&%FWc'jC,!@^@;&!,&[tsRUd"i(mmYF)ca?S2:nJh %BW\_A$_cn3.TTLn)IM*?;"r-,5PaKcs8:uL]M'*WiW:QXKW%kFH%h%R=g/IQke[W.uk0Y'0-@;_rj(,1bX/l)9pVed=(]<=.qsA=:r:ngGmf2g$?iK?B?iB]QqsnBWu!X? %)i7Tl>Ct-n;EXld7pAE26Ikfc5ro26m#-A+l[TT*Zq&"OU$Re[1q&I)RLZe"9+m0%-f;+.-=pu\s8M'7,pc'QFu`qQ@\=XelU+aA %"L_Q5Tt0R:p;Mg]Id%Y5lq9!Q^FD6NQX!:DpD7S+I.>23T79W;o.OughuC[qq9?B5qs)'X^\cRCcD*/k\Ms79IeMSlhulonuH\Xq:.-InlP])QS\NnDh%f[=228:c\khQ7PXW-AC%/+4nn(5%SoLBmPV;4elZrH.=n6_c]pW]/RZd]D`<9Chf*6&nN9%(T)S1h&*&$-f0_SlUD,3uk,N_4.<9LXUCGUg5T %j$+s30fb0ZGBoUF$)T$i9?/@66h#\uY34(C %mBDYYMp_]7m2]@sr3ff`.+,^\8Pe6dmPSNt;-)RZ/6%_.f?4c_V'/tPZZ7rtP5rQ21YIQGa7Z]R@N.qqF@7'g2Nm+91T[?[hbB06Qi:P0mG4jp0pXVUhHf_YSK] %9U-J=AoDBEU(#%&Y:76]iZ8!u5)_@kQV4E4%sQV+[XmIXBKMo`*+'8\$#PtuAdkrL/c4?@_MUU[G^SlFJA:k?jAS.4&uU2ml$@Jj %h\2UpGN_*GH[,-VJGfuNh>Je`_lfJIo"aWO`I#n.:ku:1$iiaV?@7l@=KW`$"REUIOU!9bWh7W_ce"f9,Ol37fEUt'^,96o[*I&_ %n+6ASFO!YacZeOR1iTVDTD86m4MA9Qc^3C@FJoR3Sp?fC#$B>mj>fb-Y#2W6IZGK'C>2.6\Nsk*Mi:b&R^lG"YgWk(n^Zi(-K:E-dUTA/l,PCQ[erDbc`L_<,f`g]/BE.Odo'k[/pV0P/^N1ljq%B %6>k&JE2DI+Q=m.Y!1+cuN[`3<"J:chp's/r<.(Q)UZ/UlF86mR!W4ZKhQ'W4qthcNHsYb*e@#8T0VWP)%;u@iuI-GT=o_SJ;1"MOl[RpHLot %1rn(,7\ju@80<2h%cEP^\bIn6%g!f0IQ\aA=&g>8ab^Sen&ECA_^OLiT5Va/8oR:)g=L,:+^gioD[CdEBjC*H(X9Oo2jZ.PmP%kM %rGl!Jm[\j1k8/b9IMis'/`[%u%kr[".7mN*4r3m!*du*ue>3*5kRb0/d:UFCR*jd8:;AAW5P, %^p4+>M,F+qb.$1*N,KeK*;Qc>m!nQC!;i+pM#Ha^=)R3U(*B!&D&G#jbr8P]Vf"KGg5dlkX5Vc(BQq`@E87G4>5*0t"!8VIbg%=Z %1Lt9`$q@Qkg=cg:`$OkB^EA!*\g]tfC16g=a%:A0M?.F7q59.eV)Ehp:.,@!PVYdZRpnX\./*-J>kS^OL'H&h2B\JC+ZXc9L@eI< %D/;LCn'Eo)q"9(5=9$u=ONmZt?Qd1D7$<\XG:1s-MYMU8m17GY5ID]MGSD-"B[,^YuT86Eab:X,R3BjJm^O3 %"UB:DUrX'-JLsEHpCT,f0@-\bC)-\rq8oU-'3(Q)KQC/F.Ktfc/kBcLV.spWl3O@m]I.3S$K_0i.tYh-:&>KMN22V %7<_:!hP0oE5lLh=Kr\`mRfO/XVTh4ob5eLGF@4iWhG"*1ZqWa##/M=&gJ\R+C@QUj&qs$h;%9n?VfO6SW#/aaVl%!RSbsDGI255+ %G*kabUl)[[(JRnEWMiA-m4$7A7[RIJN_0X[/7NBM[.%o;+FIq5F@TGX(_4V2WL/4STha5%9emIH-3+A.S3q1d_N7HXiNOdSgKNJ1 %9=6$TdX(S*Q%?tMi49XMne;L'b/&a[P>&@OKpVomW>9'8r/&quQdZ$gie!aMHZ!QO>?ZbGNXaa2Rc=(behWp!bX5KfEN1KlRRRs! %L0_4o+Hj=j.[gLr3(-HRSL,F2hNhk1)2D["Ji9!G#k'`OVprDVYq^+02ANNm/d^S]^3I.f-XOh#d6=DJlc>`3dS,r/8^:6u'e;D! %ELh`n4d+$81\8mSQ(4'I-0C/#WfVAWBU[C,Obc%M;hfQj;1h0L06sE13;8$TH?>(2:g(iA1^r1IT,%bQ+jXh2d$U3DEdU%r-^dPEq0^pB"Ho9kE=h_gjplF;AHQp(R31NG)hgqc7Q6bu,`L3i3! %D9cHNKAI'Zq(oi*_$)]gdRR;#Z"0Bf%t9lX!"XgFFmC#Q+fA,;+S!qiI^17eEj#HLQF2] %cSpWL*UqWe%jL]#"'[*ChXIK*1E=D*gIK\lgEtW6Q)+&VZ4tWqW\uH+Urlh/7dWcjX`XICC;SibS>r.N`PD0-qs_brZoO;:ZhBA4 %URnoi*;8Ea(*aaKfUbKaA-Ts1CUj>g6?Q(?iJEHG1,^-W"A]CLP6](W4ELk)UViq'LaVh@#0(a2;DQ@GD?@2@%[bc%\ef<.gC-H^ %$o-q(^..XMoVP.?-oi#::1tM)nfZZ3*i>>^ %jcm#HLB6Ri-kEf@r+(\7C.Lnm-*q#H`agV>*Q;cmH$14=n!hpd[cD6sm26V]/gqXdS?69lUBb)Yl(28G5YgWDU$c!FCeiN?%qG;V %B4IsV5UA(`;`&OP'##)m@"^[7pde/6WfiOR %SWM;.2(>n_&cHCc-ClODd:WDo)+5s:Q-0;C.L2ch>4!l^+UDX:Ws*Kt8l.fI),s:rX_*Kc"D"K9Wnpu#n_JmSV9.m1_nnm*>Mpt- %es'HG`"+DuNZs4"E@=IP[I[iJTAGbm/Ljq(OnVsuo(K*T-`(l[*RmJ^-c'am-R^tk=].rU%Gb()QiG)G2u9)g3b6nj/^'`p`?&Q[ %Y@RZBqFfV(I,dK;:C"1M4Y4:AO$Xi)E)QAYAfLF-[A$fi6fe=_jIrg]Gj96^\ga!ao%.b3ls[J[M82;??"UcENoP%)?qaYp>%e;( %fYs%30uC(GqTuoM^o_?)(F&;Kf9RO%bF)6h4V_!cJ#!4O;SdCO,hJgnO4j\?&42`T!.2:Y.i05+.tZJ)APl$T5Ud%+,1Q0#_7/WT#*8a^O\'2Pd5"I0U2$3mYj=K41]&rF?c["KJm4?_2-4H9$o0 %89$_X7VOu)7Y3lG^>:@,%f*:'_QXr/ST13pG+>8=][m]e8(l:6=LMUNijeD7-(KM<6NRus,$hL`*VN3lbSUU7?4<`U %nW^pl4/!(HFfHpcQXH9*BXLDiV^Z0e.\f.05g)je'Jj+@]e`GA;29N<0'a]ol;^:/W[=79QT^mgoi_)a*m?e0W6ERKakH1(bb7TYQYj0C]=NYfd2t]5nR8pYc_)krf(!_PbA,>6=fqt5ja-Ju:*pI8ie*D'i?H-O/l?`6(7i;eR&>SsCjX::Ce%%e %/AgHlig4Bu<'+`NUWHc(o9R3Nh6mOT,IU8T+DHu!DGSYmL((4/M]QB1@O/9VFt<:*R'?QB<+M_6&L[!7:gP]LN]+3@maX,!&70?0 %Kbg72$uh24ZC\L=ldGr$2]bak35\>4+)O-mK)%AgWlI8W>fKj2Tlam,1snj@SnOlWmNI@[+0p]+#gcu$C[^-km:Xq:9q2[Jgl,4(.N(,if'hB %^knPhfRkVa:Q.G20iYCsbZG.L0c=EgRVib'*gV0h396nSeBV^W![Qnp2q=&$\PG?#'qXX?\?9eI"8D;S#kk"D)M>j?mne1oPb %oi?OW/MK3ST9?/.<3lj^(FKlrL)QeO8'uLZ1q37QlEq4TN"/`J>b!?4"5ep#bqLeC5>%U!'/g8hTj*-]3X5o %U.qm>'8^f;>NAeHW'Jq#VJ`(0*D-795#3q(i`mMl/(,M+.S,UH`:8nT%R#s-'hgAWb0!j)0-tB)0Bl9]VYNfQrAM;t934@.jd]=d %!ZlQ$fMno3[4%CeeDa/>?:(&QD(2We+@YP6m8hXr<><]\G"PG6`jm(Onl(k`WK%XY(BQZtlb\:]$*i.62T%:"-&aBVM[qWMXi,Gt %83m9*Vdc0G:b5&N8^%>B7ZoE]`;2KI$.i.(ji0>aLml=8=%NDOWC#=k]Nd"+^'p`oG&6EE%A"ZLJN/YPZ=oS(;:U.mDGZL-V5s8% %f(S0F:idN>g,CZ(ZYlekg*6HHQH9_e<=>E*cW;Z@'5/(R=m>Qi8X!j(-YL0#(>3]r=;S.tYcZ@5kt@:2!*@fkb800"e/(pM?nm-C %\*aid#u9s$fG)lhS^BJh'_%mdCM/tk$"/ju7%GUlYS%ua=>-'R:n`uj+%9Z7SBI:HZ5hX&$4\\g#nM;jI.h/qT#n(rXA#nHn()AoH=fG%8*mL8Va$EH0-`,J#S$3&Be5I/WJ1YI[>=5a%KbJR"ng&a5.-Cp8ldURs+DX1+p]=oE2(PBleelnNgS?=1ZqrJ)jYKNG %J?)j3['LPIPt40]2gBPS1XFegQF1Q$$\kO;J_9e2*qn=59f"6<3VPTEXBjm-:XV2 %3V%_eD-7g+Pt#Dk"X.=WS#Vq/Jg'C*;;Mbt,o+k?;qkkmdY!&og5RBh9WQP$2QQDlBkKBTD`EiVH9b\bZn.%QFH,p&6OTL@a_lOQ %8'1WWr7M\g]u4blSPiVSa@:Ooo>(H^!LUj'M&[<(=kBukk2/qW1Q0epjj)WpWm-l5SF+)ci(c5n0]Au^9JN>4cS*CpO*F$&;\XSU %XQ#uBG>`B'AI:"`29912`_LPI-ASa0k:T1'fjK#3<0!DVQ4!\BRq*&6aUeQNC>&Ki#pES+k>6%p:`cQ\KCo_+1&!bRknE?RX?K?p_&\l.:ZlFVcp[5gY/I1.7'_cmX?j,AZ5rI2l[3oo9Z"?@9'glAB %Z%XMZV!d[>8B/ %K;&&PM5Yu">9*9]%`X/BU2i(O5(Z7(ND!/88AR-AMCK(UbFu@`1tbM7`;V-;HM-pIV-dTFdY51`*(c#V68G+F1iOS$-Vteh'5,fbIe7q9s@Z %Cg2#l(](B!_.'4mp4ft#TN/5p40E09";B?1A_8sU@8Htf/coA_:/6&PVUaQ1%\i#h`D=nAR-hGG,\K]"=39@J2f'mQ?kFekfUUFA %#)]6Oh7tIm%#.4X/_6pnfP>Q)5VokXht:ek:qXjEMTj(8]aV02lt$Vh/R`/,"ZtEE5\q[T-X\%@3%T8(K#2\'a"-_9joW@+hJ>?0 %TrS$2TIrgK-9^3EIA>m.8>i??F>X2iX)h%>Oo0*M5gTM#[V[1p+VRXi1[jT8O1?bC;'(rMAsm?0c7c3i7!LR0cfA(bQdt9BQ=%m\ %=)Sr8GjJL[UiWRCrC%_ib03HnCJ&S8:8tOWA+gun0EmU#+fj&ae_1i(6R;_O:f)i:?!ZiQFmX>IhD2b/)VAphYUTCDMGUdCZIPrW %Z9]iOiCOkZ9.c5E5[CA!NeSDu;.@@A#W7jI %;6r=eLR*U,6pD/@i]%D:,)'R]eFJ?7N<&J3G3ZABLT*r=-C*gYF"`T:3aHd<6C5J(M*-_1Cfi$S"[V7DF(nru'EkS&Yb-UC,T>). %/ZQpl4'oD5@Q/eI].dhM$CnXdb#:b![S6=d.:*ZF\HQGG=%UBi''SnlM^fr4N9a#O#c57?pH9E%S@4<,RjB6@j)n:@`EJ6HXp.5. %*@O4[QTG7]DDo`^gV^(1FFt?:b0:D9KHr!OS+'-_3kh#=0lL'5k,_9;LU365l*.I#'b=o,f7\;M!l=F(FFctes[77jVGhOkrDPYpK9&gD:/6#,eIn"d%0<2CR_S(^p56;Krc@j0!e[h=pmafRsH"\WgV&RFK&GdMs.IK9*<$F %[G^/L%\M"r<3L=X&u+gR`u6-`Ce,)2i=tT5T.-DcC8+F:,5fgdEKDt;#8V)UkXOpEIDbT.XJ8-bYhQCgZ=H$sM;_ %k%h5(Oh7XDT40VG;nsk$qcSl1LC/rRf]N9=j`94oqts+sa[YcJ62;cL73BP51Cm"=M'4?m"j>^Hl5U5"ni#Zi&fTJG=l]\1fQc,N %P]pW6R+&+_9%D*-&KN->G=+q^<%/B+?5k)kasRFYXj2`c8rdOfIY>qSo:ef=T;oQAZOj&@mBPtsgU5KMMQ,iuI;cHg0[r7+&=YM= %)*i2WiNa*P*$@i;_##7.bP(fWma32A=suCqfW/1o4:(%@eMRPZn"mkj&=,X5i9.WHjBdt1'msmrX?AH_e+J`4-J3E/RaZGs4Q0^p %riSN':",%JU,]b\0q?`&V]53:K\#ESM*-:hP1=1&ieD;a3H'U,+,2TT!;Jj'[$3Xu3>KlQe\95f[8mBpX6io$[u<0C,LNgMc808r %_3KjQgpVhW9eIcT:24!Ai_F'd>:o"N(UmPnJLZj[SJWK&Js0L+?Zo9WFh/Km'AD/L_!Qk"!bGh(LDWh)l4Z&OrV0pgb@C:9Z#O[+ %4u?jh&.^MH8F2O*XGPYUO'rj?Uh3W_QMU1%/'-5W<*W*3V+hU7aY&`d+DS]T<[/qd8TO8rBdAIBV$igKN*5r>(?XcO9-eB@dr]&i %GF5^of3.G=1ekdjfUT36q^N8ko=P_s2=8Vc.UX"pRlW^W3^-4]aKrAT!gd)-Ir\R9IROD>C1E:`NRg!_6Ub#rUj@'r*`SZWFBN^4 %"YPhl%TsFpC%es1lU+#M2W]UB4 %Luu!dVT90#7!'@\Ct@RsUPp>PbeKOI9ANm:JI;2cRM?m)PF>ol6oEHJWqAd\X66/W5#WCRs)[!*O> %D?KH1=Qo/$;H^H=`%JsumL&[;AUs]])*Nitk`oj#_F*shVQ&ku:d3[Vhba:M#Ck5OL< %r-U?<]EHD?:B@JQ96Z$p+n)3rYn;sion!gflL7>4BS>YgF7;g]Xa3`R>POoG4nC)"#k"Ae0%L83P9OeNaTBn[," %au"P-6#Q-BMM1JO&\"of[&@l\d*]N7m/(RRamC,VkbmYK`$fZ#/i@!8&Z&Gqo),bFfhei/Ja!G#W^k+K/:;B-C %"n+-)/WUKNAE5"EfHbWCb(/!ZAV]q([meM#QEN0FY %*`Hb*%eFW]I]d7f[?,lN0;l+,U]In!:* %[0\Yrp>2D#WH0$!bXFTV'J[/g$.fmfOm'MY3mRscJ^f'`W4l-qcZDB21`YSsbkY.YN2alF[G@=%+rcb=;7oneXuc=II'`fHNRXGS %Rl^WU!VkihLTeY3G/tVK<-G!'!Z.'TV;WR7FJ_j-In@ee+MOd\K!Td5@9/\R)^CTaW]s0&^n31.9M>Hlf3(7J9u[MS.n<-h(Tkt% %5E,co,q7_YK4WWqLmuuE$KYZHVjRq@SY4iuO %]lseK]h;Dp?(uZF(6WunB5P:$g3,E\H1]K5>o\uKDYQ'%FU\(O8 %MVjgdq:G7;s)U33]__!cp>%6In^G\*I;pOX8`0LC@]bdmT5V*I'3ZM[jZq,cj[M"T29>r'A9OCT`\%4c1_`k)7ZlF;r(FT2EI!c576%D9pIRPX.mS`t>1mbIYnG!'g_:O1K8$[0Hs@,$ %rTKrdXP:)m.tYGL0d#Tj,%H\"McNrhN&+sE4p;G]@uR,Irg%qqcfuq^\Fke %IXD*)r##/M^A7QMhgG1Q?et_m/E6CG^\QD][hAlU5HZ2e2*4F@)>W"IAZC3_p">]jpGcdS(t)smNl@.8f2W87+0jj^J6+OkT:AU, %JL-kTQNK"6g(AF/9F3\[N@[eIX$bpXGPu;4[Mp5dL$chD<'ShWKgSF'RA?CiS'mpLFuk`L1Ja%A%s8MEW7dK=rsOIfh:'>Hq_LgU$p[%:'c8<"mY""8tBgXU@Q4cYka %9`JG?;Q4AAh')/\isb.5o(kN2j_'h0hbeJ2;7eFCL9^Vr*OreI(cd;Q4b*f(2RK$lj31uj"3$uGEhBhZr+7Z3^Nf.L3?qi(1g]LW %rVbPTQo%(gL1]F=.!2+6LIsBE,5.g^:8J?K-K-HZ&dd7p!^8Kq[aZ7u%6qgjJ?44R6hY7aFFS+5B.S.i'B[4"6DoOumH_(YqhPgQ %9NLC?l`I$An>J9!8J@])IkUeJdE>TAr#]G#pc]LpchWCcW&N=uKOkK(ZM8PuJrju_#UYT!)%b.+RF)o+Ia>N%*r.U#:OOr?_1@sA %8YHNr!L(#6Ql9?Bk+V5;PZOd[l@T!P[i21aEt^T5b`CALlL)e4k[n4mJa%fYXp=>a.I75r#IS^Z^"71c=NM4Meg7;a/^tePRXdGn %V/cC$-MDRb16Cr)2J18#lQ0DRNi93WPgDt+AkI=WOkQ-(:Nr9QofBH^Z.41,)E!r[I@<=D4fF-EelS:mslf_jTgIeXBmQnVELbF %L/@%&)H^E+8Fs,hQsmTG:TnfJ]=^-Mh>1KJH]'$1LQ"1o,9_QKfUq6<0^^n %H=dtQL&7$>^A`)l2=gG]Ys^@L"9RN+o).reHbHJSGPP,Qi$f.QRuq\,q`es+4!cBr(1-3s3$bD^0JoiIeh/OHf`Y" %Gt("CnYa=A1q4@&.Z;;uNl;P[n0&;0!Q&m&!'37djT9[3T&Mbm#DX=PS@'AXHAMSI'8fSamKZn*/'5I!i<15"H=uo!ahEZ*#IEP` %<`(rum'&fZAcVo'MrR&e*S+3['Am'&b$G@'Is88Och1-QOh(&jL@9E61n=rFhUJQRR$Q_W0XqJRp3L8Z#DD,HX;c7U)I9E@jiD&c %UE3d#4S%InqG7dNRT$*E[`I1,%2]gWJKhS?HJ+@1DmNH2n&cs3-[Jn%rRMH%iPY=.[pd#64]Efdj^u;Yc'o)& %Ll8bbaOqgWlQ91IS)fO26VcLHjfd1+,UC$[Znt3h-MLs@RmYP6S(E4@Tq@p,*9TK:!Ij]ai-GF]s.3!pn7-U&3)oksfh%*FiNI-S %Y8gVl1\BfmD[+_Siaef`mPu/c+.PCrY@B!bSWgYq]me/Jf2[5l*Ps.6%%WgaW<&/F[dIhblPMlF*C$'k-Jh)Oob"68EqA7`K'^'d@'uX_[ciWN_54N[3Fl^M'5Rp8%T\/3P?=0Fb6kQZ0e8Qln,hG)p %R61anN*Nh"KH7+YVAi5rfTG)STaZoe5Fj;hmr7=Yk4OX.i-0E6U.Xr:6N,e?H5`W;*^3;dWknFBO1 %fN;YElT5<_KHZ6!ROP'icY=M&&qB)4HUJf<]ETcQ+)qMU-&:K')L(NVI=6jcDOgnSIso@j_$]EFUNLVC2^@ih>t:LSW:D&Gj*2B) %(LJ.PosA%4*-X4$mHojcF?-f7m?>L%$Kp/Q.%\!8a)E\Kj`W;:8"0j4UiF>"MV4cp-rUdIQiZXL'"QT?\b\)n(OC/LF_EQarq^r` %0m*$'lB[uVLj+5+;sa\skFc^Tn!i71dVXnTXNu`so-lU#QXs[a`[>\VQufu]d.pu,*Qg1^"AjJfSs<`tmP=jjREa:X4CNkikNgTD %U9g51#XX;]Wn[bpBgecHS$;T\E"!;tT-0Ys8:ts^]!GA^O>(O0"H:ilek?dh$u`YKh\ssreoX#r%lD.+f,,6pkRI.,"kW@ %Z2dTEDL@QD4_W>erfa4<5*%Mpjs*(_7=Sc:\0(b3q>$4mqO9.QrUVcbIe`1YnTl9$/0#3*8e@sS\A=XMj*BdO\UkNgF7#9)%UUst1=cDdZf[/\i+D9P %d(01"Jpkr:HIq6Sm&BZLM=p=S>$ZWQJb9n.EiYD#_";cC#=%3o5sW0p'l$Wf)282`4Tc8bEhM_1WdX,5j(Dc;?.9\`pV_T24@UVO %KP[6K;XkoCi;,TLka]ilQufiWYN^[)`4c>P6mh`9q\DliH8L2_5H5uFF>&CVF?*Y(+CR,3_WQP+(.Z0!>&$Y!1B=TsjE'X&ijGI* %&3u$pQ7A2*9:+Es4`L@g1NZCRI*=V*2coYBqU,(m/@;7UP&O*HT2:@*,DEVgbi9l1P9Q,TI?p:(%+$#<3Fq.U:7_f^rX8cD^oKTT %'*IO)VlBBU\h"BQgJF_'H%:;-2])Q"DNdscrT/U1!g5hG6#bt2@(Q5_p8T5T^t'@;_1RBm1Zm/?aO %(f4opUSekp7(Irl'-D6!Y2=;TcFKI+3N)cJRU4hO5T?DpRmX53F=E!alp'?(5IHR<:aS\q)a?77M\@CjD-hrUXoV"ml+7ppo# %>b:jN0gI.L7''jRe.B+r`eU(8lh?pC30j(ak@EIVd>&[<`iD5fD3jjT*:$lJeiWK(G@XeTc>osM.E*M0jA/=OW%\2A]bHD$njo;" %V^WC2rge)Q.pSSp"h,pMn!=UW&QhIBcK!^29@1PppY4D.V`T %UoFjlTH\oPj"j0W/!tK9JnMZ641$[fR%qa!]?2ICagQpnZBquh)0po/Z"p-l+0GMHL"Cc:'3_8iS:):?M.g&`Q(B_[\ra9lU3o,* %>q_BKlu>]nW/QhQ.C18I;5WsrfQr!96mo`8MNBL2/[k4A&s5UkGZ\^RlFKTFei2D-oJ$scasu6U";E8+F2B6&7=&'sK"reRifJ.$OWT3oI&,(<`u$Zt^&!X;7qL('s#*nLGX8ghf'`#uIFR<2,hc7.+3ZH+dKNRF7e!]3!g0(O"d %.+0@;D`!ri%TlT&p.W/:V-]7Q-kfB'"fdI@0I5\s&)!])B1(OE44W(bQRCo2/+,FZ..MI:%&%,r1c7Rui[,8mn1:`Z$CWT3Tq@/t %[kpmX>_P5jJUNVG43QWL_]#Y8WW`8i`%:^P?!(],U]-%>F"FAFO@icRYhGS".T/< %F*utU2T2gc3'M'sMkj%c>`>o0N,RLl/"Q\@*(I?b=,\^]DsFY7FFsI]//>D`,kTl&^Vg06FF2bu*imDMni'jc9oE=/pICD\`K*=8 %HqF%%D^K@E]Ju<1Ma%,^P@Df2,Sos'+f9hOAV>5FPuTYtL!ITDJ4_t*^S>%cetXMYTM%)P+DZn.lR[s>Y-MN`)Y\jX_En%]DRV9r %]3Ld"F=UOG$p3*CcZbi!Q1)$$8RY,BaT2r85?Fq:LD9MiC@"X'$"7'Ec8ngOg9+]mYR5aA7.)Dn:XhRTDZRf&4@@+]K`#JkBD9ORd'8;[:il?S*8cIA9YT(e9 %Cq_[0^rjsUQ<;'ZqFlUc*dS34mN@sD,lKPlQ#%>mI(U)'NWZcH]>05u1F':"&m2;l-3\.^VoGI_\s" %7H#ZbO?t"o(D$2oAd8N_b:+qC@2S8Eqbl/Q"tW`BUVN5;m7W?_WFSLdc(cIAA,].!?ejaE"L:fLFg./[mnO(8,Z8s88N??3D6&>?/p %JCMJI.3b>3JXO0`B=O(Rrc^$=+`HURW;s4;2ErA&)q"X]SP*5mF8=g?d$Z']>?Par3L3u`NF?Srl,l,]MZ$,l`hhjIX=ksLU %R['kJpS4GrM+W%%<'[>DK#PoT,tR/Q@?&,^j5\fNWihRqbR)AhLKt?=_,4LGOBD(i2]7f`F-aQC2MJh:q_"mQeOFNE,,K6k[p:("i %$Lm[XL-GS'=9%`5hu*>o)[aLE0d+=/?HqWU;u7GG-e'Cs1FieHJ%Q-n%5qsC[.-17L=\"Y7QN(g"ehBP2\l_\+H$^QsF3lt6KQ4F#;)qol)A'S6qT38TGCmZ)Fj%=,>q82+W+fl_[%^T)oGcNWVcB=\f^+.q@)f=kVi,g %aN5a(49mBPWY\g#.^>U@=X?IE+J5*"4>@<2,9;/@NCcSW_s:;INdB=4SA8D?$J3;AI^*sC!HsT %^.D8=etoF!9hEEHlbB.4L-Ts9\H9sCKiYlgT8I6GB:CiC4ttZ:;@t;"R.4peP\E@tF,T_%8/c\DR98Mg9VM,->=&onW:mJ_+0SZB %!lsH"FHq"2@AjTKmI69l#XJV5h_;q1SlI1FP(-T8R*2W4djFK2W)BWT$uI.'[UBj-&nY"OM*$>IUW_3i"TN%">-"LPZO5M!2'7sM %,].+/Fi>Dn0OXP/ep6I'_/TZ#`[`TQ;*Ka69g"&2&/7%E86OnFP=rm[TV#^F>gj0Z_$KVa9 %j,lKdQpWIi&=4iB6q';6e!BF.)PL4:+XQDu&"8Sm(Y7j`)\@q,*#0'4]$NoXZf[hiQ,nkJ)VePu@"?%hKA'K9U"_0=GGiErX[s]M %Ge4#q$`o(*n.nCpae#O>9?[O$9'f&(Xbt'fDGi`5K82#C0%4fERqGl+X0OjaSYTYaTd<'b&RHheV%nnQN8sE]BQ$>Ik%4oFkqh^' %KLK65g8)4bR^]A(#e"2,3n8ta![Z6D3aWUB($aj4b<88DN?aCmG,Tg)eRN`=V])^AcEcP`rmZ0GXd6Q_2U]i.Or4REY?,5-$`D`0 %PSPZOU0Y.c[M[+#h*:-_a1[jCOL2Io)iU2S6s/I'0"X8*[b@5D7n/\g7Q.3m`m&0D&Tk,VMKL?i1O!UdYZX/d4Bh!M\5Ie/&+(d:D)oc..qo(SFKn8h^h]u;2&*IAZ]s:uWN>eW/.@-!BVeAI.B!;JS$F\=,uN/N.:Yt8 %1SMhQ&q)CtJl\/*83\@;Htk#r*`.&XO@c-Xp)bZgjXta1]Oq<$H&t%n0@.Xj/YVfmpVB+u17(?c5<"k6RsGL5W_D5cBMO=?B]6FQ %CVro$K!mD);a!F(mOsL]U-_+#MPY(!DKh6!QQDf#UdHAjMM`l7Ob`S3d=gdVSH&\EWSH7]#=pWjBMm=o:5-:narb!._3#]"Od04YQKTYK-$ %"sV=EXO.*C((jMZ`KnGfTjq63DUA]H\"NUrP:XY.N0@OTu:EO;*sdPlko!.gfF#JZs=8D4W1j<\stuZW;fiZ3fo=HMAmE8Yl6kZ+e2WQ:f5S %i26FbbeUAai%rtHA?WT*pkErZU/WkE3]I%,7lHV4W$5[f1p\I/EH(hl&P[?7e1TEIAWC*BE:dik[l1S,4"Kgp)P(e-6IS[CAa7i]\!^YL6J:4Ua(P%2^/R-J"o]c %(^4_aWHsAm5M-HuC<4sHVJ&l)l`2d#/oW?po^%L19*cF]'Y!0"h7$Rm6NQ%a/bSZgX\`]sRUE#aUD/F]D0p@R%pf+VN@70e,@(r$ %"7U!&-Snc&5XqKdeYMmoY6o(TMh"jWn?$*UWiX8hZh0]jI`MNrTcm(6#l]t`+SS@N:]hXE(Bht]/L=qNo/7o6YUU+4es'hmllW$` %da-RAYGWO"]XuY;-">D*YAE8e"hXM %M$UHLWKK;r\>:jd*Jq>tTHI6;*FbC!RLmk(X:_n7[O7PIjr?$;$^.oqp\>4b2oNj@]?+CPAU>9@hRkH9PQ*JA!1<$"T5I<>R3&/2Y6g\VB5t6pfU^HENT4;ja %VReeiH/VJoUcKK++Jd;1>pNPEUL-tRoCsR^gk"jm6]H)52'p.K_7@MWN'^3l-O[8Ec%ghM'/^2V;"4E\.5DB9FC@V.MZR=b!B&E9 %.%/FQ\OHlhYsa@W8f0-:qS;'Nrb\%d16njp.ROb#F`CZK4TT"J-JYc&R_ucZ7"qK^%)/<:=!0XeCTc>-FD*.FHY#3k>JPNcJBd9B %rM*`toM7BX^+r00\8%6^rVGB9=ZRoglnM^gZLoml(CfU_F#B7`fGQ4%Q7#69;p."F(Do %!B)lZ$2K!8B'LqZ;VaU7E%EV?^8[mS(BJf>C:66F84&>:6DLIN%Flr8paGuuedAV>o9EV>9rn>#g-AB@2774k?7d:8O#RBZ`FUr9 %e\m\j[%OF(_5fLjH[AgFKlqX/8WXs&g]f_Gn7lt?&Y9]?<@#QmleG48gFq*@)t-'u&1oiJ:[pKpmK^eR*X@T^*hfh'Y37nVb51\. %Xm4pCHfRt\;CQI:)Q8L"%;#[TDd?r/p,B%]m79l#2La]tZ`RZ:Wn`@:[/H^%!T:po=8;tVs18)7TV1o(^dHmdDnmMonkpbD@F-`Q`m;G$1EichA7?J-U)cNFRZHci:A1Gc]/As5:UnZ9^ocPi19DR^I:!K+r3^O$%Be@ %Q+8B-2q31Vi@&^c7a4X3>K-g9647X2A,@l*.X[o:>/V.c,l+e[\-ar>pu\hY`A'D'^,qT[5jg"q9R7Q%nY=N0h,))&jjM %/TB+j=oB=@eFU0d5$KOH;+$m*nna1NOVsXlac@t[.p,mE&[D^![\i=U36jnE'HRGIZD,KX#aoib %\Q+>iUl"[(X4Dk>Eg>dmO9o]a@oX888LPK<9QIJ;I_Wc5YgkWDM5YsqJF,g?QAf^8:;0_X3R*=u&'Y"AUXpOt(QlUk57m3mjiaZR %e8AIu#`:?GB`d6,imec1$"0n.\CN?S(pqo/goQ[Nh`hrq@C>2P3@r:0)pW?NE%eP02*?!mmpUcMYT/cgYR"+!$kb'FpbZu@LR`Z. %L9U6)epeFU?T<^QZSU#>-olu>)8iK0*t8c_*Kp3AdA=knj)6b"QggE\mcktS93s0bAV&;uJ0GIL.X9dTi&-d=n1;N'pG0+WjhqR1fhZ4j)R(53o6):b>EhC.^E7$Kf5,>n[8P4Y'r@LGJIKEpt[>cX+ri(m]3T.!0K %q/kG68jSQ#r\,C#=s"fgDTu97&PsiMY[mMoC[tH5\L#pDN=^GW7i50!Wb8r#arO'cD%Zl`fOUr!M'mSPiPQB9cI?='S@;Ylm4t>rHPuKh-*'JKPhQW3dajAE)V^9ob[A%Y/;1H4LK(Z)srK2^[Qi=*Vp)p]'D9#646psm19P!:A)eVKdV9c.gu^'AtV$Z/Cgc[-l-nY-nbr84/0W9 %SsKV:%1;s&'E#Y%.4nl'f/6=;k$f5"VCL%k3U4bC4)u*I?;g@HKh_rC%H1bO_,tCW1p''uI83edZ_< %bWcfc.AUT4,]i:],da9o'a?-4$Z&h%t_YJVGpGP6='N4O"4g7HrE=PU?It>L(8e:q,hGO %#SK6RK1"*9>HB9hV,93?3!9!c\"T:mV %0rq``:u].O2Sj9/%5mCqL^1c$,Om#nFQS`g\J-6e82N;'h5;.CaGlL+%u'6mNj+Io0`j'ud>f0"d@?P%oQ&k!P.YVJ %.Pu4*M`s\t3g&'K?]$cr[UB\N'El"F,G"/;dPZX6C(YQ\S"a04LPTL^&_?)4kQWZj-D4'\e:>`d>hhW0+X2'"1m@>MQ>lrd_UO"? %YolY^2,akeY;^AuNFcg;qo'2Z)A#B!,nca4&ee#Nq!-Uj.&Q9P*Q`hXa/i]* %Lp.5q&t;W30Y`^;;H^8`V7N='K8)2[?TEZ+Z+qmu';M"e%<)ZXCMOVu.F]c&@>Q_1[_@Sb[Ie5$S"ER;!OZ:rSGTH-,Zn\!n% %ObIuY:rWAn6Akuq%qmM3=,Oo*I69n1L`M#q5t(RfEDgghB#UB2G3Q2scX&,i*1)LJ((/L+8Us-:KFr"b?D;uB==pqKR8(YVQOuP2 %Y=l\YGo7njj+5V]W(*k%'-CD$>t+$K`Ma\SK`slu7\U$'QA!!:37g.TBoL':Ihb?Pl`'B;O&`5J#r\>7F:Ke0PK/ltIs %5?t+NporS7$jp4Abc"O>W0U[02RI(`.t;T(1,=,r"<@QS-NdV.)Pr-Y*G-ttGFR=:eLY#ZV?jYa][pmZ[.$VN!cs;$)2bGb0I2g2 %)MnQ$5-5RKU/6W(1Lij[#\U0lg!,fV)GaIZ0cNamI\uPr'Kpt9Rpm_78;Vlt^uBWsor<%OH<&deq`m"p;_Q;Lo`JY+lQ9SEJDM/] %$I(k75Ws:RKN)qK\lKGDJA^)$V:[mBZ=E8qc-#A+qiIi4eYb&PPlu\%E;ujFX[=80RN.0/]Z?ls&WVFeL\93_*>@b52F%a`J]3:8 %Nkus?HECl]$57rRF]4eh%5oV-TMr[eN@>j;GXA&G]PuOmh$NgeTmeS]Q(pC,c+<),RsW4o=GH./YSTBXAFI;b\/N=&b;[4(j=6YG8hgc`G#'Sn %f]i-=7DSe<=[RJ*&>19$96/*R5sTaeLkL,gJ6l\s&-FRMgoAZ1=j'r^+Q]oRQ"5e;,C/>)(('EX?Y.;3_cB794= %oOa:0EqN$1R;p99=Fm]=dJKIY"74AK((P&<;R=*ZHQ"eE!4*fq;#7\-5*K96X"]uoA2FCi-uK,@#\cMr4@&cS5S[03S;f:e'_(Do %i)I%MM]opUX'^pQTpUn'`@k\+G+(ZBPfabJW]g3X"2(,+OY&V4ne#D[lIX8,RL6YhK#MfZgEq*2c%h*hLlf.C+e(>HYA*sfdu)+N8,FbXNOM[pp!7*A-o2[r)0]_;H*E#9 %oGkCTj3K9=Hf`ZRdFM4BQN/'G-a'Q.Plh^8(^G?^W)YWD&4!XqZ)HV%g;7en`Sj5'\%%$144PJ_!jOpMUff6@UTnZ5-#3Ng2Xh@& %`akf/7LbK78/N7rEJe22KmdhbNNEj^1c*McTU9=HkU98ZJRZr![[FZKasI[88rS572dPICAE&)6qYb"E_$E[f+ %@:,$G;F67Y&B]m+*>H)0^Kj?d.JX+@jB["nGG7[cLF%3^P2on.P'(7'W-NmaMQJ7"Ik<;cUiAO`$=*Xc`/@=1Y(_a91q%h-b!7,oDK%'W#)*OQ0aS$i+`D\n0*(/@ %-KGF<.L[:]NPp4\]-.Rj70ZT)FX4IU^JRp'N+oKBdde<@$'URR5?-t2B?&_2hG!OAFG(!0GD<4 %$e,k&DheqWn;]@WRbQdY4?.ZW'9k3oL)iM\333J+iWOs3&7bnTEtlEON3H./$Q?L:C)]Q<0)0=C&q)'fkSlhMMPs@5999FQ73dOu %'V$l]$>`C,OSa%/*dHoN[0S4BU_q$9$N`"%,`T5N'KM6cL8a0"HNH5MTu%<4DKn0r.mKdKE+1F>\7m,6BH17Wq*YocZ3Wo/7S)2P %_GY%cKudZ`Q50O'BH\pW6!CXgg7j1K0cY=d*9Al#@OaS&6\Mbj7mpnmNh=,oq*R+Y#KMVZ]M*Pp#I(!!$mV>I9l*.r1-rDZ@Sr:#rV-Mn\MVGFJBcV$P%8OM,TX^hq61AR$3H4'Mdo>HJY@l63hcW_ %$=I's2"0.0@kgB=5u3S"$HGZS$?X?F&1&4d,(IWEcHh1W(jOH)4t_PH%C9b^mZ1e!"H(8d9FG+a4=9.G_D1@2iBEDo;&RG078.;2 %'TsMjK\1@A;gUr[",\rJZASp@a6&A9"op9%4Y2,&m`N<>aWT*2'Si<6.J4Ea;n(Gou'U-n;+tGT422*=L9H.Q9jRmLU17o&T2%0 %Jr'h;47FhH(aTn,+WhkL_P2],!i8^kAXF3e5mC)/ZNo*0<(O##&e\)2OT@j@9-]Zk&@1RE/Is-K&m,i&Eg3sq,Qn,PE5F=t%D]DL %GV6:k6ZrZT%3[)C)F_fB-oM9t]d9'i&Aq1((<0ub'\A@trP\17JXEGPAX^HHNkdD=!JS?2`5qU!N5P[';U.*K@>A_`Jmnm^"sn5= %G>1n"NXC(,dIoh,WGiB'U,\5P>+Hf)Kb=@+0SmCs&Ee]^GO2qo.TBp08R-hpY.h;T!>BH3P3K:>>$Db]248HJ0CMiCV@*:XGqT0d`QXQKh.MC/b5':amsq_B9;#:2f+bRZc`1P,iE]OJ[RTRbt]bm6';^0h]D %$\eGb0[:?"ISj:XE0-"\`c-8HpXiBl/Z&;>$,KOR\RCq[j.3I$-@M+:7= %+S[ggqp-ZS)2$")':Y16#%*N#KtS^/"MU8T#qFn2A.5??D&``6U0:^0A1KES0er#k)o*14+WLhqO9q,+Y/0?F\j2/[8ZAt[0.>q] %K3U>:4i`.6?QJ_-%Yc74#l#MVN+1*Ad39@D?Jjt,.Yuh%Bi.SjFlp,djD2A@2&b:SMf!P/A?FG@H(;DSVg$)DgHqi2U@\Qq/MB:;TaVltYIl?`??O"sS+OcP4tDcA`:!iE?5^&q]3!!C`6g)F2"@+TnjMs2 %$/1WZj@[B2TVdY291'&==URCRg>,4i-fsXlB1(i&iToY8cY-nU4\&^W#rtrk-5E %ec,KJi;5Qb5#&PE5G'9-iQnD.=8;A&hcK\2%psZhA,''E'ekL5$\f$>:fj#c2>@a"N&\(TVfcV!MIhuBu,)KgH'rHHMUrr&[8lSj="Q!XI, %HY*Pr^NB1ArjVpm?i>3KfsUDZ-BR-\imr&Hp##\:J+GW!bP/3+hD`IMh(KRooWS:eJ,=0ahuE:Tr5W#K1hliPo#H7Os8Cd2rS?B1 %lT[$$Z7utj[08Pfmsk4YQ>ch6qbR4Qs7Nl$\!=3!Rbdo2J,MV2[sr:HAj?%X(OY"&rtdm@ABa5rkC2jfrT_?Ds&XU+.i.7a:u^^9 %5J6juTLmWIdQ=Ff7mHEdD=<%P %(A[G]5PQ:;qq^`>_%6S@:]L>O;dY!7!1WfH?[O[$(%C:Tci%Th:[GiDg#<59keI$mF%mk&47>8"s7Bf0NPGA$0E/72Wdjcp!k8,d %gY_hk2_u(SYf+P'lRl#.T5r&+TNh6.gti8a7dADqBG&o7LQ!IdOP %qn4*.rVFi99]j\$qV<6A\%J=0k"ia[rKUabr6N-Q^O6.l$;QdG>Rk:;s=rj+ieg=*Iep("t* %-f7/fWgYZUpXS+\F>Nk,)lX\V^qPDO\Vj3joN(4],/oo4Ile,SsA55sM:rqn/$s2IuP8cRECb[g%8qop5\i-W6=NT]>=A's5jpVE6*pC@f/\(8:i,nlCCdcu`t %L+M9FpoqirZR7!&@8#tEF,"Rq(.J__8?gtTeLfET>(U$C2A)#9$8 %)%I)iC1,LMSZWBW$/c@0\Ms$b$GmBOP$1Fj99:J)LLSt6$inL,6Y"R)/0$?0%Z4KYTmE5jpi[V]cNlmg^VEO91%G>p/h*#%(*:ONJ&P+^Mm`oG %!*/0MfEdA4;euV:;f%cE!%T2:[N,q@B%dfVLFT#*,*B5ad.C"J%#Edl>6B=5_rcL"EMhP5Y_q,@)[*@-q6gR/C4nMP/n1a4-B8=j %NIj5U"!$$?f'frY7bo*l9l-;eim?%4!&!_+]Eg#fP*qCtH<_"5C_j.bG#[`Wo1.6J`+i"N#'f %;'PjGqauhg!>.Tu2[*mIBC2N"qa<8.+=>g6Yk9m^p]E^h_jiuZsqjNKJ"L>D%(+2Oa9.F>0N:cCcbaOY_:NkI2909(M!Af5J? %"Dn\Ue.=1nUHZuj6SpARqR*ag?(,X"5gh6MWsr1kVY8fThU#qe-WP&M!S[o'BacNaqj=)dkl, %bu%.3\;Y*S5kHo6J3E3=%D:U`p'f-R!'dE@\3[$dr#C0B5c?n3@QTc*-O;m!Iai<*D7m7Pjr^D2/C1e@1;utlW3Er9gBY(H_gDWH %7_r(?banD"T$<*p!SlDu%iARYo+[r!%oDJ>$l0&+:n=_$RAlj^@4>_KN)R`)Vm!+)Ou;2A;t_=N.>@fr._D!,\j5SCe85otLO"#* %bM3j*%)s6``9>o_:ltAdhlV8OiGS$[88[kr1%bJ]7_?`9TZ)rl?6ZS+CBGPWU6#uVgVs2F$E;p#8%ZYkBrYlRVqdc[W:D4HQ2#YN?JPTJNM8R>g,#A6W&^`fu23;=(2%pUG2F&s(*Pk243P?(>mQ9s[<)#/d,^cQ^(eoSR7M]+U %1P?)Z"p6Oi)Tkqm@o*@9<7[+jie^#Z_.(l@ZY(sm4dj9&kk5Q/K+7o!oEG[>)Qs5V967hR`F*XMU=.a@6,37fLmSl=!@[V"'*r#t %&aIO_n2E'TYAQrX&[-+4#r.&]TS2jn`C'G[a"Ds-"9,(+'KG_f6F,:IOQidCha)I\PX %.?ou-N<=P.F8j%H8MGE9b``J,DaMnh(a&Ytk)G9<&lQ0#SrLcXnqSnfSlh5!@#5"&`C=Ui8;S7p&W%_6DWE5jrT_GAN/=GO5Zu5rGlk_@jimjY0$\6%G%`FWPPrggF7Z#Gp:3]Jte3lNf!EYCT+qC!nE)`"O2*OM4C&DFK\`!\kSj$Uds=8kCOZ %iQNX'hZ.)d1A[s(i,/I&J+-kgrF(`h7E,`.f("Q7f,N^0%TY>%L#$81-YoLN#7[rC5:ou*F6tS*7NCY3mCjT"^e\6\aU:g*2DA@u %D8$Iu4HC6\5eL95/dTqcOCEd:-@ZMSlV?t-BpJpU)N7E0[/j>6PO>],Y>SbBfUZZ&,Psd%IoNU=M_P@b'o6O)h9/sFr.Qn-eR;LY %-i9dsAp6ii@0`9FKU.&8B(qWpDPT!ZPZ<&r_t50]npi,]6]c;S5M&3X?lXEJ=s"$&??D5fiBsrFiF_Z5`4K8XI@!TZOj[X5biD;l %NcT6H#bVs2.m<+Ja6f"S&R(saX.4Z.?MDF_^WiDL>,+!1.%hC?>;bkAFiOrO#]7pgD7/-%>?mkh51j&1*cV&^`u@q_J$@PlNqj:- %NWu#7*GQ6["k4Hik`@bP\8oUe)fV$GgBidNj_5Jh3+[k`\GZ1!jUkTO0Ik:H;4Dod`As\2qa0D-2b*_.<[[PEa^;7M0UqU:TB"/k %/2F!;T\oOC2X"0.Q$0Y.B!\7dX2F_V4*l54)^A=DBi.Br!i34+OqH"7kPf-#Vprm\U;IY*,__odT\"&ThHV*+bP6XODZ3cm2+cMYF:7(@%TM*o9`[7?ek5As_p4FG:r!SZZEWc&AIrW!UAoZdOc[Q#o0ag$TI>KPh;QQ2C6gQh=68d]=6 %dVH6>rN+*I@t)q1_#T?O>=_jU5C;GY*aao3>.B)#O1O_mm#noP3uA]3CY(8h\5kFjE*Y*?W<.^YL8O#U_SKg8LS\(gdt%4XDh#Ho %GQ:5&Fi>A!IDg:D%Ou:[+*>PuL'VQUk4A9Vq.H'f=))!P>4$cLc`nS+;F^UsDFD._p`@*6p"2Ur4\/N:4_L2'#_['I=g2L55A[Qp %7?(1FB$kfq*$a4A[1kf?KCMJeB$h,AV!I-nmOS=u`A-Wik#8J",;1An!b7K4'PN5=M(*]4UiY)k?ccIJ\jQm2-\0:-FT;.rA4);1KRf8NThbMjo2J'T>o\6-gOW]YE[SRZmg!YF:5^s[sY@\\; %V=Mi7c$CP]b2?t:Q9INr"-_SL/*P`gdPlJF65:^\%RStq(1NALEeHa1Qgit7N6hK>>k_\(pa6p!N_dA/f4`gQWl5Cate6KGHQH59m69/FoE[+[8"B:tgbCpG8m]neDW:]tB[P+Q6*'Lb2qeB]8qeg+-1-63JED*ZS2W%``M7?0V8 %.&GFhrF %UU@GicuHY:_M:eaE!Hg.=_C5UU/t.sIXr"ZK&-(l3l%G*-*Q`Cqe&W`)6o\p2OrJq-T8fd2"KpeY)R %"N`-#BXF6\A0[H9_b$W(rUcgia-R2hnKG@;S4FtHML^Ygo-X"32U3De%BbH@EliYgpo;j32afW=0D5HDmBK`$PaIKs.DVRckQ@1m7!>jD@i %CEc_nMo6PDpaD#_7Djm.M8C#4oQo!k+%&I.Rp]WS=_[lH[bem>Z;hqS%n\+eFF)AePq,,sq0i)P0,/#K(1-X)MmC's?%FPN3(L^@m[?]uspXjfm#LTUL!*%>]2 %2/?`/")GOM:YB`3F@U;i9"R%K8t8bL1Z(;FW7JohT)US(W$;?]<$NR@YKIXn9ZnuOJ[PQC,D8IqC;VocBY3lu"M@04#oN+OSsBn:'<_8=-/[Z7_])05HEg^(&WL\B#pHWoN25%YNZI"7DB?6+\Q4=0J4;@VsuM`Zrn2MC5k]l"saQ$SugJ8.&sEpN02X4ZnUU0 %6#GBZMK4FlZ*7?8ppWDHrZYGSr;6&XF9m::ZsIY(SR:]*qr"lK*K@k!"!JORaJ]4sa*ocd(''t?"X^?Uk8Jd(7b!dC\+$$;7miu5 %Zu`@q5CC7er$HFD9K)j""Udh6$_R#Om@\ETRgGJOMSD?OeEMTkDh0Uu6*8V7>G7#.ddqe*<<\_hdK5]F==<D]&Rp>c<$,ho%UCfj[cKp#6%DkkEAS^G_5N;I@0jrqa(EDE%8cp- %@*l(2`On_WY`QtC3[;T$9\W0lUD5S:(,#>I_g^>7g;okf[mt8B%C_'KI0.L3eR)e_bq[shfZSo@38Nk"*"g:j+1?S!!Q=;k6'kNP %OWM\i<0+gQj]-Qs_h#%&AS7PW>H^[M4Lo*#N^j1c_Br?$bW\Eq<5.0-G?K2(V.i_J)iZm@U<[=67-g";8ZO[,(acctM_BQ-p8Cp& %*.SpT.J.,2L;i$OJZpdATGasI!g0/Fe-/(C#G]-TRAgGoQ?ncS\f_(_#`CL*B)<[SHprr=1hD0"f\')+'n[#8g^op1eWZ[&T[mrj %!A0rGrACh/RXh+Z?OVT]Kfh-Io>^Q]NCRB=ig(1%Yq'!uB[4:51n_mP]ukNOI]];$\LAeX&C[\-I6&51^,poBJ9#(+X9"54ZQ*A` %!!U(lY(@lA2ZU3X27i9,<53:Y=)HHNh(EGJCe2e(:Yb*32OF9G:I464]g%VAcJIua\Jao(Oa'!V*d3J_Ca4Q7Ngs2#2@Z!<>$(hR %j:WTu$8odAdsmB*.7I!piX!?%o4"k1kT>T+";UB*n8%q6F@ihe3W'KKDYSnRr-Tb!Z)aprRJeHUGH"#"]sg9;SN,XTI+:0^2Zp"M00=.F1!CV\Dm%k5:^1"?rNn>!.iNZk-F %edr;mV_NGkRF#9+>ciB0XS9NrDVm3I_n'F;fX<;Y5tbeo`In^]?b6Q'Hs[[0NFGO&D;9:k&;5ZId#DV]=M$:8gKGd5oB'/A<&&++ %>f*ok%Zhd.=gOEof`Z/a#?=#n^>8.^PCfF<+e%DjTM$1h6k'Asm;Bg.4-m(Y7m2$/g_@6&ZD2/?:>.0_Xti6W[Zlf:.WSqDDp-[Z %!tMU[etdZ>n-SSXd1o.e&(Rf/kqsog:%ScHm'8ucb@8'ooPkg.HQ=2)/qK$lD',G^n4&RRe&jUWb!s`N9#/EdKJZanC^RU/4>[>u %SM'1pYX."AVh%DqNpp@0Bo7T".a.>d`'k-9:eUr&M;T$_)G?%+6D3942V122S^VX&k=$bVt'> %Ns&F7?2W1oqbXc>7&M.(#9c`J/Qh3'OGbPU>-0A`(:bL("idec8=GeZ#ADRcrke<(H3V5T+P8 %VSS^d[>qE+mY7k=:4!7gK"f&]%%D6e:N1[`U;pF&<]%0e5D6s.Lp?3^+=#@qIV#nU$mVa<89PcfSXnmjb!Lq#D@ %@Z;*6m;aQJOG5N<)JORqZmuZuD=L^a+g)(O?\cGl)PiJ^e\P:"5IJHJeJ8fA;;fJ"KDqOpiW_OgXFAgB/luddPGW"E!l,t=3<15E %NBS>$SJ,.bd2=n>:;#d]Jhs[SN_8Y.%F3\%;N;]&_"C3/b[P+G1Q9o$+Eid$/e<1;g+JQ=JU#`L/J0Nc$fo9M^MZ5G/QuBU1=*3I %&`!c&V2!lqg@hG6ePd^/76ss[4>e^M3]!L:Jss`morA;60WP=aku,tIF#Z,TLeiNeMf@e4EGXgH`_LV6"j'f(4r6E9ldl-o;m@S- %/Ys_FH:L]=fLj0[^@$1o69u,#:)_oFL=f[9j/*dJg9mH2<,DBA>Gq'86s2?6kT@O9f6am`+X19qSNuNMq`u7J2PZ*4>1_-eAAraDkT\+AqkO;kEP1>L^rpS4;@ %iF=#i74'BBDYWRk2[C&oWs&.D?u-nd(2*r2V#_kE!#]s>_)5YgF'I%S`st.o54&GEg.)5NU=QQXd@DS!n$4$$IhHoa"De)l7"/BV %61jmI).\Sj_;O2H@'[cP]>9]dI@I^,q]-N;kd,H^"4/p.4Z'E&/!`KD`)nC=Y)M"^*JgUoiLUMfF@Hl+.0iCSZJe>$InD]!#g>2; %`.T8>"j[_(N2BJM*2'87s$cF&W-N4EV(;b/24dCSa4E6g(IZ"\B;rO(@RQjqPI %n-KlhdZSJrbb*,+EGh0_;1lo)u%q&pA-+_l.HTK*I1Qi0&LH`S,K2^glf^gSo1ku %IPlLRaG*dUM6m-*6#\bh\m7NkE8t+IQXpZ$%QYG3TdW+rS8!;Je\pU`D^2OK)=e*JaS9V4`+E_?'-$>";U*'u.BsV(<7:1$SQa%r %>Am8YF3]13alYk,auoeQP^0jPLnqV=mUc;FeJb8gO_\,dNlSP$N@qmi[W^7U0H>TuT>#7#&&<+!0:BNMhGVK8I9oWK]ISDh %_^/M/gDmJ2Vn87sKoV_g@\Pn9T7s?/jI[3Vc`Z%#&q^\en>)hpbhqIMb;lPItVC=_KiS(>nnb2p14k4]AY'W2'm5S7K %XM$ms?&?i)i4P5X*\cb4b2l&YIS\(d%$T771n\_8+lm_ifG@P+q4T*)Afef0a0!*,)hds`(V07C(loQhFTDPZ(*,If3` %''[*3Q&D^k(?30Cm+m=rFs?1e]mK(XIM6@o.sD9c:>Z'VZkM:uJQ$S&^'GhT+e%PiKVCG!$V^?/fV@JJh' %5s\4]%][+Q(IZ$MGB-p)Dd+%2,&X"GA03N[k).go9D=Tin*FRJ9P1cE/\npLhV,%q+5Wc\PRn&gN`%$o(XOS<0-P9^,="?":LKqe %&3UCQV(rR;e::!U#/f'Ok?@F5oBaabq26n/QEA-E;_ip5eG?@_9:n:0(XJ\ %OD[:_PjMO0@$-_7?NjNGXq'l8E$!TYr"C`T\*"P?\e2))BP=1[)-nr_2Nfh!r>c!741TNp]P.pt$nZX-Eb %VDT[):8=2b3Kg9FFZ85440_JZFOedU(:>FAjf]k(@+/X(MTH)6-&=fg/BVn#t7a#n'O.)3'Oom %mQmCUr/\aTeFTWq96L-pKB-b4EYX*Q\g7?oXClLnjOUu+S)h[iCE7eG\!@B59.e@>?(%V`65X)lBONN\4hiP(/0&b.]K6S`'$]f: %aP\-reR7\eH02'qb'%RBPLH"=oXX;D66&]`#XC'6qnYJ(Q0L>amG(a6FqVIdqIG4)B`cQmJm$Q%Fe!Sl^Kei-NTr)taj*bZ$.*He %-Jh67h4&ch'B%NNPu*>ZGAiY0a8NC72O8_aC_bA^d,a^:E.QG@MS:,r,V.p(T_oQ_#(-hAkU!`BHk"C;\Ng$o>J!DiIO%g%=/c)F %9nFiUHWfi64[g+MH4p7dJ$g:!^Kp8XB5E0I7Q490$d]:7Oqg/33h'jR_e8J..os[I#[`K1?oT"U0F->!Sq,^i1Ur:gG_g^/d"@=KZaGBMpB0n %=;KL]-#uuU;OJdGH3&B?+r24MU4c&I@a)']-;i1E+N>rD:nj>'eDM:>57)uU)e,#jiSNoL3ed'BVjBJY^W#Lim(I[ge4>_>C8J8F4ju/S;^)Vd;%2i&fXEAY,lWN&"G_Ou\pg[orAKh:kJ_m&Z/.GDP5Z+^ %*Z2.m+.SV@;XX)5.\9kun:=MsC/j4jn[/%n!m)b;8R/?e2:LsiLIAT%H!/$T)'Mb.7V.!jL(l`)(J((t\sQBh6&9-A?IpeFrQ9Ji %>PX4VBNrtYidBQ"9=Mngf9p+<,t/:lp!?7$oJ9!oaurf0&o9MSUQrO&OmWcFUq.(@hT+D:rRSaM\cGFeq(Q%ESGH/m&*"u.7QOOd %Af;WAJh1+l8SNYoP6iI)@COW/6?ON,#b[VQh)-//$3"^qnd*$%=/]%g()0ik08%-k0q=Wg.:e>EY_R:7YY%Q\Q/;oa`aNRY5nDM5r:C-PKa2!@?m,&#ZuKT!RghK+@8 %aTaR082u1uaaPCRhCY9FO3WVj\V&^p(T34JSl1.(\J#Hk8/i\Dl@tce8G]eUAGL]fdDf$1hf1Kgp,_&^7ZA>]bqmKQQ`IBYHS]oF %"C';O;RY.2LWLnoh1Q_ph0bo3-bDlBibU%jBW@sL%7%!icp[,2Xue/uf'Q?T+T1^OcMj@F%+baXI]@JI#)YtI.4B%p3)g=S;]TIs %8U_g7Ft-heFX]:Eq[+?(SB>\[Dg`7_8FHIp@jRK/O27u0*3ifaY:S#"s!AY`Q1e.sj[>MV?1e[27)rAhjRH[?*9u8;Mi6bK5i][! %($U[XAZ@TZFn>N.K2_Folq1:8Msf9\OHsE0_/ZT`@/Sql(NlrRm;>*Sm4M*r`R9)9m%\!hO:%"H'^[p@QP=L[F.\D.(;8.Se)6.f %SOC%kes#$XpC"M@QR<'keHO<<4S:ltSPF49#M2i]N\ljMWo!I`(WYsOGfsB,K>TA9N7L#*SL4g_"`J"FgN^YPCi[KGATr)dC&]Z5 %=kgV`34Xc=5\Pp-gV3dBk\.VU#t3_>"fgM=.Ga.@@;&[1h>m?pqiXuG[%QLo@#pYiaXur;!1cn%];S;kN\2?(^$iN^O-7I4\rN\. %]6IH(e9`p2\G2T;5Yp:61?lX_5)d.,V&^X9"CUQK`HEZdG[,"iF=NORWNP]C#!a\e,^.f[\AuLnk[!o@hJiXZD_<>B;YNrN`+hm0 %%WL7nWWQ'A[Kk-KB"%!>DC]98`3F6BmOk$]V'_:g+r:L%MXp,R/L+JNCa4:V<.+bPaX1OX:TeNY:#..KcIajZIhts5$OGPnHQs-VFi0J82f_fak-9:T_8;@6pap6"70sisf"c1/7/J=YV:q..nc;.b2XW#?="(lKcN9Jp3637 %>&+Dh$X@dDKA&#&nDpL28+CCMZ'cMnP.,tpQ8?@&@q3TD'?S=$r@mgWHh:sS)l#8*4_)gnqC+Dun#qn,f$O\pQu]H&iY)+Z<^n,Q %[C\r1P+CuZ5\kqh3m$`&1(lZ7@cKiKb)?UB!%2)U:;ee(bsZZp %4WqAtA1q**[=RHIXJ0aYl:A1IVhD@@miM,V4-=mkS1cPIRoe$+"TY=Ao$C'[$s(F?>2oJEFA0L,$1Ep2^6?,e&O1[2&AgI&k;9iA %l_fH;(MULq,af:4r>mrs']`WiqHJsV8!2;\+A%U1d5Y(7kP:(7R`fTZP.OMZjqbcKi_"ff&C^ci&9c(Is\]gnBFp%=/&bHkf*(6GC(5l;*e][,6`Ip:S9Rb%0!$Xl`N,>f,o4qY6 %]:!a.eM!S9Gmeo9AYu_T%on=g>?1aC>FrWbdhN=3Rhn=>b!.87kYqP\ft3fnf$85ggl%mD"FdEK#qAick;p7s(POBOSJm&RI+h@o %b\lhc/?22i>J&l]R7(KY+u]-'TKj=5$RpRjkbO/'f00fs+(We;aJ@?.An?Rd@Sd\5dN9BE$/kSa,Z%Ou[^7\f`ZF/f`*RJ>_\6Lq<;G[`?085T&;Ns,4H>@:] %D1<&=ZB0eDDu_k@eqYRkoO8qACgLZ.8*b%X^jE7^]:B&.%?%9[kF>>KB:D9Rq]`;qc+-@_>Rdd/^[L(rIRtVn@uoh=EUWDK0pt$' %D@)**m6#Pt5n2r&hd2.X#m.6]./2*]LB3GEG8$+^Ai:OOo-8MQmEIZc^#s,+XN,6;ibL\2jqAQao?Ku>8Wf)^n(&CLDE1H]X2?9( %,TqhgIEWIWX>ce1T>h=8c$BU6)*dYFF>8^iNQi&aTjnf[Dc^ti6k_-Bb4r>]^4*sjks]]EHGBP`4r4Wh8%&nj'i+nT966k(p4=&m %[PhH@84L;,ALJ+E0t8^DC\d%-qoqgb)[@sL`00=P1hr:&iNTT %XOR*tBkF.-YAJQfMQ(.9ZNoHk[D>tl?BkX;4j&\H,=m&^+AAVHaeN;G?C*RR+<;:&9#o-5E+n$CZ58.+TY:3.c]26g2J?al03`(> %iHVO_RQlPQNc(El%TCO+lGCiW7[o$H/aNh@%U?/[Uq_-?L75X+)LW%>rI`ld=O*u!=mo@tR0m7']Ys0GmleqVBnkLN^D,AWD4hh0 %JTA.e/,PO'Ci"b&;N5n/1O&5e'k3k.E0+66cCCIILqn#AQ)K$cHen=JlH#ljj4fihZ^?W%Gq!*I#/p9OG4;`S);7pe$tZK;foXDq %'g5nk_4a[q#&DUQEZIM*'rW>^W4LF>'$mkEc^nZsGH%*ZFP\`k1YcU9Q_#TC4V@D*rT;s6i?TDX4KF(=1ie2(#aUpp/bZ.jR!g+> %\NgD/Uocg#?b*N(=qliW\?cG.(t`tK&(j7II($I^!2.WgL9%Scm*0:HGl`"tJ6;p,jaHmFdoL;gEVtSR;NR9omk'/i,cX2H.dRD" %K5l+b*d/JoAIKNG7naXi3+Vnq*3FLlV[7R`G/)Mf7m?F7J<01NeFIZ+RuRpUdE.\@U(I9r,m@D2*>3pP5u$N6q#f?kp7"t.N&!>B %"YB"AN@mhoV&@6#J'8IdX6+8-U(]PGOt63jHUYb`K$bkjssMWA,\dQ7")6BJ-bP^f>,Db`E]]`U"PI %^C[sTbU+Sph1Por'1*DE$)*eJVS*R-cG#*H^s?P(!V(f0ajc1i0N3sb[^9k&b%5'F?U<4O0OA9U@Zb@n?)ceO7.?AagUqNT%^N4" %_3f2#+NZ?[,4_*To$Zbg8=+qfY6T&V6',`C8tQ3cdY!8^dh$7ilDJKr: %^G3R,j*3h8E@h'C?>Kgh:IhD.;_6fTXIO+5nB,fBHHWh-:Vs4[=.le2jRo^KfGmQPS^,fLUHo]_4K[cRr%mLDP[`R;m@bcG#?Hm_ %cb\G4`uV2L\A&FAMW3Bp#+$6@h$9d79Q>!M,/2^fO^_eO"9,BI61b$rpop8X]nD^" %Y+[PtmAh@!3Ao_*nSc9890C5u1Mt9afnmdEC^t`Dgb!jd"N-%Uh)kG/[33fb#9md-4>X]tXF`\.?)kV^Pp*t]nsA.&.s!uOK,#ao %n:sIOI-J?L]dtu0%IbOsLY*X[S_fok1V0-3NWU:sYL?#0mU^JeGD[S=j_iPtn-SDl1csfo(URMHKj`,eltCUS[Cg*mnE[--U"3>V %nY:$Q=^=2$e`tYt`K^!a)I?Q,^HN(JSV!,#cJ-l,PtQgl1^UgbH]G9&".Nl(:9!#IXe=FJc*>7kYHlkl%:7SaI%IsuT%2W>)3[7d %3l#CE_8MkHpYnN;jn3aM0?RE,E9I39lBL-r6Go"_6N"QM_^e/?cp.2^SfXSD2\U,aKR(,=?UOV+BlDkk*$`<-9+^PWJ!+;k&EbhKEpsZ!JfVdS2Wqg$*P9 %Ko^=VNl.,Y?sc,4"[Rn/'VflWp1;p %;o!:s9CtK9^h7qB^8ok"OZFQg&iuTO]$Bat*g8L;k#a9[WuJX@5!1)\(HS,D#-#50;jXL_cjT:8n>Q/1RG$<@m.>2V44`f+=*CcQ %l?/Pj*faU95VJR94\E5oRj=WWlnnV+%I8*S/M(0I;C1*I]0+62:15gNXBF9=`YUR"fVs4,di>K+]'dVP#LM]nVsa1sj()0RZkM1j %F;enr;$Vk",Uqiebkd@+TK(kqHlV&!?\+bo-eUl/[rf4pc@J_(r5>"L4,DijGF_kIl4in8&9oXl4'K[qhMpOl8lg3!hCNL3_bU/o %BBgB%NKi"c6)V8u\l5cF$i$+9D>`%a*,FLaj]L8(SHa8`8gVGI=)Re0o`gsDe0NM(XY!n?NqYf:N,(bki4*=*J*(nW[cI2DgJi:n %lE#*>YPE@c/o=I4\*fC0>KHWnoc9L_b:?cb_&VMu99.M:#/8VqCXmknP$=dAgPJA*>\FSarUk+0m7OMTI4fP^3?C3TC470d]V\u[h4$M$ehbFIW)[OY-Wb[E]QVS^Mdfn3!MaVml5$-,g@W\`[g2^nq#&iCW@'J&o3DhHiD?!kb/QH4)0FfR"K\4,p34f2m0-;0LN8 %Hadu>XmX`DR=f@d!kj[h6kh+pQfqMk.!CRT0&ALGI>0I\F#(35iUG\KPu:&Djf,3d;c/khl<(U %P[T^c4auX54X7`!)7m82KE_Y6bYG7DqMb1[f$De$N>'*k8eF5:;c#)*MOQHL.m9;aM^?^FI:^Ol:d86+hRLSp[kcGednAQW6\s+H %G.%VrJ5%>@qNH:"+%6"l5S^pO6[nG+bjfC?l4h>;rq:Nc"f/Ne/0?J@Q+W/^B%FH7?7aes4bmFT4"Gl)UjAbF"R7ufRGF$s#$n]o %-^3@!SM'*n]t0aY4\)DK+PHl[kCJl<']!*O)g%NU$L)aAoc0s[J>1L@d);XUIk,]3mj\Wk7s5fPXHMX-:7Mldf%8JRjA(j006[cL %8d0d>oKUjn1jF/>hs#0a8a1C*FsWCQFiG>+J^T$JY>a#Fdl\@HaCEA1O\DJ'.?l:,oZ6@Gm1f,rgtnK7q#LeVE[L(.tkQ"s_)+,6bcD4m3t]:Mb)LR0,1c94OCN8ESML3r8#me>kIH[n@N1 %B&a!n5V7i+bS\Z6@/'Tk^hj!4#Jtf'3fRTrW#%;-bme/l=eEHVV6='pU>8_6=9cRd/MD9Fj3o1fosF^=3TJ8F.>rE3J7_m7$hI2$ %U:Xcjm_ZV19DL&%'k\(o8m9FDT^:pD=\n`L4X<+N7W6@oYSBnn)u!JrHcP:q&-6VLk)4#,:o6Ojm-W1k\LT&s6+l"Us1';tVA$>[ %67o^G_mX]2V+YHph.HhjS&Nf<6UURPgD+d-YMhX?LBuF<+3nsuATN[fEil$4C%M$KcO_*21Cct:0\P3>:U/?ED5^S"<28ea;p+Cd %2!s@B?aRn++r[@%bZ!;BX`mAZ98c8'V;2>+RS-g/pAp#(=Q\\a[IPKT[==LKoS %_RV==6"Gf&fZELN!NcaRh\s#6-h3)/kahTNk(QB4a7cnWX=*,ZOMZsRU_=cC$'DSrJ/%eTN&0P&<`r3>OsMK:)=:&l?o"&dM>=:: %Q!AJ&=;%THF-t3j-T[i'H4op85eag?9Ir.e^F;d[AV79ZdRQr[fB*'Wge]O19Xs``KV?Zb!?AX/]eL?Ub8j`9#\1<[n:g]l.E[*g;/.=m2&]$6@0e2$Wb5^ %RmTtP.&]#nRA:KqR'<>/ZkMM]33X %1rWTX8M&s=h]AIC:?"n7'10@9?Y6Y1mAm\*NePEZ-JXKDP_'HXrQJ\O4TtO53c>[IB)9j+RF``,m %=J!@se(^c=I-3gR+Q:UTM?3+*Vmk&JS77'"fLp0Q_C3Lr^mWjO<33m;:E9Oa%ESrf5"=6E<5LKa7Ac;Jj%9OA4FXr=4T#7Qg!Z>22R%Pj#Y[H*Knl\4G-3CKfF8_6Yc'VMaR`sm_C,pU %*cd<:s.ffC$2,2n,fjP\Fe1Z %j3nYc/l+'^Oq^-G*)3so+'fg(*:7Q[N[E)qq-X4CNULO9+]qA@'V\G2)Yhm %)+sSA9NK9!!O0,J+/#6d>%JuJ?7g*Yltsa*'iWI^@fVOG+D29*T?>kD.i^(&TZmNXrLIFNP*EZ44:fE#Ji:S.PB %KJ)4)eQF;I^.=cDk0rhJaJ^Z":193$_@].ZquF)#Z/1]n81AIJh:jle/=8tmQ6ff:.VOh5>M7hPB?8;s@"EH9G/0fj(N"cLQS"D'?,"PG,NoihJoelW)+W%&UBP:kTeh_%;b%5@)FJ-W6"b6i-AKf*Jkd%43-,M!E#9O154JE25RC0R1TMoqg1ttn1NV@.Xu\.f#ASOp.!9($QMg,l6ee[V;LXT9#8C(_N %!%Rs:A2@9uQ,\$?S]>QJ(n-f\q)%S=1E"n'Xrr%^p/diZQ8?UhJVeulGV2X-f'9Z&W$Q.r'c0Vo-mcrosXV%AbFf#aiJamASpY"d#+kuIWSjK&QRRYI383LTi&4F),+5%f,,NQi^eSgjr!6hdCEUn5%,5\0E)WYGf&QN>`YK"*paP4<9Oihf#,DdB!E,]KI@XlrH>"J-^]UD)IGcDCd*hj2QDJ:.FVZT6iTZ_<8aN%3ts'r@H8%Y5% %g\@d9qc7gUZtl?$Bo6@nl=tT=BsjNR`8uUdX[TtTR#Dn;%$e.[6^'GRqDs[dLn!)S![QFuOHE/VHmb.[28BLof%HfY!t_!X=r@'H8uj %V*Q1L0`*3-N$d/Q*_M"J:,/LL];[>:]&)[l=PPHL;HdUSl$\")G=Q$u2DihGXB9"Vl(U3@ap_TkqpSb[FFE(oq[9^NJ>'*kmm4=! %_'3Bq&r&T %ULf4Kb,@*I>4A&iR>7JQ]B0SFK>+*MRDZ+\Nu@*iZWYtm0QM!4pee-_'kd0jRu",o#pE/8$Ca,5T\qm0,ZQn;Q]s(%Y'Qc(Q$(VO %.X:)4p;kZEkVVpuI(?`MGW9P%s.\Q4/EItC4!%/dJlY=Y/NOqj3Y0bDj5JL:I?fLSO/V*tk(sk\*Y4$QdIe#T:ct6bO0":r>BDut %?r:1YSXWA:S5tr+[=uZ=M4%S,>V0TGLRZZ0FKTbZ/S+r+*?3*?D\=^8fdB[_A6<3I[,M`Zi?^55hERJo]H/gOMk6"Gi(U#UR/2OR %_GMc.1L^H?pphW[+<8j8Uk0,i\]=<0Tg?mJS,cJ][1,!rnmE$`'\cHl#o/m4R#&;:_PU=iJC.h-B:QEE%C:%s!k'8*19!oBS*L9rYn.qY&F=O"$jNJohT:$[,eeDj9J[C5heD$;n %7\g)nMi1->I9Ag'._Vnn\sXukQ!HTC9Z?IB,#SH3"n54dKt&"g$]YtpaYY3lH5^H!PEol\JfDWNC$N'#7Z]cXj@q&q&pKd-i*o%3#`;cjkKF\K2kAcFeke=>]lHE4E,`SUTih4\&i7JV %ab,8YEcs*>'eipc5ZR5<$O1,I9IGt]oJ0+*=!efVol:(eYRqaq9S)FJ%aaZ0s,]Ms_WJ(A4:lLTelIJ#E"K.Hpim?d5f^BLSE=im %<"+gMh)n+]f=CKF_EUYXZJ>EP_tIfA6`3l^rJSllA&"2[F]V=TNpXZX3t-SaQU/gfFRJ]X=(g*.Q8A:q6KVUkSpW^>G8k3DN?@2fW`([iNlk3<#p5@DF;.0#)FTVVCA3?IdZWMoB_9@^/o*pd,D: %WA4U8?]V;1V-_]gDQq&j="!:WAJejbS7?uYSPm#X<`u?Ln;8H8R!I2BY^8&2G$>FAGFCa&\^p!Zf&Lfk[1?BQ#eLb&=Mhu8\ULI0 %lrd(lJHt#6ie.KpDaH#3G[oL3S:-rOJM^rn:9;>1\.MM?JEW"(7ToQN"Co.QWWc8a!_5FLM0S*gOjC_?bH8o]INo_NaYuW_gs8[Y %i1qIKZ`WIoVS9C@>)`%4c$ca,W[+KnP/Cn^aD4sNcDhThV*/#gSHd5HhV>;QRNcdL1Dd<&QsF@o,=&^b](_Pq)1?!&qSf)/qoAs(J_>2nJA2n]"7FBY?]j"%$eVDG+%U8$nZ@d3$KR$h>q6F"(ql*RTjFFE([ %Ni"$$8;9Em@T.n5AN43O*BK!:`#AYYg=BbipO_u1C %3U591;U_iO![[7!Eq?@["\K;qR5AfH:8ZQSEL7JTS6Z"BYCHCDXROG!H^Pme"#c@@5KmAaVB,MX!NP;ar$+QFSeYak"*9NQ^,A`P,Ke4::GH\Q:=5#3.gI_rAPm/9^'o %lW3/r>j)AZM`^*^jV\gcq-m%#:IWe)m[:sj]cE;GJs/JhC;&&!+PjE=^D^`2N%ib*iilauNsL3B<[1U7J1b#b-R*T1)-5B>pEnpW %auud1S]SP^$s3&F?SH>ZhGBJ+H:(]05OGg&+(sAVb4n;iHkCu)bH,ZA@qoR'=KaQ3Z\Wj$Qd%8Z%Rb8pGrI13Rs9*"?rI<]P&]LH %^fl^3`SfFXnL8<<.j+t\RiAd>e/4Xq;EWEF21dVc4Ju<%C*H+:XJ8YtV^jPC=q,&)2onsL$t_H2;"iV1LaQAU0prW,SYpI%7f"\n6Z.=Y&T.[sdm!jXhaL1UE1Q,`J$Ds$igabsi! %=."Et2S>Q,)bTX7PQ;lT%:dg0jTB-8Z6K+^=:/QLS5F.TS)9p(7SrASn`KT3YSJpIOAW0X"%!d`p9L;XRCL*_ZB(e0<)8W;rlY)9&\t\>F]>gjCp$0GFF)dp=XTCCAE0isL_* %9ceT6;9p!Z1C\ERk/Y?$-^QrtZYEP&R[LZk;s7]nMu\Z=3'Fd>ZG$fTQ_Rj4Kpe^E]H^BiXT.mrjjEHIK0$.^D& %*O`:_pI74cDJSK+Nh!tp$UsF>EP+st,t0qdHa@mk(PET>D)eti#$RSO*&(bn5PC.FcIMm)SPm#Ie?McHi>"@B9UL6>Ph;`sVg33> %kYtiC/ahbt:5R=SRfa6^GhFQ`lGWZR4*

\FCfG+,&h6g?ari_:2n<#1`Bu=#WU2Im)%q6SU&B2`NtN)Ct)pXjh%7of?q,"lUJ/ %._)<9%.E[4YL@3mTI=-Fmdta5:=5WBJ,o@M>3U%/Q5]-K/[YuCQB^p)qCPuageKgU948:';r"mnEHe/NPG+O,U#f9lj>Q7obUut' %)_A"HRBA'!Y(]8.ro[i^PZ7DS!3)r&@J$=s'U%lHQ!%u[Aq"SbVH+@';L.*:"jOp6+^OF]1S&1QLo]sQ9h1D1Os8PM^sY'bj.G'2malH6D2eP*O"c?Oc:LjR[n)e\gZ:J%gm %9)[;bE+hN<^<\FiQ3RicG$b'uI2:MDk-^8$3O`s=D3ie"+dV5k?ltl10UCb<9XPWA9UREV@Zhgi>H42_Wm!^K29RV=N5ob"_c3&o %@WZ.G0j$XZY_?"7KU%Tr6/Tn-E0F=.rZ7?;04)%bgAS"\M#_`@HhE:+UM**!JaS!3^iAb*c=`gI&7l4tX=:PMI2pQIuhBT^mJu2@<8n923>))W`-i"Yk-g4dG_%AJCff(dNZDcY-+_)?XXq>?ZgaZl0$[WJ[)R9rqFG1PcdR %&-Z`)#1,u,NIDS7ob]2bE_Mf(`\7U9.NM[\p<>Q$:l6*YQt2KS1iH5Tj,.Z2.`s]@'lMTsHo=]55S'hsMt1R]A:"JKq6]tMU5STq %bkU-`MXhpi%p$JmV+(4PX(1 %\pgN*8dhWaB3a!5Ec*:h\pd\$6d8]a:C]lObRHFB>sDhc72X:SLq8&T!kXa'd4BG=eAG9ep!^8sbu!$djf?\\T2TK:l %qCSECLj<8jirKIaf\CWJ`.0qEXQK-+oeZ;$duI"i1&QiL4ct>W@%(^jQMKkCBuRO&]5FdM1t,>J<\mQTXm9W$lACbQ]QO0@C26oD %S%]s$!b1#!Y3T_*eSh%*I+BrMoOC@fX6XE^#)4="(K&d[\5:SPl:8e^c5W?a:t8A#G;2Tn5JsNm\,O$6=4^6cZnPJIb!jhQ1Tp#P %R&IB^nX*C642/8jqAEX^9uMq7=P(m/Wo"fhpnfGPCfHI6mOTDW]p!9TB41p %IPXHi:$J:$sIALIKkpq;q:Q1Ru^^P %lXqd2aD5V+\pc-A<*JrG=due`qTWF6S"[!W*YaOc)_BS51Q*,R9O0km.*/9-TPn>41?M0+Wo"N$e(*2L;:eU(XO8#s^'/ts\pdgl %!-sGRVQQOG.:HN07F_!o.&L_'REQ%O-0ApIY2=>Eb?=0-)$`iMA=f;7k37FQY3Is2pRjfX5@_Nki+$iYoeR?l-Z0Q0XQucO8ti8W %hTa-KFo@8;Ci#-NeFbWk#M+j:SY<3Y0#^Y_JGEK6[1[f*(HBS$g=bfg)'9@R.*bu]qIq#]V4\>>%a&*M5m*AA\R:Z?'Ua+HX0I[l %A_=CNZu.V#3o2C)(=a``fnP4,au./HGP4Rk(LkTd5nF_W+GN-M8Ro5-'8>sa9?nL.Gff8Y5YEtUL7]rRum_lkfFWZXI<\@E.N_[>e>&Ud&hJf=`ndt'89?flfnZZSG'H<<>m-qIQEaGGp`MZ>o %\D9?K!inu;K>t^qTN59dY3T!Qg`:GX3-S\0HR5][k[ukm2dThE\BBN0/2=-! %Y'[Jj9Md`aGDF>3?KA'_b2AB(+!%dLY.a/_`iYeSIbf'IK`bZp+t\"FZL7,Di=2f"%jkQGOM/2#E@0#Hs3*M>%KeA+(M(Dpq3k>[Q.MO65HYZ4pRXFsnFP)SSa4CMh0RJq.3D]E?)]?G"@_o'/Q"::/nFU*Q %nT8r#Qn3n4&)FM;p22LkH;[PrmB75N8=@tm4,Z$U.\F88^Mq'ISF2?V1!VceH[Bl.5/*;"Z[Nff:-VtK]Yr`W\a4R/LI0faq:QQ; %4QBM:7t_\-%1^VL5prm`[d6@h7GbbaNg(^0*t#U+T7CC-!VeJ=7Xp$7I.@@<9R)7q*WWJ(6,*Y*\$d?!&$DBGolQg>-8nLi*5K0W %,3kluO4&pqnjV80Q!S^V(M@jGk)`pFaB-XR-g:e']^W)l[DWl:/i6He?Wq'MuumrIgdbmNSft)7/EL9noFCf.3s$r>o!K %^ldPA_aXFF52m2mZ-i@T?lpF3S9$(Qo9P/MrR,Y'"X!"@m6lXk;$B_aB4M,9)KrY(7'N@CochXEi&3!n)p0kd5a"+in@!"p,?pO< %5Foc31lX5?'AX"r;YgX4TKVTm5NEb91efl`^f"VdBOrfZ%)Pq`_jt')i`ul#N^'kb24uAt:Bb"mP\F-h/UhC;pk^)eh5$eOB(hr!9NK0,tn %n@(RN*B22YJY(QadM8B\EW5Z/h^u/PTRIjrA]bBj%_?NaR0f`d&B,qpC-&dI#ZKQc6UX#`Y7CloA+:iWOJS2$)_OrU!Xd6&!"kbQ %].B8d`Q8cki?M>8#/[+u&da2+<$-u()4HdVMPc0WJF:M[0hk+!Mb\@B@r6:soho].h<7I).?WR>;H$ukb-#S"l;QuO='bcmH]ELHlh\Cb1X!'W%;J9#j-K"tM@B3u(!6!hJq0eXGIBS/Ri %6u0[Ok%+Ssb/#p\0[A[,'``eo&;q^:q>lN*VO2BA6Aa-mfhMha>HT[N3#@NYf_qVdgli;)BhAm[CHP/H/d\*X[*VgeOHR5-FF#+A %b,8QN,"g1g>It_5>_26/QlHK-IiM=S!k-38mh<=oJC[p:nkZ8--3#O,2p";Q,MS*\J:hfr7(KZE,QBlI`lUI6I3c%E1UomQ3K+Vb %dY65i%]NOX"`KF>)i3AXo$?-U,k37D`^rRu9fIn7ONTQtZX6prOJp[Ag])b=8(uM%Y5AJ!&#N1EL82_rAG-S#U^]C79+*2%Pd5up %guZ`Vm;HS^gN&t#IBWD;1rgKUUD_K#_2[=)J_d;s*:#8J7*_l.1cc=_V$Gku4fTI58>o.M80T*1/YFW^oc9*PuEM]9\\!4Vh%&- %TU(t\!T6.+_;sa/-[!H1[2SN(8u>[@6*NCsLV9?jMm(k['f`@mS_ik'V,uHSg;N5U>0]]`@-)!PMA'%&\IK'%8I%%FC:8K5]5*U" %qScurNIeLGXa\qO_pnTjfpXna.Q(m9)U(*Q%T^nL:BaudC1X_B.YkP>^5TO([[KlCcaB#AR!>Kg5O(!C.p;Z`YMV1WGN[:Q^9OGed2qr0_uA[up%rkFC7\&DIm7!$?@3fpMRC.&@e7-f?]RmLC\e&VV]3X=^Oj\) %o(YiWC&)>JZI(iQZ#cq.iii7Fo7cq>#L!)%V:tP&>ch-nrj[!]p1\HE2IuOrZf%GB`^m9S4,PM)lu2$8lpjM)E,r$:[i&R(r=dP' %"1e*W`/:^WieW!*5d:BC5AXO'+gf%/W]:1a,VcY?t[FQd]$HfGT=FgIiFP/j8P&YVi`X1*j^7APtAO %f4`=cg6rrH0PRSBNi`Wr4AN]D%\YHniRG;#bI#/iTt"g2VCCJbg='4)03O!nr>9]oV04aU3HI3JlE&74#1qOJ/jO0km?o`mP+*'C5>!V5aIn9']r8bZ`KC+\r36E;NJ+FP@hFl?.1aUo^3!l?0g0]qVN$o?KETX7k_3N1[R` %-+NfqD7DSj'ao"SJ?7&B,l[A`>[IVe_M\&!QS;1`q'(2LXP(4(5-s>81t/mS0t#Y?YghH588$k&9Qkt'lHt(:G^N<"r+\I>nH/aW %B$ab6UHrfRLK>SeA't(?lJoe5gMSA2@qhJ4H'G3#Yl"lKqWC_EHCb(&SGmeu[Md2*a6B3dBlfa6CN94DBlA1Gl^eX%qLNqgf>3F` %1OZ"Ki-aq'P-tQts'8aMFVhqBG=GUZ[.D5\mEIO'"h7))hZ6n^uOjJ*tS[X>7\%?Q.D"]@AA7#9roe=50EAj#_I@T';c+G.q+i[kFgo#@a %m2t.E9/SYgHLB"P0<&P(I;qh>C$llEB7f>dZ''TpnW`^gX?TtM46>J"LZKf"#">F^(lcU33KOcp:,1ZP>IfAV\$`NgG%qV5q=U/=M>JTCmId<5;^XOTYHMO5p*jfc %#L$hoSYUo(>7=H&MG;pY4+]558koc_/IJEt.G_Jtl#pi'$*>jl)nWQ5^8VC8jpsaF[s&_$9F`-\q"<",L#RC9gW%p"?_Sg4SdB(m %/1YUdF0t&X.WQD!rn79bl!*1p['mAiX2hVHE2W0<2Au,MF1t5c6*'A'r^DcrYJW,C;.k?T!RgF1c@0VX=!&OLqt7dV.3Op@QV[!9 %%_]ce&%+'sSsh1eo6/Z`&kp\p^2&&8p_m$\r@.r-:SqsL&m?\>AJ6.H3!**KCXJC^mJ1=,.KWOMhK4-1Yg,OLRXXB^%Ck^mF+q#4 %.fGhmiKOF>*IDiF,['SUBR)UKitTi1?1KFKq:h`@+M=M %6I*>npk]mS`WmCOeJ(1nfU0i')e4BpLKI9:2H(uo(+MHVL"Sie+;EqZ+3XB2K)APD#1fImV2sQ1e>Hp=lV7=%f,&,,1frl9VKiY,'PDo0q,gTRli %$\Q;hU&9Kn4i#+(@EI-r_#ggM?/OGpg0F<\Nk@gfq"q,-J_l3<$7KM8W2'E^J2L\*XUQfc!<<.?i5[CcH%E/d!%@poLkCM.PsPL> %CHi//Cq1'cY>O3rmSb8V=MuEbZa_)k-30cfTd*;DV'OnF@Gt>:IGBlng__/'KTUusm;!RCE1pZt@2;0rc!ZPAJHAU@!A"L%9NOKE %@S!Bs3e[W+j>.jEkqT(F[LdYrFI(@h$5hV)lU-;2ipSJOI!V:'l?%J@#Ku.A;&]t>aPu^IK7e=#a-VRpH\li2\B^rKTa]rKKUNL'#&p_ %EM(W&^cOn,Es>-8=UGD;AA*kX?`NNKE8krf-LYo %,mZWk!NcJt_fV7jiC9TB&d[mPI6e,o6jbs@3hQh50*H$3*[I..FfBpk>VUt]it:6O!U@*]hI<8.+`Ki25_PTMKl\DO7@5-;Ou$1* %Gf1LLUTGLb"GdVbFW+;H!"$HdPgr,=^go]!0WV;fdmU29O[WNiJqZL6.kW8uU^'1?E!.Zqi6=T`n5@4[6/[5Xb,R^G6p+^(j9uk, %`jA/LJYU<&"DkIS_E8R+l7nE`_,(NTMFj%;6l$Jk@)WH9Q9Zu06$pEX6muNu@El;-g4BTDqkJZq-.,/39nbm7BpR0R:QhIo8n:BO %FqJ-ajHlVLoJLq(+sNO_"HES]NL6)&R_]N5aP&L\5Y.Q!A9r3_I*sXW[m57ArIsaL.dU"_nH:ZC$i1ENi4WMklT5LKl;t %`Cum_>mnG'+&($,*!tO(BDhs;o%3+-=UimZ17P=s#8dgdG)lmFeTguiB%;*fFl>^dmE!KdGZ4$#pgU= %L2GNtKT1p6KE*K0'L3g4T=g:Uq6gSF0]?]":dAck*1ni-&;:fZK:jfI`@23Cl)YH0QjCfbKB/:"!Dga$*cPj+tKg[Gj:rZkSg_-j&;E!9m]1BCeI:3>";M!rsSeOslubjZnXE?6P"F/$T5jCZf-ISd6X^G&FsS%KLVc&M#:1Kb-O`(Wr-K %_%8ql-F!]04+gqL!#ZC)Qbn\DgDL:i9l!^'L"6o/a2peiTp3dg>meb5C/j`):;.RIKEs1])kheq]5qDjBpaW?IR"^J&RgXg##&,c %)O!HpD2aFLQJ!fc4L61[VA*LklP1BVfH1VaUT.-D?]>6RV3.9luQ#K2SBn`Bk6F0VPsBk=jqbKcL$j'$amg)CL.1@@S-/Joi %TlM<]iMK\t_$DJE-=X8XXm5J^d(>^K:m<2?_]OJuE49.W_Y>>a'fd:s,RKVS_fr!af`lME4Ptj\]"GB2T %EaOf;:P^8`m:B5O6E*U(kk$^]^"[1drV`Y#X'6up0;$Sik^-rp_>Wk>fRJD`n+*IX4M61/HdCUkd2#~> %AI9_PrivateDataEnd II*]8џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџМџџЕџџЕџџЕџџЕџМџУџџџџџџџџУџУџУџУџУџУџУџУџУџУџУџџџџџџџџџџџџџџџџџџџЪџУџУџУџУџУџУџУџУџУџУџУџџџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџџџџџџџџУџУџУџУџУџУџУџУџУџУџУџУџУџУџЪџџџџџџџџџџџџџџУџџЕџџЕџџМџ›џУџџЕџџЕџџЕџ”џЪџџџџџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџЪџНџџЕџџЖџУџџџџџџЪџНџџЕџџЖџџџџџџџџЫџМџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџџџџџЖџџЕџџЖџџЕџџУџџџџџџџЪџУџџЕџџЖџџЕџџЖџџУџЪџџџџџџџџџџџџЪџУџџЕџџЖџџЕџџНџЪџџџџџџџџџџџџџџЕџџЕџџМџџџџџџџџџџМџџЕџџУџџџџџџџџџ”џЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџџџџџџџџџџџЪџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџџ”џЕџџЕџџМџџџџџџџџџџџџџџџМџџЕџџЕџЪџџџџџџџџџџџЕџџЕџУџџџџџџџџџџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџУџЕџџЕџџЕџџЪџџџџџџџџџџџџУџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџЕџџЕџЪџџџџџџџџџџџџџџЪџџЕџџЕџ›џџџџџџџџџџџџ›џЕџџУџџџџџџџџџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџџџџџџџџџџџџ›џЕџџЕџџМџџџџџџџџџџџџџџџџџџџџУџџЕџџџџџџџџџџџџџџџџУџЖџџЕџџУџџџџџџџџџџџџџџЕџУџџџџџџџџџџџЕџџЖџџЕџ”џџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџџџџџџџџџџџџџџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџЪџЕџџНџџџџџџџџџџџџџџџУџџЕџџЕџ›џџџџџџџџџџџџџМџџУџџџџџџџџџџЕџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџУџЕџУџџџџџџџџџџџЕџџЕџџЕџџМџџџџџџџџџџџџџџџџЕџџУџџЕџџЕџџџџџџџџџџџџџџџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџЕџџУџџџџџџџџџџџџџџџЕџџЕџџЕџџџџџџџџџџџџџџУџџУџџџџџџџџџџЕџџУџџЕџџЕџџЪџџџџџџџџџџџџџџЪџџЕџЂџЕџџЕџџЕџЪџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџџЕџџЖџџЕџ”џџџџџџџџџџџџџУџџџџџџџџџџџџЖџџЕџџЖџџЕџ”џџџџџџџџџџџџџџУџЕџ”џџџЕџџЖџџУџџџџџџџџџџџџџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџЖџџУџџџџџџџџџџџџџџџУџџЕџџЕџџЕџ”џЪџџџџџџџџџџџџџџџџџџџџџџЕџџџ”џЕџџЕџџЕџЂџџџџџџџџџџџџџЕџџУџџЕџџЕџџЕџ›џџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџџЪџџЕџџЕџџМџџџџџџџџџџџџУџџЕџџџ”џЕџџЕџџУџџџџџџџџџџџџџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџЕџџУџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџџџџџ›џЕџџџџМџџЕџџЕџџџџџџџџџџџџџ”џЕџ›џџџУџџЕџџЕџ›џџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџУџџџџџџџџџџџџџџџџУџџЕџџџЪџЕџџЖџџЕџУџџџџџџџџџџЪџЕџџџџџУџЖџџЕџџУџџџџџџџџџџџџџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџЕџџУџџџџџџџџџџџџџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџџџџџ›џЕџџџџџ”џЕџџЕџџЕџџџџџџџџџџУџџМџџџџУџџЕџџЕџ›џџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџЕџџЕџџЪџџџџџџџџџџџџУџџЕџџџџУџџЕџџЕџџУџџџџџџџџџџЕџЪџџџџУџЕџџЕџџМџџџџџџџџџџџџџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџЕџџУџџџџџџџџџџџџџџџџџџџџџУџџЕџџЕџџЕџџЕџџЕџџМџџџџџџџџџџџ›џЕџџџџџџЕџџЕџџЕџџџџџџџџџ›џЕџџџџџџУџџЕџџЕџџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџ›џџџџџџџџџџџџџџџџџџџџџџџЪџМџџЖџџЕџџЖџџЕџџНџџџџџџџџџџМџџНџџџџџУџЕџџЖџџЕџУџџџџџџџМџџУџџџџџУџЕџџЖџџЕџџџџџџџџџџџџџџЖџџЕџУџџџџџџџџџџџџџџџџџџџџџЖџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџУџџџџџџџџџџЕџ›џџџџџџџЕџџЕџџЕџџџџџџЪџџЕџџџџџџУџџЕџџЕџџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџЕџџџџџџџџџџЕџџУџџџџџџУџџЕџџЕџџУџџџџџУџЕџМџџџџџџџЕџџЕџџЕџџџџџџџџџџџџџџЕџџЕџУџџџџџџџџџџџџџџџџџџџџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЂџМџџЕџџЕџџЕџ›џџџџџџџџџЕџ›џџџџџџџЕџџЕџџЕџџџџџџЕџџЪџџџџџџџџЕџџЕџџџџџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЖџџЕџџЖџџџџџџџџЖџџУџџџџџџџУџЕџџЖџџЕџЪџџџУџџНџџџџџџџџЖџџЕџџЖџџџџџџџџџџџџџџЕџџЖџУџџџџџџџџџџџџџџџџџџџџџЕџџџџџџџџџџџџџџџУџ›џџџџџџџџџџџџџџџџЪџЕџџЕџџЕџџџџџџџџџџЕџ›џџџџџџџЪџџЕџџЕџџМџџџ”џЕџ›џџџџџџџџџЕџџЕџџУџџџџџџџџџџџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџЕџџџџџџџџџџџџџџ”џЕџџџџџџџџџџџџџџџџџМџЕџџЕџџЕџџџџџџџЪџЕџџУџџџџџџџџМџџЕџџЕџџЪџЪџЕџџџџџџџџџџЕџџЕџџЕџУџџџџџџџџџџџџџЕџџЕџџџџџџџџџџџџџџџџџџџџџЪџЕџџџџџџџџџџџџџџџУџџЪџџџџџџџџџџџџџџџџУџџЕџџЕџџџџџџџџУџџЕџ›џџџџџџџџЂџЕџџЕџџЕџ”џУџџУџџџџџџџџџџЕџџЕџџУџџџџџџџџџџџџЕџџЕџџЕџЂџџџџџџџџџџџџџџџџџџџУџџЕџџџџџџџџџџџџџџУџЖџМџџџџџџџџџџџџџџџџУџЕџџЖџџЕџџџџџџџУџЕџџУџџџџџџџџџМџЕџџЖџџЕџџЖџЪџџџџџџџџџЕџџЖџџЕџУџџџџџџџџџџџџџЖџџЕџџНџџџџџџџџџџџџџџџџџџџ”џЖџУџџџџџџџџџџџџџџЪџџЕџЪџџџџџџџџџџџџџџџЪџџЕџџЕџџџџџџџџУџџЕџ›џџџџџџџџџЪџџЕџџЕџџЕџ”џџџџџџџџџџ”џЕџџЕџџУџџџџџџџџџџџџУџџЕџџЕџџЪџџџџџџџџџџџџџџџџџџЕџџЪџџџџџџџџџџџџџџџЕџџЕџџџџџџџџџџџџџџџУџЕџџЕџџУџџџџџџџ”џЕџџУџџџџџџџџџџЕџџЕџџЕџџУџџџџџџџџџџУџџЕџџЕџМџџџџџџџџџџџџЪџЕџџЕџџЕџ”џџџџџџџџџџџџџџџџџУџџЕџџџџџџџџџџџџџџџџџЕџџМџџџџџџџџџџџџџџМџџЕџџЕџЂџџџџџџџЕџџЕџ›џџџџџџџџџџ›џЕџџЕџџЕџџџџџџџџџџџ”џЕџџЕџџЕџџџџџџџџџџџџџ”џЕџџЕџџЕџ”џџџџџџџџџџџџџџџЪџџЕџ›џџџџџџџџџџџџџџџџЕџџЖџџМџџџџџџџџџџџџЪџџЖџџЕџУџџџџџџџУџџЖџџМџџџџџџџџџџџџЕџџЖџУџџџџџџџџџџџЖџџЕџџЖџџЪџџџџџџџџџџџџЪџџЖџџЕџџЖџМџЪџџџџџџџџџџџџЪџџЖџМџџџџџџџџУџЕџ”џЫџџџџџџ›џЕџџЕџџМџЂџџџџџџџџџЪџџЕџџЕџ”џџџџџџџЪџџЕџџЕџџУџџџџџџџџџџУџџЕџџЪџџџџџџџџџџМџџЕџџЕџџЕџ”џџџџџџџџџџџџџЪџџЕџџЕџџЕџџМџ›џџџџџџџџЂџМџџЕџџџџџџџџџЂџМџџЕџ”џџџџџџЪџМџЕџџЕџџЕџ”џУџџџџџУџМџџЕџџЕџУџџџџџџџУџџЕџџЕџџЕџџМџУџџџџџџџџџЕџџМџџџџџџџџџУџМџџЕџџЕџџЕџџЕџМџЪџџџџџџџџџџџџЪџџЕџџЕџџЕџџЕџџЕџУџУџУџМџџЕџџЕџМџџџџџџџџџУџУџЕџМџЕџџџџџџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџџџџџџ›џЕџЪџџџџџџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџЪџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џџџџџџџџџџЪџЕџ”џЕџ”џџџџџџџџџџџУџМџџЖџџЕџџЖџџУџУџџџџџџџџџУџУџУџУџУџУџУџУџУџУџУџУџУџУџЪџџџџџџџУџџџџџџџЫџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџџџџџџџџџџџџџџУџУџЖџџЕџџЖџџЕџџЖџУџЪџџџџџџџџџџџџџЪџУџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ333333333333333333333333333333333333333333333333333333333333333333333333ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ8BIMаPath a#Ora#Or ‚#Or (Ђ#Or 0У#Or 0У#Or 0УА 0УА (ЂА ‚АaАaА 0У.XF 0У.XFA0=QE2Т5a†4ї,a†4ї,a†rТa†rТQEыgAd 0УмА 0УмА  0УVЇ 0УVЇ6ДєVЇYs“_@4|ѓЯe„jƒƒWfЌр–ѕ h к›mЗiюXЃч‰m™љ*q@9ЇžzrТ5ЎŒ&s†/ПLчo*6ЦbnXFЯу‰m)Азjk™юс†iюXс†iюXс†gЙaс†gЙaЙ(е`n’лZЯjЊЋSмАh 3QосcљёQ"^yчQЇЙaћ„RI—фNu‡L0УOrТ@“7K9LќЮJg9чžHгм)§`GЦ)cI{šyчDiюЕЎAE(œ<љW 0У=Ы 0У=Ы 0ӘFŸ 0ӘFŸy™%$Џ”Ь#yч‘ЇЙ%>АљŽ†7-‡џ=Ы9чž=ЫЖй.Бч=ЫА­т^rТГнВЙ†rТВњŠ(rТБєВЫrТБЙлnrТW…rТž&мГЯ=‘ЇЙРVь’JЪЧЯ1’ЁоЯ<є–Јж}™5yгœ3‚|с†œАс†œАс†w,#с†w,#д%v;wжН…zgувI%}Ы ЫVюƒ2Шл‘ƒЇUЙчŸ„iюЁМщ…ЄpŒƒIWvлn‚4їlѕКД*b1|‚пПXa†‚4їDлЮ€с/RЊ€BоGžz{–B6ШyIд95b|gч-Жл}Ы ( Ъ›~ 0У}Ы 0У}Ы  0УТ4ї 0УТ4їlЦУZUШЖпЯ-ЖлДї,<­gГG`TЧІДї,d’IДї,v4VДї,Š*Дн›mЗДї,ЖŽуЖjdНч…Н5^Я<єФiюЯ<єФiюЯ<єЎXGЯ<єЎXGЏьќЈЏЗcѓЉюXjЊЋЉюXZ_љЉюXCpaЋxэ3Я=ЉюX"‰ЋЈ:Mяp›Тў 0УœА 0УœА  0УђТ5 0УђТ5V–ѓЦ`рщt“-ЖлчЙa<Ћeц /TЩ(чЙad’IчЙaxVчЙa†^hх„j›mЗх„jД$Жх„jКЇcуXЯ<єох„Я<єох„Я<єгмАЯ<єгмАДзŠтM-tџс|d’Iс|Q  с|="Дт’-Жлох„"хфмЖz#e@мžьuзиFŸУРджžbарЌ 0УбЇЙ 0УбЇЙ a†{–a†{–§žlЃ=/"цјL0УЇZLФќ”aРР$PРjЊЋ)юXw7X1жQƒбС5ју›mЗ7,#ЃxF7”ЩВи7тЭЙчŸ7,#Х0k6%sЪ’(2Г/еUV0=еUV0=еUV!{еUV!{ЩPE'­ИИбq,ˆЁ†)юXшІ'ёH…qJl…|ѓЯFžs}ФlКgqЉ‹oRI$žхKNoќl:Щђќl3Я=žх(Ш‹Ÿ’$мX ^кa† гa† гa†4ї,a†4ї,(‹x4ї,BЩ26юO<є2Т5O<є2Т5O<є0=O<є0=EАЖ-UГ>РЬ/l3Я=.XF) р-HПєВ)'a†%„ja†%„j I$’M=ЫI$’M=Ыd’IM=Ы€M=Ы›mЗM=ЫЅхсM=ЫМнiKžщЦbM=Ые1юOф~ЯkЌ[Афс†Z{–с†Z{–с†9aс†9aг@Y8{zбKз?‡xЦbB4їМ.хD““П#CзтГЯ=DiюЏОќDiюЋЎЛDiюЇžzDiюЂpCфФž/DЁ›mЗFžхўHGeЁ~d|FžхpУ FžхaћаFžхVџИJ˜I$’HгмI$’HгмI$’€I$’€g*ч(Ž€хvT“žyшtї,žyшtї,žyшnXFžyшnXFБTo5*gE”xЊI$’yaI$’ya˜a†žх˜a†žхЗс€ъСЙќ *еUVFžеUVFžеUViюеUViюО‡ iюЏ864ї˜a†4ї˜a†4їУ 1љaУ 1љaЮ/љaиЋ№њ#”с†ї,#с†ї,#с†№>с†№>иešэzЬ;рэy#У 1№>У 1№>Я<ємАЯ<ємАз$‹лOmн &иР]с†жЈс†жЈс†Йaс†ЙaмQЕЧoйРњВpЕЯ<єА>Я<єА>еUV.XFеUV.XFйe—,#Oнuй)юXс†'Йaс†'Йaс†rТс†rТнuз =Ыйe– деUVгмеUVгм8BIM ЗPath ўt* &@&RI†8 !,beamerposter-SMU/SMULogoSM.R.eps0000644000017000001440000075262611572230313015526 0ustar carrusersХагЦ №БВ†#џџ%!PS-Adobe-3.1 EPSF-3.0 %ADO_DSC_Encoding: MacOS Roman %%Title: SMULogoSM.R.eps %%Creator: Adobe Illustrator(R) 14.0 %%For: Lisa Barnes %%CreationDate: 7/19/10 %%BoundingBox: 0 0 59 58 %%HiResBoundingBox: 0 0 58.0005 58 %%CropBox: 0 0 58.0005 58 %%LanguageLevel: 2 %%DocumentData: Clean7Bit %ADOBeginClientInjection: DocumentHeader "AI11EPS" %%AI8_CreatorVersion: 14.0.0 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 14.0.0 x367 R agm 4.4890 ct 5.1541 %ADO_ContainsXMP: MainFirst %ADOEndClientInjection: DocumentHeader "AI11EPS" %%Pages: 1 %%DocumentNeededResources: %%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 %%+ procset Adobe_CoolType_Utility_T42 1.0 0 %%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%+ procset Adobe_CoolType_Core 2.31 0 %%+ procset Adobe_AGM_Core 2.0 0 %%+ procset Adobe_AGM_Utils 1.0 0 %%DocumentFonts: %%DocumentNeededFonts: %%DocumentNeededFeatures: %%DocumentSuppliedFeatures: %%DocumentProcessColors: %%DocumentCustomColors: (PANTONE 186 C) %%CMYKCustomColor: 0 1 0.8100 0.0400 (PANTONE 186 C) %%RGBCustomColor: %%EndComments %%BeginDefaults %%ViewingOrientation: 1 0 0 1 %%EndDefaults %%BeginProlog %%BeginResource: procset Adobe_AGM_Utils 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known {currentpacking true setpacking}if userdict/Adobe_AGM_Utils 75 dict dup begin put /bdf {bind def}bind def /nd{null def}bdf /xdf {exch def}bdf /ldf {load def}bdf /ddf {put}bdf /xddf {3 -1 roll put}bdf /xpt {exch put}bdf /ndf { exch dup where{ pop pop pop }{ xdf }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /gx {get exec}bdf /ps_level /languagelevel where{ pop systemdict/languagelevel gx }{ 1 }ifelse def /level2 ps_level 2 ge def /level3 ps_level 3 ge def /ps_version {version cvr}stopped{-1}if def /set_gvm {currentglobal exch setglobal}bdf /reset_gvm {setglobal}bdf /makereadonlyarray { /packedarray where{pop packedarray }{ array astore readonly}ifelse }bdf /map_reserved_ink_name { dup type/stringtype eq{ dup/Red eq{ pop(_Red_) }{ dup/Green eq{ pop(_Green_) }{ dup/Blue eq{ pop(_Blue_) }{ dup()cvn eq{ pop(Process) }if }ifelse }ifelse }ifelse }if }bdf /AGMUTIL_GSTATE 22 dict def /get_gstate { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_clr_spc currentcolorspace def /AGMUTIL_GSTATE_clr_indx 0 def /AGMUTIL_GSTATE_clr_comps 12 array def mark currentcolor counttomark {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop /AGMUTIL_GSTATE_fnt rootfont def /AGMUTIL_GSTATE_lw currentlinewidth def /AGMUTIL_GSTATE_lc currentlinecap def /AGMUTIL_GSTATE_lj currentlinejoin def /AGMUTIL_GSTATE_ml currentmiterlimit def currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf /AGMUTIL_GSTATE_sa currentstrokeadjust def /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def /AGMUTIL_GSTATE_op currentoverprint def /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf /AGMUTIL_GSTATE_ht currenthalftone def /AGMUTIL_GSTATE_flt currentflat def end }def /set_gstate { AGMUTIL_GSTATE begin AGMUTIL_GSTATE_clr_spc setcolorspace AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor AGMUTIL_GSTATE_fnt setfont AGMUTIL_GSTATE_lw setlinewidth AGMUTIL_GSTATE_lc setlinecap AGMUTIL_GSTATE_lj setlinejoin AGMUTIL_GSTATE_ml setmiterlimit AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash AGMUTIL_GSTATE_sa setstrokeadjust AGMUTIL_GSTATE_clr_rnd setcolorrendering AGMUTIL_GSTATE_op setoverprint AGMUTIL_GSTATE_bg cvx setblackgeneration AGMUTIL_GSTATE_ucr cvx setundercolorremoval AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or { currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne { mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark }if }{ AGMUTIL_GSTATE_ht sethalftone }ifelse AGMUTIL_GSTATE_flt setflat end }def /get_gstate_and_matrix { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_ctm matrix currentmatrix def end get_gstate }def /set_gstate_and_matrix { set_gstate AGMUTIL_GSTATE begin AGMUTIL_GSTATE_ctm setmatrix end }def /AGMUTIL_str256 256 string def /AGMUTIL_src256 256 string def /AGMUTIL_dst64 64 string def /AGMUTIL_srcLen nd /AGMUTIL_ndx nd /AGMUTIL_cpd nd /capture_cpd{ //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf }def /thold_halftone { level3 {sethalftone currenthalftone} { dup/HalftoneType get 3 eq { sethalftone currenthalftone }{ begin Width Height mul{ Thresholds read{pop}if }repeat end currenthalftone }ifelse }ifelse }def /rdcmntline { currentfile AGMUTIL_str256 readline pop (%)anchorsearch{pop}if }bdf /filter_cmyk { dup type/filetype ne{ exch()/SubFileDecode filter }{ exch pop } ifelse [ exch { AGMUTIL_src256 readstring pop dup length/AGMUTIL_srcLen exch def /AGMUTIL_ndx 0 def AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ 1 index exch get AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put /AGMUTIL_ndx AGMUTIL_ndx 1 add def }for pop AGMUTIL_dst64 0 AGMUTIL_ndx getinterval } bind /exec cvx ]cvx }bdf /filter_indexed_devn { cvi Names length mul names_index add Lookup exch get }bdf /filter_devn { 4 dict begin /srcStr xdf /dstStr xdf dup type/filetype ne{ 0()/SubFileDecode filter }if [ exch [ /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx currentdict/srcStr get/readstring cvx/pop cvx /dup cvx/length cvx 0/gt cvx[ Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx names_index Names length currentdict/srcStr get length 1 sub{ 1/index cvx/exch cvx/get cvx currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx }for currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx ]cvx/if cvx /end cvx ]cvx bind /exec cvx ]cvx end }bdf /AGMUTIL_imagefile nd /read_image_file { AGMUTIL_imagefile 0 setfileposition 10 dict begin /imageDict xdf /imbufLen Width BitsPerComponent mul 7 add 8 idiv def /imbufIdx 0 def /origDataSource imageDict/DataSource get def /origMultipleDataSources imageDict/MultipleDataSources get def /origDecode imageDict/Decode get def /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse { /imbufCnt imageDict/DataSource get length def /imbufs imbufCnt array def 0 1 imbufCnt 1 sub{ /imbufIdx xdf imbufs imbufIdx imbufLen string put imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put }for DeviceN_PS2{ imageDict begin /DataSource[DataSource/devn_sep_datasource cvx]cvx def /MultipleDataSources false def /Decode[0 1]def end }if }{ /imbuf imbufLen string def Indexed_DeviceN level3 not and DeviceN_NoneName or{ /srcDataStrs[imageDict begin currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi string }repeat end]def imageDict begin /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def /Decode[0 1]def end }{ imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put imageDict/Decode[0 1]put }ifelse }ifelse imageDict exch load exec imageDict/DataSource origDataSource put imageDict/MultipleDataSources origMultipleDataSources put imageDict/Decode origDecode put end }bdf /write_image_file { begin {(AGMUTIL_imagefile)(w+)file}stopped{ false }{ Adobe_AGM_Utils/AGMUTIL_imagefile xddf 2 dict begin /imbufLen Width BitsPerComponent mul 7 add 8 idiv def MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ /imbuf imbufLen string def }if 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ pop MultipleDataSources{ 0 1 DataSource length 1 sub{ DataSource type dup /arraytype eq{ pop DataSource exch gx }{ /filetype eq{ DataSource exch get imbuf readstring pop }{ DataSource exch get }ifelse }ifelse AGMUTIL_imagefile exch writestring }for }{ DataSource type dup /arraytype eq{ pop DataSource exec }{ /filetype eq{ DataSource imbuf readstring pop }{ DataSource }ifelse }ifelse AGMUTIL_imagefile exch writestring }ifelse }for end true }ifelse end }bdf /close_image_file { AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile }def statusdict/product known userdict/AGMP_current_show known not and{ /pstr statusdict/product get def pstr(HP LaserJet 2200)eq pstr(HP LaserJet 4000 Series)eq or pstr(HP LaserJet 4050 Series )eq or pstr(HP LaserJet 8000 Series)eq or pstr(HP LaserJet 8100 Series)eq or pstr(HP LaserJet 8150 Series)eq or pstr(HP LaserJet 5000 Series)eq or pstr(HP LaserJet 5100 Series)eq or pstr(HP Color LaserJet 4500)eq or pstr(HP Color LaserJet 4600)eq or pstr(HP LaserJet 5Si)eq or pstr(HP LaserJet 1200 Series)eq or pstr(HP LaserJet 1300 Series)eq or pstr(HP LaserJet 4100 Series)eq or { userdict/AGMP_current_show/show load put userdict/show{ currentcolorspace 0 get /Pattern eq {false charpath f} {AGMP_current_show}ifelse }put }if currentdict/pstr undef }if /consumeimagedata { begin AGMIMG_init_common currentdict/MultipleDataSources known not {/MultipleDataSources false def}if MultipleDataSources { DataSource 0 get type dup/filetype eq { 1 dict begin /flushbuffer Width cvi string def 1 1 Height cvi { pop 0 1 DataSource length 1 sub { DataSource exch get flushbuffer readstring pop pop }for }for end }if dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and { Width Height mul cvi { 0 1 DataSource length 1 sub {dup DataSource exch gx length exch 0 ne{pop}if}for dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if } { /DataSource load type dup/filetype eq { 1 dict begin /flushbuffer Width Decode length 2 idiv mul cvi string def 1 1 Height{pop DataSource flushbuffer readstring pop pop}for end }if dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and { Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul { DataSource length dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if }ifelse end }bdf /addprocs { 2{/exec load}repeat 3 1 roll [5 1 roll]bind cvx }def /modify_halftone_xfer { currenthalftone dup length dict copy begin currentdict 2 index known{ 1 index load dup length dict copy begin currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end def currentdict end sethalftone }{ currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end sethalftone pop }ifelse }def /clonearray { dup xcheck exch dup length array exch Adobe_AGM_Core/AGMCORE_tmp -1 ddf { Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf dup type/dicttype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonedict Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if dup type/arraytype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonearray Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if exch dup Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put }forall exch{cvx}if }bdf /clonedict { dup length dict begin { dup type/dicttype eq {clonedict}if dup type/arraytype eq {clonearray}if def }forall currentdict end }bdf /DeviceN_PS2 { /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and }bdf /Indexed_DeviceN { /indexed_colorspace_dict AGMCORE_gget dup null ne{ dup/CSDBase known{ /CSDBase get/CSD get_res/Names known }{ pop false }ifelse }{ pop false }ifelse }bdf /DeviceN_NoneName { /Names where{ pop false Names { (None)eq or }forall }{ false }ifelse }bdf /DeviceN_PS2_inRip_seps { /AGMCORE_in_rip_sep where { pop dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and { /currentcolorspace exch AGMCORE_gput false }{ true }ifelse }{ true }ifelse }{ true }ifelse }bdf /base_colorspace_type { dup type/arraytype eq{0 get}if }bdf /currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse { /pdfmark_5{cleartomark}bind def }{ /pdfmark_5{pdfmark}bind def }ifelse /ReadBypdfmark_5 { currentfile exch 0 exch/SubFileDecode filter /currentdistillerparams where {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse {flushfile cleartomark} {/PUT pdfmark}ifelse }bdf /ReadBypdfmark_5_string { 2 dict begin /makerString exch def string/tmpString exch def { currentfile tmpString readline not{pop exit}if makerString anchorsearch { pop pop cleartomark exit }{ 3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5 }ifelse }loop end }bdf /xpdfm { { dup 0 get/Label eq { aload length[exch 1 add 1 roll/PAGELABEL }{ aload pop [{ThisPage}<<5 -2 roll>>/PUT }ifelse pdfmark_5 }forall }bdf /lmt{ dup 2 index le{exch}if pop dup 2 index ge{exch}if pop }bdf /int{ dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop }bdf /ds{ Adobe_AGM_Utils begin }bdf /dt{ currentdict Adobe_AGM_Utils eq{ end }if }bdf systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_AGM_Core 2.0 0 %%Version: 2.0 0 %%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Core 209 dict dup begin put /Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def /AGMCORE_str256 256 string def /AGMCORE_save nd /AGMCORE_graphicsave nd /AGMCORE_c 0 def /AGMCORE_m 0 def /AGMCORE_y 0 def /AGMCORE_k 0 def /AGMCORE_cmykbuf 4 array def /AGMCORE_screen[currentscreen]cvx def /AGMCORE_tmp 0 def /AGMCORE_&setgray nd /AGMCORE_&setcolor nd /AGMCORE_&setcolorspace nd /AGMCORE_&setcmykcolor nd /AGMCORE_cyan_plate nd /AGMCORE_magenta_plate nd /AGMCORE_yellow_plate nd /AGMCORE_black_plate nd /AGMCORE_plate_ndx nd /AGMCORE_get_ink_data nd /AGMCORE_is_cmyk_sep nd /AGMCORE_host_sep nd /AGMCORE_avoid_L2_sep_space nd /AGMCORE_distilling nd /AGMCORE_composite_job nd /AGMCORE_producing_seps nd /AGMCORE_ps_level -1 def /AGMCORE_ps_version -1 def /AGMCORE_environ_ok nd /AGMCORE_CSD_cache 0 dict def /AGMCORE_currentoverprint false def /AGMCORE_deltaX nd /AGMCORE_deltaY nd /AGMCORE_name nd /AGMCORE_sep_special nd /AGMCORE_err_strings 4 dict def /AGMCORE_cur_err nd /AGMCORE_current_spot_alias false def /AGMCORE_inverting false def /AGMCORE_feature_dictCount nd /AGMCORE_feature_opCount nd /AGMCORE_feature_ctm nd /AGMCORE_ConvertToProcess false def /AGMCORE_Default_CTM matrix def /AGMCORE_Default_PageSize nd /AGMCORE_Default_flatness nd /AGMCORE_currentbg nd /AGMCORE_currentucr nd /AGMCORE_pattern_paint_type 0 def /knockout_unitsq nd currentglobal true setglobal [/CSA/Gradient/Procedure] { /Generic/Category findresource dup length dict copy/Category defineresource pop }forall setglobal /AGMCORE_key_known { where{ /Adobe_AGM_Core_Id known }{ false }ifelse }ndf /flushinput { save 2 dict begin /CompareBuffer 3 -1 roll def /readbuffer 256 string def mark { currentfile readbuffer{readline}stopped {cleartomark mark} { not {pop exit} if CompareBuffer eq {exit} if }ifelse }loop cleartomark end restore }bdf /getspotfunction { AGMCORE_screen exch pop exch pop dup type/dicttype eq{ dup/HalftoneType get 1 eq{ /SpotFunction get }{ dup/HalftoneType get 2 eq{ /GraySpotFunction get }{ pop { abs exch abs 2 copy add 1 gt{ 1 sub dup mul exch 1 sub dup mul add 1 sub }{ dup mul exch dup mul add 1 exch sub }ifelse }bind }ifelse }ifelse }if }def /np {newpath}bdf /clp_npth {clip np}def /eoclp_npth {eoclip np}def /npth_clp {np clip}def /graphic_setup { /AGMCORE_graphicsave save store concat 0 setgray 0 setlinecap 0 setlinejoin 1 setlinewidth []0 setdash 10 setmiterlimit np false setoverprint false setstrokeadjust //Adobe_AGM_Core/spot_alias gx /Adobe_AGM_Image where{ pop Adobe_AGM_Image/spot_alias 2 copy known{ gx }{ pop pop }ifelse }if /sep_colorspace_dict null AGMCORE_gput 100 dict begin /dictstackcount countdictstack def /showpage{}def mark }def /graphic_cleanup { cleartomark dictstackcount 1 countdictstack 1 sub{end}for end AGMCORE_graphicsave restore }def /compose_error_msg { grestoreall initgraphics /Helvetica findfont 10 scalefont setfont /AGMCORE_deltaY 100 def /AGMCORE_deltaX 310 def clippath pathbbox np pop pop 36 add exch 36 add exch moveto 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath 0 AGMCORE_&setgray gsave 1 AGMCORE_&setgray fill grestore 1 setlinewidth gsave stroke grestore currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto /AGMCORE_deltaY 12 def /AGMCORE_tmp 0 def AGMCORE_err_strings exch get { dup 32 eq { pop AGMCORE_str256 0 AGMCORE_tmp getinterval stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt { currentpoint AGMCORE_deltaY sub exch pop clippath pathbbox pop pop pop 44 add exch moveto }if AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show 0 1 AGMCORE_str256 length 1 sub { AGMCORE_str256 exch 0 put }for /AGMCORE_tmp 0 def }{ AGMCORE_str256 exch AGMCORE_tmp xpt /AGMCORE_tmp AGMCORE_tmp 1 add def }ifelse }forall }bdf /AGMCORE_CMYKDeviceNColorspaces[ [/Separation/None/DeviceCMYK{0 0 0}] [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] [/Separation(Cyan)/DeviceCMYK{0 0 0}] [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] [/DeviceCMYK] ]def /ds{ Adobe_AGM_Core begin /currentdistillerparams where { pop currentdistillerparams/CoreDistVersion get 5000 lt {<>setdistillerparams}if }if /AGMCORE_ps_version xdf /AGMCORE_ps_level xdf errordict/AGM_handleerror known not{ errordict/AGM_handleerror errordict/handleerror get put errordict/handleerror{ Adobe_AGM_Core begin $error/newerror get AGMCORE_cur_err null ne and{ $error/newerror false put AGMCORE_cur_err compose_error_msg }if $error/newerror true put end errordict/AGM_handleerror get exec }bind put }if /AGMCORE_environ_ok ps_level AGMCORE_ps_level ge ps_version AGMCORE_ps_version ge and AGMCORE_ps_level -1 eq or def AGMCORE_environ_ok not {/AGMCORE_cur_err/AGMCORE_bad_environ def}if /AGMCORE_&setgray systemdict/setgray get def level2{ /AGMCORE_&setcolor systemdict/setcolor get def /AGMCORE_&setcolorspace systemdict/setcolorspace get def }if /AGMCORE_currentbg currentblackgeneration def /AGMCORE_currentucr currentundercolorremoval def /AGMCORE_Default_flatness currentflat def /AGMCORE_distilling /product where{ pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and }{ false }ifelse def /AGMCORE_GSTATE AGMCORE_key_known not{ /AGMCORE_GSTATE 21 dict def /AGMCORE_tmpmatrix matrix def /AGMCORE_gstack 32 array def /AGMCORE_gstackptr 0 def /AGMCORE_gstacksaveptr 0 def /AGMCORE_gstackframekeys 14 def /AGMCORE_&gsave/gsave ldf /AGMCORE_&grestore/grestore ldf /AGMCORE_&grestoreall/grestoreall ldf /AGMCORE_&save/save ldf /AGMCORE_&setoverprint/setoverprint ldf /AGMCORE_gdictcopy{ begin {def}forall end }def /AGMCORE_gput{ AGMCORE_gstack AGMCORE_gstackptr get 3 1 roll put }def /AGMCORE_gget{ AGMCORE_gstack AGMCORE_gstackptr get exch get }def /gsave{ AGMCORE_&gsave AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /grestore{ AGMCORE_&grestore AGMCORE_gstackptr 1 sub dup AGMCORE_gstacksaveptr lt{1 add}if dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse /AGMCORE_gstackptr exch store }def /grestoreall{ AGMCORE_&grestoreall /AGMCORE_gstackptr AGMCORE_gstacksaveptr store }def /save{ AGMCORE_&save AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store /AGMCORE_gstacksaveptr AGMCORE_gstackptr store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /setoverprint{ dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint }def 0 1 AGMCORE_gstack length 1 sub{ AGMCORE_gstack exch AGMCORE_gstackframekeys dict put }for }if level3/AGMCORE_&sysshfill AGMCORE_key_known not and { /AGMCORE_&sysshfill systemdict/shfill get def /AGMCORE_&sysmakepattern systemdict/makepattern get def /AGMCORE_&usrmakepattern/makepattern load def }if /currentcmykcolor[0 0 0 0]AGMCORE_gput /currentstrokeadjust false AGMCORE_gput /currentcolorspace[/DeviceGray]AGMCORE_gput /sep_tint 0 AGMCORE_gput /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput /sep_colorspace_dict null AGMCORE_gput /devicen_colorspace_dict null AGMCORE_gput /indexed_colorspace_dict null AGMCORE_gput /currentcolor_intent()AGMCORE_gput /customcolor_tint 1 AGMCORE_gput /absolute_colorimetric_crd null AGMCORE_gput /relative_colorimetric_crd null AGMCORE_gput /saturation_crd null AGMCORE_gput /perceptual_crd null AGMCORE_gput currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf << /MaxPatternItem currentsystemparams/MaxPatternCache get >> setuserparams end }def /ps { /setcmykcolor where{ pop Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put }if Adobe_AGM_Core begin /setcmykcolor { 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput 1 sub 4 1 roll 3{ 3 index add neg dup 0 lt{ pop 0 }if 3 1 roll }repeat setrgbcolor pop }ndf /currentcmykcolor { /currentcmykcolor AGMCORE_gget aload pop }ndf /setoverprint {pop}ndf /currentoverprint {false}ndf /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def /AGMCORE_plate_ndx AGMCORE_cyan_plate{ 0 }{ AGMCORE_magenta_plate{ 1 }{ AGMCORE_yellow_plate{ 2 }{ AGMCORE_black_plate{ 3 }{ 4 }ifelse }ifelse }ifelse }ifelse def /AGMCORE_have_reported_unsupported_color_space false def /AGMCORE_report_unsupported_color_space { AGMCORE_have_reported_unsupported_color_space false eq { (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf }if }def /AGMCORE_composite_job AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def /AGMCORE_in_rip_sep /AGMCORE_in_rip_sep where{ pop AGMCORE_in_rip_sep }{ AGMCORE_distilling { false }{ userdict/Adobe_AGM_OnHost_Seps known{ false }{ level2{ currentpagedevice/Separations 2 copy known{ get }{ pop pop false }ifelse }{ false }ifelse }ifelse }ifelse }ifelse def /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def /AGM_preserve_spots /AGM_preserve_spots where{ pop AGM_preserve_spots }{ AGMCORE_distilling AGMCORE_producing_seps or }ifelse def /AGM_is_distiller_preserving_spotimages { currentdistillerparams/PreserveOverprintSettings known { currentdistillerparams/PreserveOverprintSettings get { currentdistillerparams/ColorConversionStrategy known { currentdistillerparams/ColorConversionStrategy get /sRGB ne }{ true }ifelse }{ false }ifelse }{ false }ifelse }def /convert_spot_to_process where{pop}{ /convert_spot_to_process { //Adobe_AGM_Core begin dup map_alias{ /Name get exch pop }if dup dup(None)eq exch(All)eq or { pop false }{ AGMCORE_host_sep { gsave 1 0 0 0 setcmykcolor currentgray 1 exch sub 0 1 0 0 setcmykcolor currentgray 1 exch sub 0 0 1 0 setcmykcolor currentgray 1 exch sub 0 0 0 1 setcmykcolor currentgray 1 exch sub add add add 0 eq { pop false }{ false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne }ifelse grestore }{ AGMCORE_distilling { pop AGM_is_distiller_preserving_spotimages not }{ //Adobe_AGM_Core/AGMCORE_name xddf false //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq AGMUTIL_cpd/OverrideSeparations known and { AGMUTIL_cpd/OverrideSeparations get { /HqnSpots/ProcSet resourcestatus { pop pop pop true }if }if }if { AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not }{ gsave [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace false AGMUTIL_cpd/SeparationColorNames 2 copy known { get {AGMCORE_name eq or}forall not }{ pop pop pop true }ifelse grestore }ifelse }ifelse }ifelse }ifelse end }def }ifelse /convert_to_process where{pop}{ /convert_to_process { dup length 0 eq { pop false }{ AGMCORE_host_sep { dup true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process and}ifelse } forall { true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch (Black)eq or and }forall not }{pop false}ifelse }{ false exch { /PhotoshopDuotoneList where{pop false}{true}ifelse { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process or}ifelse } { convert_spot_to_process or } ifelse } forall }ifelse }ifelse }def }ifelse /AGMCORE_avoid_L2_sep_space version cvr 2012 lt level2 and AGMCORE_producing_seps not and def /AGMCORE_is_cmyk_sep AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or def /AGM_avoid_0_cmyk where{ pop AGM_avoid_0_cmyk }{ AGM_preserve_spots userdict/Adobe_AGM_OnHost_Seps known userdict/Adobe_AGM_InRip_Seps known or not and }ifelse { /setcmykcolor[ { 4 copy add add add 0 eq currentoverprint and{ pop 0.0005 }if }/exec cvx /AGMCORE_&setcmykcolor load dup type/operatortype ne{ /exec cvx }if ]cvx def }if /AGMCORE_IsSeparationAProcessColor { dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or }def AGMCORE_host_sep{ /setcolortransfer { AGMCORE_cyan_plate{ pop pop pop }{ AGMCORE_magenta_plate{ 4 3 roll pop pop pop }{ AGMCORE_yellow_plate{ 4 2 roll pop pop pop }{ 4 1 roll pop pop pop }ifelse }ifelse }ifelse settransfer } def /AGMCORE_get_ink_data AGMCORE_cyan_plate{ {pop pop pop} }{ AGMCORE_magenta_plate{ {4 3 roll pop pop pop} }{ AGMCORE_yellow_plate{ {4 2 roll pop pop pop} }{ {4 1 roll pop pop pop} }ifelse }ifelse }ifelse def /AGMCORE_RemoveProcessColorNames { 1 dict begin /filtername { dup/Cyan eq 1 index(Cyan)eq or {pop(_cyan_)}if dup/Magenta eq 1 index(Magenta)eq or {pop(_magenta_)}if dup/Yellow eq 1 index(Yellow)eq or {pop(_yellow_)}if dup/Black eq 1 index(Black)eq or {pop(_black_)}if }def dup type/arraytype eq {[exch{filtername}forall]} {filtername}ifelse end }def level3{ /AGMCORE_IsCurrentColor { dup AGMCORE_IsSeparationAProcessColor { AGMCORE_plate_ndx 0 eq {dup(Cyan)eq exch/Cyan eq or}if AGMCORE_plate_ndx 1 eq {dup(Magenta)eq exch/Magenta eq or}if AGMCORE_plate_ndx 2 eq {dup(Yellow)eq exch/Yellow eq or}if AGMCORE_plate_ndx 3 eq {dup(Black)eq exch/Black eq or}if AGMCORE_plate_ndx 4 eq {pop false}if }{ gsave false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne grestore }ifelse }def /AGMCORE_filter_functiondatasource { 5 dict begin /data_in xdf data_in type/stringtype eq { /ncomp xdf /comp xdf /string_out data_in length ncomp idiv string def 0 ncomp data_in length 1 sub { string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put }for string_out }{ string/string_in xdf /string_out 1 string def /component xdf [ data_in string_in/readstring cvx [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx [/pop cvx()]cvx/ifelse cvx ]cvx/ReusableStreamDecode filter }ifelse end }def /AGMCORE_separateShadingFunction { 2 dict begin /paint? xdf /channel xdf dup type/dicttype eq { begin FunctionType 0 eq { /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def currentdict/Decode known {/Decode Decode channel 2 mul 2 getinterval def}if paint? not {/Decode[1 1]def}if }if FunctionType 2 eq { paint? { /C0[C0 channel get 1 exch sub]def /C1[C1 channel get 1 exch sub]def }{ /C0[1]def /C1[1]def }ifelse }if FunctionType 3 eq { /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def }if currentdict/Range known {/Range[0 1]def}if currentdict end}{ channel get 0 paint? AGMCORE_separateShadingFunction }ifelse end }def /AGMCORE_separateShading { 3 -1 roll begin currentdict/Function known { currentdict/Background known {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf /ColorSpace[/DeviceGray]def }{ ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }{ ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put }ifelse ColorSpace 0 get/Separation eq { { [1/exch cvx/sub cvx]cvx }{ [/pop cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll put pop }{ { [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx }{ pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll bind put }ifelse ColorSpace 2/DeviceGray put }ifelse end }def /AGMCORE_separateShadingDict { dup/ColorSpace get dup type/arraytype ne {[exch]}if dup 0 get/DeviceCMYK eq { exch begin currentdict AGMCORE_cyan_plate {0 true}if AGMCORE_magenta_plate {1 true}if AGMCORE_yellow_plate {2 true}if AGMCORE_black_plate {3 true}if AGMCORE_plate_ndx 4 eq {0 false}if dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading currentdict end exch }if dup 0 get/Separation eq { exch begin ColorSpace 1 get dup/None ne exch/All ne and { ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /Separation ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading }if }ifelse }{ currentdict ColorSpace 1 get AGMCORE_IsCurrentColor 0 exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse }if currentdict end exch }if dup 0 get/DeviceN eq { exch begin ColorSpace 1 get convert_to_process { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /DeviceN ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading /ColorSpace[/DeviceGray]def }if }ifelse }{ currentdict false -1 ColorSpace 1 get { AGMCORE_IsCurrentColor { 1 add exch pop true exch exit }if 1 add }forall exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse currentdict end exch }if dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not { exch begin ColorSpace dup type/arraytype eq {0 get}if /DeviceGray ne { AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { ColorSpace 0 get/CIEBasedA eq { /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def }if ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or { /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def }if ColorSpace 0 get/CIEBasedDEFG eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }if currentdict 0 false AGMCORE_separateShading }if }if currentdict end exch }if pop dup/AGMCORE_ignoreshade known { begin /ColorSpace[/Separation(None)/DeviceGray{}]def currentdict end }if }def /shfill { AGMCORE_separateShadingDict dup/AGMCORE_ignoreshade known {pop} {AGMCORE_&sysshfill}ifelse }def /makepattern { exch dup/PatternType get 2 eq { clonedict begin /Shading Shading AGMCORE_separateShadingDict def Shading/AGMCORE_ignoreshade known currentdict end exch {pop<>}if exch AGMCORE_&sysmakepattern }{ exch AGMCORE_&usrmakepattern }ifelse }def }if }if AGMCORE_in_rip_sep{ /setcustomcolor { exch aload pop dup 7 1 roll inRip_spot_has_ink not { 4{4 index mul 4 1 roll} repeat /DeviceCMYK setcolorspace 6 -2 roll pop pop }{ //Adobe_AGM_Core begin /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf end [/Separation 4 -1 roll/DeviceCMYK {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} ] setcolorspace }ifelse setcolor }ndf /setseparationgray { [/Separation(All)/DeviceGray{}]setcolorspace_opt 1 exch sub setcolor }ndf }{ /setseparationgray { AGMCORE_&setgray }ndf }ifelse /findcmykcustomcolor { 5 makereadonlyarray }ndf /setcustomcolor { exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop }ndf /has_color /colorimage where{ AGMCORE_producing_seps{ pop true }{ systemdict eq }ifelse }{ false }ifelse def /map_index { 1 index mul exch getinterval{255 div}forall }bdf /map_indexed_devn { Lookup Names length 3 -1 roll cvi map_index }bdf /n_color_components { base_colorspace_type dup/DeviceGray eq{ pop 1 }{ /DeviceCMYK eq{ 4 }{ 3 }ifelse }ifelse }bdf level2{ /mo/moveto ldf /li/lineto ldf /cv/curveto ldf /knockout_unitsq { 1 setgray 0 0 1 1 rectfill }def level2/setcolorspace AGMCORE_key_known not and{ /AGMCORE_&&&setcolorspace/setcolorspace ldf /AGMCORE_ReplaceMappedColor { dup type dup/arraytype eq exch/packedarraytype eq or { /AGMCORE_SpotAliasAry2 where{ begin dup 0 get dup/Separation eq { pop dup length array copy dup dup 1 get current_spot_alias { dup map_alias { false set_spot_alias dup 1 exch setsepcolorspace true set_spot_alias begin /sep_colorspace_dict currentdict AGMCORE_gput pop pop pop [ /Separation Name CSA map_csa MappedCSA /sep_colorspace_proc load ] dup Name end }if }if map_reserved_ink_name 1 xpt }{ /DeviceN eq { dup length array copy dup dup 1 get[ exch{ current_spot_alias{ dup map_alias{ /Name get exch pop }if }if map_reserved_ink_name }forall ]1 xpt }if }ifelse end }if }if }def /setcolorspace { dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/Indexed eq { AGMCORE_distilling { /PhotoshopDuotoneList where { pop false }{ true }ifelse }{ true }ifelse { aload pop 3 -1 roll AGMCORE_ReplaceMappedColor 3 1 roll 4 array astore }if }{ AGMCORE_ReplaceMappedColor }ifelse }if DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if }def }if }{ /adj { currentstrokeadjust{ transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform }if }def /mo{ adj moveto }def /li{ adj lineto }def /cv{ 6 2 roll adj 6 2 roll adj 6 2 roll adj curveto }def /knockout_unitsq { 1 setgray 8 8 1[8 0 0 8 0 0]{}image }def /currentstrokeadjust{ /currentstrokeadjust AGMCORE_gget }def /setstrokeadjust{ /currentstrokeadjust exch AGMCORE_gput }def /setcolorspace { /currentcolorspace exch AGMCORE_gput }def /currentcolorspace { /currentcolorspace AGMCORE_gget }def /setcolor_devicecolor { base_colorspace_type dup/DeviceGray eq{ pop setgray }{ /DeviceCMYK eq{ setcmykcolor }{ setrgbcolor }ifelse }ifelse }def /setcolor { currentcolorspace 0 get dup/DeviceGray ne{ dup/DeviceCMYK ne{ dup/DeviceRGB ne{ dup/Separation eq{ pop currentcolorspace 3 gx currentcolorspace 2 get }{ dup/Indexed eq{ pop currentcolorspace 3 get dup type/stringtype eq{ currentcolorspace 1 get n_color_components 3 -1 roll map_index }{ exec }ifelse currentcolorspace 1 get }{ /AGMCORE_cur_err/AGMCORE_invalid_color_space def AGMCORE_invalid_color_space }ifelse }ifelse }if }if }if setcolor_devicecolor }def }ifelse /sop/setoverprint ldf /lw/setlinewidth ldf /lc/setlinecap ldf /lj/setlinejoin ldf /ml/setmiterlimit ldf /dsh/setdash ldf /sadj/setstrokeadjust ldf /gry/setgray ldf /rgb/setrgbcolor ldf /cmyk[ /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx /setcmykcolor load dup type/operatortype ne{/exec cvx}if ]cvx bdf level3 AGMCORE_host_sep not and{ /nzopmsc{ 6 dict begin /kk exch def /yy exch def /mm exch def /cc exch def /sum 0 def cc 0 ne{/sum sum 2#1000 or def cc}if mm 0 ne{/sum sum 2#0100 or def mm}if yy 0 ne{/sum sum 2#0010 or def yy}if kk 0 ne{/sum sum 2#0001 or def kk}if AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace sum 0 eq{0}if end setcolor }bdf }{ /nzopmsc/cmyk ldf }ifelse /sep/setsepcolor ldf /devn/setdevicencolor ldf /idx/setindexedcolor ldf /colr/setcolor ldf /csacrd/set_csa_crd ldf /sepcs/setsepcolorspace ldf /devncs/setdevicencolorspace ldf /idxcs/setindexedcolorspace ldf /cp/closepath ldf /clp/clp_npth ldf /eclp/eoclp_npth ldf /f/fill ldf /ef/eofill ldf /@/stroke ldf /nclp/npth_clp ldf /gset/graphic_setup ldf /gcln/graphic_cleanup ldf /ct/concat ldf /cf/currentfile ldf /fl/filter ldf /rs/readstring ldf /AGMCORE_def_ht currenthalftone def /clonedict Adobe_AGM_Utils begin/clonedict load end def /clonearray Adobe_AGM_Utils begin/clonearray load end def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall /getrampcolor { /indx exch def 0 1 NumComp 1 sub { dup Samples exch get dup type/stringtype eq{indx get}if exch Scaling exch get aload pop 3 1 roll mul add }for ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /sssetbackground{ aload pop ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /RadialShade { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /r2 xdf /c2y xdf /c2x xdf /r1 xdf /c1y xdf /c1x xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if c1x c2x eq { c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope c2y c1y sub c2x c1x sub div def /theta slope 1 atan def c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if }ifelse gsave clippath c1x c1y translate theta rotate -90 rotate {pathbbox}stopped {0 0 0 0}if /yMax xdf /xMax xdf /yMin xdf /xMin xdf grestore xMax xMin eq yMax yMin eq or { grestore end }{ /max{2 copy gt{pop}{exch pop}ifelse}bdf /min{2 copy lt{pop}{exch pop}ifelse}bdf rampdict begin 40 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave c1x c1y translate theta rotate -90 rotate /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def /c1y 0 def /c1x 0 def /c2x 0 def ext0 { 0 getrampcolor c2y r2 add r1 sub 0.0001 lt { c1x c1y r1 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2y r1 add r2 le { c1x c1y r1 0 360 arc fill } { c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r1 neg def /p1y c1y def /p2x r1 def /p2y c1y def p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y p1x SS1 div neg def /SS2 90 theta sub dup sin exch cos div def /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y p2x SS2 div neg def r1 r2 gt { /L1maxX p1x yMin p1y sub SS1 div add def /L2maxX p2x yMin p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if c1x c2x sub dup mul c1y c2y sub dup mul add 0.5 exp 0 dtransform dup mul exch dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop /hires xdf hires mul /numpix xdf /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if /xInc c2x c1x sub numsteps div def /yInc c2y c1y sub numsteps div def /rInc r2 r1 sub numsteps div def /cx c1x def /cy c1y def /radius r1 def np xInc 0 eq yInc 0 eq rInc 0 eq and and { 0 getrampcolor cx cy radius 0 360 arc stroke NumSamples 1 sub getrampcolor cx cy radius 72 hires div add 0 360 arc 0 setlinewidth stroke }{ 0 numsteps { dup subsampling{round cvi}if getrampcolor cx cy radius 0 360 arc /cx cx xInc add def /cy cy yInc add def /radius radius rInc add def cx cy radius 360 0 arcn eofill rampIndxInc add }repeat pop }ifelse ext1 { c2y r2 add r1 lt { c2x c2y r2 0 360 arc fill }{ c2y r1 add r2 sub 0.0001 le { c2x c2y r2 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r2 neg def /p1y c2y def /p2x r2 def /p2y c2y def p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y c2y p1x SS1 div sub def /SS2 90 theta sub dup sin exch cos div def /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y c2y p2x SS2 div sub def r1 r2 lt { /L1maxX p1x yMax p1y sub SS1 div add def /L2maxX p2x yMax p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if grestore grestore end end end }ifelse }bdf /GenStrips { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /y2 xdf /x2 xdf /y1 xdf /x1 xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if x1 x2 eq { y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope y2 y1 sub x2 x1 sub div def /theta slope 1 atan def x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if } ifelse gsave clippath x1 y1 translate theta rotate {pathbbox}stopped {0 0 0 0}if /yMax exch def /xMax exch def /yMin exch def /xMin exch def grestore xMax xMin eq yMax yMin eq or { grestore end }{ rampdict begin 20 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave x1 y1 translate theta rotate /xStart 0 def /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def /ySpan yMax yMin sub def /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def xStart 0 transform xEnd 0 transform 3 -1 roll sub dup mul 3 1 roll sub dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop mul /numpix xdf numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if ext0 { 0 getrampcolor xMin xStart lt { xMin yMin xMin neg ySpan rectfill }if }if /xInc xEnd xStart sub numsteps div def /x xStart def 0 numsteps { dup subsampling{round cvi}if getrampcolor x yMin xInc ySpan rectfill /x x xInc add def rampIndxInc add }repeat pop ext1{ xMax xEnd gt { xEnd yMin xMax xEnd sub ySpan rectfill }if }if grestore grestore end end end }ifelse }bdf }def /pt { end }def /dt{ }def /pgsv{ //Adobe_AGM_Core/AGMCORE_save save put }def /pgrs{ //Adobe_AGM_Core/AGMCORE_save get restore }def systemdict/findcolorrendering known{ /findcolorrendering systemdict/findcolorrendering get def }if systemdict/setcolorrendering known{ /setcolorrendering systemdict/setcolorrendering get def }if /test_cmyk_color_plate { gsave setcmykcolor currentgray 1 ne grestore }def /inRip_spot_has_ink { dup//Adobe_AGM_Core/AGMCORE_name xddf convert_spot_to_process not }def /map255_to_range { 1 index sub 3 -1 roll 255 div mul add }def /set_csa_crd { /sep_colorspace_dict null AGMCORE_gput begin CSA get_csa_by_name setcolorspace_opt set_crd end } def /map_csa { currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse {pop}{get_csa_by_name/MappedCSA xdf}ifelse }def /setsepcolor { /sep_colorspace_dict AGMCORE_gget begin dup/sep_tint exch AGMCORE_gput TintProc end }def /setdevicencolor { /devicen_colorspace_dict AGMCORE_gget begin Names length copy Names length 1 sub -1 0 { /devicen_tints AGMCORE_gget 3 1 roll xpt }for TintProc end }def /sep_colorspace_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin currentdict/Components known{ Components aload pop TintMethod/Lab eq{ 2{AGMCORE_tmp mul NComponents 1 roll}repeat LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll }{ TintMethod/Subtractive eq{ NComponents{ AGMCORE_tmp mul NComponents 1 roll }repeat }{ NComponents{ 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll }repeat }ifelse }ifelse }{ ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get aload pop }ifelse end }def /sep_colorspace_gray_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get end }def /sep_proc_name { dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ pop[/DeviceGray] /sep_colorspace_gray_proc }{ /sep_colorspace_proc }ifelse }def /setsepcolorspace { current_spot_alias{ dup begin Name map_alias{ exch pop }if end }if dup/sep_colorspace_dict exch AGMCORE_gput begin CSA map_csa /AGMCORE_sep_special Name dup()eq exch(All)eq or store AGMCORE_avoid_L2_sep_space{ [/Indexed MappedCSA sep_proc_name 255 exch {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx ]setcolorspace_opt /TintProc{ 255 mul round cvi setcolor }bdf }{ MappedCSA 0 get/DeviceCMYK eq currentdict/Components known and AGMCORE_sep_special not and{ /TintProc[ Components aload pop Name findcmykcustomcolor /exch cvx/setcustomcolor cvx ]cvx bdf }{ AGMCORE_host_sep Name(All)eq and{ /TintProc{ 1 exch sub setseparationgray }bdf }{ AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and AGMCORE_host_sep or Name()eq and{ /TintProc[ MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ cvx/setcmykcolor cvx }{ cvx/setgray cvx }ifelse ]cvx bdf }{ AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ /TintProc[ /dup cvx MappedCSA sep_proc_name cvx exch 0 get/DeviceGray eq{ 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx }if /Name cvx/findcmykcustomcolor cvx/exch cvx AGMCORE_host_sep{ AGMCORE_is_cmyk_sep /Name cvx /AGMCORE_IsSeparationAProcessColor load/exec cvx /not cvx/and cvx }{ Name inRip_spot_has_ink not }ifelse [ /pop cvx 1 ]cvx/if cvx /setcustomcolor cvx ]cvx bdf }{ /TintProc{setcolor}bdf [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt }ifelse }ifelse }ifelse }ifelse }ifelse set_crd setsepcolor end }def /additive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 0 1 numarrays 1 sub { 1 exch add/index cvx c1/get cvx/mul cvx }for numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /subtractive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 1 0 1 numarrays 1 sub { 1 3 3 -1 roll add/index cvx c1/get cvx/sub cvx/mul cvx }for /sub cvx numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /exec_tint_transform { /TintProc[ /TintTransform cvx/setcolor cvx ]cvx bdf MappedCSA setcolorspace_opt }bdf /devn_makecustomcolor { 2 dict begin /names_index xdf /Names xdf 1 1 1 1 Names names_index get findcmykcustomcolor /devicen_tints AGMCORE_gget names_index get setcustomcolor Names length{pop}repeat end }bdf /setdevicencolorspace { dup/AliasedColorants known{false}{true}ifelse current_spot_alias and{ 7 dict begin /names_index 0 def dup/names_len exch/Names get length def /new_names names_len array def /new_LookupTables names_len array def /alias_cnt 0 def dup/Names get { dup map_alias{ exch pop dup/ColorLookup known{ dup begin new_LookupTables names_index ColorLookup put end }{ dup/Components known{ dup begin new_LookupTables names_index Components put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse new_names names_index 3 -1 roll/Name get put /alias_cnt alias_cnt 1 add def }{ /name xdf new_names names_index name put dup/LookupTables known{ dup begin new_LookupTables names_index LookupTables names_index get put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse /names_index names_index 1 add def }forall alias_cnt 0 gt{ /AliasedColorants true def /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def 0 1 names_len 1 sub{ /names_index xdf new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ /AliasedColorants false def exit }{ new_LookupTables names_index get 0 get null eq{ dup/Names get names_index get/name xdf name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq or or or not{ /AliasedColorants false def exit }if }if }ifelse }for lut_entry_len 1 eq{ /AliasedColorants false def }if AliasedColorants{ dup begin /Names new_names def /LookupTables new_LookupTables def /AliasedColorants true def /NComponents lut_entry_len def /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def currentdict/TTTablesIdx known not{ /TTTablesIdx -1 def }if end }if }if end }if dup/devicen_colorspace_dict exch AGMCORE_gput begin currentdict/AliasedColorants known{ AliasedColorants }{ false }ifelse dup not{ CSA map_csa }if /TintTransform load type/nulltype eq or{ /TintTransform[ 0 1 Names length 1 sub { /TTTablesIdx TTTablesIdx 1 add def dup LookupTables exch get dup 0 get null eq { 1 index Names exch get dup(Cyan)eq { pop exch LookupTables length exch sub /index cvx 0 0 0 } { dup(Magenta)eq { pop exch LookupTables length exch sub /index cvx 0/exch cvx 0 0 }{ (Yellow)eq { exch LookupTables length exch sub /index cvx 0 0 3 -1/roll cvx 0 }{ exch LookupTables length exch sub /index cvx 0 0 0 4 -1/roll cvx }ifelse }ifelse }ifelse 5 -1/roll cvx/astore cvx }{ dup length 1 sub LookupTables length 4 -1 roll sub 1 add /index cvx/mul cvx/round cvx/cvi cvx/get cvx }ifelse Names length TTTablesIdx add 1 add 1/roll cvx }for Names length[/pop cvx]cvx/repeat cvx NComponents Names length TintMethod/Subtractive eq { subtractive_blend }{ additive_blend }ifelse ]cvx bdf }if AGMCORE_host_sep{ Names convert_to_process{ exec_tint_transform } { currentdict/AliasedColorants known{ AliasedColorants not }{ false }ifelse 5 dict begin /AvoidAliasedColorants xdf /painted? false def /names_index 0 def /names_len Names length def AvoidAliasedColorants{ /currentspotalias current_spot_alias def false set_spot_alias }if Names{ AGMCORE_is_cmyk_sep{ dup(Cyan)eq AGMCORE_cyan_plate and exch dup(Magenta)eq AGMCORE_magenta_plate and exch dup(Yellow)eq AGMCORE_yellow_plate and exch (Black)eq AGMCORE_black_plate and or or or{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def }if painted?{exit}if }{ 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def exit }if }ifelse /names_index names_index 1 add def }forall AvoidAliasedColorants{ currentspotalias set_spot_alias }if painted?{ /devicen_colorspace_dict AGMCORE_gget/names_index names_index put }{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx 0 0 0 0/setcmykcolor cvx ]cvx ddf }ifelse end }ifelse } { AGMCORE_in_rip_sep{ Names convert_to_process not }{ level3 }ifelse { [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt /TintProc level3 not AGMCORE_in_rip_sep and{ [ Names/length cvx[/pop cvx]cvx/repeat cvx ]cvx bdf }{ {setcolor}bdf }ifelse }{ exec_tint_transform }ifelse }ifelse set_crd /AliasedColorants false def end }def /setindexedcolorspace { dup/indexed_colorspace_dict exch AGMCORE_gput begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ currentdict devncs }{ 1 currentdict sepcs }ifelse AGMCORE_host_sep{ 4 dict begin /compCnt/Names where{pop Names length}{1}ifelse def /NewLookup HiVal 1 add string def 0 1 HiVal{ /tableIndex xdf Lookup dup type/stringtype eq{ compCnt tableIndex map_index }{ exec }ifelse /Names where{ pop setdevicencolor }{ setsepcolor }ifelse currentgray tableIndex exch 255 mul cvi NewLookup 3 1 roll put }for [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt end }{ level3 { currentdict/Names known{ [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt }{ [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt }ifelse }{ [/Indexed MappedCSA HiVal [ currentdict/Names known{ Lookup dup type/stringtype eq {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} {/exec cvx}ifelse /TintTransform load/exec cvx }{ Lookup dup type/stringtype eq {/exch cvx/get cvx 255/div cvx} {/exec cvx}ifelse CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx }ifelse ]cvx ]setcolorspace_opt }ifelse }ifelse end set_crd } { CSA map_csa AGMCORE_host_sep level2 not and{ 0 0 0 0 setcmykcolor }{ [/Indexed MappedCSA level2 not has_color not and{ dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ pop[/DeviceGray] }if HiVal GrayLookup }{ HiVal currentdict/RangeArray known{ { /indexed_colorspace_dict AGMCORE_gget begin Lookup exch dup HiVal gt{ pop HiVal }if NComponents mul NComponents getinterval{}forall NComponents 1 sub -1 0{ RangeArray exch 2 mul 2 getinterval aload pop map255_to_range NComponents 1 roll }for end }bind }{ Lookup }ifelse }ifelse ]setcolorspace_opt set_crd }ifelse }ifelse end }def /setindexedcolor { AGMCORE_host_sep{ /indexed_colorspace_dict AGMCORE_gget begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ map_indexed_devn devn } { Lookup 1 3 -1 roll map_index sep }ifelse end }{ Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll map_index MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse }ifelse end }{ level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin map_indexed_devn devn end } { setcolor }ifelse }ifelse }def /ignoreimagedata { currentoverprint not{ gsave dup clonedict begin 1 setgray /Decode[0 1]def /DataSourcedef /MultipleDataSources false def /BitsPerComponent 8 def currentdict end systemdict/image gx grestore }if consumeimagedata }def /add_res { dup/CSD eq{ pop //Adobe_AGM_Core begin /AGMCORE_CSD_cache load 3 1 roll put end }{ defineresource pop }ifelse }def /del_res { { aload pop exch dup/CSD eq{ pop {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall }{ exch {1 index undefineresource}forall pop }ifelse }forall }def /get_res { dup/CSD eq{ pop dup type dup/nametype eq exch/stringtype eq or{ AGMCORE_CSD_cache exch get }if }{ findresource }ifelse }def /get_csa_by_name { dup type dup/nametype eq exch/stringtype eq or{ /CSA get_res }if }def /paintproc_buf_init { /count get 0 0 put }def /paintproc_buf_next { dup/count get dup 0 get dup 3 1 roll 1 add 0 xpt get }def /cachepaintproc_compress { 5 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def /string_size 16000 def /readbuffer string_size string def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal /LZWFilter { exch dup length 0 eq{ pop }{ ppdict dup length 1 sub 3 -1 roll put }ifelse {string_size}{0}ifelse string }/LZWEncode filter def { ReadFilter readbuffer readstring exch LZWFilter exch writestring not{exit}if }loop LZWFilter closefile ppdict end }def /cachepaintproc { 2 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal { ReadFilter 16000 string readstring exch ppdict dup length 1 sub 3 -1 roll put not{exit}if }loop ppdict dup dup length 1 sub()put end }def /make_pattern { exch clonedict exch dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub matrix translate exch matrix concatmatrix 1 index begin BBox 0 get XStep div cvi XStep mul/xshift exch neg def BBox 1 get YStep div cvi YStep mul/yshift exch neg def BBox 0 get xshift add BBox 1 get yshift add BBox 2 get xshift add BBox 3 get yshift add 4 array astore /BBox exch def [xshift yshift/translate load null/exec load]dup 3/PaintProc load put cvx/PaintProc exch def end gsave 0 setgray makepattern grestore }def /set_pattern { dup/PatternType get 1 eq{ dup/PaintType get 1 eq{ currentoverprint sop[/DeviceGray]setcolorspace 0 setgray }if }if setpattern }def /setcolorspace_opt { dup currentcolorspace eq{pop}{setcolorspace}ifelse }def /updatecolorrendering { currentcolorrendering/RenderingIntent known{ currentcolorrendering/RenderingIntent get } { Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd AGMCORE_gget dup null eq } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd AGMCORE_gget dup null eq } { Intent/Saturation eq { /saturation_crd AGMCORE_gget dup null eq } { /perceptual_crd AGMCORE_gget dup null eq }ifelse }ifelse }ifelse { pop null } { /RenderingIntent known{null}{Intent}ifelse }ifelse }ifelse Intent ne{ Intent/ColorRendering{findresource}stopped { pop pop systemdict/findcolorrendering known { Intent findcolorrendering { /ColorRendering findresource true exch } { /ColorRendering findresource product(Xerox Phaser 5400)ne exch }ifelse dup Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd exch AGMCORE_gput } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd exch AGMCORE_gput } { Intent/Saturation eq { /saturation_crd exch AGMCORE_gput } { Intent/Perceptual eq { /perceptual_crd exch AGMCORE_gput } { pop }ifelse }ifelse }ifelse }ifelse 1 index{exch}{pop}ifelse } {false}ifelse } {true}ifelse { dup begin currentdict/TransformPQR known{ currentdict/TransformPQR get aload pop 3{{}eq 3 1 roll}repeat or or } {true}ifelse currentdict/MatrixPQR known{ currentdict/MatrixPQR get aload pop 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq and and and and and and and and } {true}ifelse end or { clonedict begin /TransformPQR[ {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind ]def /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def currentdict end }if setcolorrendering_opt }if }if }def /set_crd { AGMCORE_host_sep not level2 and{ currentdict/ColorRendering known{ ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if }{ currentdict/Intent known{ updatecolorrendering }if }ifelse currentcolorspace dup type/arraytype eq {0 get}if /DeviceRGB eq { currentdict/UCR known {/UCR}{/AGMCORE_currentucr}ifelse load setundercolorremoval currentdict/BG known {/BG}{/AGMCORE_currentbg}ifelse load setblackgeneration }if }if }def /set_ucrbg { dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval }def /setcolorrendering_opt { dup currentcolorrendering eq{ pop }{ product(HP Color LaserJet 2605)anchorsearch{ pop pop pop }{ pop clonedict begin /Intent Intent def currentdict end setcolorrendering }ifelse }ifelse }def /cpaint_gcomp { convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not { (%end_cpaint_gcomp)flushinput }if }def /cpaint_gsep { //Adobe_AGM_Core/AGMCORE_ConvertToProcess get { (%end_cpaint_gsep)flushinput }if }def /cpaint_gend {np}def /T1_path { currentfile token pop currentfile token pop mo { currentfile token pop dup type/stringtype eq {pop exit}if 0 exch rlineto currentfile token pop dup type/stringtype eq {pop exit}if 0 rlineto }loop }def /T1_gsave level3 {/clipsave} {/gsave}ifelse load def /T1_grestore level3 {/cliprestore} {/grestore}ifelse load def /set_spot_alias_ary { dup inherit_aliases //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf }def /set_spot_normalization_ary { dup inherit_aliases dup length /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if array //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf /AGMCORE_SpotAliasAry where{ pop AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval AGMCORE_SpotAliasAry length }{0}ifelse AGMCORE_SpotAliasAry2 3 1 roll exch putinterval true set_spot_alias }def /inherit_aliases { {dup/Name get map_alias{/CSD put}{pop}ifelse}forall }def /set_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias 3 -1 roll put }{ pop }ifelse }def /current_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias get }{ false }ifelse }def /map_alias { /AGMCORE_SpotAliasAry2 where{ begin /AGMCORE_name xdf false AGMCORE_SpotAliasAry2{ dup/Name get AGMCORE_name eq{ /CSD get/CSD get_res exch pop true exit }{ pop }ifelse }forall end }{ pop false }ifelse }bdf /spot_alias { true set_spot_alias /AGMCORE_&setcustomcolor AGMCORE_key_known not{ //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put }if /customcolor_tint 1 AGMCORE_gput //Adobe_AGM_Core begin /setcustomcolor { //Adobe_AGM_Core begin dup/customcolor_tint exch AGMCORE_gput 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not current_spot_alias and{1 index 4 get map_alias}{false}ifelse { false set_spot_alias /sep_colorspace_dict AGMCORE_gget null ne {/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse 3 1 roll 2 index{ exch pop/sep_tint AGMCORE_gget exch }if mark 3 1 roll setsepcolorspace counttomark 0 ne{ setsepcolor }if pop not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if pop true set_spot_alias }{ AGMCORE_&setcustomcolor }ifelse end }bdf end }def /begin_feature { Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if }def /end_feature { 2 dict begin /spd/setpagedevice load def /setpagedevice{get_gstate spd set_gstate}def stopped{$error/newerror false put}if end count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if }def /set_negative { //Adobe_AGM_Core begin /AGMCORE_inverting exch def level2{ currentpagedevice/NegativePrint known AGMCORE_distilling not and{ currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ true begin_feature true{ <>setpagedevice }end_feature }if /AGMCORE_inverting false def }if }if AGMCORE_inverting{ [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer AGMCORE_distilling{ erasepage }{ gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore }ifelse }if end }def /lw_save_restore_override{ /md where{ pop md begin initializepage /initializepage{}def /pmSVsetup{}def /endp{}def /pse{}def /psb{}def /orig_showpage where {pop} {/orig_showpage/showpage load def} ifelse /showpage{orig_showpage gR}def end }if }def /pscript_showpage_override{ /NTPSOct95 where { begin showpage save /showpage/restore load def /restore{exch pop}def end }if }def /driver_media_override { /md where{ pop md/initializepage known{ md/initializepage{}put }if md/rC known{ md/rC{4{pop}repeat}put }if }if /mysetup where{ /mysetup[1 0 0 1 0 0]put }if Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put level2 {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if }def /capture_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put }if }if }def /restore_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup known{ Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put Adobe_AGM_Core/save_mysetup undef }if }if }if }def /driver_check_media_override { /PrepsDict where {pop} { Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq { Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and }if { Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix }if }ifelse }def AGMCORE_err_strings begin /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def /AGMCORE_invalid_color_space(This job contains an invalid color space. )def end /set_def_ht {AGMCORE_def_ht sethalftone}def /set_def_flat {AGMCORE_Default_flatness setflat}def end systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Image 71 dict dup begin put /Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def /nd{ null def }bind def /AGMIMG_&image nd /AGMIMG_&colorimage nd /AGMIMG_&imagemask nd /AGMIMG_mbuf()def /AGMIMG_ybuf()def /AGMIMG_kbuf()def /AGMIMG_c 0 def /AGMIMG_m 0 def /AGMIMG_y 0 def /AGMIMG_k 0 def /AGMIMG_tmp nd /AGMIMG_imagestring0 nd /AGMIMG_imagestring1 nd /AGMIMG_imagestring2 nd /AGMIMG_imagestring3 nd /AGMIMG_imagestring4 nd /AGMIMG_imagestring5 nd /AGMIMG_cnt nd /AGMIMG_fsave nd /AGMIMG_colorAry nd /AGMIMG_override nd /AGMIMG_name nd /AGMIMG_maskSource nd /AGMIMG_flushfilters nd /invert_image_samples nd /knockout_image_samples nd /img nd /sepimg nd /devnimg nd /idximg nd /ds { Adobe_AGM_Core begin Adobe_AGM_Image begin /AGMIMG_&image systemdict/image get def /AGMIMG_&imagemask systemdict/imagemask get def /colorimage where{ pop /AGMIMG_&colorimage/colorimage ldf }if end end }def /ps { Adobe_AGM_Image begin /AGMIMG_ccimage_exists{/customcolorimage where { pop /Adobe_AGM_OnHost_Seps where { pop false }{ /Adobe_AGM_InRip_Seps where { pop false }{ true }ifelse }ifelse }{ false }ifelse }bdf level2{ /invert_image_samples { Adobe_AGM_Image/AGMIMG_tmp Decode length ddf /Decode[Decode 1 get Decode 0 get]def }def /knockout_image_samples { Operator/imagemask ne{ /Decode[1 1]def }if }def }{ /invert_image_samples { {1 exch sub}currenttransfer addprocs settransfer }def /knockout_image_samples { {pop 1}currenttransfer addprocs settransfer }def }ifelse /img/imageormask ldf /sepimg/sep_imageormask ldf /devnimg/devn_imageormask ldf /idximg/indexed_imageormask ldf /_ctype 7 def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall }def /pt { end }def /dt { }def /AGMIMG_flushfilters { dup type/arraytype ne {1 array astore}if dup 0 get currentfile ne {dup 0 get flushfile}if { dup type/filetype eq { dup status 1 index currentfile ne and {closefile} {pop} ifelse }{pop}ifelse }forall }def /AGMIMG_init_common { currentdict/T known{/ImageType/T ldf currentdict/T undef}if currentdict/W known{/Width/W ldf currentdict/W undef}if currentdict/H known{/Height/H ldf currentdict/H undef}if currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if currentdict/D known{/Decode/D ldf currentdict/D undef}if currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if currentdict/O known{ /Operator/O load 1 eq{ /imagemask }{ /O load 2 eq{ /image }{ /colorimage }ifelse }ifelse def currentdict/O undef }if currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if currentdict/I known{/Interpolate/I ldf currentdict/I undef}if currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if /DataSource load xcheck not{ DataSource type/arraytype eq{ DataSource 0 get type/filetype eq{ /_Filters DataSource def currentdict/MultipleDataSources known not{ /DataSource DataSource dup length 1 sub get def }if }if }if currentdict/MultipleDataSources known not{ /MultipleDataSources DataSource type/arraytype eq{ DataSource length 1 gt } {false}ifelse def }if }if /NComponents Decode length 2 div def currentdict/SkipImageProc known not{/SkipImageProc{false}def}if }bdf /imageormask_sys { begin AGMIMG_init_common save mark level2{ currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load AGMIMG_&imagemask }{ BitsPerComponent ImageMatrix/DataSource load AGMIMG_&image }ifelse }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if cleartomark restore end }def /overprint_plate { currentoverprint{ 0 get dup type/nametype eq{ dup/DeviceGray eq{ pop AGMCORE_black_plate not }{ /DeviceCMYK eq{ AGMCORE_is_cmyk_sep not }if }ifelse }{ false exch { AGMOHS_sepink eq or }forall not }ifelse }{ pop false }ifelse }def /process_mask { level3{ dup begin /ImageType 1 def end 4 dict begin /DataDict exch def /ImageType 3 def /InterleaveType 3 def /MaskDict 9 dict begin /ImageType 1 def /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def /ImageMatrix[Width 0 0 Height neg 0 Height]def /NComponents 1 def /BitsPerComponent 1 def /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def currentdict end def currentdict end }if }def /use_mask { dup/Mask known {dup/Mask get}{false}ifelse }def /imageormask { begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata } { save mark level2 AGMCORE_host_sep not and{ currentdict Operator/imagemask eq DeviceN_PS2 not and{ imagemask }{ AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ [/Separation/Black/DeviceGray{}]setcolorspace /Decode[Decode 1 get Decode 0 get]def }if use_mask{ process_mask image }{ DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and { Names convert_to_process not{ 2 dict begin /imageDict xdf /names_index 0 def gsave imageDict write_image_file{ Names{ dup(None)ne{ [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace Operator imageDict read_image_file names_index 0 eq{true setoverprint}if /names_index names_index 1 add def }{ pop }ifelse }forall close_image_file }if grestore end }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load /Adobe_AGM_OnHost_Seps where{ pop imagemask }{ currentgray 1 ne{ currentdict imageormask_sys }{ currentoverprint not{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }ifelse }{ BitsPerComponent ImageMatrix MultipleDataSources{ 0 1 NComponents 1 sub{ DataSource exch get }for }{ /DataSource load }ifelse Operator/colorimage eq{ AGMCORE_host_sep{ MultipleDataSources level2 or NComponents 4 eq and{ AGMCORE_is_cmyk_sep{ MultipleDataSources{ /DataSource DataSource 0 get xcheck { [ DataSource 0 get/exec cvx DataSource 1 get/exec cvx DataSource 2 get/exec cvx DataSource 3 get/exec cvx /AGMCORE_get_ink_data cvx ]cvx }{ DataSource aload pop AGMCORE_get_ink_data }ifelse def }{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul /DataSource load filter_cmyk 0()/SubFileDecode filter def }ifelse /Decode[Decode 0 get Decode 1 get]def /MultipleDataSources false def /NComponents 1 def /Operator/image def invert_image_samples 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }{ MultipleDataSources NComponents AGMIMG_&colorimage }ifelse }{ true NComponents colorimage }ifelse }{ Operator/image eq{ AGMCORE_host_sep{ /DoImage true def currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse { AGMCORE_black_plate not Operator/imagemask ne and{ /DoImage false def currentdict ignoreimagedata }if }if 1 AGMCORE_&setgray DoImage {currentdict imageormask_sys}if }{ use_mask{ process_mask image }{ image }ifelse }ifelse }{ Operator/knockout eq{ pop pop pop pop pop currentcolorspace overprint_plate not{ knockout_unitsq }if }if }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /sep_imageormask { /sep_colorspace_dict AGMCORE_gget begin CSA map_csa begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_avoid_L2_sep_space{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def }if AGMIMG_ccimage_exists MappedCSA 0 get/DeviceCMYK eq and currentdict/Components known and Name()ne and Name(All)ne and Operator/image eq and AGMCORE_producing_seps not and level2 not and { Width Height BitsPerComponent ImageMatrix [ /DataSource load/exec cvx { 0 1 2 index length 1 sub{ 1 index exch 2 copy get 255 xor put }for }/exec cvx ]cvx bind MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Name findcmykcustomcolor customcolorimage }{ AGMCORE_producing_seps not{ level2{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentdict imageormask }{ currentdict Operator/imagemask eq{ imageormask }{ sep_imageormask_lev1 }ifelse }ifelse }{ AGMCORE_host_sep{ Operator/knockout eq{ currentdict/ImageMatrix get concat knockout_unitsq }{ currentgray 1 ne{ AGMCORE_is_cmyk_sep Name(All)ne and{ level2{ Name AGMCORE_IsSeparationAProcessColor { Operator/imagemask eq{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor }if }{ invert_image_samples }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ [/Separation Name[/DeviceGray] { sep_colorspace_proc AGMCORE_get_ink_data 1 exch sub }bind ]AGMCORE_&setcolorspace /sep_tint AGMCORE_gget AGMCORE_&setcolor }if }ifelse currentdict imageormask_sys }{ currentdict Operator/imagemask eq{ imageormask_sys }{ sep_image_lev1_sep }ifelse }ifelse }{ Operator/imagemask ne{ invert_image_samples }if currentdict imageormask_sys }ifelse }{ currentoverprint not Name(All)eq or Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ currentcolorspace 0 get/Separation ne{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if }if currentoverprint MappedCSA 0 get/DeviceCMYK eq and Name AGMCORE_IsSeparationAProcessColor not and //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse Name(All)ne and{ imageormask_l2_overprint }{ currentdict imageormask }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end }def /colorSpaceElemCnt { mark currentcolor counttomark dup 2 add 1 roll cleartomark }bdf /devn_sep_datasource { 1 dict begin /dataSource xdf [ 0 1 dataSource length 1 sub{ dup currentdict/dataSource get/exch cvx/get cvx/exec cvx /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx }for ]cvx bind end }bdf /devn_alt_datasource { 11 dict begin /convProc xdf /origcolorSpaceElemCnt xdf /origMultipleDataSources xdf /origBitsPerComponent xdf /origDecode xdf /origDataSource xdf /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def /DataSource origMultipleDataSources { [ BitsPerComponent 8 idiv origDecode length 2 idiv mul string 0 1 origDecode length 2 idiv 1 sub { dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch origDataSource exch get 0()/SubFileDecode filter BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx }for ]bind cvx }{origDataSource}ifelse 0()/SubFileDecode filter def [ origcolorSpaceElemCnt string 0 2 origDecode length 2 sub { dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx }for /convProc load/exec cvx origcolorSpaceElemCnt 1 sub -1 0 { /dup cvx 2/add cvx/index cvx 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx }for ]bind cvx 0()/SubFileDecode filter end }bdf /devn_imageormask { /devicen_colorspace_dict AGMCORE_gget begin CSA map_csa 2 dict begin dup /srcDataStrs[3 -1 roll begin AGMIMG_init_common currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi { dup 65535 gt{1 add 2 div cvi}{exit}ifelse }loop string }repeat end]def /dstDataStr srcDataStrs 0 get length string def begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_producing_seps not{ level3 not{ Operator/imagemask ne{ /DataSource[[ DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def /MultipleDataSources true def /Decode colorSpaceElemCnt[exch{0 1}repeat]def }if }if currentdict imageormask }{ AGMCORE_host_sep{ Names convert_to_process{ CSA get_csa_by_name 0 get/DeviceCMYK eq{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource filter_cmyk 0()/SubFileDecode filter def /MultipleDataSources false def /Decode[1 0]def /DeviceGray setcolorspace currentdict imageormask_sys }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate{ /DataSource DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource /MultipleDataSources false def /Decode colorSpaceElemCnt[exch{0 1}repeat]def currentdict imageormask_sys }{ gsave knockout_unitsq grestore currentdict consumeimagedata }ifelse }ifelse } { /devicen_colorspace_dict AGMCORE_gget/names_index known{ Operator/imagemask ne{ MultipleDataSources{ /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def /MultipleDataSources false def }{ /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def }ifelse invert_image_samples }if currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ currentdict imageormask }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end end }def /imageormask_l2_overprint { currentdict currentcmykcolor add add add 0 eq{ currentdict consumeimagedata }{ level3{ currentcmykcolor /AGMIMG_k xdf /AGMIMG_y xdf /AGMIMG_m xdf /AGMIMG_c xdf Operator/imagemask eq{ [/DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ]/DeviceCMYK{}]setcolorspace AGMIMG_c 0 ne{AGMIMG_c}if AGMIMG_m 0 ne{AGMIMG_m}if AGMIMG_y 0 ne{AGMIMG_y}if AGMIMG_k 0 ne{AGMIMG_k}if setcolor }{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def [/Indexed [ /DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ] /DeviceCMYK{ AGMIMG_k 0 eq{0}if AGMIMG_y 0 eq{0 exch}if AGMIMG_m 0 eq{0 3 1 roll}if AGMIMG_c 0 eq{0 4 1 roll}if } ] 255 { 255 div mark exch dup dup dup AGMIMG_k 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_y 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_m 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_c 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop counttomark 1 roll }{ pop }ifelse counttomark 1 add -1 roll pop } ]setcolorspace }ifelse imageormask_sys }{ write_image_file{ currentcmykcolor 0 ne{ [/Separation/Black/DeviceGray{}]setcolorspace gsave /Black [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Yellow/DeviceGray{}]setcolorspace gsave /Yellow [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Magenta/DeviceGray{}]setcolorspace gsave /Magenta [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Cyan/DeviceGray{}]setcolorspace gsave /Cyan [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if close_image_file }{ imageormask }ifelse }ifelse }ifelse }def /indexed_imageormask { begin AGMIMG_init_common save mark currentdict AGMCORE_host_sep{ Operator/knockout eq{ /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ /CSA get get_csa_by_name }{ /Names get }ifelse overprint_plate not{ knockout_unitsq }if }{ Indexed_DeviceN{ /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ indexed_image_lev2_sep }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }{ AGMCORE_is_cmyk_sep{ Operator/imagemask eq{ imageormask_sys }{ level2{ indexed_image_lev2_sep }{ indexed_image_lev1_sep }ifelse }ifelse }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ level2{ Indexed_DeviceN{ /indexed_colorspace_dict AGMCORE_gget begin }{ /indexed_colorspace_dict AGMCORE_gget dup null ne { begin currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and AGMCORE_in_rip_sep and{ [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] setcolorspace }if end } {pop}ifelse }ifelse imageormask Indexed_DeviceN{ end }if }{ Operator/imagemask eq{ imageormask }{ indexed_imageormask_lev1 }ifelse }ifelse }ifelse cleartomark restore currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /indexed_image_lev2_sep { /indexed_colorspace_dict AGMCORE_gget begin begin Indexed_DeviceN not{ currentcolorspace dup 1/DeviceGray put dup 3 currentcolorspace 2 get 1 add string 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub { dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put }for put setcolorspace }if currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse end end }def /OPIimage { dup type/dicttype ne{ 10 dict begin /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /ImageType 1 def /Decode[0 1 def] currentdict end }if dup begin /NComponents 1 cdndf /MultipleDataSources false cdndf /SkipImageProc{false}cdndf /Decode[ 0 currentcolorspace 0 get/Indexed eq{ 2 BitsPerComponent exp 1 sub }{ 1 }ifelse ]cdndf /Operator/image cdndf end /sep_colorspace_dict AGMCORE_gget null eq{ imageormask }{ gsave dup begin invert_image_samples end sep_imageormask grestore }ifelse }def /cachemask_level2 { 3 dict begin /LZWEncode filter/WriteFilter xdf /readBuffer 256 string def /ReadFilter currentfile 0(%EndMask)/SubFileDecode filter /ASCII85Decode filter /RunLengthDecode filter def { ReadFilter readBuffer readstring exch WriteFilter exch writestring not{exit}if }loop WriteFilter closefile end }def /spot_alias { /mapto_sep_imageormask { dup type/dicttype ne{ 12 dict begin /ImageType 1 def /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /MultipleDataSources false def }{ begin }ifelse /Decode[/customcolor_tint AGMCORE_gget 0]def /Operator/image def /SkipImageProc{false}def currentdict end sep_imageormask }bdf /customcolorimage { Adobe_AGM_Image/AGMIMG_colorAry xddf /customcolor_tint AGMCORE_gget << /Name AGMIMG_colorAry 4 get /CSA[/DeviceCMYK] /TintMethod/Subtractive /TintProc null /MappedCSA null /NComponents 4 /Components[AGMIMG_colorAry aload pop pop] >> setsepcolorspace mapto_sep_imageormask }ndf Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put /customcolorimage { Adobe_AGM_Image/AGMIMG_override false put current_spot_alias{dup 4 get map_alias}{false}ifelse { false set_spot_alias /customcolor_tint AGMCORE_gget exch setsepcolorspace pop mapto_sep_imageormask true set_spot_alias }{ //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec }ifelse }bdf }def /snap_to_device { 6 dict begin matrix currentmatrix dup 0 get 0 eq 1 index 3 get 0 eq and 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop { 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def 0 0 transform AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch itransform/AGMIMG_llY exch def/AGMIMG_llX exch def 1 1 transform AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch itransform/AGMIMG_urY exch def/AGMIMG_urX exch def [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat }{ }ifelse end }def level2 not{ /colorbuf { 0 1 2 index length 1 sub{ dup 2 index exch get 255 exch sub 2 index 3 1 roll put }for }def /tint_image_to_color { begin Width Height BitsPerComponent ImageMatrix /DataSource load end Adobe_AGM_Image begin /AGMIMG_mbuf 0 string def /AGMIMG_ybuf 0 string def /AGMIMG_kbuf 0 string def { colorbuf dup length AGMIMG_mbuf length ne { dup length dup dup /AGMIMG_mbuf exch string def /AGMIMG_ybuf exch string def /AGMIMG_kbuf exch string def }if dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop } addprocs {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage end }def /sep_imageormask_lev1 { begin MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ { 255 mul round cvi GrayLookup exch get }currenttransfer addprocs settransfer currentdict imageormask }{ /sep_colorspace_dict AGMCORE_gget/Components known{ MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer currentdict imageormask }{ currentcolortransfer {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }{ MappedCSA 0 get/DeviceGray eq{ {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer currentdict imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }ifelse }ifelse }ifelse end }def /sep_image_lev1_sep { begin /sep_colorspace_dict AGMCORE_gget/Components known{ Components aload pop Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf {AGMIMG_c mul 1 exch sub} {AGMIMG_m mul 1 exch sub} {AGMIMG_y mul 1 exch sub} {AGMIMG_k mul 1 exch sub} }{ {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} }ifelse AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end }def /indexed_imageormask_lev1 { /indexed_colorspace_dict AGMCORE_gget begin begin currentdict MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceGray eq{ {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }ifelse }ifelse }ifelse end end }def /indexed_image_lev1_sep { /indexed_colorspace_dict AGMCORE_gget begin begin {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end end }def }if end systemdict/setpacking known {setpacking}if %%EndResource currentdict Adobe_AGM_Utils eq {end} if %%EndProlog %%BeginSetup Adobe_AGM_Utils begin 2 2010 Adobe_AGM_Core/ds gx Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx currentdict Adobe_AGM_Utils eq {end} if %%EndSetup %%Page: 1 1 %%EndPageComments %%BeginPageSetup %ADOBeginClientInjection: PageSetup Start "AI11EPS" %AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 %ADOEndClientInjection: PageSetup Start "AI11EPS" Adobe_AGM_Utils begin Adobe_AGM_Core/ps gx Adobe_AGM_Utils/capture_cpd gx Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx %ADOBeginClientInjection: PageSetup End "AI11EPS" /currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 Adobe Illustrator CS4 2010-07-19T16:32:27-05:00 2010-07-19T16:32:27-05:00 2010-07-19T16:32:27-05:00 256 256 JPEG /9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FWPa3+YfkfRCy6nrdrBKv2oBIJJRTxij5v+GQOSI6ufp+zNTm+iEiPdQ+Z2YVq X/OSn5eWpZbVL3UCNlaGEIh+mZo2/wCFyPjB2+L2U1cvq4Y+8/qtjl1/zlTaKSLTy5JIOzS3Sx/g sUn68j4x7nPh7HS/iyD4R/aEI/8Azkz5ldFaDyzGK7hmklcEHwoi5A5j5No9k8IO+X7B+ty/85Ne ZI4y1x5ZjNNy4klRQPeqN+vEZj5KfZLCTtl+wfrRlr/zlTZMaXflySIdzFdLJ+DRR/ryfjHuaZ+x 0v4cgPvjX6SyTTP+ckfy6uyq3X1zTiftNPDzUfTA0rU/2OSGYOBm9ldXH6eGXuP66Ztovn3yZrZV dL1m0uZG2WESqsv/ACKfi/4ZIZInq6fUdm6jD9cJD4bfPkn2TcJ2KuxV2KuxV2KuxV2KuxV2KuxV 2KuxV2KuxV2KuxV2KuxV2KuxVLdf8y6D5fsje61fRWNsK8WlajMR2RBVnPsoJyJkBzcjTaTLnlw4 4mR/HyePeZP+clPWuP0f5M0mS+uXPCK5uVY8m/4rt4/jb2qw+WUyzdz1Wl9lKHHqJ8I7h+mR2/HN KF8kfn156/ea9qL6Vp8u5t55PQUr4fVYB1/4yAHI8MpOUe0OzNHtijxyHUb/AOyP6GQ6V/zjR5P0 +H6xr+q3F4IxWQqUtIAP8qvqN/w4yfhAcy4Ob2s1EzWKAj/sj+j7kbT/AJxu8sni36LlkjpUkPqT A/8ATxvj6AWn/XfUf6p/uP8AiVv/ACvz8pNK202ynIXYfU7OKLbYbc2h7YicRyCf9DeuyfXIf50i f1od/wDnKLygGITSdQKV+EkQgke4Eh/Xh8bybB7IZ/58Pt/U6P8A5yi8nlwJNK1BU7sogY/cZF/X iM3kp9kNR0nD7f1K/wDyvn8odVP+5KylXl9o3lnHL2pvwabwwGcSdw1/6HNfj+iQ/wA2RH6l4tv+ cb/MxKx/ouKR6BQhbTWr24r/AKPU/Rj6Cjj7W0/PxD/s/wDikBq3/OM3lO/i+saDq1xaCQco/U4X UJ/1SPTan+yOPhXyLfg9rc8DWWAl/sT+n7mPnyp/zkB5EPPSLyTV9Oj39GF/rScf5fq8w9QV7+mP pyHDKPJzfznZes2yR8Ofn6f9kNvmnfln/nJa19YWPm/S30+4UhZLq2DMit35wP8AvEp7Fj7ZOObv cTV+ycq4tPPiHcf18j9j2DRPMGia5Zi80i9hvrY7GSFg1D4MOqn2OWxkDyeV1GmyYZcOSJifNMMk 0OxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVTuLi3toJLi4lSGCJS8s0jBEVRuWZjQADEllGJ kaAsl4p53/5yFL3X6F8h2zajfyn00vzGzqXPa3hpykPu23sRlEsvc9d2f7MVHxNUeCI6X956fjkl vl78h/NXme9Gt/mFqcyvL8RtFcSXJHUKznlHEv8AkqDTp8OCOMnm5Gq9o8Gnj4ekiNuvT9Z95+1l t55y/J/8sYHsdMiifUUHCS3slE1yxHaedjtv1DPUdlyXFGPJ1mPQ6/tE8UyeDvlsPgP1D4vM/M// ADkl5y1EvFosMOjWxqFdQJ7ih23dxwH0JUeOQOQl6HR+ymnx75Cch+Q+zf7XmWr+YNd1mb1tW1C4 vpK1BuJGkp/qhiQPoyt6LBpcWIVCIj7gl+FvdirsVdirsVdiqZ6N5l8waJL6ukajcWL1qfQlZFb/ AFlB4t9IwOPn0mLMKyRjL3h6d5Y/5yW83WDJFrltDq9uNmlAFvcfPkg9M/8AAfTlgyEPOav2TwT3 xEwPzH6/tek23mb8nPzRhW0v44hqTDhHBdgW94pPQRSqfj3/AGVc+4ydxlz5vPz0naHZx4o3wd43 j8R+sMN138j/ADr5PvW1v8v9TmnEdSbWoS6CDfjT+6nX2IFf5TkJYyNw7bT+0On1UfD1UQPP+H9c fxunfkX/AJyGt5bgaP52t/0XqKN6bXoRki5A0pNG3xRN4n7P+rko5e9w+0fZggeJpjxw7uvwPX7/ AHvaIZopoklhdZIpAGjkQhlZTuCCNiMvBeSlEg0ea7FDsVdirsVdirsVdirsVdirsVdirsVdiqS+ bfOGg+VNJfU9YuBFENoYhQyyv2SNP2j+A6nbIykA5mi0OXUz4MYs/YPe8DuL38xPzq1ZrazU6X5V t5ByrX0EpvWQinrzU6KNh7dcx95l7WOPSdkQuXrzEfH4fzR5/fyekQ2f5Y/k7owmmYPqkqU9UhZL 65PcIv7CV+S+JJyz0w97oJT1nauSh9A/0sff3n7XjHn388/NvmhpLW0kOkaO2wtbdj6jr/xbMKMa /wAq0X2OVymS9b2b7O4NPUpevJ3nl8B+C83yL0DsVdirsVel/lR+V2h+bNN1TV9a1OWw07SSDcCJ UB9MIZHcyPyChVX+Q4Yxv4PPds9sZNNOGPHESlPlfvrl+1lH6f8A+ccvK/8Axz9Ll8w3abCWVGlQ kfzfWTHH9KxnDcR5/j8dHW/lu1tT9cxij8v9zZ+Za/TP/OOPmkH67p83ly8f/dkaNCoP+SIPVhp7 sgw3E+S+B2tpvpkMsfn99H5FiX5vfllpXkptJn0vUJL6z1dZniEqryVYfTIPNKB+Qm/lHTBKNO07 D7Wnq+MTiIyhXLzv9TzrIu/dirsVbwK9N8hfnz5r8tmO01JjrOkLRfRnY+vGo2/dTGpoP5WqPCmT jMh5ztL2bwai5Q/dz8uR94/U9gv9E/LP84NHN9ZSLHqaLT63GFS8ganwrPH+2vz2/lbvllRny5vK 49RrOy8nDIeju/hPuPT8WHnNhrf5h/kxqqadq8Z1LyvO59KhJiI6lrdz/dSdzGdj/wANlYJiXf5N Ppe1oceM8GYfP/O7x5/2Pf8Ayx5p0PzNpUWqaPci4tpPtDo8b90kXqrD/a2zIjIF4jV6PJp5mGQU fv8Acm2ScV2KuxV2KuxV2KuxV2KuxV2KuxVjfn3z3o/kzQ31PUD6kjHhZ2asBJPJ/KtegHVm7D6B kJz4XYdm9nZNXk4IfE9AHiPlbyh5o/N/zA/mfzPM9v5ficrBElQrqD/cWwP2VFPjk8fE1pRGJkXs NZrsPZeLwcIvKef65foH6Ocz/MT83PL/AJCsF8seVIIX1O3T0lijA+r2n+vT7cnfjXru3vOUwNou o7L7Ey62XjZyeA/OXu8vwHzbq2r6prF/LqGp3Ml3ezmsk8p5MfYeAHYDYZU+gYMEMURCAEYhB4tz sVdiqpBbz3EyQW8bTTyELHFGpZmJ6BVFSTgYykIiyaD1Tyv/AM47ea9QhF7r88Wg2AHJ/WIkn49a lAQibfzuCPDJiB9zzWs9qMEDw4gckvLl+34BnOj6z+Sn5faHqWgjWpNZXUwU1GKP9/zVozGyq8Kp Go4kj7dffJAxjfV02fB2jrskcvB4fB9PTrfXf7GON+Zf5DWrBbPyU06purTwW5qwPfnJKSvz+7I3 Ecg547J7Tl9WevcZfqDh+ZP5CXRKXnkp4FfcvDBAKE/6kkZA+X3Y3HqF/kntOP05795P6iyPzBqf 5L/mXZ6bp8muyaTcaYrx6ekn7gKJAi8XM6mN/wC6WlHrkiYkVycDTYu0Oz5SmMfGJ/V15X3bjn3M D80/848eb9MiN5oksWv2BHJTb/BPx619Ikhv9gzH2yJgR5u60ftRgyHhyA45efL5/rAeWzQzQSvD MjRSxkrJG4KsrDYgg7gjIPSRkCLG4WYWTsVdiqP0TXdX0PUotS0m6ezvYT8EsZ7d1YHZlPdSKHFo 1Gmx5oGGQcUS+lPIX5oeWPzJ0t/LXme1hTVZk4yWjj9zcgCvOAk1V1pXjWo6qT2ujMS2L592l2Rm 0E/Gwk8A69Y+/wAvs72C+YPLfm38mvMI17y/K955auXCSo+6la1ENyAKA7nhIP7DWQYl3Wm1eDtX F4WUcOYfi4/pD3byV510XzfoseqaXJUH4bi3anqQyU3Rx+o9CMyITt4vX6DJpchhMe49CO8J9knC dirsVdirsVdirsVdirsVSnzX5o0ryxoVzrOqScLa3X4UFOckh+xHGO7Mf6nYHIylQcrR6OeoyjHD mfs8y8C8peWte/ODzbN5l8yF4fLtq/BIULBSF3W2hr0HeRx+s7Y8QZF7bW6vF2XgGHDvlP44j+gM n/OD83bbyvar5S8oGOK9iT0bmeEAJZoBxEUQG3qU/wCA+fSc51sHXdh9iHUy8fPZidxf8XmfL7/c +cHd3dndizsSWYmpJO5JJyl78CtgtwpdirsVZH5H8ia95y1YafpUfwJRru7faKFCacmPieyjc4gE 8nX9odo4tJj45n3DqXsF7r/5dfk9bPp2hQLrfnDiVuruSlYyRuJHH92P+Kk3/mPfJ2I8ty8rj02r 7VPHlPh4Og7/AHd/9Y/B4/5t/MHzZ5ruGk1i/eWEmqWaEpbp4cYh8P0mp98gSTzeq0XZmDTCscd+ /r82OYuwdirsVdirJvKP5i+b/KcytpF+624bk9jKTJbP41jJoK+K0PviCRyddrey8GpH7yO/eOfz eu22q/lz+cduLPU4V0PzmFpBcJSshUbcGPH1V/yH+Ifsnvk7EuexeWnh1fZR4oHxNP1Hd+r3jbve N+dPJOu+UNYbTdWi4k1a2uU3imjrTmjfrB3HfIEEc3rNB2hi1WPjxn3jqPekGLnOxV2Kr4pZYZUl ido5YyGSRCVZWG4II3BGBjKIIo8n0r+Uv5r6f5z08+UvNaxy6nJGYlaUD072IDcMOglA6+PUZdCd 7F8+7a7FlpJ+PgsQvpzif1MP1/RvMH5L+c4tb0blc+Wb9+BiYniyV5G2laho6gExv/zcMgQYl2um z4u1tOceTbNH8cQ8u8fsfQfl3zBpfmHRrbV9MlE1ndJyQ91PRkYdmU7EZkRlYt4bVaaeDIccxUgm WScd2KuxV2KuxV2KuxVp3REZ3YKigszMaAAbkknFIFvmzzFqGqfnJ+YsWiaXI0XlnTWYmcfZESmk lyR3aT7MYPt0+LMUkyL3+lxQ7K0hyT3zT6efSPw6/wBjOPzT89aZ+XHla18r+WlSDU5YfTtUXc20 PQzt4yMa8a9Wqx6bznLhFB0/Y/Z09fnObNvAHf8ApHu936NnzBJJJLI0kjF5HJZ3YkszE1JJPUnK X0YAAUFuFLsVdiqc+UvK2qeaNftdG01Kz3DfHIQeEUY+3I9P2VH9OuIFuJrdZDTYjknyH2nuex/m B5x0v8tdBj8ieS39PVSgbVdSWnqoXXclh/u5x/wC0p2pORrYPJ9maGfaGX8zqPo/hj0/6RH2l4K7 u7s7sWdiSzE1JJ3JJOVvbAVsFuFLsVdirsVdirsVXxSyRSJLE7RyxsGR1JDKwNQQRuCDgQQCKPJ7 55H816R+afl5/JPnBh+nYkL6XqVB6jlF+2p2rKg+0P21+nLIni2LxHaGiydm5fzOn/uz9Ufx0PTu LxXzP5b1Py3rl1o2pR8Lq1fiWFeLqd1kQmlVYbjIF6/SauGoxjJDkfxSVYuS7FXYqqQTz288c8Ej RTxMHilQlWVlNQykbgg4GMoiQo7gvqP8u/OWj/ml5Pu/L3mFFfVIogl/GKKZErRLqLb4WDUrQfC3 sRl8TxCi+b9qaDJ2dqBlxfQT6fL+ifxuGCeStZ1T8pPzBuPK2uy8vL+oOpFwdkAf4Ybpa9B+zIP1 8RkIkxO7utfgh2npRnxD97Hp98f0j9r6RBBFRuD0OZLwDsVdirsVdirsVdirx3/nIfz5Npukw+VN MYnU9YX/AEoR1Lrak8eAA7zN8PyB8cpyy6PV+zHZoyTOef0Y+X9b/jv6kw8qaTpX5R/lnPqmqIDq kqLNfAEc5LhhSG2U77JWn/BNjH0xvq0azNPtPWCEPoGw8h1l+PIPmXzBr2pa/rN1q+pSereXbl5G 6AdlVR2VRsB4ZS+h6bTQwYxjgKjFLsXIdirsVdir33yXHb/lj+U9z5vuUU+YdeVV02NxuEcVgWh7 UrM/iKDtkx6RfUvEa8ntHXDAP7rH9X6f+JDwi7urm7uprq6kaa5ndpJpXNWZ3NWYnxJOVvaQgIxE YigFHCzdirsVdirsVdirsVdiqIsb67sL2C9s5WguraRZYJkNGV0NVI+nA15McZxMZC4nYvcvzDt7 P8x/yvs/PVjGq63o6mPVYkG/Bf75PkhIlSvRCe+WS3FvG9mSloNadNI/u5/T+j5/SfN4LkHtnYq7 FXYqm3lbzLqflrXbTWdOfjc2r8uJ+y6HZ43/AMll2OLi6zSQ1GI458j+LfSP5gaBpn5pflzba7oq 89SgiNzYAUMnID99aPT9qq0/1gO2XSHELD5/2ZqZ9m6s4sn0E1L9Evx0W/8AOPvn99d8utoN/IW1 TRlVULfaktfsofnGfgP+x8ccUujL2m7N8HL4sfoyfZLr8+fzesZc8w7FXYq7FXYqh9Rv7XTrC5v7 txFa2kTzTyHoqRqWY/cMBNC2eLHKchGO8pGg+fPym027/MD8ztR87atHys7CT1oI23UTHa2iFe0K Ly27hfHMeAs2Xuu2ssdDo46aH1SFH3fxH4nb5pP/AM5DeezrfmYaDZyV03RWKS06SXZ2kb/nmPgH vy8cckrLlezHZ3g4fFkPXk/3PT58/k8lyD1DsVdirsVepflD+V/lzzbpWp6rrd/LZW+lSKZSjRpF 6QQyO0jODxAC7mvTDGN283232vm004wxxEjMed3y2eo/mBp35V+dTYJeedLSztdORkt7W2u7QR1a lWIYtvRQBlkgD1eb7My63ScXDglIy5kxkw//AJVH+Sf/AFPcf/SXZf0yPAO92v8ALfaP/KOf9LN3 /Ko/yT/6nuP/AKS7L+mPAO9f5b7R/wCUc/6Wbv8AlUf5J/8AU9x/9Jdl/THgHev8t9o/8o5/0s0R Y/kn+UWoXKWth5yN3dSfYgguLSSRvkqAk48A72GT2g18BxSw8I7yJBMdR/5xw8g6Zatd6l5hubK1 UgNPcPbxICeg5OoFThOKurRi9qtVklwwxxlLuHEW7D/nG7yHqFqt3YeYLq7tX+xPA9vKh+TIpBxG K+RRk9qtTCXDLHGJ7jxD9KV3n5Lfk/ZXL2t750+rXMZpJBNc2kbqfBlYAjBwDvcnH2/r5jijgsd4 jJR/5VH+Sf8A1Pcf/SXZf0x4B3sv5b7R/wCUc/6Wbv8AlUf5J/8AU9x/9Jdl/THgHev8t9o/8o5/ 0s3f8qj/ACT/AOp7j/6S7L+mPAO9f5b7R/5Rz/pZsx8hWH5VeTrfUbS285Wl9Y6moW4tbm7tSmwK kjgV+0rUPjkogDq6rtLJrdUYyOGUZQ5ERk8o/N78sNA8m2WkXuj3819DqplKvKY2TgqoyMjRqtQQ /XK5Rqnpuw+18urlOOSIiYV3+fe8ywPROxV2KuxV7L/zjj57bTNdk8r3klLHVSXs+R2S6Veg/wCM qinzA8cnjlReS9quzvExeNEeqHP+r+z9aK/MKzm/LP8ANqx816ehGlam7TzQoKD4jxu4R23Dc18C fbGQ4ZNfZkx2hoZYJ/XDb/iT+g/tfRVtcwXVtFc27iSCdFkhkXoyOOSsPmDmQDbwc4GJIPMKmFi7 FXYq7FXkH/OSfms6d5Ut9CgelzrMn70A7i3gIZum/wATlR7iuU5j0eq9lNH4mc5Tyxj7T+y/sRun CP8AK38lvrDKE1X0fWZW6tf3dAqkHr6dVB/yVxHpj5lpy32j2hX8F1/mx/X95fK0kkksjSSMXkcl ndjUkk1JJOUPpQAAoLcKXYq7FXYq9u/Jv/yUv5hf8wlx/wBQcmTx9fd+t4/t3/HtP/Wj/ug8RyD2 DsVTHQ/L2ua7eCz0exmvrk7lIVLcQe7t9lR7saYuPqNVjwx4skhEeb1TTPyM0fQrRNV/MfXIdLtu q6fA4aV6bledCSf8mNW+eS4K57PNZvaLJmlwaTGZn+ceX495HuZPoPmi9uIG0v8AJ/yktrZfYl1+ +XgnWnLk5LSEf5Tsf8nCD/NDrtTo4xPHr81y/mR/G3yHvSHXl8iaVeG+/MHzFP518woTTSrJv9Ei b+UkFVUA9gV/1Dkduu5/HVzdMdTljw6XGNPi/nS+o/j4+9f5dh8napeC9/LbzLN5R16QgtoV+5+r Sv8AyLyLq4J7fH/qjCK6GkaqWoxx4dZiGfH/AD48x+r7PenOv+aKIul/nD5RHpisUHmGyTnHvuCr oeSV6ni/+wwmXSQcTTaPfj0Gb3wlz/b8R8WM6t+RFhrFo+q/l1rcGsWfU2MrqJkruF9TYcv8mRUP vg4L5buxw+0csUuDVwOOXeOXy/VbyrWNC1nRbxrPVrKaxuV/3VOhQkdKrXZh7jbIvS4NTjzR4sch IeSAxb3Yq9u/Pb/lAfIH/MJ/2LQZKXKPu/U8d7Of41qP63++k8RyL2LsVdirsVVbW5uLW5hureQx XEDrLDKuzK6HkrD3BGBhOAkDE7gvqPzjDb/mX+TCatbIDfxwC/hRf2Lm3BW4iHfejqv0HL5eqNvn Ghkez+0OA/TfD8DyP3Fv/nHXzWdY8knS535XeiSehuak28lWhP0fEg9lxxHal9qNF4Wp4x9OTf49 f1/F6plzzTsVdirsVfO2vj/HP/OQ1vpp/eabo8iRSKfs8LMGWYED+aaqfdmLL1Se803+B9lGf8eT /fbD7N1T/nKHzMXu9K8tRP8ABCpvrtQf23rHCD7qoc/7LJZTvTH2Q0lRnmPX0j7z+h4Plb2rsVdi rsVdir278m//ACUv5hf8wlx/1ByZPH19363j+3f8e0/9aP8Aug8u8seSPNPmi49HRNPlugCBJOBx hSv88rUQfKtcgBfJ6PWdoYdOLySA8uvyenwflJ+X/kyKO9/MTXEnuqc00azLfH7HiPWYHxAQe+S4 QObzku29Vqzw6THQ/nS/FfeyXTvMfnXWNO+qfl/oFv5Q8roKtreoKkR4UqZFUgqdv2qP/rDDxGtt h+Orr8ul0+KfFqshz5v5kd/h+K9zD9R1f8rPLl497qNzcfmJ5o6vPO1LBXB6VbmHA7fbX5ZHYebt cWDW548MANLh7h9X7P8AYn3sS82fm35z8yRtaS3QsNJpwTTLEehAE6BG4/E4p2Y09hgJJdpouxNP pzxAcU/50tz+xheLt3Yqzjyp+cHnPy/F9TNwuq6Sw4SabqA9eIp3VSfjUU7A8fbEEh02s7D0+c8V cE/50dj+PtZXpeoflfr92t9od/P+Xfmj9ni5Ng7dacxwCqem/Af5Jw7HydZmxa3BHhyRGqw/7L8f P3hl2reZPN2k2H1L8y/LcPmfy6w+HXdPRJPhIBEjIOIU+Dfu/auSJP8AELDq8OkwZZcWjynDl/mS 2+H44mMXP5PeSPN8D3/5ca7H6wHOTR7xm5IPCpHrJToOSsD/ADY8IPJ2MO3NTpTw6vGa/nR/FH4V 7nl/mXyd5m8s3P1fW9Pls2JIjkYVien8ki1RvoOQOz0ek1+HUC8chL7/AIjm9U/Pb/lAfIH/ADCf 9i0GSlyj7v1PNezn+Naj+t/vpPEci9i7FXYq7FXYq+g/+cXvMpaHVvLUr/3ZW/tFPg1I5voB4H6T luI708L7X6SjDMP6p+8fpQHkFT5I/PnUfLpPp6fqTSwQKfs8JB9ZtuncD4PmcjH0yb+0v8M7Mjl/ ihRPw9Mv1vonMl4N2KuxVD6lfRWGnXV9N/c2kMk8n+rGpc/gMEjQtsxYzOYiOcjXzeE/84z2Et/r PmPzPdfFcScYFfxa4czTfiifflGEbvZ+1mQQx4sMeXP5bD9Lyz81NcOt/mDrl8G5xC5a3gYdDHb/ ALlCPYhK5WTZt6XsbT+DpccevDZ953Yni7N2KuxV2Ksh8l+RfMPnHUnsNGjRniUPcTSuEjjQnjyb 9o79lBOIFmg4Gv7RxaWHFkPPlXV7fobeQfyo8u6joet6sut6jqtRe6Xax82IKGMw8QfhqCQTIy18 MmCI3bx2o/NdpZY5ccPDhDlI/O/7LXXGtfmTrelg28dr+W3k2L4FurjjFc+n1pGh9PjXqoVU9mOP ESO4LHBpMM9+LV6g9BvG/Pnf2+5gk/nD8svKkzSaBp7+bdfJ5Sa7rHIw+p1LJC1GbfuQD/lHI7D8 fodzHQ6zUissvAxfzIc/n+PcwvzX+YPm/wA1SltZ1GSaGtUtE/dwLvtSJKLt4mp98BJPN2+j7Mwa Yfu4gHv5n5scxdg7FXYq7FXYq7FWTeUvzH84eVXA0jUHW1qS9jL+9t2r1/dtsCfFaH3xBI5Ou1vZ Wn1P95H1d42PzZnb+a/yu80zpPqtpL5L8xA1j1rSa/VjJ2d4koyGvgK+L4dj5OonotbphUCNRi/m T5/P8e5nK65+Y+i6Z/uWtLT8xfJ0oob+0CSzen/loA/KnU1Vvd8lZA33Dpjp9Jln+7MtLnH8Mthf v/s9y3zDD5H/ADc0LTNN8v6wmlalpKsLTS7pODcSqp6ZWtTxEY+KMtTE1Kq2ZaWWp7Lyynlhxwnz kPv/ALaeF+cPJuu+UdYOlazGiXBjE0TxuHSSJmZQ6kb0LIR8QB9sgQRzey0Ovx6rHx4zty9xSPFz XYq7FXYqzb8mdcbR/wAyNGmLUiupvqUw7Fbkemtfk7KfowxNEOn7e0/i6SY6gcXy3+56J/zkPBJo fnny15stlpJRa8e8llKsgr81kA+jJZRRt0PsxIZtNlwH8cQr9D6AgningjnhYPFKoeNx0KsKg/SM yAbeHlEg0eYX4UOxVhf5y6idP/LLX5lNGktxbChoSLmRYSPukOV5fpdv2Fi49ZjHnfyF/oYr+Rqp oX5O3etFQObXuoMzdCLdfT3Ph+4OQhYiS7L2hJza8Y/6sfnv+l8xO7O7O5LOxJZjuST1OUvooFLc KXYq7FXYq9m/5xqDnUvMgjBMh06iBetee1KYY8z7i8l7WVwYr/nor8tLy58oaejXP5bave67ydpd U+qTF6FqqE9SNuFBSvGlcMQR0au1sY1U9tTjjj/m8Q/Qd3a9Hb+YLv63rXkfzhfT/smVpiqg9kQQ hUHsoGR4Zdx/HwXTGWCPDjz6eI+H60r/AMK+V/8Ay3Hmr/kr/wBUceE9x/Hwcn85m/5ScH2frd/h Xyv/AOW481f8lf8AqjjwnuP4+C/nM3/KTg+z9bv8K+V//Lceav8Akr/1Rx4T3H8fBfzmb/lJwfZ+ t3+FfK//AJbjzV/yV/6o48J7j+Pgv5zN/wApOD7P1u/wr5X/APLceav+Sv8A1Rx4T3H8fBfzmb/l JwfZ+t3+FfK//luPNX/JX/qjjwnuP4+C/nM3/KTg+z9bv8K+V/8Ay3Hmr/kr/wBUceE9x/HwX85m /wCUnB9n63f4V8r/APluPNX/ACV/6o48J7j+Pgv5zN/yk4Ps/W7/AAr5X/8ALceav+Sv/VHHhPcf x8F/OZv+UnB9n63f4V8r/wDluPNX/JX/AKo48J7j+Pgv5zN/yk4Ps/Wm/lx4vLd2LrRfJHnCzkqC 6IZvTenaSMwlHH+sMRGQ6H8fBxdUDqI8OTPp5fK/gbsLPzCuLzza1rPZfl1qumayt1HJLqZtJgzR gnkH4RryNaHk3SmGYJ6J7MjHTWJanHPHwn08Q5/NLv8AnJ//AJT6w/7ZUP8A1E3GTy83I9kf8Vl/ ww/7mLyDK3qnYq7FXYqq2tzLa3UNzEaSwOskZ8GQhh+IwFhOAlExPIvpb/nIy3h1T8uNO1eEbQ3U E6N/xVcRMKfeUy7IbAL597LSOPVyxnrEj4g/2s6/K7Um1H8vPL90xq31KKJj4mAeiT9JTLMZuLpu 18Xh6rJH+kft3ZRk3WuxV5Z/zkjcmH8uDGDT6xewRHelaB5Pp/u8pzch73pPZWF6u+6J/QP0oNGO l/8AONNUNDJpRBIr0vJKHw/37keWP8d7aR4na/8AyU/3P9j5hyt9GdirsVdirsVT/wAo+ePMflK6 nudDuFt5rlBHMzRpJVQeQ2cNTfEEjk4Ou7Ow6oAZRYHnT3f8qvzK83eYPKXm7UdUukmu9Jt/UsXW KNAjejK9SFUBviQdcsjM0d+jxfbPZWDBnwwgKjM77nvDzD/oYL80v+rlF/0jQf8ANGR45d70X+hn RfzT/pj+t9VaLczXWj2FzMeU09vFJI1AKs6BiaD3OZEDcQXzXPERySA5Al8y+Yfz3/Muy1/U7O31 GNYLa7nhhU28BISORlUVKVOwzG45d76HpfZzRzxRkYmzEH6j3Pcvyf8AMur+ZPItpq2ryia+llmV 5FRYwQkhVfhQAdBl+Ikjd47tzSY9PqTjxiogD7nmH5vfm9578t+e73SdJvY4bGFIGjjaCJyDJErt 8TKT1OVTnLiO70XYnYmm1GmjkyRuRvqe9lv5C+ffM/m611mTXblbhrN4FgKxpFQSCQt9gLX7IyeK RJNur9o+zcOllAYhXFd733KX5+fmD5p8ofoL9A3K2/17639Z5RRy8vR9Hh9sNSnqN0w5ZEcmfs32 Zh1XieKL4eGtyOfF+pIvyV/Nbzt5p85Npms3iT2YtJZuCwxRnmjIAeSKD+0chCZvm5vb/Y2n02n4 8YqXEBzPmz785vNOteWPJT6po8ywXq3EMYkZFkHFyeQ4uCO2TyyIAp0fYOjx6jUcGQXGi8a8ofnl +Y+pebdE0671CN7S9v7W3uEFvCpMcsyo4qFqKqe2VxnK+b1uu9ntJjwTnGJ4owkRueYD6O8y3txY +XNVvbZuFxa2dxNCxAIDxxMymh2O4y+ZoF4DS4xPLCJ5GQH2vlr/AKGC/NL/AKuUX/SNB/zRmPxy 730j/Qzov5p/0x/W9P8Azi/Mrzd5a0fync6RdJDNqtvLJes0UcnJkSBgQHU8d5W6ZOUzwg2872F2 Tg1GTKMgsQIrc/0v1PBPNnnHX/Nmox6jrc63F3FCtujqiRgRqzOBRAo+1IcqJJ5vbaLQ4tNAwxio k337/gJJi5jsVdirsVdir6e8zn9Kf842QyGjOmmWLctieVvJEGNT3+A1y0n0PnOk/d9rkf05/bab /wDOPV0035X2EZr/AKNNcxCvgZmk/wCZmSxHZxvaeFa2R7xH7q/Q9Iy1592KvIf+cn/+UBsP+2rD /wBQ1xlWXk9T7I/41L/hZ/3UWvOn7v8A5xpt/T+CulaTXjt9uS25dPGprjIehdBv2ub/ANUyfdJ8 w5Q+jOxV2KuxV2KuxV7d+RP/ACgPn/8A5hD/ANQ0+Sjyl7v1vHe0f+Naf+t/vovEci9i+7PLf/KO 6X/zBwf8mlzJx/SPc+L6r+9n/WP3virzd/yletf8x9z/AMnmzFD69of7iH9SP3Pp7/nHr/yV9h/x muf+TzZkYeT517T/AOOy90fueI/85Bf+TS1P/jFbf8mEyqf1F6/2Z/xKPvl95Z//AM4rf7w+Y/8A jLa/8RlyeHmXSe2P1Y/dL9Ch/wA5Wf8ATL/9H/8A2LYc3Rn7G/5X/M/3zFv+ca//ACYzf8wE/wDx KPK8f1B2XtX/AIp/nj9L1f8A5yO/8lrL/wAxlv8ArbLM3Ie95n2W/wAcH9UvnL8vf+U+8tf9tWx/ 6iUyqPMPfdp/4rl/4XL/AHJfYvnP/lD9d/7Z91/yYfMjJ9J9z5Rof7/H/Xj974azGfZXt3/ORH/K O+Qv+YOf/k1a5OX0x9zx/sv/AHuo/rD75vEcg9g7FXYq7FXYq7FX07YUuf8AnGhuXw8dLm6f8VSt T7+GWf5P8d751k9PbH/JQfaEV/zjUzH8u5ASSF1CcKD2HCM7ffksPI+9r9qx/hf+YP0vVsueZdir yL/nJyNm/L+yYDZNUhZvl6E6/rOVZeT1Psia1Uv6h++K3zRW7/5xph248dK07Yb/ANxJB+vhgJ9C 6P09rn/hk/tEnzDlL6M7FXYq7FXYq7FXt35E/wDKA+f/APmEP/UNPko8pe79bx3tH/jWn/rf76Lx HIvYvuzy3/yjul/8wcH/ACaXMnH9I9z4vqv72f8AWP3virzd/wApXrX/ADH3P/J5sxQ+vaH+4h/U j9z6e/5x6/8AJX2H/Ga5/wCTzZkYeT517T/47L3R+54j/wA5Bf8Ak0tT/wCMVt/yYTKp/UXr/Zn/ ABKPvl95Z/8A84rf7w+Y/wDjLa/8RlyeHmXSe2P1Y/dL9Ch/zlZ/0y//AEf/APYthzdGfsb/AJX/ ADP98xb/AJxr/wDJjN/zAT/8SjyvH9Qdl7V/4p/nj9L1f/nI7/yWsv8AzGW/62yzNyHveZ9lv8cH 9UvnL8vf+U+8tf8AbVsf+olMqjzD33af+K5f+Fy/3JfYvnP/AJQ/Xf8Atn3X/Jh8yMn0n3PlGh/v 8f8AXj974azGfZXt3/ORH/KO+Qv+YOf/AJNWuTl9Mfc8f7L/AN7qP6w++bxHIPYOxV2KuxV2KuxV 9O72v/ONHaItpftv60v/ABtzyf8Ak/x3vnX1dsf8lPuCM/5xti4flxyrX1b6dqeFFRf+Ncnh5H3t PtUb1f8Amj9L1TLnm3Yq82/5yGsjcfljeygV+qT2833yiLb/AJG5VlGz0Hsxk4dZEfzhIfZf6Eq8 sKNZ/wCcb5YF+KRNNvUCjrztnkKDqOvAZED0fj3uTqz4XawP9OP20+YMqfRnYq7FXYq7FXYq9u/I n/lAfP8A/wAwh/6hp8lHlL3freO9o/8AGtP/AFv99F4jkXsX3Z5b/wCUd0v/AJg4P+TS5k4/pHuf F9V/ez/rH73xV5u/5SvWv+Y+5/5PNmKH17Q/3EP6kfufT3/OPX/kr7D/AIzXP/J5syMPJ869p/8A HZe6P3PEf+cgv/Jpan/xitv+TCZVP6i9f7M/4lH3y+8s/wD+cVv94fMf/GW1/wCIy5PDzLpPbH6s ful+hQ/5ys/6Zf8A6P8A/sWw5ujP2N/yv+Z/vmLf841/+TGb/mAn/wCJR5Xj+oOy9q/8U/zx+l6v /wA5Hf8AktZf+Yy3/W2WZuQ97zPst/jg/ql85fl7/wAp95a/7atj/wBRKZVHmHvu0/8AFcv/AAuX +5L7F85/8ofrv/bPuv8Akw+ZGT6T7nyjQ/3+P+vH73w1mM+yvbv+ciP+Ud8hf8wc/wDyatcnL6Y+ 54/2X/vdR/WH3zeI5B7B2KuxV2KuxV2Kvp/8y/8AcN/zj9baeRxle00608PjBjd9qdxG2WyPoHm+ c9k/ve1DPpxTl99feyD8ibI2v5W6MGrzm9eZv9nO5Wn+xpk8XJwfaLJxa2flQ+wM+yx0jsVY5+Y+ lnVfIevWKjk8llM0S0rWSJfUQf8ABIMhkHpLn9l5vD1OOX9Ifbs88/5xqv4dQ8japo04DrbXThk8 YbmMbH5sr5Xi3BDvfazGYamOQdY/bE/2PnLVdPm07U7zT5xSaznkt5Qdjyico34jKXvsOUZIRmOU gD80LhbXYq7FXYq7FXt35E/8oD5//wCYQ/8AUNPko8pe79bx3tH/AI1p/wCt/vovEci9i+7PLf8A yjul/wDMHB/yaXMnH9I9z4vqv72f9Y/e+KvN3/KV61/zH3P/ACebMUPr2h/uIf1I/c+nv+cev/JX 2H/Ga5/5PNmRh5PnXtP/AI7L3R+54j/zkF/5NLU/+MVt/wAmEyqf1F6/2Z/xKPvl95Z//wA4rf7w +Y/+Mtr/AMRlyeHmXSe2P1Y/dL9Ch/zlZ/0y/wD0f/8AYthzdGfsb/lf8z/fMW/5xr/8mM3/ADAT /wDEo8rx/UHZe1f+Kf54/S9X/wCcjv8AyWsv/MZb/rbLM3Ie95n2W/xwf1S+cvy9/wCU+8tf9tWx /wColMqjzD33af8AiuX/AIXL/cl9i+c/+UP13/tn3X/Jh8yMn0n3PlGh/v8AH/Xj974azGfZXt3/ ADkR/wAo75C/5g5/+TVrk5fTH3PH+y/97qP6w++bxHIPYOxV2KuxV2Kpl5b0ptX8wabpaipvrqG3 +iRwpO3gDgcfV5vCxSn/ADYk/IPfv+cotUWHy5o2kqeJurp7gqP5bePhT5Vny7N0DxHshhvLPJ3R r5n9j1TyZpZ0nylo2mleD2llBFKP+LFjHM/S1ctgPSHmtfm8XPOf86R+9Ock4jsVaZVZSrAFSKEH cEHFQXzz+Sjv5W/NrX/KUpKxXHrRQr/M1q5khbfxgZzmNjNSp7vt8fmdDjzjmKv/ADtj/sqYf+fn l9tJ/Me+lVStvqipewnsS44y7/8AGRGP04JiiXa+zep8XSRHWHp/V9jznIu/dirsVdirsVe3fkT/ AMoD5/8A+YQ/9Q0+Sjyl7v1vHe0f+Naf+t/vovEci9i+7PLf/KO6X/zBwf8AJpcycf0j3Pi+q/vZ /wBY/e+KvN3/ACletf8AMfc/8nmzFD69of7iH9SP3Pp7/nHr/wAlfYf8Zrn/AJPNmRh5PnXtP/js vdH7niP/ADkF/wCTS1P/AIxW3/JhMqn9Rev9mf8AEo++X3ln/wDzit/vD5j/AOMtr/xGXJ4eZdJ7 Y/Vj90v0KH/OVn/TL/8AR/8A9i2HN0Z+xv8Alf8AM/3zFv8AnGv/AMmM3/MBP/xKPK8f1B2XtX/i n+eP0vV/+cjv/Jay/wDMZb/rbLM3Ie95n2W/xwf1S+cvy9/5T7y1/wBtWx/6iUyqPMPfdp/4rl/4 XL/cl9i+c/8AlD9d/wC2fdf8mHzIyfSfc+UaH+/x/wBeP3vhrMZ9le3f85Ef8o75C/5g5/8Ak1a5 OX0x9zx/sv8A3uo/rD75vEcg9g7FXYq7FXYq9Q/5x28vnU/zCivXXlb6RDJcsT09Rh6UY+dXLD/V yUBcnnPajU+HpTHrM18OZ/Hmyb8zD/i389tG8uR/vLawNvDcINxSv1q4P/IrY/LDPeVOu7J/wXsy eY85WR/uY/a+h8yXhHYq7FXYq+efzvtp/Kn5naH51tU/d3Bjeen7UtqQsimn88JVfvzGyCpW917P zGp0eTTS5i690uXykn3/ADkZoEOt+TNO802FJhYFXMq/tWl2Fo3vR+FPmcllFgFwvZbUnDqJYZbc X+6j+C+asqfQnYq7FXYq7FXt35E/8oD5/wD+YQ/9Q0+Sjyl7v1vHe0f+Naf+t/vovEci9i+7PLf/ ACjul/8AMHB/yaXMnH9I9z4vqv72f9Y/e+KvN3/KV61/zH3P/J5sxQ+vaH+4h/Uj9z6e/wCcev8A yV9h/wAZrn/k82ZGHk+de0/+Oy90fueI/wDOQX/k0tT/AOMVt/yYTKp/UXr/AGZ/xKPvl95Z/wD8 4rf7w+Y/+Mtr/wARlyeHmXSe2P1Y/dL9Ch/zlZ/0y/8A0f8A/YthzdGfsb/lf8z/AHzFv+ca/wDy Yzf8wE//ABKPK8f1B2XtX/in+eP0vV/+cjv/ACWsv/MZb/rbLM3Ie95n2W/xwf1S+cvy9/5T7y1/ 21bH/qJTKo8w992n/iuX/hcv9yX2L5z/AOUP13/tn3X/ACYfMjJ9J9z5Rof7/H/Xj974azGfZXt3 /ORH/KO+Qv8AmDn/AOTVrk5fTH3PH+y/97qP6w++bxHIPYOxV2KuxV2Kvpz8hNHtvLH5c33mfUR6 X1/neSvtUWlqrBNjTqebDfeoy3HsCXzr2kznUauOGG/D6f8AOl+Ax7/nH3T7rzB511/ztfLVgzrE T09e7Yu/H/UjHH5NkcQs25/tNkjg0+PTR/Aj+s/c+gsyXhnYq7FXYqwf85fKDeZ/Il7bQJzv7L/T bIDqZIgeSD/XjLKPemV5RYdx2Frvy+piT9MvSfj+osV/IzXrLzb+Xd55T1Q+rJYRtaSxn7TWc4Ij YV7p8S7dKLkMe4p2ftFppaXVjPDbiPF/nDn8+fzfPHmby/e+XtfvtFvR/pFlK0ZalAy9UcezqQw+ eVPd6TUxz4o5I8pD8fJK8XJdirsVRuiaXNq2s2GlQOsc2oXMVrE714q0ziNS1ATQFt8QGnUZhixy meUYk/IW+m/y5/KPW/K/lrzNpV5eW082twelbvCZOKH0pI6vyVT1kHTLY4zR83zvtXtvHqc2KcYy Axmzdd4P6Hn3/QrvnD/q66f98/8A1TyPhS8ne/6L8H8yf2frfRmk2j2el2dnIQz20EcLsvQlECki vyy+IoAPA5p8czIdSS8A1v8A5xr816hrV/fxanYJHd3M06Kxm5BZJC4BpH13yjwpeT3Gn9q8EMcY mE/TEDp0Hvevflh5QvvKXk+20S9minuIJJXaSHlwIkkLinIKe/hl2OJA3eW7X10dVnOSIIBrn5B5 9+Zv5FeYvNnnG71yyv7OC3uEhVYpjLzBjjVDXijDqvjlcsZJJd52R7RYtLpxjlGRIvlXU+9kv5Nf lnq/kW31WLUbq3uTfvC0Zt+dFEQcHlzVf58ljgRduv7d7WhrDAwBHDfPzpT/ADm/K7WPPf6H/R13 b2v6O+s+r9Y5/F6/pcePBW6eka1w5Ik8mXYPbGPR8fGCePh5eV/rSb8p/wAlPMHk3zUdYv760uID bSQenAZOfJypB+NFFPhyEMZBsuV212/i1eHw4xkDxA70zT81fJl/5w8pvo1jPFbztPFN6k/LhSOt R8IY98nkiSNnU9j6+Olz+JIEiiNnlflj/nHHzVpPmXSdVn1Oxkh0+9t7qVEM3JlhlWRgtYwKkLtl cccrek1ftThy4ZwEZXKJHTqK73u2vafLqOhajp8TKkt5azW8btXiGljZATSppU5dIWCHjNNkGPJG Z5RkD8i+d/8AoV3zh/1ddP8Avn/6p5R4UvJ7z/Rfg/mT+z9b0H80fyj1vzdpfluzsby2t30WCSG4 aYyUcukKgpxVv98nrk5YzQHc6LsftvHpZ5ZSjI+IQRVf0v1vmDU7GTT9Su7CVg8lpNJA7LXiWjYo SK022yh9Gw5BOAkP4gD80NhbHYq7FU78meWLvzR5msNEtqg3cgEsgFfTiX4pH/2KAn57YgXs4ev1 kdPhlkP8I+Z6B71/zkH5jttA8mWHlDTAImv1SMxJ+xZ21AF2/nYKvuA2W5DQ4XifZnSnPqJZ578P +6P4+5nf5VeUv8K+SNP02ROF66m5v/H15viYH/UWifRlmONB03bOt/M6mUx9PIe4fr5/FluTdW7F XYq7FXYq+bdehm/Kb84YdXgRh5d1Ys7IgPH0JmHrxCnUwvR1HhxzFI4C+gaaQ7T0Bxn+9h945H4j b5sh/wCciPI8WraPbedNJAmktY1W9aPcSWjfFHMKdeBbc/ynwXJ5B1Dgey/aJxZDp57WdvKXUfH7 /e+c8qe+dirsVfQFh+Vn5a+UpvLnmHWfMU9lcu0GoWsM3p8JHgMczL8KE8QWUH55IAAAk/Y8Nk7Y 1mqGTFjxiQ3iavrY70N+Zk/lzzV5kGqaZ59tNOthbxw/Vy1wPiQsS3wCm/LI5CCb/X+ps7Jjl02H gnp5TN3fpYn/AIYsf/LmWf8Awd3/AEyFDy+39Ts/zcv+UWX+xd/hix/8uZZ/8Hd/0xoeX2/qX83L /lFl/sXf4Ysf/LmWf/B3f9MaHl9v6l/Ny/5RZf7F3+GLH/y5ln/wd3/TGh5fb+pfzcv+UWX+xd/h ix/8uZZ/8Hd/0xoeX2/qX83L/lFl/sXf4Ysf/LmWf/B3f9MaHl9v6l/Ny/5RZf7F3+GLH/y5ln/w d3/TGh5fb+pfzcv+UWX+xd/hix/8uZZ/8Hd/0xoeX2/qX83L/lFl/sXf4Ysf/LmWf/B3f9MaHl9v 6l/Ny/5RZf7F3+GLH/y5ln/wd3/TGh5fb+pfzcv+UWX+xd/hix/8uZZ/8Hd/0xoeX2/qX83L/lFl /sXf4Ysf/LmWf/B3f9MaHl9v6l/Ny/5RZf7Fln5Zz+XPKvmQ6pqfn201G2NvJD9XDXB+JypDfGKb ccnjIBv9f6nWdrRy6nDwQ08oG7v0rtQ/Kj8t/MNl5i8xaJ5iuL+a1W4vp44vT9NZGV5lQ1QGhKnJ cIokHkjF21q8EseLJjEQaj15bDveDZF7Z2KuxV9K/kD5Lt/Lflm685azxt5r2EyRPIKejYoOZcn/ AIspy/1QMtxity+fe0uvOozDT49xE/OXL7OXvtjPke1uvzR/Nu580X0bfoTSXWWGGToFQn6rB3Fa j1HHTr45GI4pOw7QnHs7QjBH+8n+JH9AfR2ZLwLsVdirsVdirsVYj+aPkSDzn5Vn08BV1GCs+mzH bjMoNFJ/lcfC339shkjYdp2P2idJnE/4TtL3fseefkL54M0Fz+XvmJaXdoJYrOG4G7xrUTWrq3Ux 70H8tR+zlWOXQu99pOz6I1eL6ZVdd/SXx+/3vLvzc/Li48l+YWWBWbRL0tJp053oK/FCx/mjr9Io fHISjRp6TsTtUavFv/eR+r9fxYJgd09x8v6F+XOk/k1pfm7XfL41W7mllhmKyyRux+tSxodnC/Cq AdMkQBEGnjdVqNXl7QngxZOCIAPIfzQe5L/N/wCbH5c+a4NOt9V8vX4h0pHjs0hukTisgQEH4TXa JcEpXQrl5/sb9D2Lq9MZGGSFz53H3/rY3+mPyZ/6l7Vf+k1P+aMh+Of7HYeB2h/qmP8A0rv0x+TP /Uvar/0mp/zRj+Of7F8DtD/VMf8ApXfpj8mf+pe1X/pNT/mjH8c/2L4HaH+qY/8ASu/TH5M/9S9q v/San/NGP45/sXwO0P8AVMf+ld+mPyZ/6l7Vf+k1P+aMfxz/AGL4HaH+qY/9K79Mfkz/ANS9qv8A 0mp/zRj+Of7F8DtD/VMf+ld+mPyZ/wCpe1X/AKTU/wCaMfxz/Yvgdof6pj/0rv0x+TP/AFL2q/8A San/ADRj+Of7F8DtD/VMf+ld+mPyZ/6l7Vf+k1P+aMfxz/Yvgdof6pj/ANK79Mfkz/1L2q/9Jqf8 0Y/jn+xfA7Q/1TH/AKV36Y/Jn/qXtV/6TU/5ox/HP9i+B2h/qmP/AErv0x+TP/Uvar/0mp/zRj+O f7F8DtD/AFTH/pXfpj8mf+pe1X/pNT/mjH8c/wBi+B2h/qmP/Su/TH5M/wDUvar/ANJqf80Y/jn+ xfA7Q/1TH/pWS+VPzY/LjyxYajYad5dv2tdVUJexzXSPyUKyUBAUiquclGVXtz8/2Ou1nYur1Eoy nkhxQ5VFF+bNB/L3UPydl83aBoI0q5a4SKPlLJI6gTiNurFfiHthIFW16LU6qGvGDLk4xXcO63iW B7B6J+TP5aSecfMAnvEI0HTmV71+glfqsCn/ACv2vBfcjJRjZdD292sNLiqP97Ll5ef6vN6F+fXn a4vbq2/Lvy4vq3Nw8SX6Q03YkejainTejN4be+SyS6B0Xs52eIROrzbAXV/bL9Aeo/lz5JtfJ3la 20iKj3P99fzj/dlw4HM9vhFOK+wy2EaDznanaEtVmOQ8uQHcGTZN1zsVdirsVdirsVdirxD89fy7 voLlfP8A5a5Q6jYlZdSWHZx6dONyoHdKfH7b9jmPkh1D2Ps72pEj8rm3hLaN+f8AD8eifeWtc8uf nD5Em0vVVWPVIlUXkS/bhnAol1DX9kn+KnbrIETFHm4Or0+bsrUicPoPLzH80/jzfOPnTybrPlHX JdJ1SOjL8VvcKP3c0RNFkQ+B7jsdjlJFbF7/AEGvx6rGJw+I7j3M18ofnm/l/wAo2XlqXQLfUraz MhEk8mzGSZ5alCjDb1KZLi2rZ0+u9nfHzyzDIYGVch3ADv8AJMf+hhNP/wCpK0371/6o4LHcPk4/ +hiX+rz/AB8Xf9DCaf8A9SVpv3r/ANUcbHcPkv8AoYl/q8/x8Xf9DCaf/wBSVpv3r/1Rxsdw+S/6 GJf6vP8AHxd/0MJp/wD1JWm/ev8A1Rxsdw+S/wChiX+rz/Hxd/0MJp//AFJWm/ev/VHGx3D5L/oY l/q8/wAfF3/Qwmn/APUlab96/wDVHGx3D5L/AKGJf6vP8fF3/Qwmn/8AUlab96/9UcbHcPkv+hiX +rz/AB8Xf9DCaf8A9SVpv3r/ANUcbHcPkv8AoYl/q8/x8Xf9DCaf/wBSVpv3r/1Rxsdw+S/6GJf6 vP8AHxd/0MJp/wD1JWm/ev8A1Rxsdw+S/wChiX+rz/Hxd/0MJp//AFJWm/ev/VHGx3D5L/oYl/q8 /wAfF3/Qwmn/APUlab96/wDVHGx3D5L/AKGJf6vP8fF3/Qwmn/8AUlab96/9UcbHcPkv+hiX+rz/ AB8Xf9DCaf8A9SVpv3r/ANUcbHcPkv8AoYl/q8/x8Xf9DCaf/wBSVpv3r/1Rxsdw+S/6GJf6vP8A Hxd/0MJp/wD1JWm/ev8A1Rxsdw+S/wChiX+rz/HxSrzp+dz+ZfKk3l2PQrfTLaV45A8EmylHD7IE Qb0xMtqcrQez/wCXzjKchmR3j9rE/InkbWPOWux6Xp68YxR7y7YExwRd3b37Kvc4ALNOz7R7Rx6T EZz+A7y+h/O3mnQfyl8k22iaGi/pSWMrYQsAzcj/AHl1P47/AHnYbA0ukeEUObwnZ+jy9p6g5Mn0 D6v0RH4+1KvyH/LW6teXnXzCrSaxqAZ7FZqmRElqXneu/qS128F/1thih1cn2j7WjL/B8X93HnXl 09w+/wBz2jL3knYq7FXYq7FXYq7FXYq0yqylWAKkUIO4IOKgvnb8xfIut/lt5hTzx5NJj0syf6Rb AFlgLn4o5F/agkPT+U7bfCcxpxMTYe87L7Rx6/F+W1H19D3+Y/pD7fmzq2m8lfnT5P4Tr9W1O1+2 qkG4s52H2lJpzienyYeDDae0x5umnHUdk6ixvA/KQ/QR9nufOXnXyPr3k/V207VoaA1NtdJUxTID 9pG/WOo75SQRze+0HaGLVY+OB946j3sfxc52KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ksl8i eQNf856sLHTI+MMdDd3zg+jCh7sR1Y0+FRuflUggE8nXdo9pYtJDimd+g6n8d76K1XVfJv5M+TY7 KyjE+ozgmCAketdTUoZpiPsov4dBlpIgPN4PDh1Ha2o4pbRHM9IjuHn/AGlhP5Yfl7rHnnX28+ed QZrSRxLZ20goJ2U/B8BrSBKUVf2vlWsIQ4jZdx2v2nj0eL8rp9pcie7/AI8fsfQgAAoNgOgzJeFd irsVdirsVdirsVdirsVdiqye3guIJLe4jWaCVSksUihkZWFCrKaggjtjTKMjE2DRD5889/lp5j/L /Wj5y8iPINPjJe5s0qzQISCystf3sB791+jlmNKBjuHuezu1sWux/l9T9XQ9/wCqX3/YzPyx528j fmzoTaJrdvHFqnGstg5o3MD++tJDvt18R0NRuZiQlsebqNX2fqezMviYzcO/9Eg8d/Mn8k/MPlJ5 b6zDanoI+IXaL+8hHhOg6U/nHw/LplcoEPV9le0GLVVGXoy93Q+79XP3vN8i9A7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXp/wCWv5Ga95paLUNUD6XoJIb1WFJ516/uUYbA/wA7beHLJRgS852t7RYt NcIevJ9g9/6vuer+b/zC8mflboq+X/LttFLqqL+6sYzVY2I/vbp68ix60ryPsN8sMhHYPM6HszUd o5PFykiHf3+UfxQYp+X35U675y1f/Gfn9pJIZys1vZS/C846rzXb04R+yg6j26whDi3Ls+0+2cWk x/l9LzGxI6frl59Pe+gY40jRY41CIgCoiigAGwAAzJeHJvct4odirsVdirsVdirsVdirsVdirsVc QCKHcHqMVeM/mR+QkV7cNr3ktxp2sI3qtZI3pRO435QsKei9f9j/AKuUTxdz1nZXtIYDwtR68fK+ Z+PePt96VeT/AM+dV0a6/wAPfmLZyxTQ/u21AxkSqOn7+Knxgj9tOvgeuCOSti5Wu9nIZY+LpJAg /wAN7fA9PcU781fkj5H852n6b8p3cNjcXA5rLbUkspT35Rqf3bePHp3UnCcYO8XD0ftBqdJLw84M gO/aQ+PX4/N4T5v/AC384eU5WGr2Di1Bol/DWS2avT94B8NfBqH2yogjm9poe1dPqR+7lv3HY/L9 TGMXYuxV2KuxV2KuxV2KuxV2KuxVlflD8sPOfmt1Ol2DLZsaNqFxWK3HvzI+P5ICcQCeTrNd2vp9 MPXL1fzRufx73uvlj8m/IPkSyGueabuG8uoaE3F3RLWN+oEUTV5t4cqk9gMtGMDeTxmr7d1Wtl4e EGMT0j9R95/Hmx3zf+efmDzLe/4d/Lq0nLz1Q34Stw46ExIdol/y23/1cEshOwc7Q+zuLTx8XVkb fw9Pj3+4fayD8tPyGs9HmTW/NTLqetlvVS3Y+pDC535MT/eyV7nYHpXrhhi73B7W9o5ZR4eD0Y+/ qf1D8eT1/L3lnYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FWP+b/ACJ5Y822f1bWrNZmUEQ3SfBP FX+SQbj5HY9xkJQBc7Q9o5tLK8cq8uh94eLah+VH5n/l9eyar5G1CTULGvKS2jA9YqO0ts1Um8Kp 8XgBlJhIbh67H2zo9dEQ1MRGXf0+EuY+O3mU28t/85JWjE6b500p7Ocfup54ELR77MJbd/jX3oW+ WEZe9xdV7Ky+vTz4h0B/RIbfcndz+W35Mefomu9DmhhuXBZpNLkWJgf+LLZgVX3+BTh4Yy5OHDtX tDRHhyAkf0xfyl+0sF13/nF/zFbln0XVLa+jG4iuFa3l+Qp6qH6SMicRd1p/a/FLbJCUfduP0fpY Lqn5Q/mVpjMLjQLqQD9q2UXII8f3BkyJie53OHtzR5OWSI9/p++mM3elapZki8s57Yjr60bpTt+0 BkbDsYZoT+mQPuKEwtrsVRlno+r3xAsrG4uieghieSvX+UHwwWGnJnxw+qQHvLJ9L/J38y9SYCHQ bmEHq10FtgPmJih/DJcJ7nX5u3dHj55Afd6vuZ3oP/OL2vTlH1zVbezj6tDaq08lPAs3pop+XLJj EXS6n2vxDbFAy9+w/T+hnEHkD8lPy9jS51mWCW7Ucll1JxPK1O8dsooaf5MZPvh4Yjm6aXaXaOuN YweH+jsPjL9qQ+ZP+ckBLINM8kaTJd3L/u4LidCanoPSto/ib2qR/q4Dl7nN0vsrQ49TPhHcP0yP 480s0r8nPzG8836at591KW0tq1WByGuOJ/ZjhX91AD8v9jgEDLcuRm7d0mjjwaWIke/p8Tzl+N3t vlTyX5a8q2P1PRLJLdW/vZj8U0h8ZJD8TfLoO2XxgA8hrNfm1MuLJK/uHuCd5Jw3Yq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqkXmXyN5T8zRFNa0yG6elFnI4TKP8mVOLj5VyMoAubpO0c+ nP7uRj5dPlyeUa7/AM4yRJMbvytrclnMp5QwXYJofaeLiy/8AcpOF6bT+1pI4c8BIeX6j+tLBB/z kp5S+GNpdYs02FDHfhgvhy/0kfhg9Y73I4uyNVzrHL4x/wCOqsX/ADkj5v0uQQ+Y/K6pINmVTNZt X/VmWbCMxtifZXBkF4cv3S+6k5s/+co/KrgfXNIvoT39Ewzdv8p4ckM3eHEn7IZx9M4H32P0FEn/ AJyG/KyQl30+75v8TcrWEmp3NT6h3yJyR7vua/8AQxrRsJR/0x/U4f8AORH5WxH1I7C8EibrwtYQ 1fY+oMIyR7vuX/QxrTsZR/0x/Uhbz/nKPyulfqWj303h6xhh7f5LTYnN3Bsh7H5j9U4j3Wf1JNL/ AM5GedtWcxeW/LCs7HigInvWqfaJYd8icxtyx7LafFvmy/dH77UzYf8AOSfm3aeaXR7OTxdLFVB7 ERf6QfpBxqR72XidkaXkBkl/pvv9KbaB/wA4x2PqC58z6xLezMeTwWo4KT/lSyc3b/gVyUcPe4up 9rZVWGAiPP8AUNvver+W/Jflby1CYtE02GzqKPKo5SsP8uV+UjfSctjADk8zqtfm1BvJIy+75ck6 yTiOxV2KuxV2KuxV51+Z+jHVNStFCHUktrG6e40ZLg2s6o5RRfWz09MywkcQJNt8x8ws97vuyM/h wP8ABco1Lh4h19EutHy7mPan5ni0rzbonmeO4updDg0CxadLh/3jwXa3jJJKB8HqmSKIMffIzlwk Hyc7FpDkwTwkRGQ5Z8u+PBsPKjJlH5MR6jF5d1CLUpnmvk1GX6w0hLESPDC8iivQB2NBk9PyPvdd 26YHLEwFR4BXus0z7L3SOxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVqSOORCkih0bZlYVB+YOJCQS OSTXXkjyZd1+s6Dp0xPVntYWPSnUrXI8Ee5y4doaiP05Jj/OKWy/lN+W0tOXl2zFOnCPh/xEjI+F FvHbWrH+Ul83RflP+W8QIXy7ZEHf4o+Z+9q4+FFT2zqz/lJfNM7XyX5OtDW10LT4GH7UdrCh+8KM lwR7nHnr9RL6skz/AJxThERECIoVFFFVRQAewGScUm28UOxV2KuxV2KuxV2KuxV2KpTrvlPy9rxi bVrNbloAyxPydGCvTmvKNlJVuIqp2yEsYlzcrT6zLhvglV/jq1e+UvLV7DJBdadDLDJBDavEVovo WzmSGPiKAKjkkUxMAVx63NA3GRBsn4yFE/EI+z0+yszcG1iWI3UrXFxx/blcAM59yFGSEQOTRPJK VWboUPciMLB2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV 2KuxV2KuxV2KuxV//9k= application/postscript converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:018011740720681185E5990C6E4BE2B0 2010-07-12T13:30:42-05:00 Adobe Illustrator CS4 / saved xmp.iid:028011740720681185E5990C6E4BE2B0 2010-07-12T13:31:39-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:048011740720681185E5990C6E4BE2B0 2010-07-12T13:39:54-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:BE6B06204D226811ADACA6603AC3D52F 2010-07-19T16:32:27-05:00 Adobe Illustrator CS4 / xmp.iid:048011740720681185E5990C6E4BE2B0 xmp.did:048011740720681185E5990C6E4BE2B0 xmp.did:018011740720681185E5990C6E4BE2B0 xmp.did:BE6B06204D226811ADACA6603AC3D52F xmp.iid:BE6B06204D226811ADACA6603AC3D52F xmp.did:018011740720681185E5990C6E4BE2B0 8.500000 11.000000 Inches 1 False False PANTONE 186 C Default Swatch Group 0 K=0 GRAY PROCESS 0 K=100 GRAY PROCESS 255 PANTONE 186 C SPOT 100.000000 CMYK 0.000000 100.000000 81.000000 4.000000 PANTONE 286 C SPOT 100.000000 CMYK 100.000000 66.000000 0.000000 2.000000 % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 %ADOEndClientInjection: PageSetup End "AI11EPS" %%EndPageSetup 1 -1 scale 0 -58 translate pgsv [1 0 0 1 0 0 ]ct gsave np gsave 0 0 mo 0 58 li 58.0005 58 li 58.0005 0 li cp clp [1 0 0 1 0 0 ]ct 28.9614 54.6699 mo 14.5977 54.6699 2.95313 43.0244 2.95313 28.6611 cv 2.95313 14.2979 14.5977 2.65332 28.9614 2.65332 cv 43.3247 2.65332 54.9692 14.2979 54.9692 28.6611 cv 54.9692 43.0244 43.3247 54.6699 28.9614 54.6699 cv cp false sop /0 << /Name (PANTONE 186 C) /0 [/DeviceCMYK] /CSA add_res /CSA /0 get_csa_by_name /MappedCSA /0 /CSA get_res /TintMethod /Subtractive /TintProc null /NComponents 4 /Components [ 0 1 .81 .04 ] >> /CSD add_res 1 /0 /CSD get_res sepcs 1 sep f 1.127 lw 0 lc 0 lj 4 ml [] 0 dsh true sadj 28.9609 53.207 mo 15.4058 53.207 4.41602 42.2168 4.41602 28.6616 cv 4.41602 15.106 15.4058 4.1167 28.9609 4.1167 cv 42.5166 4.1167 53.5063 15.106 53.5063 28.6616 cv 53.5063 42.2168 42.5166 53.207 28.9609 53.207 cv cp 0 0 0 0 cmyk @ 17.165 24.9653 mo 17.165 39.5225 li 40.7798 39.5225 li 40.7798 24.9653 li 17.165 24.9653 li cp f 20.0332 39.1504 mo 20.0332 25.5811 li 17.9634 25.5811 li 17.9634 39.1504 li 20.0332 39.1504 li cp 1 /0 /CSD get_res sepcs 1 sep f 21.9502 39.1504 mo 21.9502 25.5811 li 24.0205 25.5811 li 24.0205 39.1504 li 21.9502 39.1504 li cp f 25.937 39.1504 mo 25.937 25.5811 li 28.0073 25.5811 li 28.0073 39.1504 li 25.937 39.1504 li cp f 29.9243 39.1504 mo 29.9243 25.5811 li 31.9946 25.5811 li 31.9946 39.1504 li 29.9243 39.1504 li cp f 33.9111 39.1504 mo 33.9111 25.5811 li 35.9814 25.5811 li 35.9814 39.1504 li 33.9111 39.1504 li cp f 37.8984 39.1504 mo 37.8984 25.5811 li 39.9683 25.5811 li 39.9683 39.1504 li 37.8984 39.1504 li cp f 17.4834 24.6045 mo 17.4834 17.4482 li 40.4614 17.4482 li 40.4614 24.6045 li 17.4834 24.6045 li cp f .789 lw 17.4834 24.6045 mo 17.4834 17.4482 li 40.4614 17.4482 li 40.4614 24.6045 li 17.4834 24.6045 li cp 0 0 0 0 cmyk @ 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 1 /0 /CSD get_res sepcs 1 sep f 2.0286 lw 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 0 0 0 0 cmyk @ .563 lw 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 1 /0 /CSD get_res sepcs 1 sep @ 28.9722 9.7124 mo 23.9834 9.7124 19.7539 12.9536 18.2681 17.4443 cv 39.6772 17.4443 li 38.1909 12.9536 33.9614 9.7124 28.9722 9.7124 cv cp f .789 lw 28.9722 9.7124 mo 23.9834 9.7124 19.7539 12.9536 18.2681 17.4443 cv 39.6772 17.4443 li 38.1909 12.9536 33.9614 9.7124 28.9722 9.7124 cv cp 0 0 0 0 cmyk @ 31.3447 9.87793 mo 31.3447 8.46924 li 28.9658 7.84375 li 26.5869 8.46924 li 26.5869 9.87793 li @ 13.521 43.9365 mo 13.521 42.4707 li 44.4238 42.4707 li 44.4238 43.9365 li 13.521 43.9365 li cp f 13.521 43.9365 mo 13.521 42.4707 li 44.4238 42.4707 li 44.4238 43.9365 li 13.521 43.9365 li cp @ 15.0107 42.4707 mo 15.0107 41.0068 li 42.9331 41.0068 li 42.9331 42.4707 li 15.0107 42.4707 li cp f 15.0107 42.4707 mo 15.0107 41.0068 li 42.9331 41.0068 li 42.9331 42.4707 li 15.0107 42.4707 li cp @ 16.4971 41.0156 mo 16.4971 39.5508 li 41.4453 39.5508 li 41.4453 41.0156 li 16.4971 41.0156 li cp f 16.4971 41.0156 mo 16.4971 39.5508 li 41.4453 39.5508 li 41.4453 41.0156 li 16.4971 41.0156 li cp @ 13.9502 43.5576 mo 13.9502 42.7256 li 43.9966 42.7256 li 43.9966 43.5576 li 13.9502 43.5576 li cp 1 /0 /CSD get_res sepcs 1 sep f 15.4541 42.2275 mo 15.4541 41.3955 li 42.4922 41.3955 li 42.4922 42.2275 li 15.4541 42.2275 li cp f 41.0093 40.8535 mo 41.0093 40.0205 li 16.937 40.0205 li 16.937 40.8535 li 41.0093 40.8535 li cp f 28.9614 19.1533 mo 39.7671 24.0767 li 18.1558 24.0767 li 28.9614 19.1533 li f 52.5063 53.209 mo 52.5229 52.999 52.4097 52.8408 52.188 52.8408 cv 51.8618 52.8408 51.8267 53.0449 51.8267 53.2002 cv 51.8267 53.3408 51.8882 53.4258 52.0171 53.4756 cv 52.1255 53.5137 52.231 53.5547 52.3374 53.5947 cv 52.7183 53.7373 52.7886 53.8721 52.7886 54.1377 cv 52.7886 54.5186 52.5493 54.7422 52.1626 54.7422 cv 51.9644 54.7422 51.728 54.6855 51.6128 54.4229 cv 51.5688 54.3232 51.5728 54.1621 51.5688 54.0547 cv 51.7915 54.0547 li 51.7817 54.3525 51.8364 54.54 52.1733 54.54 cv 52.3989 54.54 52.5581 54.4258 52.5581 54.1885 cv 52.5581 53.8828 52.4341 53.8799 52.231 53.8018 cv 52.1196 53.7588 51.9429 53.7031 51.8345 53.6465 cv 51.644 53.5488 51.5962 53.3887 51.5962 53.1895 cv 51.5962 52.8555 51.8296 52.6387 52.1577 52.6387 cv 52.5259 52.6387 52.7515 52.8291 52.729 53.209 cv 52.5063 53.209 li cp f 54.5776 52.6797 mo 54.9702 52.6797 li 54.9702 54.6934 li 54.7476 54.6934 li 54.7476 53.0342 li 54.7476 52.9482 54.7534 52.8652 54.7476 52.7783 cv 54.7417 52.7783 li 54.7183 52.8965 54.6987 52.9717 54.6802 53.0508 cv 54.2593 54.6934 li 53.9927 54.6934 li 53.5708 53.0264 li 53.5513 52.9561 53.5356 52.8887 53.5112 52.7783 cv 53.5063 52.7783 li 53.5063 52.8652 53.5112 52.9531 53.5112 53.0391 cv 53.5112 54.6934 li 53.2886 54.6934 li 53.2886 52.6797 li 53.6841 52.6797 li 54.0786 54.251 li 54.1001 54.3369 54.1099 54.4209 54.1216 54.5488 cv 54.1265 54.5488 li 54.1401 54.4473 54.1528 54.3477 54.1782 54.248 cv 54.5776 52.6797 li cp f %ADOBeginClientInjection: EndPageContent "AI11EPS" userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse %ADOEndClientInjection: EndPageContent "AI11EPS" grestore grestore pgrs %%PageTrailer %ADOBeginClientInjection: PageTrailer Start "AI11EPS" [/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 %ADOEndClientInjection: PageTrailer Start "AI11EPS" [ [/CSA [/0 ]] [/CSD [/0 ]] ] del_res Adobe_AGM_Image/pt gx Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx currentdict Adobe_AGM_Utils eq {end} if %%Trailer Adobe_AGM_Image/dt get exec Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec %%EOF %AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 14.0 %%AI8_CreatorVersion: 14.0.0 %%For: (Lisa Barnes) () %%Title: (SMULogoSM.R.eps) %%CreationDate: 7/19/10 4:32 PM %%Canvassize: 16383 %AI9_DataStream %Gb!T"n3fh'Z=$i %efXN:BAX^ublZNH==gl,LQ+n&6co2PDd7ZNljdVjV)E"2Q/:aaGWgU2;D%OQY"Yad[?I\!+I\Ic9r=\(XX3sSmH!j3lE]UidRepP %"R>)%Rcd)0XIo4pI\'3M5J6@P5m4k+eDamGdB"LS+@uoj#&4)?T5KmSra`%;Vu>$4-)C37*K@hgl5+7sJ=5mS"j*CZLg1"r^K&"g %KD&81iumk@:d`ANc!OX+5[RImHn:(Y;WJ"2Op=-AAMX6aRb+7$A#0%j.t;./[61>\m:iPQL[%9uf),IJZkm8@kODpWk%6MJeAe^W %"`6[s)>rm@W2C'>,Vd"d%GGbHGk@&irKm7o?uF`aLGB$3Cc%MF8n@m7*`G$-mH>%fql6A1XN*m>ta^al(-"W]f1#m'=Y^pFL!^_F@Xq]GcFiiP9t(*QWeG1'DZ30`&TRN8Nh.pj>!>>sZf=b7U]/+$u@/9CsReWXWRuq1Dk%q5Z^F:DL%g+,=)%JSqHE+27q#UIY9thHq(`GJFX2cZ*Z=pfeVp`WTD=Ucn)?n([-[)`6I`_m\i# %jTad\s#52O"uJ)DRq3!ngXArJDP.Db'*BS1[)0^lhXKf93%7gV:7Y*CrO8QL^]8.uAO+k);(8UHn%_df*t5?-QpC81ZjLtMJ4KP' %Y^kGL%,g6^)1'"[)"^&Bp@tuOF[G$UhS=g%/MaU1I!8&4roDh(:IIdVX\ScLJPuM(R4@*3clb4&qnjJBLkt;_XW;hNU%[HKJ%!B) %JiWc\Tpg*+@%mfA,K]dk0mB5!n-9j/#0OjJT)m:sioe5,?UOJDch`5hJ;^gJKBZ%M+2;WA/,lJ#?LIu1Xlrc0s-6@r6=8[&NDC?] %k<;fu55YElBAgf`;"U)]p0[Te??gr1PWmmtT\t.[q;RcgmJ6["J/8&!2%]E$Cn>8]C[D.a4:5gkXlH2@-*TrShjh,Ql[gcRI)5CV %*^0#f6/_E+(X38:r7bl9V@Z!/A]jk3BREe&)-td>[)b4-6)Vf?S"h7/Yfqb4Gl.n%#70JlBZ0t5XcNThCTFV8(#%-F0@5UBcX9Ma %Vg]GB8R).GT-#\cQTt^qI(ADNrr"tsK%D`m,h7?V2H>89Mo)JAWnRH%"(D`/M-A_2?oFt+&D%NmnP_[jj":0br<)j"HlLiY:0PEe %l=:F,dQ2mgPTNQKhsJ6RY7&N$P^5^$_JqH8,nnJNs&/+j7mhu]0S<6s9Bi]X7^!^.BD^6D,NDd3kSom/5bl%]Sac%h=aNl\^EOs, %=%Y1>^YeGf'UFUE3NE+K(4,[5o2:?Ds5=h)]@TKSMLUqUrV,G_G1),f'9mcMM6Tgrs8';,D>=u*jo:*93dLbk?S%3:iFO\\oXk.X %H#YC#as=KM5CTB7#P>1u@2[ibs"rnuV:')2X"/ZUc-q0R.md-+93tp"X5BCqZ?/U;pqNIpT1].DPD+o62?2W1q;]$5aJD7pd1du1 %tS,_VX+S68TX,gk-=$[d#s1$P`ZK\!!_RD:;pOEm`C-+1$[UZA9Go^"!(Ju&ur,eY)qQk+T\]s_4J2oV)"M`pF5T:Vj %D50KrrA@TC-r[lpA0hlq.A?Fsj>>n8X4,@mXnMZu\GbJ)r#MQ_]Y8J!$GB=95%mB3Wdos61(7G=Igpr@4.8nB+*\G"%;LLH\I<;j %KeiJrhm=b07IC*[H,tf5i\(q=/>hZk('/MG@BHTq2RUJ-g2T!>N^6%g>9X]AVeUQ<)7RF-l2C]8kkG"=rdPX%DhQJT-tB`udT5f6RU%/Fd:^2-7*6%Q3oo*I&Ep>lW9h33Rc-P+&J(u)t753tUcN\6-&-XNeXlP$0aX=+:4oq5QXiteU+E).UE]j2jq#bIqj.An/dRusk1[Tn,Lp\9A %p`Kp%9\,YJm)?Gh^Y=s`d:\"X7ZdAZ)p;SW[#+`^\l1:G3pf4[fQC^@%7E %&*r:=,\_t50bXpr?^+ah.rTHR9KpX#=C^"P!pr6#A_^68j+(DE'ElKD7au"ThIJ\*H5Iip_htlLK'qRUB3K^^2duMoh"q;Z#=IWC %NI/mbZ-U_j!_cFMr+*e:=QTDK(_\h.qDhd)ksuJ(M+iXsVqil(VHF";F3j.(<\RY3I+9jNqq('1IA0EKWdWU$bu+2dVunG0l$j,r %o1FqS+r]C"Ah1AW6kr5\rIMg^Y.>&F[ng7KVqWoE+pf'Be\kuT\]QeWN5a&OU;nLgB0U;p^Xg]k=GQ4 %`r&`<#!"W8_Wo#^q5iOZAj]hgcl>p8>q*F(3"+f#+Lq@7,33\2:-Y++jaF+23duWi\hkG%g/BBM'e_P+&uqh0dZXtXF8)0Qp$D,@ %+#eX_r*\'^,-Ja0+]iZaR<*/l5,(!AA)V]2^j49\DqK;-cA2Fenq<@fffTmh5Z %(f9BS@6ls+RWR9d7>Ku-cUD$r9&i53O3;o=Fh5JI)bE>dBn&CZSt$\E")=#,n>J>CX0,6.=7"\?&_5C\$!t"$:&W,$/21's)b)U;5ojChRsp-+d"$^EEABCCYGjtN>s;%;N[`d:7RA8/g?FQc`%%s %M=UXg<\dud)o'aX4mD0RROc$`b$UF9RtGnCSSoPfDoKf6:%E?M,ZP=4@e&7n?XP+!ppIjK:k\G"ki]-1Hn9882$8:IN!&W=g:g%D %jeJlc6b`,7Fp-QbNZ9C`>6RI?c&.XAl@%XhFJH"R/UVR.8YV@bFG`;:a&8W5#Z40(",3Mkk>Ug9;QQeAO,p$nYo#,Zt12_,M1qCQ>[%:;GW[\h]I/MqRAQJ=)bTF$n"ZfYHs4I-5"Dl6_\_>`*W_R$0cL<=$:EJ".g"s.,?^Z`9jC=u.LkX3qXQFZQq.5n&oG@H]P5DS8#2@@]g+qgOY_QP05%*XRle@"A9WAWG3Z+h %HfMPeSaDnZ-_ulQYtF=rEbk"/nM4Ms"Z)Pd\)noBasF52$+sF;Q/3QSHSm1HI-J=KTd'.5G!rlDFRH3bm.'2Cg2nCddSE6Shf](Z %1O1f9VRt_g%;B['(Q=8p<$h2ireZ^DiKI$a3iZ!@9B!#XObW"rP5HM"\OOdLW@spYN%8Nf=rYoN-,6oX6eYOIe&$_nd`Z*ElR+^) %5Y-;()qrEb3*2gtXW30biR&OB*,7t:#)u8'UnBBI[t@NPpcdJVl765a'FuW`P?Zf74*?U9[/%S*?7Il>.@aoAWAN99I)YR>N_%@@ %fd.BtY4?R[jb+??7GZjWX-7O?)kmef&brpO5"Zi65Q[k'G,3YfY,NR]`e$+Eaa3XG%O(KKK];T)ajSe]A%qe=9K46PXSbai?X),R %8#-r0[I8du(I2Yp^KUFHgt+Q^:EdHD<@6!^cXY;a4XE.36s=LLm3/9%MTtngo!re,UERnRGInB"B;F([=oG,E9A>O0/-tWK<>\R> %gaL4d!ufU/rba8-;ii&SmU#A>:4*)_^>9rS_Gm>5f#dQUK(N4.?`n962P^<\7XKFRn`umQ+*L'K1?G[<8AAr&SHg(]'&U;"f`tV! %qg*B);P-]2Gt4[L?a1j[BtCTiJ&tbHde;h1N0$@W=Oq:.WO)IL)'Y'a/Xi`B^!Q*3]*49;W-4tTiL=ZnkuT3J6(7T(i@ces85guK %`8/==`?O4u3-Fe3[KVf5k1N+egN_RIQ2o@nadc%Q*b@%RUL5g6OcRd%8aqSDJlQ-q-&r\a9HGlbM(4_dodS/\ni:P@h/l3DL'.P7h&a:@EsQlKY4/TY-gje&('Rb5(GhcGoD)IIZ$=CXL0\ %:T&R&Ve93IkHE5-QYIe/Qr2]e>F3BcZX'K<5Te`C5C]kJ;g0t:YLAi!67@*NoE*o>k;a9lD2dQRN3=RP)XXH^+f:XEqu,GYIfKD7 %nhq;uhcBV7b1fOqPu$7#Rr>DC]/V8<3XA;#kH?OW5(?:1`^st'7a@+/_o-"7.4IJ)pq^TFsHbrR_`>gBOU$^@csir@Dg!*Zinh%dVFf!'\PJ\ %Ud2"(d-l"2lA#7WpgSbHVTJ%G[ka+1=Qa7`3]rNa(%^5-NRNqcQ%=GPD?Q7$_F`hN&Heoh%OgO74[X_?VQ5XVlQ_f;o)CM-?A %I4kMu'E[dMQ@U/P,1+pcB['IA#j6Z%Yb!CK]MF(F*?Gsu`#lc49o\sPo9l#3CHFb,'s5)[KDDiA+98X]s1ml,0c%-^>o>dR6k2:V %KchL(q/W57*d=:Q0FKs"an3L/7SVYW(%6'PUZ`5c-hb+'gjtjReX9!LV"6Y\*W*QJicE"!f %%Je&9\%G;GK@^[:+hZ6@25n4Z"n[7tG#5B4H$_>.7Y5*k%d=t1pfu`.1Yl/fQ?gb+2/^I7X-:GC=FU6h+q'd[$PDMa)gnGQl"aeW %Qr6!)16_P.4SQ3B0]uHf&P#Y>Z`^q6B%=06h6K`UB**N=3rAbF[L<5[B-I-%*;C&qi"RP.@@bj7UgalALgiQ(J?e(I0$PArCYC:et07V%iX?Y %E$lFf?ehtZR8"K#Bsrd_V$$KV[qJJs2V5#jI`P-UN1bquf:)*4Nh7u_V:)WOc`a]jLakJ7?XO1J^"mjOTlq=/EZUTJTWHX7-nF!5 %49I:;=8MHMsnJt:Eh>)"+gbWRdmdPml/N2uD`OK/Fr7gpM'$@t?Pd'.QrM"W3]&2h^#*ZS_kiij^FD>_&Xo?RDCsO3Z`#S5eV4R*$:o!=-MtAs<6Ujkkd:k!I!Q:j`9k@P,+.?&4bJ5ZZ/DbIYV&VJ(gMD&(>%-!je/bPChV %CeL;X+UROL*YRXm-Cf"d)i^rq44'2#Zd;S-AJ?r1AC'W=]?rLCp;tUjFtL5"H\:gJT$<,R-2]saB=p"q]!lfQgTt"T6YEaEI<9O. %9\Reia@d/c6C*r&iTmhTJd@o.0)ccP'psB-oJP9cBm:D]\#Rm>G#auc^g-aNAK!8tX]9(ZNl7T%mG$C5X9js6X^]X@,CBk)_X-q6 %f#tU0#1C#Eb<4*WDch^cACW9b>di'X,9SSp+j10lD=04uI-e!E@!ljUG,0LgLbMjq7puD/TS'#CCU4N#8MO%s6'k$OALJD#T&0O] %HDiL(mT`Ff^k1r[KdE8ad.n`(n$A'XhEbOhQKdMhD4T_/&/`/3?c`Cr*m[r5ZKkaaUW+qWX?0I+3*&Ceg"&"#^;)ef3:Bh6:je4@ %>3[6-X#Z&O#Y^@0q"*ZV^W`:g#dom %C8/*pQ0m+uf_rrF/T^PcfC/1-Z>_NIG0ci=4$b$bCNVV[841OM?&1-4jMdr=4;&^Ca[5U[Mo#4UQA,of:1`hV'L'o=*5nND+11BW %7N2sJ.Er#fh0jpqJqlh;XQ]d_1)oCh=l%b=_TT!q^pnNE%2mZ$7siTHP91Xn\_HO$=:-t<[EWdSI@SU>,l/]2AqZ4F0Q@Rl>*Dr; %q)j_c"-_0P87OWiB!qB&p9XBJ;R.jVgr%b+RSMU(?p>^,KodtU]/L;RFP05J:GEW718//ZFp>#mBfg]8o>,1W-n7]XMn9tC-"fX$ %j=kJ2Z>G4HF]OdWPOY>c#CL'p>ju>eA_assh2%n;/JLS8*^SrsX=&bJ4bCrq=AK?rHN]o,p4fDRkhIEH/CB&"`6c%bcrm+IQ]Ih] %O.`gL$SEAck8lqP$`k_1c96d)(+m%<%%V_JSJM+2EX\Lc"J$FJ]35VK`&3.,l60:aL<_r6Npp>a*_\VpTX9`XN/<(1L:L(a:SE#QR>RcU)soT"qEtY^ju%N`_R&P.OH&!)IKN5#?Z"*_*@3CeomF %aOE#aZs>H?T?`Xe\*ZhkHeI%Gic%f7`Gl`_GE_[A$irbT4'#^&H=/s)'UUJ4mqM'i:9_e/=e%&RBAaS^"7qHl\epQBi*@6Y4Z]?o %8bULtjFIPqU7Zuq1dS#/bA98"h_M)8juf$&j6%2uk8=rN4;m(ebhn&WoZX%_a:N\6MZ@fY#F7$OUH]G+nQtpU-=M<:DK6V(7==r[D`dH!d %CT&6=#gMgsctshMLn!#M[h6M4.SX0(*"4QB%d3ZsEk#g9(%3YK[bQ8j<]s?.R<1Eh*dR#c'l28Bkqi-H10hb7i>!Es&i!qY3qS4V %L@A_3I1.ri-/sio\S9I3?DbQ0[ErX>etfhi7'(KNGOO1]J;`Rt`PsLhBqRBkN5!><7e?57eg+ra.HVCS[ua+7H90jjMd(p2!F=Gcr<1LcK1Er%&r*j#7g;EjAq!cE+FN>>OWboH^#JWanAsf7GY"3U %_K4qW3Ij"ZVO>YO9&b(R(PeHmhXE]fcCukNcdrbmGgm;[:COHG)X!tja2njuOAfe>c>[gTk8f;#&6_)A%%\J^]/bg-I*DQG0H\Kd %Koojq`K+JdmsN7KH?4(KPRnICUp0Ro&JSJ?^SHamH:cr@G#Su[hV,C)Uk5nFqhZjo60DXjP\]1BNe_]Lo<14sNp6PJQ/gi1;p_t/ %\95j0/TsI'fm#LR\\@oDU.=S?E2uA7ZH'jk/Ca9BCPmnrj,pGUEU/X?dl`NRg2j%-_`?NcYd=%J3;qtT\"f6^`P]sR@[(^MkY#&G %84WHN2"?A<@m1Q?]4@;3>I'cUS3&%%gtH\J*aTAF&E?>Q"uu5+=tI>($fT`sk9X=7Q2$Uh\KDm<]1B=cnD5Oa)m0Z*O)P.o1#"I* %fZJh4C^Vd]gEO",(187c^(`JD]*K6JG5I9Jm)uX.I)iI3XF,u<%#`HVbuI3q*OK0S?\Zhq>&FF3E#)Q1Zr:]Nc5MulKJII=07)4Z %L;OQCDGfc"*!QJN?8:J_gQ[Ut)Z';`c%tal&M3Mb?u-$)N'LQ:7-aBi)C&,\Yk:G\56%]-,$!:&#MgpGOkS[)Lb?X7-kWEYc5QI) %J3rU]X9=Hu.2DSOGm(F:FPu+'_Si*'l;+J'N).E/XNDQOSZ? %YUe<>$4#/j?.,l+'FoI)(a;[U$AC;6@r03RT_r'S7X1q$mS'\e,aO7e1HPnEjmo<_D8<)_!c<,l1,t@=0Zlh=MsE'fM=m%jAN(E% %#TIcYN[HNk)2i'!(UnP=XBA;s>!p(8Zh^LG/_KHA)XO?HhQh_B.2cR7Qh^%R %"_i!m4*;3_T`r'=7bE\H[g9V:emj>iFSE/[IF)H.6FKuI><]cS80GE9Jo0HXZ[WdiEn7G-G+`"HCJhpIQ%MiEn=!tWarisQ7e?Wo#;/:8#$;mk\$4>>mAL;qHD4O/A\SQh8W#@_]`OSO@3Dj1nF4UpiT*U3o\2 %6ge-Ql(!]FT=[aBM.epT@YjB[cqqj#+Pu<@*%i1)kG49(q=qT8VKj,28&9dl1B>C\aiDoO3f2Yp`&?E8mUH`S@ZJ-EnE(9EGtn," %%NVk*/Y=tQQESSJIU_W.:++B3[OuYWWJ&R5H79VG;kPh@k+OZ-Ss^M)#V.$djIBLnQ2+s);G6]2``_QeR=3Z+@9a_IG[.`:`%k&6 %#]gi<^$"i?X%71hJ&L?74'Ta>.)n)fg79_].f%5$mO[&Q=S@N:8olqX^X=p"DOET&DWJ*_I*QgL@t&l1U7RDa!N(6+*m"QJK8T#=-!MMJ %U1\rrA0m0gU`\T(ceCqm^TurlV's^RXRS]s?#$M[[VF^knO0d'<^GoR0*]>E\CD7iXn+AKI@[:0lAJ:skK([i(Sh('+2/u?/Ve/ShoF8XLnTH*-^76C?$?_]+D3#")H"hHL$X@!TZeWPPMHkLStU&+k,%I(]@@249(AEt*ilh%MO3^q %2)sE<_]`eDK=O5_$=rY[iJ"jEGV5S$pW$bd=?Z.WNk'.dnGKXU@>AX,^1Zb_bT!PYe %\0T'&G:^JueMH"6o=`k!g`<\2\7<5&*$/!d8f-k0OQCjp@u5P&+g;_L/1dLW!8WeV=PM^!Ydb*H9p^3K`b>mENsqB:Gi!LqiN27f %6G@F>B+9F"&.7NlPKam7L-r]lc6\:gLeP(Ob?I$AI=3o,Q.cg9"(Cp0!S&h'6psKm-"t:[1X`*pF^doW^OA %@2:S)9a*d.]I:c@j-o/tGOmDg_p"\/=EJW#RTjb((g!(MDdMKb7m/X2B"HjhAetq0G7^2.Q]IJ:0dh?pR$j+=eKZ5f6hG8W;U*'g %WHh]m/?6`#09FM"h0_C&5DR9=lXO5m":!H>C#1.?*k'(5nDkQ"\%hHD7S[CLKdHH]3a3i,OsM/%ZIcda"lUak_h%cGOV:W" %!![8eA,dmFV-][LPV:kTXslo*>@rh]2YtuQYrU/G`hsI %G!3D3j;.Rcm20`>8#;J?\$o+\77_X&b%Hci<,i;_]7-u'97%N4j\qS!1gR@30=2t;Sf:V8-a#<,r&//5eu>N6]fi6=noN>"?V.F= %Wo88mR&hVTPYQYcQ=bc[geY)%ia\lbj_i*c,P/CfeTOFJb$mh'$:FKJd,TV)Q>D_$IigL^Tqa=6BIf"<]1Q\$Vh3O22WCT7%o6)? %fAd,T_pBQ2m&@5Ad41K]2!9Kkb=&1PS^HTiYluc5hDT/ooHd%O^Dm(rtlSoL+R2EH`boZ=Y=IgZ.0/u %*&$Gg[6S-N]AaY\q(]CUmEeBo*8.*!gRD4;5-o9sN]:7(NGNY?dr,>#f_$l-Ss^hI53mJeMH9sf6:S`VMSWk:X@a_>%([=nEe'hL %IHuK?5%<6e]sV(sf4gjN!%QRIT6NLQMml=Ju`ldUP]Ytg_BbKus.b&eT(pn:g8N(djd3PNK/Jnh.jnC="S21'(dSaa`!u-*3;>oH[X6:lM",B*jI;<+'e+_K>0AMZL3-QURYL.8+D.#12`Y&h8]k1[R5G2q7CQf`!b@8kABJ@NTa?'84dT8JL+#=<(dOB8)gW2@H]/])*/e))iu/$0OGurgI<1GM1a7\:#2,k:XdYL#4X8^m %P4C3eKj-GaT?g@RTJ^K;UjNXig&;@Nq4.95\s)^\]_LGhP4Bcu%q`WSY9rA+B?OIk;Eejpaq^*1fpYm*T<5`"jGAs&;eWD,f?\8c %;c^Z0mY5c'laOf8\0^_B;(/;QoioJm:b]*1lDJK%o(mX';d)h#5PM7.b]cF"jRm#r)eudnIV(R6lePAfk4Nd[Z3[3cereS1?"%q< %6*sU#jPK&O@ZPH(]RK8f?$!9F9BPngcg%u+5/%2`"MPT$F,HK^*o'puT %nI3ebo6L9OiuT19gTHdmcQV_-\5JR,Z;P!no$$ZPJi45?SLW!P1=K%]@6/jd$!#,N3%'b38F\O=C+3>21Up#lcJJU:.gmTF<,Z*%#R&kF6;qF@u5K"cg/'-hf@D_IdR6#%Q@09&bFLM %h6Zr0FF):[YFiF98FWmLo(omIL3#G59BPoBOAa9e8)"na1p]rT"KO?kCFYKCR<-.8#7&['_'sP@S3iSDT:(FjI$:p[WE&[N4j%QP*+P/gsgHXun0R:3KIsE)$4nSsuq`9)a %[_k1XLY?otDib@VlK,A.\,,??SCtGD7Z?8%0MKg3=K8t($VZILBsLl&NGYWmQT,E3]E+bg9"!;\Ga4ZMeQZEhnZ>-#6M%\Kbc[A^ %LSVgbC,`a\''8,$mcX!t4q/;.LWRW.GciGqN^;pKg$sFLp@>#BI(P>J&dLq'bk=aas)PPJ5s5s(bt&F"Cm7-TY^@OG^OhS71b^E` %/#T:3nMRqNn$h?[>Tte5+[j'kRgYXGQ](o&bH>Eo?@ej %4H=-f492)g7DG\drVa3'/+dr/^V:h>*:Hld<7(&SZCt-Eph%/EP:uKXNq";c^1[d8?bgp*OfpqYhMi=6nKPDiqPh6>%&'7"jm$I4 %.#SY%bHG.e]g+LHAW2!ocLS1jY).hM,nC*D^4f1b.`+[f_sY/A%+s/D>bs4l@dl*a0Uuu6W4tHIY.I@PQAM %BtqTI"9ak&+BjiH&E4piU/f._!1<]e:`59H?t23I %YK6V!fDaHCHnmlP>c08kf<-)2N\+VA2YYP3Yn7(+63q]Mfe6uo918DEG<^V+6od6h61FY3JT'R]SDZ+:`k81^ %=dK_:BMJFBUCXjD$LWX0bTkI[mSphMPZhfD1[Fd)p;t]""$"]72CjbOn:_G0rJX+X&OOCr$YV(;1PK/tF-8gWWtDk)cXV3"!j31i %SF)A^5(6VnN*5rXFVAeo1%3m3h!TqGa\Oh(KcZ86;d$`hb$+d^$;GCf41hCFK %\4!^Qch67iH`Xq$9;\!fIT!!P;GcjW%BuPtBp\LW\G5WJ>k6$\#m9-`%-`G]3N=b*$Q2-QM\[n'N=NXb*>1Rf2d^s/a(DB#JI(Z. %%:C,4od_!QUDWW6Wg`)M>RPl %d/c!'U7-`'?m:34-$C+^"cAbHtWsb2f)pBn;8_BSp#c-j1<7CKK;d#+) %7PE-N;,6>p%cG-0a#-fSkS03I=p*NmDEoc)nFE%H/Yn"B?_87PWbs0mWjq?.s[ShR"9RiS^BAPNEqBUPQ"(lTAGG %pMkTfg]Q3"(FVN:"^SOL8)CAj7qC`rjqN\jEd@FeSh(0C/ %eLnRg]E*cE'!-.k[9Y4i4;i;Ql="OdK=Qke!,sc>bm/2pCh'eWBt*$%X9?q8KAm?spK@l5<:G'30J6IQ"\[WQaY>Vfd5m&P!=spb %X^BZjQG'U,3H<2/=7N],Tkg72!P5ZYKUN%apO^5_2QDO8e;YU8ml3F!]I'R;-4Wi3I%k\22!6@h]Na"AY6;cLI/un %5_"n$4O8C$jrPI3qQ&()C!5pmSEMW5je=CDW*b't@[<.DbP<)!jChTlKq&gMP:aG]S0f3Q\C"'-9QAr&Vam%?d6GA8SVW2e; %EGaER*dFAW4UlsL:P'p/3j7OOk#;IneS.Z1Z4R'(aU!PXZsP`t@LVX2J]EPUp@[#NYQ&o+B3Rm]4fTQOVh=Im(+\`^!898.)OJ[nKA;.*X85hr6p=?PVl1s.'F"`[2J"-mS %(9Kb>F$:c!dmn#lMXZAT:\(cC#`*=W=LC5SI&7C^(0c7tU:9C+tk=^:*:b%tfcBh_JS!lO6SD$\Z3-?CD8TbU0n+(X[nL2b.R@6E1ItFCMmZ"p+s0Or_tgF_)X#GiX6\GH)t+ %!1e+8BemKirZ0\ma2QN,X+P)bX*TKY^!`s(j3p11AfIfcX$*f"Htt=S$#1O(M,#FM;+ge/W=%+gN\)FjjUmc#3Y` %jeCESCGqfERFQ[3S+KUh_$ge]dHONHH;![d`fk[ZHCRH_c]ghNY\J*+5@Xk-pRnL&.HV[T8C5=t7tSGUVTJdoZ'tqP".94q9YSAE %!KQ5d<-ui18D8.)LW")!FEBIekos.<&lsTi+qs*h<@eg'!24432RZ/kb$gR>77d(4C^A5_&;e#H*$OYO!ctn_lJ&LmJ.8`1b#M^f %/77pDond@^Hat:D9cba]^46Ch=H?#/f@8:'BhT>FZ`kdgC/kaJ"M4mL@#!6MGfVWDn>?L5+#$f)4:aHsCUVKAOHPOqS57O77S*ER %H,UpX;D'PtpQX:VHi>g(]#kK1>A:t42Uho31#($:l5BoEEYDe)6iaF,S+)T#K5;TfIUd$Z/cV5"+.q>[%.CG%Oa@GMC7FGC#K$jj %/"$l)EdTt!-t+E0UT&EdF1Z,?9/BW_EX6T%)eWf*Y7asg`p*^g %J*u9Ua/^.#P_3$ZE(Ig"]'LYJm*:/G(#JGUmL]@rFP6q6&*?.sUaMdi[CpAA.2uOC5[,#eJ4ZU*.f$QWPFf`H:ur-l>p,]r\Xt.7 %RNGVPD%=uk]>5HMf?X_fM6Q,l=DPJ0h'%T=1a*__"?s.cDj:@FD#%?9]"WC8oc$0? %Z;9B]1$/F.UB1R[&i_nhMhh]h:'Q3l1,53XA17u7M4C*u'4q8[;^.'3J;[r%_^.&>BRgR^(3qNpk*(5rR8F#W+EIk)0?l7D88nki %/X_]Z&d"V,VROZtA2\e;F'[Z+9d@LSiKI[D;]/>$K:Z[1>Y5VaW:sIm3l)+O3UO#%2Mtb.(XgT?qPVkhBN7H?Y8Jk+L4EV"M1g[] %,ig4cM,=K8#sqP>:h7u\fssfV[d!i'[UfYEe/5i_^iU<.aRh4hE#OgB()+u),VhGDLeLL?\4e)V7A:M/n1ns+AgHOp&r-o76BMki %N1?+`3/fU*TZlpm1?i%5+IRk;Yp?i<,RIL&H5R#Dc1/Fl4-u(3m-l-`L+hQtLAVSVR+[;r7RlHM.oO()6m2#ma`(uVQB=`*n>ZUQ %i42fJUTK:S&#PN6K-A6&M0M8t\G[J<=)AkmS;Auj/Jbc.d-b2VP %5_Bp&R#-ptoJ-L'4P#':kIFP6!1a`ol!N!+3a1#aK$c@!&5kuP!XhQ%[#>eK=P7ApoJ."LQW+;C3`uGIA17[SGRj:_3:$t@,ELtj %16WY8<#q:,7[;#,IcZ85m[<:TO*6i66rhOdF"Nq=-CH-36GbZ)](:Qq8Es_l:jF4:_s4!Ad6ei/c=g7\U\"q'@C%#bJs8I6jTl %BqJGhU#@Wa2;h0Aa%mK"$FMmTph*9@_r,ZQI7W->R"dKPgYqL#sf=UA_OUn#C$df,RlC5Qo&K5 %IZn=ud)(r[NEfRZ3>?17i!NoW-nVG"%Y?I66q`!.P:#J@["Al4R'MdV64]:mikEodC+\ %,sNrCJT?T>dYXcY8jpLCL5Hd\EZ44lAf]M1:%:h&7*/UVK-Ad[e&s$8]8Qa/'IXPl63:TUV$t?kMI7cQ;(Df1PsAnI>"[d4,rE"> %N#jU6&l;_c,s9OLn96\`n9Sh8_6m@iE^,!ia'NF3;Pu;S&Or8*?_A9!0Ufi:rQUrPV[3RAYiUDG\6I/4p:88FV %-0qp3A9_?+V(bJ+5Hl%:\=)Qi<(XsPC8;Q>KNV?pA\<]2P[kXV9IJ9@!"]blggM@iON\?m@A%pZXL3T>&[[:-_d\iUpiK^:c6u".0Uj#"ae.80m,Z-h20H!28!,A2:-DGoDkr.AZM#Oa&jjaH?[u1-X11dPB>(&TH5"W$8/0bRd[? %PZa`':JPK&[8JF[2_(BJYepp_"G+A7A2M4k.Z'H61uocPe'"b%)%Ul1N)l6:AeL=`Yj@N?I%ZBab:Y1+89l %3_&u[-In+L'4n]6`.qar$.b8M+t`)QE1*Q%P0Oa'bD:^B!-4_9?l;XhkAf*bBNf(\U50VCPiT*/01^]?)j4B]/E-'EI)i&%;dV3, %?mR[4cmj[o.;^e2EX!&;aD6/7E-i0k;u9PDVQ%fGO[Nl=6*S/7#GMc$%D>FNAR#F->S?>nU/R3EA^pfbeMkEE:BCr&43.#R*b))_ %:`5s)'"eYK_nHsKl34a!h?.=$YnZ5022AkF`F0;QP[Z@S+Acj'.(Y>:a/&Z %AI9_PrivateDataEnd II*ф"џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџУџУџУџУџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџџЕџџЕџ›џУџ›џУџ›џУџџЕџџЕџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџ”џУџџџџџџџЪџУџУџУџУџџџџџџџџџУџМџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџ”џУџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџ›џУџџџџџ›џМџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџМџЪџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџЪџџџЪџМџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџУџџџЪџџЕџџЕџџЕџџЕџџУџ›џУџ›џЕџџЕџџЕџџЕџџМџЂџџџ›џЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџЪџНџМџЪџЪџНџџЕџџЖџџЕџџЖџџџџЪџУџУџџџџџЖџџЕџџЖџџЕџџЖџМџџџЪџНџМџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџ”џџџЪџЕџџЕџџЕџџЕџџЕџџУџџџУџџџџџ›џџџ”џЕџџЕџџЕџџЕџџЕџџЪџџџМџџЪџџџџџџџџџџџџџџџџџџџџџЪџЕџМџџџ”џЕџџЕџџЕџџЕџџЕџУџџџџџУџУџМџ”џУџУџџџџџУџџЕџџЕџџЕџџЕџџУџџџМџџЪџџџџџџџџџџџџџџџџџџџЪџЕџ”џџџ”џЕџџЕџџЕџџЕџџМџџџЪџ”џЕџџЕџџЕџџЕџџМџЂџџџ”џЕџџЕџџЕџџЕџџМџџџМџџџџџџџџџџџџџџџџџџџџМџ”џџџМџЕџџЖџџЕџџЖџџМџџџУџџЕџџЖџџЕџџЖџџЕџџЖџУџџџ”џЖџџЕџџЖџџЕџџНџџџМџ”џџџџџџџџџџџџџџџџџМџ”џџџ”џЕџџЕџџЕџџЕџџМџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџ”џЕџџЕџџЕџџЕџџУџџџЕџ›џџџџџџџџџџџџџџџЪџџЪџЪџЕџџЕџџЕџџЕџџЕџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџЪџџЕџџЕџџЕџџЕџџЪџЪџЕџЪџџџџџџџџџџџџџџ”џУџџџЕџџЕџџЕџџЕџџЕџ›џЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџФџУџџЕџџЕџџЕџџЕџџџџ”џМџџџџџџџџџџџџџУџЕџџџНџџЕџџЖџџЕџџЖџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџЖџџЕџџЖџџЕџџЖџУџџџџЫџџџџџџџџџџџџЕџ›џЪџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџЪџУџ”џџџџџџџџџџџЪџџџџМџЕџџЕџџЕџџЕџџЕџџџЕџџЕџџЕџџЕџУџџџУџУџУџУџџџУџџЕџџЕџџЕџџџџџЕџџЕџџЕџџЕџџМџџџЕџЪџџџџџџџџџџ”џУџЂџЕџџЕџџЕџџЕџџЕџџџџџЕџџЕџџУџФџУџ›џУџџЕџ›џУџ›џЪџ›џЕџџЕџџЕџџџЕџџЕџџЕџџЕџџЕџџџџ›џУџџџџџџџџџџЕџЪџУџџЕџџЖџџЕџџЖџџЕџџџЖџџМџУџЪџУџУџУџЖџџЕџџЖџџУџУџУџЪџУџџЖџџџџџЖџџЕџџЖџџЕџџЖџУџЪџџџџџџџџџџУџџџџџЕџџЕџџЕџџЕџџЕџџџџ”џЪџЪџУџ›џМџџЕџџЕџџЕџџЕџџЕџ”џУџ›џЪџЂџМџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџЂџџџџџџџџУџУџЪџЕџџЕџџЕџџЕџџЕџџМџџџУџУџУџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџУџУџџџМџЕџџЕџџЕџџЕџџЕџџџџМџУџџџџџџџџЕџ›џУџџЕџџЕџџЕџџЕџџУџЂџМџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџ”џЪџ›џЕџџЕџџЕџџЕџџЕџ›џУџ”џџџџџџџџџЪџУџЕџџЖџџЕџџЖџџЕџУџУџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџУџУџџЖџџЕџџЖџџЕџџУџУџЕџџџџџџџџЕџџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџџџџџџ›џЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџУџџџџџЖџџЕџџЖџџЕџџЖџџЕџУџЖџџУџУџЖџџУџУџЖџџУџУџЖџџџџУџЖџџџџУџЖџџџџџЖџџЕџџЖџџЕџџЖџџЕџџџЖџџџџџџџ›џЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџЪџџџџџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџџџџџџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЖџџЕџџЖџџЕџџУџЪџЕџџџџџџџџЕџ›џУџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџ›џУџџџџџџџџџУџУџЪџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЪџУџУџџџџџџџџУџ”џџџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџ›џџџџџџџџџЕџџџНџџЕџџЖџџЕџџЖџџЕџУџЖџџУџУџЖџџУџУџЖџџУџУџЖџџџџУџЖџџџџУџЖџџџџџЖџџЕџџЖџџЕџџЖџУџЪџџџџџџџџџџџџУџЂџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЪџ›џМџџџџџџџџџџУџМџџџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџМџџџЕџУџџџџџџџџџџџЕџФџУџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџФџЪџџџџџџџџџџџџџУџМџџџНџџЕџџЖџџМџУџУџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџУџ”џЖџџЕџџЖџМџџџ”џУџџџџџџџџџџџџџџЪџЂџЕџџЕџџЕџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џУџџЕџџЕџџЪџ›џЕџџџџџџџџџџџџџџУџџџџУџЕџџЕџЪџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџџџџЕџџУџџџЕџЪџџџџџџџџџџџџџџџМџ”џџџ”џЕџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџМџџџМџ”џџџџџџџџџџџџџџџџЪџЕџЪџџџџЕџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџџНџџџУџџџџџџџџџџџџџџџџџџџЪџЕџЂџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџЪџЕџЪџЪџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџџџЪџЕџЂџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџџџџџЪџЖџУџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџНџџЪџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџ”џЪџЂџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџЪџМџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџУџџџЪџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџУџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџ›џџџџџУџ”џЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџУџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџНџџМџУџџџџџЪџУџУџУџУџУџУџУџУџЪџџџџџУџ”џЖџМџЪџџџџџџџџџџџЪџУџУџУџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџ›џУџ›џУџ›џУџ›џУџ›џУџџЕџџУџЂџџџџџџџџџџџџџУџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџУџМџЕџџЕџџЕџџУџУџУџџџџџџџџџџџџџџџџџУџМџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ333333333333333333333333333333333333333333333333333333333333333333333333ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ8BIMаPathю г쓆‚г쓆‚s:Щ–4>•вюЄтyaюЄт–;"юЄтЉŠдь•РнIУйEЬˆмчœуЕ,ђТ5—нJђТ5—нJђТ5cЫюђТ5cЫющvyKmŠмШ,Ї…Фiю_uЙИУю€­ –DсЁ|[–з цб‰zх­}Ы ­wВN­rјс лl#O Vd9#”acљЅZ{–[KШ ,^D“zэs7,#"Ж<a=2NFеLО[гмh"Жгмh"Жх„jюЄтх„jюЄтщюXюЄтюXGюЄтђТ5юЄтђТ5юЄтђТ5нIУђТ5нIУюXGнIУщюXнIУх„jнIУх„jнIУ8BIM ЗPath ў;: М@ЬRI†а beamerposter-SMU/beamerposter-exampleSMU.tex0000644000017000001440000001324611572231671020314 0ustar carrusers\documentclass[final]{beamer} \mode {\usetheme{SMU}} % Files needed are: % beamerposter-exampleSMU.tex (this file) % beamerthemeSMU.sty % beamerposter.sty % PerunaR.eps % SMULogoSM.R.eps % SMUWordmarkR.eps % % Personal information that is in the footer is declared in the style file (very bottom of beamerthemeSMU.sty). % % Dimensions are given in cm such that the default of 200x120 = 2m x 1.2m = 78.74in x 47.24 in % % Compile with % latex filename.tex % dvips filename.dvi -o % ps2pdf filename.ps \usepackage{times} \usepackage{amsmath,amssymb} \usepackage[english]{babel} \usepackage[latin1]{inputenc} \usepackage[orientation=landscape,size=custom,width=200,height=120,scale=2,debug]{beamerposter} % e.g. custom size poster \title[Fancy Posters]{УлЬвНДMath poster with Beamer and \LaTeX} \author[Mustang \& Peruna]{УлЬвНДMustang \& УлЬвНДPeruna} \institute[УлЬвНДMethodist University]{Department of Mathematics, УлЬвНДMethodist University} \date{Jul. 31th, 2007} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \begin{frame}{} \begin{columns}[t] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{column}{.3\linewidth} \vfill %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{block}{Introduction} \begin{itemize} \item automatic sign language recognition system \item \alert{necessary for communication} between deaf and hearing people \item \alert{continuous} sign language recognition, \alert{several} speakers, \alert{vision-based} approach, \alert{no special hardware} \item large vocabulary speech recognition (LVSR) system to obtain a textual representation of the signed sentences \item evaluation of speech recognition techniques on \alert{publicly available sign language corpus} \end{itemize} \end{block} \end{column} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{column}{.3\linewidth} \vfill %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{block}{Fontsizes} \centering {\tiny tiny}\par {\scriptsize scriptsize}\par {\footnotesize footnotesize}\par {\normalsize normalsize}\par {\large large}\par {\Large Large}\par {\LARGE LARGE}\par {\veryHuge veryHuge}\par {\VeryHuge VeryHuge}\par {\VERYHuge VERYHuge}\par \end{block} \vfill \end{column} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{column}{.3\linewidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{block}{Automatic Sign Language Recognition (ASLR)} \begin{columns}[T] \begin{column}{.49\linewidth} \begin{itemize} \item \alert{similar to speech recognition}: temporal sequences of images \item important features \begin{itemize} \item hand-shapes, facial expressions, lip-patterns \item orientation and movement of the hands, arms or body \end{itemize} \item HMMs are used to compensate time and amplitude variations of the signers\par \end{itemize} \end{column} \begin{column}{.49\linewidth} \begin{itemize} \item \alert{goal:} find the model which best expresses the observation sequence \end{itemize} \vskip2ex \end{column} \end{columns} \end{block} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{columns}[t] ~~ \begin{column}{.56\linewidth} \begin{block}{Left column} Stuff goes here. \end{block} \end{column} ~ \begin{column}{.4\linewidth} \begin{block}{Right column} More stuff goes here. \end{block} \end{column} \end{columns} \end{column} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % !!!!!!!!!!!!!!! READ ME ! % Information in the poster footer is declared in the style file. % You must edit beamerthemeSMU.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{columns} \end{frame} \end{document} beamerposter-SMU/SMU_logo.eps0000644000017000001440000075262611572230313015265 0ustar carrusersХагЦ №БВ†#џџ%!PS-Adobe-3.1 EPSF-3.0 %ADO_DSC_Encoding: MacOS Roman %%Title: SMULogoSM.R.eps %%Creator: Adobe Illustrator(R) 14.0 %%For: Lisa Barnes %%CreationDate: 7/19/10 %%BoundingBox: 0 0 59 58 %%HiResBoundingBox: 0 0 58.0005 58 %%CropBox: 0 0 58.0005 58 %%LanguageLevel: 2 %%DocumentData: Clean7Bit %ADOBeginClientInjection: DocumentHeader "AI11EPS" %%AI8_CreatorVersion: 14.0.0 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 14.0.0 x367 R agm 4.4890 ct 5.1541 %ADO_ContainsXMP: MainFirst %ADOEndClientInjection: DocumentHeader "AI11EPS" %%Pages: 1 %%DocumentNeededResources: %%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 %%+ procset Adobe_CoolType_Utility_T42 1.0 0 %%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%+ procset Adobe_CoolType_Core 2.31 0 %%+ procset Adobe_AGM_Core 2.0 0 %%+ procset Adobe_AGM_Utils 1.0 0 %%DocumentFonts: %%DocumentNeededFonts: %%DocumentNeededFeatures: %%DocumentSuppliedFeatures: %%DocumentProcessColors: %%DocumentCustomColors: (PANTONE 186 C) %%CMYKCustomColor: 0 1 0.8100 0.0400 (PANTONE 186 C) %%RGBCustomColor: %%EndComments %%BeginDefaults %%ViewingOrientation: 1 0 0 1 %%EndDefaults %%BeginProlog %%BeginResource: procset Adobe_AGM_Utils 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known {currentpacking true setpacking}if userdict/Adobe_AGM_Utils 75 dict dup begin put /bdf {bind def}bind def /nd{null def}bdf /xdf {exch def}bdf /ldf {load def}bdf /ddf {put}bdf /xddf {3 -1 roll put}bdf /xpt {exch put}bdf /ndf { exch dup where{ pop pop pop }{ xdf }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /gx {get exec}bdf /ps_level /languagelevel where{ pop systemdict/languagelevel gx }{ 1 }ifelse def /level2 ps_level 2 ge def /level3 ps_level 3 ge def /ps_version {version cvr}stopped{-1}if def /set_gvm {currentglobal exch setglobal}bdf /reset_gvm {setglobal}bdf /makereadonlyarray { /packedarray where{pop packedarray }{ array astore readonly}ifelse }bdf /map_reserved_ink_name { dup type/stringtype eq{ dup/Red eq{ pop(_Red_) }{ dup/Green eq{ pop(_Green_) }{ dup/Blue eq{ pop(_Blue_) }{ dup()cvn eq{ pop(Process) }if }ifelse }ifelse }ifelse }if }bdf /AGMUTIL_GSTATE 22 dict def /get_gstate { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_clr_spc currentcolorspace def /AGMUTIL_GSTATE_clr_indx 0 def /AGMUTIL_GSTATE_clr_comps 12 array def mark currentcolor counttomark {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop /AGMUTIL_GSTATE_fnt rootfont def /AGMUTIL_GSTATE_lw currentlinewidth def /AGMUTIL_GSTATE_lc currentlinecap def /AGMUTIL_GSTATE_lj currentlinejoin def /AGMUTIL_GSTATE_ml currentmiterlimit def currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf /AGMUTIL_GSTATE_sa currentstrokeadjust def /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def /AGMUTIL_GSTATE_op currentoverprint def /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf /AGMUTIL_GSTATE_ht currenthalftone def /AGMUTIL_GSTATE_flt currentflat def end }def /set_gstate { AGMUTIL_GSTATE begin AGMUTIL_GSTATE_clr_spc setcolorspace AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor AGMUTIL_GSTATE_fnt setfont AGMUTIL_GSTATE_lw setlinewidth AGMUTIL_GSTATE_lc setlinecap AGMUTIL_GSTATE_lj setlinejoin AGMUTIL_GSTATE_ml setmiterlimit AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash AGMUTIL_GSTATE_sa setstrokeadjust AGMUTIL_GSTATE_clr_rnd setcolorrendering AGMUTIL_GSTATE_op setoverprint AGMUTIL_GSTATE_bg cvx setblackgeneration AGMUTIL_GSTATE_ucr cvx setundercolorremoval AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or { currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne { mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark }if }{ AGMUTIL_GSTATE_ht sethalftone }ifelse AGMUTIL_GSTATE_flt setflat end }def /get_gstate_and_matrix { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_ctm matrix currentmatrix def end get_gstate }def /set_gstate_and_matrix { set_gstate AGMUTIL_GSTATE begin AGMUTIL_GSTATE_ctm setmatrix end }def /AGMUTIL_str256 256 string def /AGMUTIL_src256 256 string def /AGMUTIL_dst64 64 string def /AGMUTIL_srcLen nd /AGMUTIL_ndx nd /AGMUTIL_cpd nd /capture_cpd{ //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf }def /thold_halftone { level3 {sethalftone currenthalftone} { dup/HalftoneType get 3 eq { sethalftone currenthalftone }{ begin Width Height mul{ Thresholds read{pop}if }repeat end currenthalftone }ifelse }ifelse }def /rdcmntline { currentfile AGMUTIL_str256 readline pop (%)anchorsearch{pop}if }bdf /filter_cmyk { dup type/filetype ne{ exch()/SubFileDecode filter }{ exch pop } ifelse [ exch { AGMUTIL_src256 readstring pop dup length/AGMUTIL_srcLen exch def /AGMUTIL_ndx 0 def AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ 1 index exch get AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put /AGMUTIL_ndx AGMUTIL_ndx 1 add def }for pop AGMUTIL_dst64 0 AGMUTIL_ndx getinterval } bind /exec cvx ]cvx }bdf /filter_indexed_devn { cvi Names length mul names_index add Lookup exch get }bdf /filter_devn { 4 dict begin /srcStr xdf /dstStr xdf dup type/filetype ne{ 0()/SubFileDecode filter }if [ exch [ /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx currentdict/srcStr get/readstring cvx/pop cvx /dup cvx/length cvx 0/gt cvx[ Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx names_index Names length currentdict/srcStr get length 1 sub{ 1/index cvx/exch cvx/get cvx currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx }for currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx ]cvx/if cvx /end cvx ]cvx bind /exec cvx ]cvx end }bdf /AGMUTIL_imagefile nd /read_image_file { AGMUTIL_imagefile 0 setfileposition 10 dict begin /imageDict xdf /imbufLen Width BitsPerComponent mul 7 add 8 idiv def /imbufIdx 0 def /origDataSource imageDict/DataSource get def /origMultipleDataSources imageDict/MultipleDataSources get def /origDecode imageDict/Decode get def /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse { /imbufCnt imageDict/DataSource get length def /imbufs imbufCnt array def 0 1 imbufCnt 1 sub{ /imbufIdx xdf imbufs imbufIdx imbufLen string put imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put }for DeviceN_PS2{ imageDict begin /DataSource[DataSource/devn_sep_datasource cvx]cvx def /MultipleDataSources false def /Decode[0 1]def end }if }{ /imbuf imbufLen string def Indexed_DeviceN level3 not and DeviceN_NoneName or{ /srcDataStrs[imageDict begin currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi string }repeat end]def imageDict begin /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def /Decode[0 1]def end }{ imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put imageDict/Decode[0 1]put }ifelse }ifelse imageDict exch load exec imageDict/DataSource origDataSource put imageDict/MultipleDataSources origMultipleDataSources put imageDict/Decode origDecode put end }bdf /write_image_file { begin {(AGMUTIL_imagefile)(w+)file}stopped{ false }{ Adobe_AGM_Utils/AGMUTIL_imagefile xddf 2 dict begin /imbufLen Width BitsPerComponent mul 7 add 8 idiv def MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ /imbuf imbufLen string def }if 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ pop MultipleDataSources{ 0 1 DataSource length 1 sub{ DataSource type dup /arraytype eq{ pop DataSource exch gx }{ /filetype eq{ DataSource exch get imbuf readstring pop }{ DataSource exch get }ifelse }ifelse AGMUTIL_imagefile exch writestring }for }{ DataSource type dup /arraytype eq{ pop DataSource exec }{ /filetype eq{ DataSource imbuf readstring pop }{ DataSource }ifelse }ifelse AGMUTIL_imagefile exch writestring }ifelse }for end true }ifelse end }bdf /close_image_file { AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile }def statusdict/product known userdict/AGMP_current_show known not and{ /pstr statusdict/product get def pstr(HP LaserJet 2200)eq pstr(HP LaserJet 4000 Series)eq or pstr(HP LaserJet 4050 Series )eq or pstr(HP LaserJet 8000 Series)eq or pstr(HP LaserJet 8100 Series)eq or pstr(HP LaserJet 8150 Series)eq or pstr(HP LaserJet 5000 Series)eq or pstr(HP LaserJet 5100 Series)eq or pstr(HP Color LaserJet 4500)eq or pstr(HP Color LaserJet 4600)eq or pstr(HP LaserJet 5Si)eq or pstr(HP LaserJet 1200 Series)eq or pstr(HP LaserJet 1300 Series)eq or pstr(HP LaserJet 4100 Series)eq or { userdict/AGMP_current_show/show load put userdict/show{ currentcolorspace 0 get /Pattern eq {false charpath f} {AGMP_current_show}ifelse }put }if currentdict/pstr undef }if /consumeimagedata { begin AGMIMG_init_common currentdict/MultipleDataSources known not {/MultipleDataSources false def}if MultipleDataSources { DataSource 0 get type dup/filetype eq { 1 dict begin /flushbuffer Width cvi string def 1 1 Height cvi { pop 0 1 DataSource length 1 sub { DataSource exch get flushbuffer readstring pop pop }for }for end }if dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and { Width Height mul cvi { 0 1 DataSource length 1 sub {dup DataSource exch gx length exch 0 ne{pop}if}for dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if } { /DataSource load type dup/filetype eq { 1 dict begin /flushbuffer Width Decode length 2 idiv mul cvi string def 1 1 Height{pop DataSource flushbuffer readstring pop pop}for end }if dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and { Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul { DataSource length dup 0 eq {pop exit}if sub dup 0 le {exit}if }loop pop }if }ifelse end }bdf /addprocs { 2{/exec load}repeat 3 1 roll [5 1 roll]bind cvx }def /modify_halftone_xfer { currenthalftone dup length dict copy begin currentdict 2 index known{ 1 index load dup length dict copy begin currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end def currentdict end sethalftone }{ currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs/TransferFunction xdf currentdict end sethalftone pop }ifelse }def /clonearray { dup xcheck exch dup length array exch Adobe_AGM_Core/AGMCORE_tmp -1 ddf { Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf dup type/dicttype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonedict Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if dup type/arraytype eq { Adobe_AGM_Core/AGMCORE_tmp get exch clonearray Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf }if exch dup Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put }forall exch{cvx}if }bdf /clonedict { dup length dict begin { dup type/dicttype eq {clonedict}if dup type/arraytype eq {clonearray}if def }forall currentdict end }bdf /DeviceN_PS2 { /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and }bdf /Indexed_DeviceN { /indexed_colorspace_dict AGMCORE_gget dup null ne{ dup/CSDBase known{ /CSDBase get/CSD get_res/Names known }{ pop false }ifelse }{ pop false }ifelse }bdf /DeviceN_NoneName { /Names where{ pop false Names { (None)eq or }forall }{ false }ifelse }bdf /DeviceN_PS2_inRip_seps { /AGMCORE_in_rip_sep where { pop dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and { /currentcolorspace exch AGMCORE_gput false }{ true }ifelse }{ true }ifelse }{ true }ifelse }bdf /base_colorspace_type { dup type/arraytype eq{0 get}if }bdf /currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse { /pdfmark_5{cleartomark}bind def }{ /pdfmark_5{pdfmark}bind def }ifelse /ReadBypdfmark_5 { currentfile exch 0 exch/SubFileDecode filter /currentdistillerparams where {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse {flushfile cleartomark} {/PUT pdfmark}ifelse }bdf /ReadBypdfmark_5_string { 2 dict begin /makerString exch def string/tmpString exch def { currentfile tmpString readline not{pop exit}if makerString anchorsearch { pop pop cleartomark exit }{ 3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5 }ifelse }loop end }bdf /xpdfm { { dup 0 get/Label eq { aload length[exch 1 add 1 roll/PAGELABEL }{ aload pop [{ThisPage}<<5 -2 roll>>/PUT }ifelse pdfmark_5 }forall }bdf /lmt{ dup 2 index le{exch}if pop dup 2 index ge{exch}if pop }bdf /int{ dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop }bdf /ds{ Adobe_AGM_Utils begin }bdf /dt{ currentdict Adobe_AGM_Utils eq{ end }if }bdf systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_AGM_Core 2.0 0 %%Version: 2.0 0 %%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Core 209 dict dup begin put /Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def /AGMCORE_str256 256 string def /AGMCORE_save nd /AGMCORE_graphicsave nd /AGMCORE_c 0 def /AGMCORE_m 0 def /AGMCORE_y 0 def /AGMCORE_k 0 def /AGMCORE_cmykbuf 4 array def /AGMCORE_screen[currentscreen]cvx def /AGMCORE_tmp 0 def /AGMCORE_&setgray nd /AGMCORE_&setcolor nd /AGMCORE_&setcolorspace nd /AGMCORE_&setcmykcolor nd /AGMCORE_cyan_plate nd /AGMCORE_magenta_plate nd /AGMCORE_yellow_plate nd /AGMCORE_black_plate nd /AGMCORE_plate_ndx nd /AGMCORE_get_ink_data nd /AGMCORE_is_cmyk_sep nd /AGMCORE_host_sep nd /AGMCORE_avoid_L2_sep_space nd /AGMCORE_distilling nd /AGMCORE_composite_job nd /AGMCORE_producing_seps nd /AGMCORE_ps_level -1 def /AGMCORE_ps_version -1 def /AGMCORE_environ_ok nd /AGMCORE_CSD_cache 0 dict def /AGMCORE_currentoverprint false def /AGMCORE_deltaX nd /AGMCORE_deltaY nd /AGMCORE_name nd /AGMCORE_sep_special nd /AGMCORE_err_strings 4 dict def /AGMCORE_cur_err nd /AGMCORE_current_spot_alias false def /AGMCORE_inverting false def /AGMCORE_feature_dictCount nd /AGMCORE_feature_opCount nd /AGMCORE_feature_ctm nd /AGMCORE_ConvertToProcess false def /AGMCORE_Default_CTM matrix def /AGMCORE_Default_PageSize nd /AGMCORE_Default_flatness nd /AGMCORE_currentbg nd /AGMCORE_currentucr nd /AGMCORE_pattern_paint_type 0 def /knockout_unitsq nd currentglobal true setglobal [/CSA/Gradient/Procedure] { /Generic/Category findresource dup length dict copy/Category defineresource pop }forall setglobal /AGMCORE_key_known { where{ /Adobe_AGM_Core_Id known }{ false }ifelse }ndf /flushinput { save 2 dict begin /CompareBuffer 3 -1 roll def /readbuffer 256 string def mark { currentfile readbuffer{readline}stopped {cleartomark mark} { not {pop exit} if CompareBuffer eq {exit} if }ifelse }loop cleartomark end restore }bdf /getspotfunction { AGMCORE_screen exch pop exch pop dup type/dicttype eq{ dup/HalftoneType get 1 eq{ /SpotFunction get }{ dup/HalftoneType get 2 eq{ /GraySpotFunction get }{ pop { abs exch abs 2 copy add 1 gt{ 1 sub dup mul exch 1 sub dup mul add 1 sub }{ dup mul exch dup mul add 1 exch sub }ifelse }bind }ifelse }ifelse }if }def /np {newpath}bdf /clp_npth {clip np}def /eoclp_npth {eoclip np}def /npth_clp {np clip}def /graphic_setup { /AGMCORE_graphicsave save store concat 0 setgray 0 setlinecap 0 setlinejoin 1 setlinewidth []0 setdash 10 setmiterlimit np false setoverprint false setstrokeadjust //Adobe_AGM_Core/spot_alias gx /Adobe_AGM_Image where{ pop Adobe_AGM_Image/spot_alias 2 copy known{ gx }{ pop pop }ifelse }if /sep_colorspace_dict null AGMCORE_gput 100 dict begin /dictstackcount countdictstack def /showpage{}def mark }def /graphic_cleanup { cleartomark dictstackcount 1 countdictstack 1 sub{end}for end AGMCORE_graphicsave restore }def /compose_error_msg { grestoreall initgraphics /Helvetica findfont 10 scalefont setfont /AGMCORE_deltaY 100 def /AGMCORE_deltaX 310 def clippath pathbbox np pop pop 36 add exch 36 add exch moveto 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath 0 AGMCORE_&setgray gsave 1 AGMCORE_&setgray fill grestore 1 setlinewidth gsave stroke grestore currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto /AGMCORE_deltaY 12 def /AGMCORE_tmp 0 def AGMCORE_err_strings exch get { dup 32 eq { pop AGMCORE_str256 0 AGMCORE_tmp getinterval stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt { currentpoint AGMCORE_deltaY sub exch pop clippath pathbbox pop pop pop 44 add exch moveto }if AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show 0 1 AGMCORE_str256 length 1 sub { AGMCORE_str256 exch 0 put }for /AGMCORE_tmp 0 def }{ AGMCORE_str256 exch AGMCORE_tmp xpt /AGMCORE_tmp AGMCORE_tmp 1 add def }ifelse }forall }bdf /AGMCORE_CMYKDeviceNColorspaces[ [/Separation/None/DeviceCMYK{0 0 0}] [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] [/Separation(Cyan)/DeviceCMYK{0 0 0}] [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] [/DeviceCMYK] ]def /ds{ Adobe_AGM_Core begin /currentdistillerparams where { pop currentdistillerparams/CoreDistVersion get 5000 lt {<>setdistillerparams}if }if /AGMCORE_ps_version xdf /AGMCORE_ps_level xdf errordict/AGM_handleerror known not{ errordict/AGM_handleerror errordict/handleerror get put errordict/handleerror{ Adobe_AGM_Core begin $error/newerror get AGMCORE_cur_err null ne and{ $error/newerror false put AGMCORE_cur_err compose_error_msg }if $error/newerror true put end errordict/AGM_handleerror get exec }bind put }if /AGMCORE_environ_ok ps_level AGMCORE_ps_level ge ps_version AGMCORE_ps_version ge and AGMCORE_ps_level -1 eq or def AGMCORE_environ_ok not {/AGMCORE_cur_err/AGMCORE_bad_environ def}if /AGMCORE_&setgray systemdict/setgray get def level2{ /AGMCORE_&setcolor systemdict/setcolor get def /AGMCORE_&setcolorspace systemdict/setcolorspace get def }if /AGMCORE_currentbg currentblackgeneration def /AGMCORE_currentucr currentundercolorremoval def /AGMCORE_Default_flatness currentflat def /AGMCORE_distilling /product where{ pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and }{ false }ifelse def /AGMCORE_GSTATE AGMCORE_key_known not{ /AGMCORE_GSTATE 21 dict def /AGMCORE_tmpmatrix matrix def /AGMCORE_gstack 32 array def /AGMCORE_gstackptr 0 def /AGMCORE_gstacksaveptr 0 def /AGMCORE_gstackframekeys 14 def /AGMCORE_&gsave/gsave ldf /AGMCORE_&grestore/grestore ldf /AGMCORE_&grestoreall/grestoreall ldf /AGMCORE_&save/save ldf /AGMCORE_&setoverprint/setoverprint ldf /AGMCORE_gdictcopy{ begin {def}forall end }def /AGMCORE_gput{ AGMCORE_gstack AGMCORE_gstackptr get 3 1 roll put }def /AGMCORE_gget{ AGMCORE_gstack AGMCORE_gstackptr get exch get }def /gsave{ AGMCORE_&gsave AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /grestore{ AGMCORE_&grestore AGMCORE_gstackptr 1 sub dup AGMCORE_gstacksaveptr lt{1 add}if dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse /AGMCORE_gstackptr exch store }def /grestoreall{ AGMCORE_&grestoreall /AGMCORE_gstackptr AGMCORE_gstacksaveptr store }def /save{ AGMCORE_&save AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge{limitcheck}if /AGMCORE_gstackptr exch store /AGMCORE_gstacksaveptr AGMCORE_gstackptr store AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /setoverprint{ dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint }def 0 1 AGMCORE_gstack length 1 sub{ AGMCORE_gstack exch AGMCORE_gstackframekeys dict put }for }if level3/AGMCORE_&sysshfill AGMCORE_key_known not and { /AGMCORE_&sysshfill systemdict/shfill get def /AGMCORE_&sysmakepattern systemdict/makepattern get def /AGMCORE_&usrmakepattern/makepattern load def }if /currentcmykcolor[0 0 0 0]AGMCORE_gput /currentstrokeadjust false AGMCORE_gput /currentcolorspace[/DeviceGray]AGMCORE_gput /sep_tint 0 AGMCORE_gput /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput /sep_colorspace_dict null AGMCORE_gput /devicen_colorspace_dict null AGMCORE_gput /indexed_colorspace_dict null AGMCORE_gput /currentcolor_intent()AGMCORE_gput /customcolor_tint 1 AGMCORE_gput /absolute_colorimetric_crd null AGMCORE_gput /relative_colorimetric_crd null AGMCORE_gput /saturation_crd null AGMCORE_gput /perceptual_crd null AGMCORE_gput currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf << /MaxPatternItem currentsystemparams/MaxPatternCache get >> setuserparams end }def /ps { /setcmykcolor where{ pop Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put }if Adobe_AGM_Core begin /setcmykcolor { 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput 1 sub 4 1 roll 3{ 3 index add neg dup 0 lt{ pop 0 }if 3 1 roll }repeat setrgbcolor pop }ndf /currentcmykcolor { /currentcmykcolor AGMCORE_gget aload pop }ndf /setoverprint {pop}ndf /currentoverprint {false}ndf /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def /AGMCORE_plate_ndx AGMCORE_cyan_plate{ 0 }{ AGMCORE_magenta_plate{ 1 }{ AGMCORE_yellow_plate{ 2 }{ AGMCORE_black_plate{ 3 }{ 4 }ifelse }ifelse }ifelse }ifelse def /AGMCORE_have_reported_unsupported_color_space false def /AGMCORE_report_unsupported_color_space { AGMCORE_have_reported_unsupported_color_space false eq { (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf }if }def /AGMCORE_composite_job AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def /AGMCORE_in_rip_sep /AGMCORE_in_rip_sep where{ pop AGMCORE_in_rip_sep }{ AGMCORE_distilling { false }{ userdict/Adobe_AGM_OnHost_Seps known{ false }{ level2{ currentpagedevice/Separations 2 copy known{ get }{ pop pop false }ifelse }{ false }ifelse }ifelse }ifelse }ifelse def /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def /AGM_preserve_spots /AGM_preserve_spots where{ pop AGM_preserve_spots }{ AGMCORE_distilling AGMCORE_producing_seps or }ifelse def /AGM_is_distiller_preserving_spotimages { currentdistillerparams/PreserveOverprintSettings known { currentdistillerparams/PreserveOverprintSettings get { currentdistillerparams/ColorConversionStrategy known { currentdistillerparams/ColorConversionStrategy get /sRGB ne }{ true }ifelse }{ false }ifelse }{ false }ifelse }def /convert_spot_to_process where{pop}{ /convert_spot_to_process { //Adobe_AGM_Core begin dup map_alias{ /Name get exch pop }if dup dup(None)eq exch(All)eq or { pop false }{ AGMCORE_host_sep { gsave 1 0 0 0 setcmykcolor currentgray 1 exch sub 0 1 0 0 setcmykcolor currentgray 1 exch sub 0 0 1 0 setcmykcolor currentgray 1 exch sub 0 0 0 1 setcmykcolor currentgray 1 exch sub add add add 0 eq { pop false }{ false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne }ifelse grestore }{ AGMCORE_distilling { pop AGM_is_distiller_preserving_spotimages not }{ //Adobe_AGM_Core/AGMCORE_name xddf false //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq AGMUTIL_cpd/OverrideSeparations known and { AGMUTIL_cpd/OverrideSeparations get { /HqnSpots/ProcSet resourcestatus { pop pop pop true }if }if }if { AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not }{ gsave [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace false AGMUTIL_cpd/SeparationColorNames 2 copy known { get {AGMCORE_name eq or}forall not }{ pop pop pop true }ifelse grestore }ifelse }ifelse }ifelse }ifelse end }def }ifelse /convert_to_process where{pop}{ /convert_to_process { dup length 0 eq { pop false }{ AGMCORE_host_sep { dup true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process and}ifelse } forall { true exch { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch (Black)eq or and }forall not }{pop false}ifelse }{ false exch { /PhotoshopDuotoneList where{pop false}{true}ifelse { dup(Cyan)eq exch dup(Magenta)eq 3 -1 roll or exch dup(Yellow)eq 3 -1 roll or exch dup(Black)eq 3 -1 roll or {pop} {convert_spot_to_process or}ifelse } { convert_spot_to_process or } ifelse } forall }ifelse }ifelse }def }ifelse /AGMCORE_avoid_L2_sep_space version cvr 2012 lt level2 and AGMCORE_producing_seps not and def /AGMCORE_is_cmyk_sep AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or def /AGM_avoid_0_cmyk where{ pop AGM_avoid_0_cmyk }{ AGM_preserve_spots userdict/Adobe_AGM_OnHost_Seps known userdict/Adobe_AGM_InRip_Seps known or not and }ifelse { /setcmykcolor[ { 4 copy add add add 0 eq currentoverprint and{ pop 0.0005 }if }/exec cvx /AGMCORE_&setcmykcolor load dup type/operatortype ne{ /exec cvx }if ]cvx def }if /AGMCORE_IsSeparationAProcessColor { dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or }def AGMCORE_host_sep{ /setcolortransfer { AGMCORE_cyan_plate{ pop pop pop }{ AGMCORE_magenta_plate{ 4 3 roll pop pop pop }{ AGMCORE_yellow_plate{ 4 2 roll pop pop pop }{ 4 1 roll pop pop pop }ifelse }ifelse }ifelse settransfer } def /AGMCORE_get_ink_data AGMCORE_cyan_plate{ {pop pop pop} }{ AGMCORE_magenta_plate{ {4 3 roll pop pop pop} }{ AGMCORE_yellow_plate{ {4 2 roll pop pop pop} }{ {4 1 roll pop pop pop} }ifelse }ifelse }ifelse def /AGMCORE_RemoveProcessColorNames { 1 dict begin /filtername { dup/Cyan eq 1 index(Cyan)eq or {pop(_cyan_)}if dup/Magenta eq 1 index(Magenta)eq or {pop(_magenta_)}if dup/Yellow eq 1 index(Yellow)eq or {pop(_yellow_)}if dup/Black eq 1 index(Black)eq or {pop(_black_)}if }def dup type/arraytype eq {[exch{filtername}forall]} {filtername}ifelse end }def level3{ /AGMCORE_IsCurrentColor { dup AGMCORE_IsSeparationAProcessColor { AGMCORE_plate_ndx 0 eq {dup(Cyan)eq exch/Cyan eq or}if AGMCORE_plate_ndx 1 eq {dup(Magenta)eq exch/Magenta eq or}if AGMCORE_plate_ndx 2 eq {dup(Yellow)eq exch/Yellow eq or}if AGMCORE_plate_ndx 3 eq {dup(Black)eq exch/Black eq or}if AGMCORE_plate_ndx 4 eq {pop false}if }{ gsave false setoverprint current_spot_alias false set_spot_alias 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor set_spot_alias currentgray 1 ne grestore }ifelse }def /AGMCORE_filter_functiondatasource { 5 dict begin /data_in xdf data_in type/stringtype eq { /ncomp xdf /comp xdf /string_out data_in length ncomp idiv string def 0 ncomp data_in length 1 sub { string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put }for string_out }{ string/string_in xdf /string_out 1 string def /component xdf [ data_in string_in/readstring cvx [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx [/pop cvx()]cvx/ifelse cvx ]cvx/ReusableStreamDecode filter }ifelse end }def /AGMCORE_separateShadingFunction { 2 dict begin /paint? xdf /channel xdf dup type/dicttype eq { begin FunctionType 0 eq { /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def currentdict/Decode known {/Decode Decode channel 2 mul 2 getinterval def}if paint? not {/Decode[1 1]def}if }if FunctionType 2 eq { paint? { /C0[C0 channel get 1 exch sub]def /C1[C1 channel get 1 exch sub]def }{ /C0[1]def /C1[1]def }ifelse }if FunctionType 3 eq { /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def }if currentdict/Range known {/Range[0 1]def}if currentdict end}{ channel get 0 paint? AGMCORE_separateShadingFunction }ifelse end }def /AGMCORE_separateShading { 3 -1 roll begin currentdict/Function known { currentdict/Background known {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf /ColorSpace[/DeviceGray]def }{ ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }{ ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put }ifelse ColorSpace 0 get/Separation eq { { [1/exch cvx/sub cvx]cvx }{ [/pop cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll put pop }{ { [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx }{ pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx }ifelse ColorSpace 3 3 -1 roll bind put }ifelse ColorSpace 2/DeviceGray put }ifelse end }def /AGMCORE_separateShadingDict { dup/ColorSpace get dup type/arraytype ne {[exch]}if dup 0 get/DeviceCMYK eq { exch begin currentdict AGMCORE_cyan_plate {0 true}if AGMCORE_magenta_plate {1 true}if AGMCORE_yellow_plate {2 true}if AGMCORE_black_plate {3 true}if AGMCORE_plate_ndx 4 eq {0 false}if dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading currentdict end exch }if dup 0 get/Separation eq { exch begin ColorSpace 1 get dup/None ne exch/All ne and { ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /Separation ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading }if }ifelse }{ currentdict ColorSpace 1 get AGMCORE_IsCurrentColor 0 exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse }if currentdict end exch }if dup 0 get/DeviceN eq { exch begin ColorSpace 1 get convert_to_process { ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq { /ColorSpace [ /DeviceN ColorSpace 1 get /DeviceGray [ ColorSpace 3 get/exec cvx 4 AGMCORE_plate_ndx sub -1/roll cvx 4 1/roll cvx 3[/pop cvx]cvx/repeat cvx 1/exch cvx/sub cvx ]cvx ]def }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { currentdict 0 false AGMCORE_separateShading /ColorSpace[/DeviceGray]def }if }ifelse }{ currentdict false -1 ColorSpace 1 get { AGMCORE_IsCurrentColor { 1 add exch pop true exch exit }if 1 add }forall exch dup not currentoverprint and {/AGMCORE_ignoreshade true def}if AGMCORE_separateShading }ifelse currentdict end exch }if dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not { exch begin ColorSpace dup type/arraytype eq {0 get}if /DeviceGray ne { AGMCORE_report_unsupported_color_space AGMCORE_black_plate not { ColorSpace 0 get/CIEBasedA eq { /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def }if ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or { /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def }if ColorSpace 0 get/CIEBasedDEFG eq { /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def }if currentdict 0 false AGMCORE_separateShading }if }if currentdict end exch }if pop dup/AGMCORE_ignoreshade known { begin /ColorSpace[/Separation(None)/DeviceGray{}]def currentdict end }if }def /shfill { AGMCORE_separateShadingDict dup/AGMCORE_ignoreshade known {pop} {AGMCORE_&sysshfill}ifelse }def /makepattern { exch dup/PatternType get 2 eq { clonedict begin /Shading Shading AGMCORE_separateShadingDict def Shading/AGMCORE_ignoreshade known currentdict end exch {pop<>}if exch AGMCORE_&sysmakepattern }{ exch AGMCORE_&usrmakepattern }ifelse }def }if }if AGMCORE_in_rip_sep{ /setcustomcolor { exch aload pop dup 7 1 roll inRip_spot_has_ink not { 4{4 index mul 4 1 roll} repeat /DeviceCMYK setcolorspace 6 -2 roll pop pop }{ //Adobe_AGM_Core begin /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf end [/Separation 4 -1 roll/DeviceCMYK {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} ] setcolorspace }ifelse setcolor }ndf /setseparationgray { [/Separation(All)/DeviceGray{}]setcolorspace_opt 1 exch sub setcolor }ndf }{ /setseparationgray { AGMCORE_&setgray }ndf }ifelse /findcmykcustomcolor { 5 makereadonlyarray }ndf /setcustomcolor { exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop }ndf /has_color /colorimage where{ AGMCORE_producing_seps{ pop true }{ systemdict eq }ifelse }{ false }ifelse def /map_index { 1 index mul exch getinterval{255 div}forall }bdf /map_indexed_devn { Lookup Names length 3 -1 roll cvi map_index }bdf /n_color_components { base_colorspace_type dup/DeviceGray eq{ pop 1 }{ /DeviceCMYK eq{ 4 }{ 3 }ifelse }ifelse }bdf level2{ /mo/moveto ldf /li/lineto ldf /cv/curveto ldf /knockout_unitsq { 1 setgray 0 0 1 1 rectfill }def level2/setcolorspace AGMCORE_key_known not and{ /AGMCORE_&&&setcolorspace/setcolorspace ldf /AGMCORE_ReplaceMappedColor { dup type dup/arraytype eq exch/packedarraytype eq or { /AGMCORE_SpotAliasAry2 where{ begin dup 0 get dup/Separation eq { pop dup length array copy dup dup 1 get current_spot_alias { dup map_alias { false set_spot_alias dup 1 exch setsepcolorspace true set_spot_alias begin /sep_colorspace_dict currentdict AGMCORE_gput pop pop pop [ /Separation Name CSA map_csa MappedCSA /sep_colorspace_proc load ] dup Name end }if }if map_reserved_ink_name 1 xpt }{ /DeviceN eq { dup length array copy dup dup 1 get[ exch{ current_spot_alias{ dup map_alias{ /Name get exch pop }if }if map_reserved_ink_name }forall ]1 xpt }if }ifelse end }if }if }def /setcolorspace { dup type dup/arraytype eq exch/packedarraytype eq or { dup 0 get/Indexed eq { AGMCORE_distilling { /PhotoshopDuotoneList where { pop false }{ true }ifelse }{ true }ifelse { aload pop 3 -1 roll AGMCORE_ReplaceMappedColor 3 1 roll 4 array astore }if }{ AGMCORE_ReplaceMappedColor }ifelse }if DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if }def }if }{ /adj { currentstrokeadjust{ transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform }if }def /mo{ adj moveto }def /li{ adj lineto }def /cv{ 6 2 roll adj 6 2 roll adj 6 2 roll adj curveto }def /knockout_unitsq { 1 setgray 8 8 1[8 0 0 8 0 0]{}image }def /currentstrokeadjust{ /currentstrokeadjust AGMCORE_gget }def /setstrokeadjust{ /currentstrokeadjust exch AGMCORE_gput }def /setcolorspace { /currentcolorspace exch AGMCORE_gput }def /currentcolorspace { /currentcolorspace AGMCORE_gget }def /setcolor_devicecolor { base_colorspace_type dup/DeviceGray eq{ pop setgray }{ /DeviceCMYK eq{ setcmykcolor }{ setrgbcolor }ifelse }ifelse }def /setcolor { currentcolorspace 0 get dup/DeviceGray ne{ dup/DeviceCMYK ne{ dup/DeviceRGB ne{ dup/Separation eq{ pop currentcolorspace 3 gx currentcolorspace 2 get }{ dup/Indexed eq{ pop currentcolorspace 3 get dup type/stringtype eq{ currentcolorspace 1 get n_color_components 3 -1 roll map_index }{ exec }ifelse currentcolorspace 1 get }{ /AGMCORE_cur_err/AGMCORE_invalid_color_space def AGMCORE_invalid_color_space }ifelse }ifelse }if }if }if setcolor_devicecolor }def }ifelse /sop/setoverprint ldf /lw/setlinewidth ldf /lc/setlinecap ldf /lj/setlinejoin ldf /ml/setmiterlimit ldf /dsh/setdash ldf /sadj/setstrokeadjust ldf /gry/setgray ldf /rgb/setrgbcolor ldf /cmyk[ /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx /setcmykcolor load dup type/operatortype ne{/exec cvx}if ]cvx bdf level3 AGMCORE_host_sep not and{ /nzopmsc{ 6 dict begin /kk exch def /yy exch def /mm exch def /cc exch def /sum 0 def cc 0 ne{/sum sum 2#1000 or def cc}if mm 0 ne{/sum sum 2#0100 or def mm}if yy 0 ne{/sum sum 2#0010 or def yy}if kk 0 ne{/sum sum 2#0001 or def kk}if AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace sum 0 eq{0}if end setcolor }bdf }{ /nzopmsc/cmyk ldf }ifelse /sep/setsepcolor ldf /devn/setdevicencolor ldf /idx/setindexedcolor ldf /colr/setcolor ldf /csacrd/set_csa_crd ldf /sepcs/setsepcolorspace ldf /devncs/setdevicencolorspace ldf /idxcs/setindexedcolorspace ldf /cp/closepath ldf /clp/clp_npth ldf /eclp/eoclp_npth ldf /f/fill ldf /ef/eofill ldf /@/stroke ldf /nclp/npth_clp ldf /gset/graphic_setup ldf /gcln/graphic_cleanup ldf /ct/concat ldf /cf/currentfile ldf /fl/filter ldf /rs/readstring ldf /AGMCORE_def_ht currenthalftone def /clonedict Adobe_AGM_Utils begin/clonedict load end def /clonearray Adobe_AGM_Utils begin/clonearray load end def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall /getrampcolor { /indx exch def 0 1 NumComp 1 sub { dup Samples exch get dup type/stringtype eq{indx get}if exch Scaling exch get aload pop 3 1 roll mul add }for ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /sssetbackground{ aload pop ColorSpaceFamily/Separation eq {sep} { ColorSpaceFamily/DeviceN eq {devn}{setcolor}ifelse }ifelse }bdf /RadialShade { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /r2 xdf /c2y xdf /c2x xdf /r1 xdf /c1y xdf /c1x xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if c1x c2x eq { c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope c2y c1y sub c2x c1x sub div def /theta slope 1 atan def c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if }ifelse gsave clippath c1x c1y translate theta rotate -90 rotate {pathbbox}stopped {0 0 0 0}if /yMax xdf /xMax xdf /yMin xdf /xMin xdf grestore xMax xMin eq yMax yMin eq or { grestore end }{ /max{2 copy gt{pop}{exch pop}ifelse}bdf /min{2 copy lt{pop}{exch pop}ifelse}bdf rampdict begin 40 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave c1x c1y translate theta rotate -90 rotate /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def /c1y 0 def /c1x 0 def /c2x 0 def ext0 { 0 getrampcolor c2y r2 add r1 sub 0.0001 lt { c1x c1y r1 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2y r1 add r2 le { c1x c1y r1 0 360 arc fill } { c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r1 neg def /p1y c1y def /p2x r1 def /p2y c1y def p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y p1x SS1 div neg def /SS2 90 theta sub dup sin exch cos div def /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y p2x SS2 div neg def r1 r2 gt { /L1maxX p1x yMin p1y sub SS1 div add def /L2maxX p2x yMin p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if c1x c2x sub dup mul c1y c2y sub dup mul add 0.5 exp 0 dtransform dup mul exch dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop /hires xdf hires mul /numpix xdf /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if /xInc c2x c1x sub numsteps div def /yInc c2y c1y sub numsteps div def /rInc r2 r1 sub numsteps div def /cx c1x def /cy c1y def /radius r1 def np xInc 0 eq yInc 0 eq rInc 0 eq and and { 0 getrampcolor cx cy radius 0 360 arc stroke NumSamples 1 sub getrampcolor cx cy radius 72 hires div add 0 360 arc 0 setlinewidth stroke }{ 0 numsteps { dup subsampling{round cvi}if getrampcolor cx cy radius 0 360 arc /cx cx xInc add def /cy cy yInc add def /radius radius rInc add def cx cy radius 360 0 arcn eofill rampIndxInc add }repeat pop }ifelse ext1 { c2y r2 add r1 lt { c2x c2y r2 0 360 arc fill }{ c2y r1 add r2 sub 0.0001 le { c2x c2y r2 360 0 arcn pathbbox /aymax exch def /axmax exch def /aymin exch def /axmin exch def /bxMin xMin axmin min def /byMin yMin aymin min def /bxMax xMax axmax max def /byMax yMax aymax max def bxMin byMin moveto bxMax byMin lineto bxMax byMax lineto bxMin byMax lineto bxMin byMin lineto eofill }{ c2x c2y r2 0 360 arc fill r1 r2 eq { /p1x r2 neg def /p1y c2y def /p2x r2 def /p2y c2y def p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto fill }{ /AA r2 r1 sub c2y div def AA -1 eq {/theta 89.99 def} {/theta AA 1 AA dup mul sub sqrt div 1 atan def} ifelse /SS1 90 theta add dup sin exch cos div def /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def /p1y c2y p1x SS1 div sub def /SS2 90 theta sub dup sin exch cos div def /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def /p2y c2y p2x SS2 div sub def r1 r2 lt { /L1maxX p1x yMax p1y sub SS1 div add def /L2maxX p2x yMax p2y sub SS2 div add def }{ /L1maxX 0 def /L2maxX 0 def }ifelse p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto L1maxX L1maxX p1x sub SS1 mul p1y add lineto fill }ifelse }ifelse }ifelse }if grestore grestore end end end }ifelse }bdf /GenStrips { 40 dict begin /ColorSpaceFamily xdf /background xdf /ext1 xdf /ext0 xdf /BBox xdf /y2 xdf /x2 xdf /y1 xdf /x1 xdf /rampdict xdf /setinkoverprint where{pop/setinkoverprint{pop}def}if gsave BBox length 0 gt { np BBox 0 get BBox 1 get moveto BBox 2 get BBox 0 get sub 0 rlineto 0 BBox 3 get BBox 1 get sub rlineto BBox 2 get BBox 0 get sub neg 0 rlineto closepath clip np }if x1 x2 eq { y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse }{ /slope y2 y1 sub x2 x1 sub div def /theta slope 1 atan def x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if } ifelse gsave clippath x1 y1 translate theta rotate {pathbbox}stopped {0 0 0 0}if /yMax exch def /xMax exch def /yMin exch def /xMin exch def grestore xMax xMin eq yMax yMin eq or { grestore end }{ rampdict begin 20 dict begin background length 0 gt{background sssetbackground gsave clippath fill grestore}if gsave x1 y1 translate theta rotate /xStart 0 def /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def /ySpan yMax yMin sub def /numsteps NumSamples def /rampIndxInc 1 def /subsampling false def xStart 0 transform xEnd 0 transform 3 -1 roll sub dup mul 3 1 roll sub dup mul add 0.5 exp 72 div 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt 1 index 1 index lt{exch}if pop mul /numpix xdf numpix 0 ne { NumSamples numpix div 0.5 gt { /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def /rampIndxInc NumSamples 1 sub numsteps div def /subsampling true def }if }if ext0 { 0 getrampcolor xMin xStart lt { xMin yMin xMin neg ySpan rectfill }if }if /xInc xEnd xStart sub numsteps div def /x xStart def 0 numsteps { dup subsampling{round cvi}if getrampcolor x yMin xInc ySpan rectfill /x x xInc add def rampIndxInc add }repeat pop ext1{ xMax xEnd gt { xEnd yMin xMax xEnd sub ySpan rectfill }if }if grestore grestore end end end }ifelse }bdf }def /pt { end }def /dt{ }def /pgsv{ //Adobe_AGM_Core/AGMCORE_save save put }def /pgrs{ //Adobe_AGM_Core/AGMCORE_save get restore }def systemdict/findcolorrendering known{ /findcolorrendering systemdict/findcolorrendering get def }if systemdict/setcolorrendering known{ /setcolorrendering systemdict/setcolorrendering get def }if /test_cmyk_color_plate { gsave setcmykcolor currentgray 1 ne grestore }def /inRip_spot_has_ink { dup//Adobe_AGM_Core/AGMCORE_name xddf convert_spot_to_process not }def /map255_to_range { 1 index sub 3 -1 roll 255 div mul add }def /set_csa_crd { /sep_colorspace_dict null AGMCORE_gput begin CSA get_csa_by_name setcolorspace_opt set_crd end } def /map_csa { currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse {pop}{get_csa_by_name/MappedCSA xdf}ifelse }def /setsepcolor { /sep_colorspace_dict AGMCORE_gget begin dup/sep_tint exch AGMCORE_gput TintProc end }def /setdevicencolor { /devicen_colorspace_dict AGMCORE_gget begin Names length copy Names length 1 sub -1 0 { /devicen_tints AGMCORE_gget 3 1 roll xpt }for TintProc end }def /sep_colorspace_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin currentdict/Components known{ Components aload pop TintMethod/Lab eq{ 2{AGMCORE_tmp mul NComponents 1 roll}repeat LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll }{ TintMethod/Subtractive eq{ NComponents{ AGMCORE_tmp mul NComponents 1 roll }repeat }{ NComponents{ 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll }repeat }ifelse }ifelse }{ ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get aload pop }ifelse end }def /sep_colorspace_gray_proc { /AGMCORE_tmp exch store /sep_colorspace_dict AGMCORE_gget begin GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get end }def /sep_proc_name { dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ pop[/DeviceGray] /sep_colorspace_gray_proc }{ /sep_colorspace_proc }ifelse }def /setsepcolorspace { current_spot_alias{ dup begin Name map_alias{ exch pop }if end }if dup/sep_colorspace_dict exch AGMCORE_gput begin CSA map_csa /AGMCORE_sep_special Name dup()eq exch(All)eq or store AGMCORE_avoid_L2_sep_space{ [/Indexed MappedCSA sep_proc_name 255 exch {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx ]setcolorspace_opt /TintProc{ 255 mul round cvi setcolor }bdf }{ MappedCSA 0 get/DeviceCMYK eq currentdict/Components known and AGMCORE_sep_special not and{ /TintProc[ Components aload pop Name findcmykcustomcolor /exch cvx/setcustomcolor cvx ]cvx bdf }{ AGMCORE_host_sep Name(All)eq and{ /TintProc{ 1 exch sub setseparationgray }bdf }{ AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and AGMCORE_host_sep or Name()eq and{ /TintProc[ MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ cvx/setcmykcolor cvx }{ cvx/setgray cvx }ifelse ]cvx bdf }{ AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ /TintProc[ /dup cvx MappedCSA sep_proc_name cvx exch 0 get/DeviceGray eq{ 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx }if /Name cvx/findcmykcustomcolor cvx/exch cvx AGMCORE_host_sep{ AGMCORE_is_cmyk_sep /Name cvx /AGMCORE_IsSeparationAProcessColor load/exec cvx /not cvx/and cvx }{ Name inRip_spot_has_ink not }ifelse [ /pop cvx 1 ]cvx/if cvx /setcustomcolor cvx ]cvx bdf }{ /TintProc{setcolor}bdf [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt }ifelse }ifelse }ifelse }ifelse }ifelse set_crd setsepcolor end }def /additive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 0 1 numarrays 1 sub { 1 exch add/index cvx c1/get cvx/mul cvx }for numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /subtractive_blend { 3 dict begin /numarrays xdf /numcolors xdf 0 1 numcolors 1 sub { /c1 xdf 1 1 0 1 numarrays 1 sub { 1 3 3 -1 roll add/index cvx c1/get cvx/sub cvx/mul cvx }for /sub cvx numarrays 1 add 1/roll cvx }for numarrays[/pop cvx]cvx/repeat cvx end }def /exec_tint_transform { /TintProc[ /TintTransform cvx/setcolor cvx ]cvx bdf MappedCSA setcolorspace_opt }bdf /devn_makecustomcolor { 2 dict begin /names_index xdf /Names xdf 1 1 1 1 Names names_index get findcmykcustomcolor /devicen_tints AGMCORE_gget names_index get setcustomcolor Names length{pop}repeat end }bdf /setdevicencolorspace { dup/AliasedColorants known{false}{true}ifelse current_spot_alias and{ 7 dict begin /names_index 0 def dup/names_len exch/Names get length def /new_names names_len array def /new_LookupTables names_len array def /alias_cnt 0 def dup/Names get { dup map_alias{ exch pop dup/ColorLookup known{ dup begin new_LookupTables names_index ColorLookup put end }{ dup/Components known{ dup begin new_LookupTables names_index Components put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse new_names names_index 3 -1 roll/Name get put /alias_cnt alias_cnt 1 add def }{ /name xdf new_names names_index name put dup/LookupTables known{ dup begin new_LookupTables names_index LookupTables names_index get put end }{ dup begin new_LookupTables names_index[null null null null]put end }ifelse }ifelse /names_index names_index 1 add def }forall alias_cnt 0 gt{ /AliasedColorants true def /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def 0 1 names_len 1 sub{ /names_index xdf new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ /AliasedColorants false def exit }{ new_LookupTables names_index get 0 get null eq{ dup/Names get names_index get/name xdf name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq or or or not{ /AliasedColorants false def exit }if }if }ifelse }for lut_entry_len 1 eq{ /AliasedColorants false def }if AliasedColorants{ dup begin /Names new_names def /LookupTables new_LookupTables def /AliasedColorants true def /NComponents lut_entry_len def /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def currentdict/TTTablesIdx known not{ /TTTablesIdx -1 def }if end }if }if end }if dup/devicen_colorspace_dict exch AGMCORE_gput begin currentdict/AliasedColorants known{ AliasedColorants }{ false }ifelse dup not{ CSA map_csa }if /TintTransform load type/nulltype eq or{ /TintTransform[ 0 1 Names length 1 sub { /TTTablesIdx TTTablesIdx 1 add def dup LookupTables exch get dup 0 get null eq { 1 index Names exch get dup(Cyan)eq { pop exch LookupTables length exch sub /index cvx 0 0 0 } { dup(Magenta)eq { pop exch LookupTables length exch sub /index cvx 0/exch cvx 0 0 }{ (Yellow)eq { exch LookupTables length exch sub /index cvx 0 0 3 -1/roll cvx 0 }{ exch LookupTables length exch sub /index cvx 0 0 0 4 -1/roll cvx }ifelse }ifelse }ifelse 5 -1/roll cvx/astore cvx }{ dup length 1 sub LookupTables length 4 -1 roll sub 1 add /index cvx/mul cvx/round cvx/cvi cvx/get cvx }ifelse Names length TTTablesIdx add 1 add 1/roll cvx }for Names length[/pop cvx]cvx/repeat cvx NComponents Names length TintMethod/Subtractive eq { subtractive_blend }{ additive_blend }ifelse ]cvx bdf }if AGMCORE_host_sep{ Names convert_to_process{ exec_tint_transform } { currentdict/AliasedColorants known{ AliasedColorants not }{ false }ifelse 5 dict begin /AvoidAliasedColorants xdf /painted? false def /names_index 0 def /names_len Names length def AvoidAliasedColorants{ /currentspotalias current_spot_alias def false set_spot_alias }if Names{ AGMCORE_is_cmyk_sep{ dup(Cyan)eq AGMCORE_cyan_plate and exch dup(Magenta)eq AGMCORE_magenta_plate and exch dup(Yellow)eq AGMCORE_yellow_plate and exch (Black)eq AGMCORE_black_plate and or or or{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def }if painted?{exit}if }{ 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ Names names_index/devn_makecustomcolor cvx ]cvx ddf /painted? true def exit }if }ifelse /names_index names_index 1 add def }forall AvoidAliasedColorants{ currentspotalias set_spot_alias }if painted?{ /devicen_colorspace_dict AGMCORE_gget/names_index names_index put }{ /devicen_colorspace_dict AGMCORE_gget/TintProc[ names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx 0 0 0 0/setcmykcolor cvx ]cvx ddf }ifelse end }ifelse } { AGMCORE_in_rip_sep{ Names convert_to_process not }{ level3 }ifelse { [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt /TintProc level3 not AGMCORE_in_rip_sep and{ [ Names/length cvx[/pop cvx]cvx/repeat cvx ]cvx bdf }{ {setcolor}bdf }ifelse }{ exec_tint_transform }ifelse }ifelse set_crd /AliasedColorants false def end }def /setindexedcolorspace { dup/indexed_colorspace_dict exch AGMCORE_gput begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ currentdict devncs }{ 1 currentdict sepcs }ifelse AGMCORE_host_sep{ 4 dict begin /compCnt/Names where{pop Names length}{1}ifelse def /NewLookup HiVal 1 add string def 0 1 HiVal{ /tableIndex xdf Lookup dup type/stringtype eq{ compCnt tableIndex map_index }{ exec }ifelse /Names where{ pop setdevicencolor }{ setsepcolor }ifelse currentgray tableIndex exch 255 mul cvi NewLookup 3 1 roll put }for [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt end }{ level3 { currentdict/Names known{ [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt }{ [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt }ifelse }{ [/Indexed MappedCSA HiVal [ currentdict/Names known{ Lookup dup type/stringtype eq {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} {/exec cvx}ifelse /TintTransform load/exec cvx }{ Lookup dup type/stringtype eq {/exch cvx/get cvx 255/div cvx} {/exec cvx}ifelse CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx }ifelse ]cvx ]setcolorspace_opt }ifelse }ifelse end set_crd } { CSA map_csa AGMCORE_host_sep level2 not and{ 0 0 0 0 setcmykcolor }{ [/Indexed MappedCSA level2 not has_color not and{ dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ pop[/DeviceGray] }if HiVal GrayLookup }{ HiVal currentdict/RangeArray known{ { /indexed_colorspace_dict AGMCORE_gget begin Lookup exch dup HiVal gt{ pop HiVal }if NComponents mul NComponents getinterval{}forall NComponents 1 sub -1 0{ RangeArray exch 2 mul 2 getinterval aload pop map255_to_range NComponents 1 roll }for end }bind }{ Lookup }ifelse }ifelse ]setcolorspace_opt set_crd }ifelse }ifelse end }def /setindexedcolor { AGMCORE_host_sep{ /indexed_colorspace_dict AGMCORE_gget begin currentdict/CSDBase known{ CSDBase/CSD get_res begin currentdict/Names known{ map_indexed_devn devn } { Lookup 1 3 -1 roll map_index sep }ifelse end }{ Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll map_index MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse }ifelse end }{ level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin map_indexed_devn devn end } { setcolor }ifelse }ifelse }def /ignoreimagedata { currentoverprint not{ gsave dup clonedict begin 1 setgray /Decode[0 1]def /DataSourcedef /MultipleDataSources false def /BitsPerComponent 8 def currentdict end systemdict/image gx grestore }if consumeimagedata }def /add_res { dup/CSD eq{ pop //Adobe_AGM_Core begin /AGMCORE_CSD_cache load 3 1 roll put end }{ defineresource pop }ifelse }def /del_res { { aload pop exch dup/CSD eq{ pop {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall }{ exch {1 index undefineresource}forall pop }ifelse }forall }def /get_res { dup/CSD eq{ pop dup type dup/nametype eq exch/stringtype eq or{ AGMCORE_CSD_cache exch get }if }{ findresource }ifelse }def /get_csa_by_name { dup type dup/nametype eq exch/stringtype eq or{ /CSA get_res }if }def /paintproc_buf_init { /count get 0 0 put }def /paintproc_buf_next { dup/count get dup 0 get dup 3 1 roll 1 add 0 xpt get }def /cachepaintproc_compress { 5 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def /string_size 16000 def /readbuffer string_size string def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal /LZWFilter { exch dup length 0 eq{ pop }{ ppdict dup length 1 sub 3 -1 roll put }ifelse {string_size}{0}ifelse string }/LZWEncode filter def { ReadFilter readbuffer readstring exch LZWFilter exch writestring not{exit}if }loop LZWFilter closefile ppdict end }def /cachepaintproc { 2 dict begin currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def /ppdict 20 dict def currentglobal true setglobal ppdict 1 array dup 0 1 put/count xpt setglobal { ReadFilter 16000 string readstring exch ppdict dup length 1 sub 3 -1 roll put not{exit}if }loop ppdict dup dup length 1 sub()put end }def /make_pattern { exch clonedict exch dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub matrix translate exch matrix concatmatrix 1 index begin BBox 0 get XStep div cvi XStep mul/xshift exch neg def BBox 1 get YStep div cvi YStep mul/yshift exch neg def BBox 0 get xshift add BBox 1 get yshift add BBox 2 get xshift add BBox 3 get yshift add 4 array astore /BBox exch def [xshift yshift/translate load null/exec load]dup 3/PaintProc load put cvx/PaintProc exch def end gsave 0 setgray makepattern grestore }def /set_pattern { dup/PatternType get 1 eq{ dup/PaintType get 1 eq{ currentoverprint sop[/DeviceGray]setcolorspace 0 setgray }if }if setpattern }def /setcolorspace_opt { dup currentcolorspace eq{pop}{setcolorspace}ifelse }def /updatecolorrendering { currentcolorrendering/RenderingIntent known{ currentcolorrendering/RenderingIntent get } { Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd AGMCORE_gget dup null eq } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd AGMCORE_gget dup null eq } { Intent/Saturation eq { /saturation_crd AGMCORE_gget dup null eq } { /perceptual_crd AGMCORE_gget dup null eq }ifelse }ifelse }ifelse { pop null } { /RenderingIntent known{null}{Intent}ifelse }ifelse }ifelse Intent ne{ Intent/ColorRendering{findresource}stopped { pop pop systemdict/findcolorrendering known { Intent findcolorrendering { /ColorRendering findresource true exch } { /ColorRendering findresource product(Xerox Phaser 5400)ne exch }ifelse dup Intent/AbsoluteColorimetric eq { /absolute_colorimetric_crd exch AGMCORE_gput } { Intent/RelativeColorimetric eq { /relative_colorimetric_crd exch AGMCORE_gput } { Intent/Saturation eq { /saturation_crd exch AGMCORE_gput } { Intent/Perceptual eq { /perceptual_crd exch AGMCORE_gput } { pop }ifelse }ifelse }ifelse }ifelse 1 index{exch}{pop}ifelse } {false}ifelse } {true}ifelse { dup begin currentdict/TransformPQR known{ currentdict/TransformPQR get aload pop 3{{}eq 3 1 roll}repeat or or } {true}ifelse currentdict/MatrixPQR known{ currentdict/MatrixPQR get aload pop 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq and and and and and and and and } {true}ifelse end or { clonedict begin /TransformPQR[ {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind ]def /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def currentdict end }if setcolorrendering_opt }if }if }def /set_crd { AGMCORE_host_sep not level2 and{ currentdict/ColorRendering known{ ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if }{ currentdict/Intent known{ updatecolorrendering }if }ifelse currentcolorspace dup type/arraytype eq {0 get}if /DeviceRGB eq { currentdict/UCR known {/UCR}{/AGMCORE_currentucr}ifelse load setundercolorremoval currentdict/BG known {/BG}{/AGMCORE_currentbg}ifelse load setblackgeneration }if }if }def /set_ucrbg { dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval }def /setcolorrendering_opt { dup currentcolorrendering eq{ pop }{ product(HP Color LaserJet 2605)anchorsearch{ pop pop pop }{ pop clonedict begin /Intent Intent def currentdict end setcolorrendering }ifelse }ifelse }def /cpaint_gcomp { convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not { (%end_cpaint_gcomp)flushinput }if }def /cpaint_gsep { //Adobe_AGM_Core/AGMCORE_ConvertToProcess get { (%end_cpaint_gsep)flushinput }if }def /cpaint_gend {np}def /T1_path { currentfile token pop currentfile token pop mo { currentfile token pop dup type/stringtype eq {pop exit}if 0 exch rlineto currentfile token pop dup type/stringtype eq {pop exit}if 0 rlineto }loop }def /T1_gsave level3 {/clipsave} {/gsave}ifelse load def /T1_grestore level3 {/cliprestore} {/grestore}ifelse load def /set_spot_alias_ary { dup inherit_aliases //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf }def /set_spot_normalization_ary { dup inherit_aliases dup length /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if array //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf /AGMCORE_SpotAliasAry where{ pop AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval AGMCORE_SpotAliasAry length }{0}ifelse AGMCORE_SpotAliasAry2 3 1 roll exch putinterval true set_spot_alias }def /inherit_aliases { {dup/Name get map_alias{/CSD put}{pop}ifelse}forall }def /set_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias 3 -1 roll put }{ pop }ifelse }def /current_spot_alias { /AGMCORE_SpotAliasAry2 where{ /AGMCORE_current_spot_alias get }{ false }ifelse }def /map_alias { /AGMCORE_SpotAliasAry2 where{ begin /AGMCORE_name xdf false AGMCORE_SpotAliasAry2{ dup/Name get AGMCORE_name eq{ /CSD get/CSD get_res exch pop true exit }{ pop }ifelse }forall end }{ pop false }ifelse }bdf /spot_alias { true set_spot_alias /AGMCORE_&setcustomcolor AGMCORE_key_known not{ //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put }if /customcolor_tint 1 AGMCORE_gput //Adobe_AGM_Core begin /setcustomcolor { //Adobe_AGM_Core begin dup/customcolor_tint exch AGMCORE_gput 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not current_spot_alias and{1 index 4 get map_alias}{false}ifelse { false set_spot_alias /sep_colorspace_dict AGMCORE_gget null ne {/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse 3 1 roll 2 index{ exch pop/sep_tint AGMCORE_gget exch }if mark 3 1 roll setsepcolorspace counttomark 0 ne{ setsepcolor }if pop not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if pop true set_spot_alias }{ AGMCORE_&setcustomcolor }ifelse end }bdf end }def /begin_feature { Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if }def /end_feature { 2 dict begin /spd/setpagedevice load def /setpagedevice{get_gstate spd set_gstate}def stopped{$error/newerror false put}if end count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if }def /set_negative { //Adobe_AGM_Core begin /AGMCORE_inverting exch def level2{ currentpagedevice/NegativePrint known AGMCORE_distilling not and{ currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ true begin_feature true{ <>setpagedevice }end_feature }if /AGMCORE_inverting false def }if }if AGMCORE_inverting{ [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer AGMCORE_distilling{ erasepage }{ gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore }ifelse }if end }def /lw_save_restore_override{ /md where{ pop md begin initializepage /initializepage{}def /pmSVsetup{}def /endp{}def /pse{}def /psb{}def /orig_showpage where {pop} {/orig_showpage/showpage load def} ifelse /showpage{orig_showpage gR}def end }if }def /pscript_showpage_override{ /NTPSOct95 where { begin showpage save /showpage/restore load def /restore{exch pop}def end }if }def /driver_media_override { /md where{ pop md/initializepage known{ md/initializepage{}put }if md/rC known{ md/rC{4{pop}repeat}put }if }if /mysetup where{ /mysetup[1 0 0 1 0 0]put }if Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put level2 {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if }def /capture_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put }if }if }def /restore_mysetup { /Pscript_Win_Data where{ pop Pscript_Win_Data/mysetup known{ Adobe_AGM_Core/save_mysetup known{ Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put Adobe_AGM_Core/save_mysetup undef }if }if }if }def /driver_check_media_override { /PrepsDict where {pop} { Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq { Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and }if { Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix }if }ifelse }def AGMCORE_err_strings begin /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def /AGMCORE_invalid_color_space(This job contains an invalid color space. )def end /set_def_ht {AGMCORE_def_ht sethalftone}def /set_def_flat {AGMCORE_Default_flatness setflat}def end systemdict/setpacking known {setpacking}if %%EndResource %%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. systemdict/setpacking known { currentpacking true setpacking }if userdict/Adobe_AGM_Image 71 dict dup begin put /Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def /nd{ null def }bind def /AGMIMG_&image nd /AGMIMG_&colorimage nd /AGMIMG_&imagemask nd /AGMIMG_mbuf()def /AGMIMG_ybuf()def /AGMIMG_kbuf()def /AGMIMG_c 0 def /AGMIMG_m 0 def /AGMIMG_y 0 def /AGMIMG_k 0 def /AGMIMG_tmp nd /AGMIMG_imagestring0 nd /AGMIMG_imagestring1 nd /AGMIMG_imagestring2 nd /AGMIMG_imagestring3 nd /AGMIMG_imagestring4 nd /AGMIMG_imagestring5 nd /AGMIMG_cnt nd /AGMIMG_fsave nd /AGMIMG_colorAry nd /AGMIMG_override nd /AGMIMG_name nd /AGMIMG_maskSource nd /AGMIMG_flushfilters nd /invert_image_samples nd /knockout_image_samples nd /img nd /sepimg nd /devnimg nd /idximg nd /ds { Adobe_AGM_Core begin Adobe_AGM_Image begin /AGMIMG_&image systemdict/image get def /AGMIMG_&imagemask systemdict/imagemask get def /colorimage where{ pop /AGMIMG_&colorimage/colorimage ldf }if end end }def /ps { Adobe_AGM_Image begin /AGMIMG_ccimage_exists{/customcolorimage where { pop /Adobe_AGM_OnHost_Seps where { pop false }{ /Adobe_AGM_InRip_Seps where { pop false }{ true }ifelse }ifelse }{ false }ifelse }bdf level2{ /invert_image_samples { Adobe_AGM_Image/AGMIMG_tmp Decode length ddf /Decode[Decode 1 get Decode 0 get]def }def /knockout_image_samples { Operator/imagemask ne{ /Decode[1 1]def }if }def }{ /invert_image_samples { {1 exch sub}currenttransfer addprocs settransfer }def /knockout_image_samples { {pop 1}currenttransfer addprocs settransfer }def }ifelse /img/imageormask ldf /sepimg/sep_imageormask ldf /devnimg/devn_imageormask ldf /idximg/indexed_imageormask ldf /_ctype 7 def currentdict{ dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ bind }if def }forall }def /pt { end }def /dt { }def /AGMIMG_flushfilters { dup type/arraytype ne {1 array astore}if dup 0 get currentfile ne {dup 0 get flushfile}if { dup type/filetype eq { dup status 1 index currentfile ne and {closefile} {pop} ifelse }{pop}ifelse }forall }def /AGMIMG_init_common { currentdict/T known{/ImageType/T ldf currentdict/T undef}if currentdict/W known{/Width/W ldf currentdict/W undef}if currentdict/H known{/Height/H ldf currentdict/H undef}if currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if currentdict/D known{/Decode/D ldf currentdict/D undef}if currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if currentdict/O known{ /Operator/O load 1 eq{ /imagemask }{ /O load 2 eq{ /image }{ /colorimage }ifelse }ifelse def currentdict/O undef }if currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if currentdict/I known{/Interpolate/I ldf currentdict/I undef}if currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if /DataSource load xcheck not{ DataSource type/arraytype eq{ DataSource 0 get type/filetype eq{ /_Filters DataSource def currentdict/MultipleDataSources known not{ /DataSource DataSource dup length 1 sub get def }if }if }if currentdict/MultipleDataSources known not{ /MultipleDataSources DataSource type/arraytype eq{ DataSource length 1 gt } {false}ifelse def }if }if /NComponents Decode length 2 div def currentdict/SkipImageProc known not{/SkipImageProc{false}def}if }bdf /imageormask_sys { begin AGMIMG_init_common save mark level2{ currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load AGMIMG_&imagemask }{ BitsPerComponent ImageMatrix/DataSource load AGMIMG_&image }ifelse }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if cleartomark restore end }def /overprint_plate { currentoverprint{ 0 get dup type/nametype eq{ dup/DeviceGray eq{ pop AGMCORE_black_plate not }{ /DeviceCMYK eq{ AGMCORE_is_cmyk_sep not }if }ifelse }{ false exch { AGMOHS_sepink eq or }forall not }ifelse }{ pop false }ifelse }def /process_mask { level3{ dup begin /ImageType 1 def end 4 dict begin /DataDict exch def /ImageType 3 def /InterleaveType 3 def /MaskDict 9 dict begin /ImageType 1 def /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def /ImageMatrix[Width 0 0 Height neg 0 Height]def /NComponents 1 def /BitsPerComponent 1 def /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def currentdict end def currentdict end }if }def /use_mask { dup/Mask known {dup/Mask get}{false}ifelse }def /imageormask { begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata } { save mark level2 AGMCORE_host_sep not and{ currentdict Operator/imagemask eq DeviceN_PS2 not and{ imagemask }{ AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ [/Separation/Black/DeviceGray{}]setcolorspace /Decode[Decode 1 get Decode 0 get]def }if use_mask{ process_mask image }{ DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and { Names convert_to_process not{ 2 dict begin /imageDict xdf /names_index 0 def gsave imageDict write_image_file{ Names{ dup(None)ne{ [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace Operator imageDict read_image_file names_index 0 eq{true setoverprint}if /names_index names_index 1 add def }{ pop }ifelse }forall close_image_file }if grestore end }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }{ Operator/imagemask eq{ imagemask }{ image }ifelse }ifelse }ifelse }ifelse }{ Width Height Operator/imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix/DataSource load /Adobe_AGM_OnHost_Seps where{ pop imagemask }{ currentgray 1 ne{ currentdict imageormask_sys }{ currentoverprint not{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }ifelse }{ BitsPerComponent ImageMatrix MultipleDataSources{ 0 1 NComponents 1 sub{ DataSource exch get }for }{ /DataSource load }ifelse Operator/colorimage eq{ AGMCORE_host_sep{ MultipleDataSources level2 or NComponents 4 eq and{ AGMCORE_is_cmyk_sep{ MultipleDataSources{ /DataSource DataSource 0 get xcheck { [ DataSource 0 get/exec cvx DataSource 1 get/exec cvx DataSource 2 get/exec cvx DataSource 3 get/exec cvx /AGMCORE_get_ink_data cvx ]cvx }{ DataSource aload pop AGMCORE_get_ink_data }ifelse def }{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul /DataSource load filter_cmyk 0()/SubFileDecode filter def }ifelse /Decode[Decode 0 get Decode 1 get]def /MultipleDataSources false def /NComponents 1 def /Operator/image def invert_image_samples 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ 1 AGMCORE_&setgray currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }{ MultipleDataSources NComponents AGMIMG_&colorimage }ifelse }{ true NComponents colorimage }ifelse }{ Operator/image eq{ AGMCORE_host_sep{ /DoImage true def currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse { AGMCORE_black_plate not Operator/imagemask ne and{ /DoImage false def currentdict ignoreimagedata }if }if 1 AGMCORE_&setgray DoImage {currentdict imageormask_sys}if }{ use_mask{ process_mask image }{ image }ifelse }ifelse }{ Operator/knockout eq{ pop pop pop pop pop currentcolorspace overprint_plate not{ knockout_unitsq }if }if }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /sep_imageormask { /sep_colorspace_dict AGMCORE_gget begin CSA map_csa begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_avoid_L2_sep_space{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def }if AGMIMG_ccimage_exists MappedCSA 0 get/DeviceCMYK eq and currentdict/Components known and Name()ne and Name(All)ne and Operator/image eq and AGMCORE_producing_seps not and level2 not and { Width Height BitsPerComponent ImageMatrix [ /DataSource load/exec cvx { 0 1 2 index length 1 sub{ 1 index exch 2 copy get 255 xor put }for }/exec cvx ]cvx bind MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Name findcmykcustomcolor customcolorimage }{ AGMCORE_producing_seps not{ level2{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentdict imageormask }{ currentdict Operator/imagemask eq{ imageormask }{ sep_imageormask_lev1 }ifelse }ifelse }{ AGMCORE_host_sep{ Operator/knockout eq{ currentdict/ImageMatrix get concat knockout_unitsq }{ currentgray 1 ne{ AGMCORE_is_cmyk_sep Name(All)ne and{ level2{ Name AGMCORE_IsSeparationAProcessColor { Operator/imagemask eq{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor }if }{ invert_image_samples }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ [/Separation Name[/DeviceGray] { sep_colorspace_proc AGMCORE_get_ink_data 1 exch sub }bind ]AGMCORE_&setcolorspace /sep_tint AGMCORE_gget AGMCORE_&setcolor }if }ifelse currentdict imageormask_sys }{ currentdict Operator/imagemask eq{ imageormask_sys }{ sep_image_lev1_sep }ifelse }ifelse }{ Operator/imagemask ne{ invert_image_samples }if currentdict imageormask_sys }ifelse }{ currentoverprint not Name(All)eq or Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ currentcolorspace 0 get/Separation ne{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if }if currentoverprint MappedCSA 0 get/DeviceCMYK eq and Name AGMCORE_IsSeparationAProcessColor not and //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse Name(All)ne and{ imageormask_l2_overprint }{ currentdict imageormask }ifelse }ifelse }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end }def /colorSpaceElemCnt { mark currentcolor counttomark dup 2 add 1 roll cleartomark }bdf /devn_sep_datasource { 1 dict begin /dataSource xdf [ 0 1 dataSource length 1 sub{ dup currentdict/dataSource get/exch cvx/get cvx/exec cvx /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx }for ]cvx bind end }bdf /devn_alt_datasource { 11 dict begin /convProc xdf /origcolorSpaceElemCnt xdf /origMultipleDataSources xdf /origBitsPerComponent xdf /origDecode xdf /origDataSource xdf /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def /DataSource origMultipleDataSources { [ BitsPerComponent 8 idiv origDecode length 2 idiv mul string 0 1 origDecode length 2 idiv 1 sub { dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch origDataSource exch get 0()/SubFileDecode filter BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx }for ]bind cvx }{origDataSource}ifelse 0()/SubFileDecode filter def [ origcolorSpaceElemCnt string 0 2 origDecode length 2 sub { dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx }for /convProc load/exec cvx origcolorSpaceElemCnt 1 sub -1 0 { /dup cvx 2/add cvx/index cvx 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx }for ]bind cvx 0()/SubFileDecode filter end }bdf /devn_imageormask { /devicen_colorspace_dict AGMCORE_gget begin CSA map_csa 2 dict begin dup /srcDataStrs[3 -1 roll begin AGMIMG_init_common currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse { Width Decode length 2 div mul cvi { dup 65535 gt{1 add 2 div cvi}{exit}ifelse }loop string }repeat end]def /dstDataStr srcDataStrs 0 get length string def begin AGMIMG_init_common SkipImageProc{ currentdict consumeimagedata }{ save mark AGMCORE_producing_seps not{ level3 not{ Operator/imagemask ne{ /DataSource[[ DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def /MultipleDataSources true def /Decode colorSpaceElemCnt[exch{0 1}repeat]def }if }if currentdict imageormask }{ AGMCORE_host_sep{ Names convert_to_process{ CSA get_csa_by_name 0 get/DeviceCMYK eq{ /DataSource Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource filter_cmyk 0()/SubFileDecode filter def /MultipleDataSources false def /Decode[1 0]def /DeviceGray setcolorspace currentdict imageormask_sys }{ AGMCORE_report_unsupported_color_space AGMCORE_black_plate{ /DataSource DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get devn_alt_datasource /MultipleDataSources false def /Decode colorSpaceElemCnt[exch{0 1}repeat]def currentdict imageormask_sys }{ gsave knockout_unitsq grestore currentdict consumeimagedata }ifelse }ifelse } { /devicen_colorspace_dict AGMCORE_gget/names_index known{ Operator/imagemask ne{ MultipleDataSources{ /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def /MultipleDataSources false def }{ /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def }ifelse invert_image_samples }if currentdict imageormask_sys }{ currentoverprint not Operator/imagemask eq and{ currentdict imageormask_sys }{ currentoverprint not { gsave knockout_unitsq grestore }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ currentdict imageormask }ifelse }ifelse cleartomark restore }ifelse currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end end end }def /imageormask_l2_overprint { currentdict currentcmykcolor add add add 0 eq{ currentdict consumeimagedata }{ level3{ currentcmykcolor /AGMIMG_k xdf /AGMIMG_y xdf /AGMIMG_m xdf /AGMIMG_c xdf Operator/imagemask eq{ [/DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ]/DeviceCMYK{}]setcolorspace AGMIMG_c 0 ne{AGMIMG_c}if AGMIMG_m 0 ne{AGMIMG_m}if AGMIMG_y 0 ne{AGMIMG_y}if AGMIMG_k 0 ne{AGMIMG_k}if setcolor }{ /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def [/Indexed [ /DeviceN[ AGMIMG_c 0 ne{/Cyan}if AGMIMG_m 0 ne{/Magenta}if AGMIMG_y 0 ne{/Yellow}if AGMIMG_k 0 ne{/Black}if ] /DeviceCMYK{ AGMIMG_k 0 eq{0}if AGMIMG_y 0 eq{0 exch}if AGMIMG_m 0 eq{0 3 1 roll}if AGMIMG_c 0 eq{0 4 1 roll}if } ] 255 { 255 div mark exch dup dup dup AGMIMG_k 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_y 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_m 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_c 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop counttomark 1 roll }{ pop }ifelse counttomark 1 add -1 roll pop } ]setcolorspace }ifelse imageormask_sys }{ write_image_file{ currentcmykcolor 0 ne{ [/Separation/Black/DeviceGray{}]setcolorspace gsave /Black [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Yellow/DeviceGray{}]setcolorspace gsave /Yellow [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Magenta/DeviceGray{}]setcolorspace gsave /Magenta [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation/Cyan/DeviceGray{}]setcolorspace gsave /Cyan [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if close_image_file }{ imageormask }ifelse }ifelse }ifelse }def /indexed_imageormask { begin AGMIMG_init_common save mark currentdict AGMCORE_host_sep{ Operator/knockout eq{ /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ /CSA get get_csa_by_name }{ /Names get }ifelse overprint_plate not{ knockout_unitsq }if }{ Indexed_DeviceN{ /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ indexed_image_lev2_sep }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }{ AGMCORE_is_cmyk_sep{ Operator/imagemask eq{ imageormask_sys }{ level2{ indexed_image_lev2_sep }{ indexed_image_lev1_sep }ifelse }ifelse }{ currentoverprint not{ knockout_unitsq }if currentdict consumeimagedata }ifelse }ifelse }ifelse }{ level2{ Indexed_DeviceN{ /indexed_colorspace_dict AGMCORE_gget begin }{ /indexed_colorspace_dict AGMCORE_gget dup null ne { begin currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and AGMCORE_in_rip_sep and{ [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] setcolorspace }if end } {pop}ifelse }ifelse imageormask Indexed_DeviceN{ end }if }{ Operator/imagemask eq{ imageormask }{ indexed_imageormask_lev1 }ifelse }ifelse }ifelse cleartomark restore currentdict/_Filters known{_Filters AGMIMG_flushfilters}if end }def /indexed_image_lev2_sep { /indexed_colorspace_dict AGMCORE_gget begin begin Indexed_DeviceN not{ currentcolorspace dup 1/DeviceGray put dup 3 currentcolorspace 2 get 1 add string 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub { dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put }for put setcolorspace }if currentdict Operator/imagemask eq{ AGMIMG_&imagemask }{ use_mask{ process_mask AGMIMG_&image }{ AGMIMG_&image }ifelse }ifelse end end }def /OPIimage { dup type/dicttype ne{ 10 dict begin /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /ImageType 1 def /Decode[0 1 def] currentdict end }if dup begin /NComponents 1 cdndf /MultipleDataSources false cdndf /SkipImageProc{false}cdndf /Decode[ 0 currentcolorspace 0 get/Indexed eq{ 2 BitsPerComponent exp 1 sub }{ 1 }ifelse ]cdndf /Operator/image cdndf end /sep_colorspace_dict AGMCORE_gget null eq{ imageormask }{ gsave dup begin invert_image_samples end sep_imageormask grestore }ifelse }def /cachemask_level2 { 3 dict begin /LZWEncode filter/WriteFilter xdf /readBuffer 256 string def /ReadFilter currentfile 0(%EndMask)/SubFileDecode filter /ASCII85Decode filter /RunLengthDecode filter def { ReadFilter readBuffer readstring exch WriteFilter exch writestring not{exit}if }loop WriteFilter closefile end }def /spot_alias { /mapto_sep_imageormask { dup type/dicttype ne{ 12 dict begin /ImageType 1 def /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /MultipleDataSources false def }{ begin }ifelse /Decode[/customcolor_tint AGMCORE_gget 0]def /Operator/image def /SkipImageProc{false}def currentdict end sep_imageormask }bdf /customcolorimage { Adobe_AGM_Image/AGMIMG_colorAry xddf /customcolor_tint AGMCORE_gget << /Name AGMIMG_colorAry 4 get /CSA[/DeviceCMYK] /TintMethod/Subtractive /TintProc null /MappedCSA null /NComponents 4 /Components[AGMIMG_colorAry aload pop pop] >> setsepcolorspace mapto_sep_imageormask }ndf Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put /customcolorimage { Adobe_AGM_Image/AGMIMG_override false put current_spot_alias{dup 4 get map_alias}{false}ifelse { false set_spot_alias /customcolor_tint AGMCORE_gget exch setsepcolorspace pop mapto_sep_imageormask true set_spot_alias }{ //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec }ifelse }bdf }def /snap_to_device { 6 dict begin matrix currentmatrix dup 0 get 0 eq 1 index 3 get 0 eq and 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop { 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def 0 0 transform AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch itransform/AGMIMG_llY exch def/AGMIMG_llX exch def 1 1 transform AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch itransform/AGMIMG_urY exch def/AGMIMG_urX exch def [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat }{ }ifelse end }def level2 not{ /colorbuf { 0 1 2 index length 1 sub{ dup 2 index exch get 255 exch sub 2 index 3 1 roll put }for }def /tint_image_to_color { begin Width Height BitsPerComponent ImageMatrix /DataSource load end Adobe_AGM_Image begin /AGMIMG_mbuf 0 string def /AGMIMG_ybuf 0 string def /AGMIMG_kbuf 0 string def { colorbuf dup length AGMIMG_mbuf length ne { dup length dup dup /AGMIMG_mbuf exch string def /AGMIMG_ybuf exch string def /AGMIMG_kbuf exch string def }if dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop } addprocs {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage end }def /sep_imageormask_lev1 { begin MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ { 255 mul round cvi GrayLookup exch get }currenttransfer addprocs settransfer currentdict imageormask }{ /sep_colorspace_dict AGMCORE_gget/Components known{ MappedCSA 0 get/DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer currentdict imageormask }{ currentcolortransfer {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }{ MappedCSA 0 get/DeviceGray eq{ {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer currentdict imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }ifelse }ifelse }ifelse end }def /sep_image_lev1_sep { begin /sep_colorspace_dict AGMCORE_gget/Components known{ Components aload pop Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf {AGMIMG_c mul 1 exch sub} {AGMIMG_m mul 1 exch sub} {AGMIMG_y mul 1 exch sub} {AGMIMG_k mul 1 exch sub} }{ {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} }ifelse AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end }def /indexed_imageormask_lev1 { /indexed_colorspace_dict AGMCORE_gget begin begin currentdict MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceGray eq{ {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get/DeviceCMYK eq{ currentcolortransfer {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }{ currentcolortransfer {pop 1}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll setcolortransfer tint_image_to_color }ifelse }ifelse }ifelse end end }def /indexed_image_lev1_sep { /indexed_colorspace_dict AGMCORE_gget begin begin {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end end }def }if end systemdict/setpacking known {setpacking}if %%EndResource currentdict Adobe_AGM_Utils eq {end} if %%EndProlog %%BeginSetup Adobe_AGM_Utils begin 2 2010 Adobe_AGM_Core/ds gx Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx currentdict Adobe_AGM_Utils eq {end} if %%EndSetup %%Page: 1 1 %%EndPageComments %%BeginPageSetup %ADOBeginClientInjection: PageSetup Start "AI11EPS" %AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 %ADOEndClientInjection: PageSetup Start "AI11EPS" Adobe_AGM_Utils begin Adobe_AGM_Core/ps gx Adobe_AGM_Utils/capture_cpd gx Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx %ADOBeginClientInjection: PageSetup End "AI11EPS" /currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 Adobe Illustrator CS4 2010-07-19T16:32:27-05:00 2010-07-19T16:32:27-05:00 2010-07-19T16:32:27-05:00 256 256 JPEG /9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FWPa3+YfkfRCy6nrdrBKv2oBIJJRTxij5v+GQOSI6ufp+zNTm+iEiPdQ+Z2YVq X/OSn5eWpZbVL3UCNlaGEIh+mZo2/wCFyPjB2+L2U1cvq4Y+8/qtjl1/zlTaKSLTy5JIOzS3Sx/g sUn68j4x7nPh7HS/iyD4R/aEI/8Azkz5ldFaDyzGK7hmklcEHwoi5A5j5No9k8IO+X7B+ty/85Ne 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 2KuxV2KuxV2KuxV//9k= application/postscript converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:018011740720681185E5990C6E4BE2B0 2010-07-12T13:30:42-05:00 Adobe Illustrator CS4 / saved xmp.iid:028011740720681185E5990C6E4BE2B0 2010-07-12T13:31:39-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:048011740720681185E5990C6E4BE2B0 2010-07-12T13:39:54-05:00 Adobe Illustrator CS4 / converted from application/postscript to application/vnd.adobe.illustrator saved xmp.iid:BE6B06204D226811ADACA6603AC3D52F 2010-07-19T16:32:27-05:00 Adobe Illustrator CS4 / xmp.iid:048011740720681185E5990C6E4BE2B0 xmp.did:048011740720681185E5990C6E4BE2B0 xmp.did:018011740720681185E5990C6E4BE2B0 xmp.did:BE6B06204D226811ADACA6603AC3D52F xmp.iid:BE6B06204D226811ADACA6603AC3D52F xmp.did:018011740720681185E5990C6E4BE2B0 8.500000 11.000000 Inches 1 False False PANTONE 186 C Default Swatch Group 0 K=0 GRAY PROCESS 0 K=100 GRAY PROCESS 255 PANTONE 186 C SPOT 100.000000 CMYK 0.000000 100.000000 81.000000 4.000000 PANTONE 286 C SPOT 100.000000 CMYK 100.000000 66.000000 0.000000 2.000000 % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 %ADOEndClientInjection: PageSetup End "AI11EPS" %%EndPageSetup 1 -1 scale 0 -58 translate pgsv [1 0 0 1 0 0 ]ct gsave np gsave 0 0 mo 0 58 li 58.0005 58 li 58.0005 0 li cp clp [1 0 0 1 0 0 ]ct 28.9614 54.6699 mo 14.5977 54.6699 2.95313 43.0244 2.95313 28.6611 cv 2.95313 14.2979 14.5977 2.65332 28.9614 2.65332 cv 43.3247 2.65332 54.9692 14.2979 54.9692 28.6611 cv 54.9692 43.0244 43.3247 54.6699 28.9614 54.6699 cv cp false sop /0 << /Name (PANTONE 186 C) /0 [/DeviceCMYK] /CSA add_res /CSA /0 get_csa_by_name /MappedCSA /0 /CSA get_res /TintMethod /Subtractive /TintProc null /NComponents 4 /Components [ 0 1 .81 .04 ] >> /CSD add_res 1 /0 /CSD get_res sepcs 1 sep f 1.127 lw 0 lc 0 lj 4 ml [] 0 dsh true sadj 28.9609 53.207 mo 15.4058 53.207 4.41602 42.2168 4.41602 28.6616 cv 4.41602 15.106 15.4058 4.1167 28.9609 4.1167 cv 42.5166 4.1167 53.5063 15.106 53.5063 28.6616 cv 53.5063 42.2168 42.5166 53.207 28.9609 53.207 cv cp 0 0 0 0 cmyk @ 17.165 24.9653 mo 17.165 39.5225 li 40.7798 39.5225 li 40.7798 24.9653 li 17.165 24.9653 li cp f 20.0332 39.1504 mo 20.0332 25.5811 li 17.9634 25.5811 li 17.9634 39.1504 li 20.0332 39.1504 li cp 1 /0 /CSD get_res sepcs 1 sep f 21.9502 39.1504 mo 21.9502 25.5811 li 24.0205 25.5811 li 24.0205 39.1504 li 21.9502 39.1504 li cp f 25.937 39.1504 mo 25.937 25.5811 li 28.0073 25.5811 li 28.0073 39.1504 li 25.937 39.1504 li cp f 29.9243 39.1504 mo 29.9243 25.5811 li 31.9946 25.5811 li 31.9946 39.1504 li 29.9243 39.1504 li cp f 33.9111 39.1504 mo 33.9111 25.5811 li 35.9814 25.5811 li 35.9814 39.1504 li 33.9111 39.1504 li cp f 37.8984 39.1504 mo 37.8984 25.5811 li 39.9683 25.5811 li 39.9683 39.1504 li 37.8984 39.1504 li cp f 17.4834 24.6045 mo 17.4834 17.4482 li 40.4614 17.4482 li 40.4614 24.6045 li 17.4834 24.6045 li cp f .789 lw 17.4834 24.6045 mo 17.4834 17.4482 li 40.4614 17.4482 li 40.4614 24.6045 li 17.4834 24.6045 li cp 0 0 0 0 cmyk @ 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 1 /0 /CSD get_res sepcs 1 sep f 2.0286 lw 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 0 0 0 0 cmyk @ .563 lw 28.9658 24.8882 mo 41.373 24.8882 li 41.373 23.8535 li 28.9658 18.1187 li 16.5586 23.8535 li 16.5586 24.8882 li 28.9658 24.8882 li 1 /0 /CSD get_res sepcs 1 sep @ 28.9722 9.7124 mo 23.9834 9.7124 19.7539 12.9536 18.2681 17.4443 cv 39.6772 17.4443 li 38.1909 12.9536 33.9614 9.7124 28.9722 9.7124 cv cp f .789 lw 28.9722 9.7124 mo 23.9834 9.7124 19.7539 12.9536 18.2681 17.4443 cv 39.6772 17.4443 li 38.1909 12.9536 33.9614 9.7124 28.9722 9.7124 cv cp 0 0 0 0 cmyk @ 31.3447 9.87793 mo 31.3447 8.46924 li 28.9658 7.84375 li 26.5869 8.46924 li 26.5869 9.87793 li @ 13.521 43.9365 mo 13.521 42.4707 li 44.4238 42.4707 li 44.4238 43.9365 li 13.521 43.9365 li cp f 13.521 43.9365 mo 13.521 42.4707 li 44.4238 42.4707 li 44.4238 43.9365 li 13.521 43.9365 li cp @ 15.0107 42.4707 mo 15.0107 41.0068 li 42.9331 41.0068 li 42.9331 42.4707 li 15.0107 42.4707 li cp f 15.0107 42.4707 mo 15.0107 41.0068 li 42.9331 41.0068 li 42.9331 42.4707 li 15.0107 42.4707 li cp @ 16.4971 41.0156 mo 16.4971 39.5508 li 41.4453 39.5508 li 41.4453 41.0156 li 16.4971 41.0156 li cp f 16.4971 41.0156 mo 16.4971 39.5508 li 41.4453 39.5508 li 41.4453 41.0156 li 16.4971 41.0156 li cp @ 13.9502 43.5576 mo 13.9502 42.7256 li 43.9966 42.7256 li 43.9966 43.5576 li 13.9502 43.5576 li cp 1 /0 /CSD get_res sepcs 1 sep f 15.4541 42.2275 mo 15.4541 41.3955 li 42.4922 41.3955 li 42.4922 42.2275 li 15.4541 42.2275 li cp f 41.0093 40.8535 mo 41.0093 40.0205 li 16.937 40.0205 li 16.937 40.8535 li 41.0093 40.8535 li cp f 28.9614 19.1533 mo 39.7671 24.0767 li 18.1558 24.0767 li 28.9614 19.1533 li f 52.5063 53.209 mo 52.5229 52.999 52.4097 52.8408 52.188 52.8408 cv 51.8618 52.8408 51.8267 53.0449 51.8267 53.2002 cv 51.8267 53.3408 51.8882 53.4258 52.0171 53.4756 cv 52.1255 53.5137 52.231 53.5547 52.3374 53.5947 cv 52.7183 53.7373 52.7886 53.8721 52.7886 54.1377 cv 52.7886 54.5186 52.5493 54.7422 52.1626 54.7422 cv 51.9644 54.7422 51.728 54.6855 51.6128 54.4229 cv 51.5688 54.3232 51.5728 54.1621 51.5688 54.0547 cv 51.7915 54.0547 li 51.7817 54.3525 51.8364 54.54 52.1733 54.54 cv 52.3989 54.54 52.5581 54.4258 52.5581 54.1885 cv 52.5581 53.8828 52.4341 53.8799 52.231 53.8018 cv 52.1196 53.7588 51.9429 53.7031 51.8345 53.6465 cv 51.644 53.5488 51.5962 53.3887 51.5962 53.1895 cv 51.5962 52.8555 51.8296 52.6387 52.1577 52.6387 cv 52.5259 52.6387 52.7515 52.8291 52.729 53.209 cv 52.5063 53.209 li cp f 54.5776 52.6797 mo 54.9702 52.6797 li 54.9702 54.6934 li 54.7476 54.6934 li 54.7476 53.0342 li 54.7476 52.9482 54.7534 52.8652 54.7476 52.7783 cv 54.7417 52.7783 li 54.7183 52.8965 54.6987 52.9717 54.6802 53.0508 cv 54.2593 54.6934 li 53.9927 54.6934 li 53.5708 53.0264 li 53.5513 52.9561 53.5356 52.8887 53.5112 52.7783 cv 53.5063 52.7783 li 53.5063 52.8652 53.5112 52.9531 53.5112 53.0391 cv 53.5112 54.6934 li 53.2886 54.6934 li 53.2886 52.6797 li 53.6841 52.6797 li 54.0786 54.251 li 54.1001 54.3369 54.1099 54.4209 54.1216 54.5488 cv 54.1265 54.5488 li 54.1401 54.4473 54.1528 54.3477 54.1782 54.248 cv 54.5776 52.6797 li cp f %ADOBeginClientInjection: EndPageContent "AI11EPS" userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse %ADOEndClientInjection: EndPageContent "AI11EPS" grestore grestore pgrs %%PageTrailer %ADOBeginClientInjection: PageTrailer Start "AI11EPS" [/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 %ADOEndClientInjection: PageTrailer Start "AI11EPS" [ [/CSA [/0 ]] [/CSD [/0 ]] ] del_res Adobe_AGM_Image/pt gx Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx currentdict Adobe_AGM_Utils eq {end} if %%Trailer Adobe_AGM_Image/dt get exec Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec %%EOF %AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 14.0 %%AI8_CreatorVersion: 14.0.0 %%For: (Lisa Barnes) () %%Title: (SMULogoSM.R.eps) %%CreationDate: 7/19/10 4:32 PM %%Canvassize: 16383 %AI9_DataStream %Gb!T"n3fh'Z=$i %efXN:BAX^ublZNH==gl,LQ+n&6co2PDd7ZNljdVjV)E"2Q/:aaGWgU2;D%OQY"Yad[?I\!+I\Ic9r=\(XX3sSmH!j3lE]UidRepP %"R>)%Rcd)0XIo4pI\'3M5J6@P5m4k+eDamGdB"LS+@uoj#&4)?T5KmSra`%;Vu>$4-)C37*K@hgl5+7sJ=5mS"j*CZLg1"r^K&"g %KD&81iumk@:d`ANc!OX+5[RImHn:(Y;WJ"2Op=-AAMX6aRb+7$A#0%j.t;./[61>\m:iPQL[%9uf),IJZkm8@kODpWk%6MJeAe^W %"`6[s)>rm@W2C'>,Vd"d%GGbHGk@&irKm7o?uF`aLGB$3Cc%MF8n@m7*`G$-mH>%fql6A1XN*m>ta^al(-"W]f1#m'=Y^pFL!^_F@Xq]GcFiiP9t(*QWeG1'DZ30`&TRN8Nh.pj>!>>sZf=b7U]/+$u@/9CsReWXWRuq1Dk%q5Z^F:DL%g+,=)%JSqHE+27q#UIY9thHq(`GJFX2cZ*Z=pfeVp`WTD=Ucn)?n([-[)`6I`_m\i# %jTad\s#52O"uJ)DRq3!ngXArJDP.Db'*BS1[)0^lhXKf93%7gV:7Y*CrO8QL^]8.uAO+k);(8UHn%_df*t5?-QpC81ZjLtMJ4KP' %Y^kGL%,g6^)1'"[)"^&Bp@tuOF[G$UhS=g%/MaU1I!8&4roDh(:IIdVX\ScLJPuM(R4@*3clb4&qnjJBLkt;_XW;hNU%[HKJ%!B) %JiWc\Tpg*+@%mfA,K]dk0mB5!n-9j/#0OjJT)m:sioe5,?UOJDch`5hJ;^gJKBZ%M+2;WA/,lJ#?LIu1Xlrc0s-6@r6=8[&NDC?] %k<;fu55YElBAgf`;"U)]p0[Te??gr1PWmmtT\t.[q;RcgmJ6["J/8&!2%]E$Cn>8]C[D.a4:5gkXlH2@-*TrShjh,Ql[gcRI)5CV %*^0#f6/_E+(X38:r7bl9V@Z!/A]jk3BREe&)-td>[)b4-6)Vf?S"h7/Yfqb4Gl.n%#70JlBZ0t5XcNThCTFV8(#%-F0@5UBcX9Ma %Vg]GB8R).GT-#\cQTt^qI(ADNrr"tsK%D`m,h7?V2H>89Mo)JAWnRH%"(D`/M-A_2?oFt+&D%NmnP_[jj":0br<)j"HlLiY:0PEe %l=:F,dQ2mgPTNQKhsJ6RY7&N$P^5^$_JqH8,nnJNs&/+j7mhu]0S<6s9Bi]X7^!^.BD^6D,NDd3kSom/5bl%]Sac%h=aNl\^EOs, %=%Y1>^YeGf'UFUE3NE+K(4,[5o2:?Ds5=h)]@TKSMLUqUrV,G_G1),f'9mcMM6Tgrs8';,D>=u*jo:*93dLbk?S%3:iFO\\oXk.X %H#YC#as=KM5CTB7#P>1u@2[ibs"rnuV:')2X"/ZUc-q0R.md-+93tp"X5BCqZ?/U;pqNIpT1].DPD+o62?2W1q;]$5aJD7pd1du1 %tS,_VX+S68TX,gk-=$[d#s1$P`ZK\!!_RD:;pOEm`C-+1$[UZA9Go^"!(Ju&ur,eY)qQk+T\]s_4J2oV)"M`pF5T:Vj %D50KrrA@TC-r[lpA0hlq.A?Fsj>>n8X4,@mXnMZu\GbJ)r#MQ_]Y8J!$GB=95%mB3Wdos61(7G=Igpr@4.8nB+*\G"%;LLH\I<;j %KeiJrhm=b07IC*[H,tf5i\(q=/>hZk('/MG@BHTq2RUJ-g2T!>N^6%g>9X]AVeUQ<)7RF-l2C]8kkG"=rdPX%DhQJT-tB`udT5f6RU%/Fd:^2-7*6%Q3oo*I&Ep>lW9h33Rc-P+&J(u)t753tUcN\6-&-XNeXlP$0aX=+:4oq5QXiteU+E).UE]j2jq#bIqj.An/dRusk1[Tn,Lp\9A %p`Kp%9\,YJm)?Gh^Y=s`d:\"X7ZdAZ)p;SW[#+`^\l1:G3pf4[fQC^@%7E %&*r:=,\_t50bXpr?^+ah.rTHR9KpX#=C^"P!pr6#A_^68j+(DE'ElKD7au"ThIJ\*H5Iip_htlLK'qRUB3K^^2duMoh"q;Z#=IWC %NI/mbZ-U_j!_cFMr+*e:=QTDK(_\h.qDhd)ksuJ(M+iXsVqil(VHF";F3j.(<\RY3I+9jNqq('1IA0EKWdWU$bu+2dVunG0l$j,r %o1FqS+r]C"Ah1AW6kr5\rIMg^Y.>&F[ng7KVqWoE+pf'Be\kuT\]QeWN5a&OU;nLgB0U;p^Xg]k=GQ4 %`r&`<#!"W8_Wo#^q5iOZAj]hgcl>p8>q*F(3"+f#+Lq@7,33\2:-Y++jaF+23duWi\hkG%g/BBM'e_P+&uqh0dZXtXF8)0Qp$D,@ %+#eX_r*\'^,-Ja0+]iZaR<*/l5,(!AA)V]2^j49\DqK;-cA2Fenq<@fffTmh5Z %(f9BS@6ls+RWR9d7>Ku-cUD$r9&i53O3;o=Fh5JI)bE>dBn&CZSt$\E")=#,n>J>CX0,6.=7"\?&_5C\$!t"$:&W,$/21's)b)U;5ojChRsp-+d"$^EEABCCYGjtN>s;%;N[`d:7RA8/g?FQc`%%s %M=UXg<\dud)o'aX4mD0RROc$`b$UF9RtGnCSSoPfDoKf6:%E?M,ZP=4@e&7n?XP+!ppIjK:k\G"ki]-1Hn9882$8:IN!&W=g:g%D %jeJlc6b`,7Fp-QbNZ9C`>6RI?c&.XAl@%XhFJH"R/UVR.8YV@bFG`;:a&8W5#Z40(",3Mkk>Ug9;QQeAO,p$nYo#,Zt12_,M1qCQ>[%:;GW[\h]I/MqRAQJ=)bTF$n"ZfYHs4I-5"Dl6_\_>`*W_R$0cL<=$:EJ".g"s.,?^Z`9jC=u.LkX3qXQFZQq.5n&oG@H]P5DS8#2@@]g+qgOY_QP05%*XRle@"A9WAWG3Z+h %HfMPeSaDnZ-_ulQYtF=rEbk"/nM4Ms"Z)Pd\)noBasF52$+sF;Q/3QSHSm1HI-J=KTd'.5G!rlDFRH3bm.'2Cg2nCddSE6Shf](Z %1O1f9VRt_g%;B['(Q=8p<$h2ireZ^DiKI$a3iZ!@9B!#XObW"rP5HM"\OOdLW@spYN%8Nf=rYoN-,6oX6eYOIe&$_nd`Z*ElR+^) %5Y-;()qrEb3*2gtXW30biR&OB*,7t:#)u8'UnBBI[t@NPpcdJVl765a'FuW`P?Zf74*?U9[/%S*?7Il>.@aoAWAN99I)YR>N_%@@ %fd.BtY4?R[jb+??7GZjWX-7O?)kmef&brpO5"Zi65Q[k'G,3YfY,NR]`e$+Eaa3XG%O(KKK];T)ajSe]A%qe=9K46PXSbai?X),R %8#-r0[I8du(I2Yp^KUFHgt+Q^:EdHD<@6!^cXY;a4XE.36s=LLm3/9%MTtngo!re,UERnRGInB"B;F([=oG,E9A>O0/-tWK<>\R> %gaL4d!ufU/rba8-;ii&SmU#A>:4*)_^>9rS_Gm>5f#dQUK(N4.?`n962P^<\7XKFRn`umQ+*L'K1?G[<8AAr&SHg(]'&U;"f`tV! %qg*B);P-]2Gt4[L?a1j[BtCTiJ&tbHde;h1N0$@W=Oq:.WO)IL)'Y'a/Xi`B^!Q*3]*49;W-4tTiL=ZnkuT3J6(7T(i@ces85guK %`8/==`?O4u3-Fe3[KVf5k1N+egN_RIQ2o@nadc%Q*b@%RUL5g6OcRd%8aqSDJlQ-q-&r\a9HGlbM(4_dodS/\ni:P@h/l3DL'.P7h&a:@EsQlKY4/TY-gje&('Rb5(GhcGoD)IIZ$=CXL0\ %:T&R&Ve93IkHE5-QYIe/Qr2]e>F3BcZX'K<5Te`C5C]kJ;g0t:YLAi!67@*NoE*o>k;a9lD2dQRN3=RP)XXH^+f:XEqu,GYIfKD7 %nhq;uhcBV7b1fOqPu$7#Rr>DC]/V8<3XA;#kH?OW5(?:1`^st'7a@+/_o-"7.4IJ)pq^TFsHbrR_`>gBOU$^@csir@Dg!*Zinh%dVFf!'\PJ\ %Ud2"(d-l"2lA#7WpgSbHVTJ%G[ka+1=Qa7`3]rNa(%^5-NRNqcQ%=GPD?Q7$_F`hN&Heoh%OgO74[X_?VQ5XVlQ_f;o)CM-?A %I4kMu'E[dMQ@U/P,1+pcB['IA#j6Z%Yb!CK]MF(F*?Gsu`#lc49o\sPo9l#3CHFb,'s5)[KDDiA+98X]s1ml,0c%-^>o>dR6k2:V %KchL(q/W57*d=:Q0FKs"an3L/7SVYW(%6'PUZ`5c-hb+'gjtjReX9!LV"6Y\*W*QJicE"!f %%Je&9\%G;GK@^[:+hZ6@25n4Z"n[7tG#5B4H$_>.7Y5*k%d=t1pfu`.1Yl/fQ?gb+2/^I7X-:GC=FU6h+q'd[$PDMa)gnGQl"aeW %Qr6!)16_P.4SQ3B0]uHf&P#Y>Z`^q6B%=06h6K`UB**N=3rAbF[L<5[B-I-%*;C&qi"RP.@@bj7UgalALgiQ(J?e(I0$PArCYC:et07V%iX?Y %E$lFf?ehtZR8"K#Bsrd_V$$KV[qJJs2V5#jI`P-UN1bquf:)*4Nh7u_V:)WOc`a]jLakJ7?XO1J^"mjOTlq=/EZUTJTWHX7-nF!5 %49I:;=8MHMsnJt:Eh>)"+gbWRdmdPml/N2uD`OK/Fr7gpM'$@t?Pd'.QrM"W3]&2h^#*ZS_kiij^FD>_&Xo?RDCsO3Z`#S5eV4R*$:o!=-MtAs<6Ujkkd:k!I!Q:j`9k@P,+.?&4bJ5ZZ/DbIYV&VJ(gMD&(>%-!je/bPChV %CeL;X+UROL*YRXm-Cf"d)i^rq44'2#Zd;S-AJ?r1AC'W=]?rLCp;tUjFtL5"H\:gJT$<,R-2]saB=p"q]!lfQgTt"T6YEaEI<9O. %9\Reia@d/c6C*r&iTmhTJd@o.0)ccP'psB-oJP9cBm:D]\#Rm>G#auc^g-aNAK!8tX]9(ZNl7T%mG$C5X9js6X^]X@,CBk)_X-q6 %f#tU0#1C#Eb<4*WDch^cACW9b>di'X,9SSp+j10lD=04uI-e!E@!ljUG,0LgLbMjq7puD/TS'#CCU4N#8MO%s6'k$OALJD#T&0O] %HDiL(mT`Ff^k1r[KdE8ad.n`(n$A'XhEbOhQKdMhD4T_/&/`/3?c`Cr*m[r5ZKkaaUW+qWX?0I+3*&Ceg"&"#^;)ef3:Bh6:je4@ %>3[6-X#Z&O#Y^@0q"*ZV^W`:g#dom %C8/*pQ0m+uf_rrF/T^PcfC/1-Z>_NIG0ci=4$b$bCNVV[841OM?&1-4jMdr=4;&^Ca[5U[Mo#4UQA,of:1`hV'L'o=*5nND+11BW %7N2sJ.Er#fh0jpqJqlh;XQ]d_1)oCh=l%b=_TT!q^pnNE%2mZ$7siTHP91Xn\_HO$=:-t<[EWdSI@SU>,l/]2AqZ4F0Q@Rl>*Dr; %q)j_c"-_0P87OWiB!qB&p9XBJ;R.jVgr%b+RSMU(?p>^,KodtU]/L;RFP05J:GEW718//ZFp>#mBfg]8o>,1W-n7]XMn9tC-"fX$ %j=kJ2Z>G4HF]OdWPOY>c#CL'p>ju>eA_assh2%n;/JLS8*^SrsX=&bJ4bCrq=AK?rHN]o,p4fDRkhIEH/CB&"`6c%bcrm+IQ]Ih] %O.`gL$SEAck8lqP$`k_1c96d)(+m%<%%V_JSJM+2EX\Lc"J$FJ]35VK`&3.,l60:aL<_r6Npp>a*_\VpTX9`XN/<(1L:L(a:SE#QR>RcU)soT"qEtY^ju%N`_R&P.OH&!)IKN5#?Z"*_*@3CeomF %aOE#aZs>H?T?`Xe\*ZhkHeI%Gic%f7`Gl`_GE_[A$irbT4'#^&H=/s)'UUJ4mqM'i:9_e/=e%&RBAaS^"7qHl\epQBi*@6Y4Z]?o %8bULtjFIPqU7Zuq1dS#/bA98"h_M)8juf$&j6%2uk8=rN4;m(ebhn&WoZX%_a:N\6MZ@fY#F7$OUH]G+nQtpU-=M<:DK6V(7==r[D`dH!d %CT&6=#gMgsctshMLn!#M[h6M4.SX0(*"4QB%d3ZsEk#g9(%3YK[bQ8j<]s?.R<1Eh*dR#c'l28Bkqi-H10hb7i>!Es&i!qY3qS4V %L@A_3I1.ri-/sio\S9I3?DbQ0[ErX>etfhi7'(KNGOO1]J;`Rt`PsLhBqRBkN5!><7e?57eg+ra.HVCS[ua+7H90jjMd(p2!F=Gcr<1LcK1Er%&r*j#7g;EjAq!cE+FN>>OWboH^#JWanAsf7GY"3U %_K4qW3Ij"ZVO>YO9&b(R(PeHmhXE]fcCukNcdrbmGgm;[:COHG)X!tja2njuOAfe>c>[gTk8f;#&6_)A%%\J^]/bg-I*DQG0H\Kd %Koojq`K+JdmsN7KH?4(KPRnICUp0Ro&JSJ?^SHamH:cr@G#Su[hV,C)Uk5nFqhZjo60DXjP\]1BNe_]Lo<14sNp6PJQ/gi1;p_t/ %\95j0/TsI'fm#LR\\@oDU.=S?E2uA7ZH'jk/Ca9BCPmnrj,pGUEU/X?dl`NRg2j%-_`?NcYd=%J3;qtT\"f6^`P]sR@[(^MkY#&G %84WHN2"?A<@m1Q?]4@;3>I'cUS3&%%gtH\J*aTAF&E?>Q"uu5+=tI>($fT`sk9X=7Q2$Uh\KDm<]1B=cnD5Oa)m0Z*O)P.o1#"I* %fZJh4C^Vd]gEO",(187c^(`JD]*K6JG5I9Jm)uX.I)iI3XF,u<%#`HVbuI3q*OK0S?\Zhq>&FF3E#)Q1Zr:]Nc5MulKJII=07)4Z %L;OQCDGfc"*!QJN?8:J_gQ[Ut)Z';`c%tal&M3Mb?u-$)N'LQ:7-aBi)C&,\Yk:G\56%]-,$!:&#MgpGOkS[)Lb?X7-kWEYc5QI) %J3rU]X9=Hu.2DSOGm(F:FPu+'_Si*'l;+J'N).E/XNDQOSZ? %YUe<>$4#/j?.,l+'FoI)(a;[U$AC;6@r03RT_r'S7X1q$mS'\e,aO7e1HPnEjmo<_D8<)_!c<,l1,t@=0Zlh=MsE'fM=m%jAN(E% %#TIcYN[HNk)2i'!(UnP=XBA;s>!p(8Zh^LG/_KHA)XO?HhQh_B.2cR7Qh^%R %"_i!m4*;3_T`r'=7bE\H[g9V:emj>iFSE/[IF)H.6FKuI><]cS80GE9Jo0HXZ[WdiEn7G-G+`"HCJhpIQ%MiEn=!tWarisQ7e?Wo#;/:8#$;mk\$4>>mAL;qHD4O/A\SQh8W#@_]`OSO@3Dj1nF4UpiT*U3o\2 %6ge-Ql(!]FT=[aBM.epT@YjB[cqqj#+Pu<@*%i1)kG49(q=qT8VKj,28&9dl1B>C\aiDoO3f2Yp`&?E8mUH`S@ZJ-EnE(9EGtn," %%NVk*/Y=tQQESSJIU_W.:++B3[OuYWWJ&R5H79VG;kPh@k+OZ-Ss^M)#V.$djIBLnQ2+s);G6]2``_QeR=3Z+@9a_IG[.`:`%k&6 %#]gi<^$"i?X%71hJ&L?74'Ta>.)n)fg79_].f%5$mO[&Q=S@N:8olqX^X=p"DOET&DWJ*_I*QgL@t&l1U7RDa!N(6+*m"QJK8T#=-!MMJ %U1\rrA0m0gU`\T(ceCqm^TurlV's^RXRS]s?#$M[[VF^knO0d'<^GoR0*]>E\CD7iXn+AKI@[:0lAJ:skK([i(Sh('+2/u?/Ve/ShoF8XLnTH*-^76C?$?_]+D3#")H"hHL$X@!TZeWPPMHkLStU&+k,%I(]@@249(AEt*ilh%MO3^q %2)sE<_]`eDK=O5_$=rY[iJ"jEGV5S$pW$bd=?Z.WNk'.dnGKXU@>AX,^1Zb_bT!PYe %\0T'&G:^JueMH"6o=`k!g`<\2\7<5&*$/!d8f-k0OQCjp@u5P&+g;_L/1dLW!8WeV=PM^!Ydb*H9p^3K`b>mENsqB:Gi!LqiN27f %6G@F>B+9F"&.7NlPKam7L-r]lc6\:gLeP(Ob?I$AI=3o,Q.cg9"(Cp0!S&h'6psKm-"t:[1X`*pF^doW^OA %@2:S)9a*d.]I:c@j-o/tGOmDg_p"\/=EJW#RTjb((g!(MDdMKb7m/X2B"HjhAetq0G7^2.Q]IJ:0dh?pR$j+=eKZ5f6hG8W;U*'g %WHh]m/?6`#09FM"h0_C&5DR9=lXO5m":!H>C#1.?*k'(5nDkQ"\%hHD7S[CLKdHH]3a3i,OsM/%ZIcda"lUak_h%cGOV:W" %!![8eA,dmFV-][LPV:kTXslo*>@rh]2YtuQYrU/G`hsI %G!3D3j;.Rcm20`>8#;J?\$o+\77_X&b%Hci<,i;_]7-u'97%N4j\qS!1gR@30=2t;Sf:V8-a#<,r&//5eu>N6]fi6=noN>"?V.F= %Wo88mR&hVTPYQYcQ=bc[geY)%ia\lbj_i*c,P/CfeTOFJb$mh'$:FKJd,TV)Q>D_$IigL^Tqa=6BIf"<]1Q\$Vh3O22WCT7%o6)? %fAd,T_pBQ2m&@5Ad41K]2!9Kkb=&1PS^HTiYluc5hDT/ooHd%O^Dm(rtlSoL+R2EH`boZ=Y=IgZ.0/u %*&$Gg[6S-N]AaY\q(]CUmEeBo*8.*!gRD4;5-o9sN]:7(NGNY?dr,>#f_$l-Ss^hI53mJeMH9sf6:S`VMSWk:X@a_>%([=nEe'hL %IHuK?5%<6e]sV(sf4gjN!%QRIT6NLQMml=Ju`ldUP]Ytg_BbKus.b&eT(pn:g8N(djd3PNK/Jnh.jnC="S21'(dSaa`!u-*3;>oH[X6:lM",B*jI;<+'e+_K>0AMZL3-QURYL.8+D.#12`Y&h8]k1[R5G2q7CQf`!b@8kABJ@NTa?'84dT8JL+#=<(dOB8)gW2@H]/])*/e))iu/$0OGurgI<1GM1a7\:#2,k:XdYL#4X8^m %P4C3eKj-GaT?g@RTJ^K;UjNXig&;@Nq4.95\s)^\]_LGhP4Bcu%q`WSY9rA+B?OIk;Eejpaq^*1fpYm*T<5`"jGAs&;eWD,f?\8c %;c^Z0mY5c'laOf8\0^_B;(/;QoioJm:b]*1lDJK%o(mX';d)h#5PM7.b]cF"jRm#r)eudnIV(R6lePAfk4Nd[Z3[3cereS1?"%q< %6*sU#jPK&O@ZPH(]RK8f?$!9F9BPngcg%u+5/%2`"MPT$F,HK^*o'puT %nI3ebo6L9OiuT19gTHdmcQV_-\5JR,Z;P!no$$ZPJi45?SLW!P1=K%]@6/jd$!#,N3%'b38F\O=C+3>21Up#lcJJU:.gmTF<,Z*%#R&kF6;qF@u5K"cg/'-hf@D_IdR6#%Q@09&bFLM %h6Zr0FF):[YFiF98FWmLo(omIL3#G59BPoBOAa9e8)"na1p]rT"KO?kCFYKCR<-.8#7&['_'sP@S3iSDT:(FjI$:p[WE&[N4j%QP*+P/gsgHXun0R:3KIsE)$4nSsuq`9)a %[_k1XLY?otDib@VlK,A.\,,??SCtGD7Z?8%0MKg3=K8t($VZILBsLl&NGYWmQT,E3]E+bg9"!;\Ga4ZMeQZEhnZ>-#6M%\Kbc[A^ %LSVgbC,`a\''8,$mcX!t4q/;.LWRW.GciGqN^;pKg$sFLp@>#BI(P>J&dLq'bk=aas)PPJ5s5s(bt&F"Cm7-TY^@OG^OhS71b^E` %/#T:3nMRqNn$h?[>Tte5+[j'kRgYXGQ](o&bH>Eo?@ej %4H=-f492)g7DG\drVa3'/+dr/^V:h>*:Hld<7(&SZCt-Eph%/EP:uKXNq";c^1[d8?bgp*OfpqYhMi=6nKPDiqPh6>%&'7"jm$I4 %.#SY%bHG.e]g+LHAW2!ocLS1jY).hM,nC*D^4f1b.`+[f_sY/A%+s/D>bs4l@dl*a0Uuu6W4tHIY.I@PQAM %BtqTI"9ak&+BjiH&E4piU/f._!1<]e:`59H?t23I %YK6V!fDaHCHnmlP>c08kf<-)2N\+VA2YYP3Yn7(+63q]Mfe6uo918DEG<^V+6od6h61FY3JT'R]SDZ+:`k81^ %=dK_:BMJFBUCXjD$LWX0bTkI[mSphMPZhfD1[Fd)p;t]""$"]72CjbOn:_G0rJX+X&OOCr$YV(;1PK/tF-8gWWtDk)cXV3"!j31i %SF)A^5(6VnN*5rXFVAeo1%3m3h!TqGa\Oh(KcZ86;d$`hb$+d^$;GCf41hCFK %\4!^Qch67iH`Xq$9;\!fIT!!P;GcjW%BuPtBp\LW\G5WJ>k6$\#m9-`%-`G]3N=b*$Q2-QM\[n'N=NXb*>1Rf2d^s/a(DB#JI(Z. %%:C,4od_!QUDWW6Wg`)M>RPl %d/c!'U7-`'?m:34-$C+^"cAbHtWsb2f)pBn;8_BSp#c-j1<7CKK;d#+) %7PE-N;,6>p%cG-0a#-fSkS03I=p*NmDEoc)nFE%H/Yn"B?_87PWbs0mWjq?.s[ShR"9RiS^BAPNEqBUPQ"(lTAGG %pMkTfg]Q3"(FVN:"^SOL8)CAj7qC`rjqN\jEd@FeSh(0C/ %eLnRg]E*cE'!-.k[9Y4i4;i;Ql="OdK=Qke!,sc>bm/2pCh'eWBt*$%X9?q8KAm?spK@l5<:G'30J6IQ"\[WQaY>Vfd5m&P!=spb %X^BZjQG'U,3H<2/=7N],Tkg72!P5ZYKUN%apO^5_2QDO8e;YU8ml3F!]I'R;-4Wi3I%k\22!6@h]Na"AY6;cLI/un %5_"n$4O8C$jrPI3qQ&()C!5pmSEMW5je=CDW*b't@[<.DbP<)!jChTlKq&gMP:aG]S0f3Q\C"'-9QAr&Vam%?d6GA8SVW2e; %EGaER*dFAW4UlsL:P'p/3j7OOk#;IneS.Z1Z4R'(aU!PXZsP`t@LVX2J]EPUp@[#NYQ&o+B3Rm]4fTQOVh=Im(+\`^!898.)OJ[nKA;.*X85hr6p=?PVl1s.'F"`[2J"-mS %(9Kb>F$:c!dmn#lMXZAT:\(cC#`*=W=LC5SI&7C^(0c7tU:9C+tk=^:*:b%tfcBh_JS!lO6SD$\Z3-?CD8TbU0n+(X[nL2b.R@6E1ItFCMmZ"p+s0Or_tgF_)X#GiX6\GH)t+ %!1e+8BemKirZ0\ma2QN,X+P)bX*TKY^!`s(j3p11AfIfcX$*f"Htt=S$#1O(M,#FM;+ge/W=%+gN\)FjjUmc#3Y` %jeCESCGqfERFQ[3S+KUh_$ge]dHONHH;![d`fk[ZHCRH_c]ghNY\J*+5@Xk-pRnL&.HV[T8C5=t7tSGUVTJdoZ'tqP".94q9YSAE %!KQ5d<-ui18D8.)LW")!FEBIekos.<&lsTi+qs*h<@eg'!24432RZ/kb$gR>77d(4C^A5_&;e#H*$OYO!ctn_lJ&LmJ.8`1b#M^f %/77pDond@^Hat:D9cba]^46Ch=H?#/f@8:'BhT>FZ`kdgC/kaJ"M4mL@#!6MGfVWDn>?L5+#$f)4:aHsCUVKAOHPOqS57O77S*ER %H,UpX;D'PtpQX:VHi>g(]#kK1>A:t42Uho31#($:l5BoEEYDe)6iaF,S+)T#K5;TfIUd$Z/cV5"+.q>[%.CG%Oa@GMC7FGC#K$jj %/"$l)EdTt!-t+E0UT&EdF1Z,?9/BW_EX6T%)eWf*Y7asg`p*^g %J*u9Ua/^.#P_3$ZE(Ig"]'LYJm*:/G(#JGUmL]@rFP6q6&*?.sUaMdi[CpAA.2uOC5[,#eJ4ZU*.f$QWPFf`H:ur-l>p,]r\Xt.7 %RNGVPD%=uk]>5HMf?X_fM6Q,l=DPJ0h'%T=1a*__"?s.cDj:@FD#%?9]"WC8oc$0? %Z;9B]1$/F.UB1R[&i_nhMhh]h:'Q3l1,53XA17u7M4C*u'4q8[;^.'3J;[r%_^.&>BRgR^(3qNpk*(5rR8F#W+EIk)0?l7D88nki %/X_]Z&d"V,VROZtA2\e;F'[Z+9d@LSiKI[D;]/>$K:Z[1>Y5VaW:sIm3l)+O3UO#%2Mtb.(XgT?qPVkhBN7H?Y8Jk+L4EV"M1g[] %,ig4cM,=K8#sqP>:h7u\fssfV[d!i'[UfYEe/5i_^iU<.aRh4hE#OgB()+u),VhGDLeLL?\4e)V7A:M/n1ns+AgHOp&r-o76BMki %N1?+`3/fU*TZlpm1?i%5+IRk;Yp?i<,RIL&H5R#Dc1/Fl4-u(3m-l-`L+hQtLAVSVR+[;r7RlHM.oO()6m2#ma`(uVQB=`*n>ZUQ %i42fJUTK:S&#PN6K-A6&M0M8t\G[J<=)AkmS;Auj/Jbc.d-b2VP %5_Bp&R#-ptoJ-L'4P#':kIFP6!1a`ol!N!+3a1#aK$c@!&5kuP!XhQ%[#>eK=P7ApoJ."LQW+;C3`uGIA17[SGRj:_3:$t@,ELtj %16WY8<#q:,7[;#,IcZ85m[<:TO*6i66rhOdF"Nq=-CH-36GbZ)](:Qq8Es_l:jF4:_s4!Ad6ei/c=g7\U\"q'@C%#bJs8I6jTl %BqJGhU#@Wa2;h0Aa%mK"$FMmTph*9@_r,ZQI7W->R"dKPgYqL#sf=UA_OUn#C$df,RlC5Qo&K5 %IZn=ud)(r[NEfRZ3>?17i!NoW-nVG"%Y?I66q`!.P:#J@["Al4R'MdV64]:mikEodC+\ %,sNrCJT?T>dYXcY8jpLCL5Hd\EZ44lAf]M1:%:h&7*/UVK-Ad[e&s$8]8Qa/'IXPl63:TUV$t?kMI7cQ;(Df1PsAnI>"[d4,rE"> %N#jU6&l;_c,s9OLn96\`n9Sh8_6m@iE^,!ia'NF3;Pu;S&Or8*?_A9!0Ufi:rQUrPV[3RAYiUDG\6I/4p:88FV %-0qp3A9_?+V(bJ+5Hl%:\=)Qi<(XsPC8;Q>KNV?pA\<]2P[kXV9IJ9@!"]blggM@iON\?m@A%pZXL3T>&[[:-_d\iUpiK^:c6u".0Uj#"ae.80m,Z-h20H!28!,A2:-DGoDkr.AZM#Oa&jjaH?[u1-X11dPB>(&TH5"W$8/0bRd[? %PZa`':JPK&[8JF[2_(BJYepp_"G+A7A2M4k.Z'H61uocPe'"b%)%Ul1N)l6:AeL=`Yj@N?I%ZBab:Y1+89l %3_&u[-In+L'4n]6`.qar$.b8M+t`)QE1*Q%P0Oa'bD:^B!-4_9?l;XhkAf*bBNf(\U50VCPiT*/01^]?)j4B]/E-'EI)i&%;dV3, %?mR[4cmj[o.;^e2EX!&;aD6/7E-i0k;u9PDVQ%fGO[Nl=6*S/7#GMc$%D>FNAR#F->S?>nU/R3EA^pfbeMkEE:BCr&43.#R*b))_ %:`5s)'"eYK_nHsKl34a!h?.=$YnZ5022AkF`F0;QP[Z@S+Acj'.(Y>:a/&Z %AI9_PrivateDataEnd II*ф"џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџУџУџУџУџУџУџУџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџУџџЕџџЕџ›џУџ›џУџ›џУџџЕџџЕџ›џЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџџЕџ”џУџџџџџџџЪџУџУџУџУџџџџџџџџџУџМџџЖџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџ”џУџџџџџ›џМџџЕџџЕџџЕџџЕџџЕџ›џУџџџџџ›џМџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџџМџЪџџџЪџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџМџЪџџџЪџМџЕџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџУџџџЪџџЕџџЕџџЕџџЕџџУџ›џУџ›џЕџџЕџџЕџџЕџџМџЂџџџ›џЕџ”џџџџџџџџџџџџџџџџџџџџџџџџџџЪџНџМџЪџЪџНџџЕџџЖџџЕџџЖџџџџЪџУџУџџџџџЖџџЕџџЖџџЕџџЖџМџџџЪџНџМџџџџџџџџџџџџџџџџџџџџџџџџЪџЕџ”џџџЪџЕџџЕџџЕџџЕџџЕџџУџџџУџџџџџ›џџџ”џЕџџЕџџЕџџЕџџЕџџЪџџџМџџЪџџџџџџџџџџџџџџџџџџџџџЪџЕџМџџџ”џЕџџЕџџЕџџЕџџЕџУџџџџџУџУџМџ”џУџУџџџџџУџџЕџџЕџџЕџџЕџџУџџџМџџЪџџџџџџџџџџџџџџџџџџџЪџЕџ”џџџ”џЕџџЕџџЕџџЕџџМџџџЪџ”џЕџџЕџџЕџџЕџџМџЂџџџ”џЕџџЕџџЕџџЕџџМџџџМџџџџџџџџџџџџџџџџџџџџМџ”џџџМџЕџџЖџџЕџџЖџџМџџџУџџЕџџЖџџЕџџЖџџЕџџЖџУџџџ”џЖџџЕџџЖџџЕџџНџџџМџ”џџџџџџџџџџџџџџџџџМџ”џџџ”џЕџџЕџџЕџџЕџџМџџџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџ”џЕџџЕџџЕџџЕџџУџџџЕџ›џџџџџџџџџџџџџџџЪџџЪџЪџЕџџЕџџЕџџЕџџЕџџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџЪџЪџџЕџџЕџџЕџџЕџџЪџЪџЕџЪџџџџџџџџџџџџџџ”џУџџџЕџџЕџџЕџџЕџџЕџ›џЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџФџУџџЕџџЕџџЕџџЕџџџџ”џМџџџџџџџџџџџџџУџЕџџџНџџЕџџЖџџЕџџЖџџџџ”џЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџМџџџЖџџЕџџЖџџЕџџЖџУџџџџЫџџџџџџџџџџџџЕџ›џЪџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџЪџУџ”џџџџџџџџџџџЪџџџџМџЕџџЕџџЕџџЕџџЕџџџЕџџЕџџЕџџЕџУџџџУџУџУџУџџџУџџЕџџЕџџЕџџџџџЕџџЕџџЕџџЕџџМџџџЕџЪџџџџџџџџџџ”џУџЂџЕџџЕџџЕџџЕџџЕџџџџџЕџџЕџџУџФџУџ›џУџџЕџ›џУџ›џЪџ›џЕџџЕџџЕџџџЕџџЕџџЕџџЕџџЕџџџџ›џУџџџџџџџџџџЕџЪџУџџЕџџЖџџЕџџЖџџЕџџџЖџџМџУџЪџУџУџУџЖџџЕџџЖџџУџУџУџЪџУџџЖџџџџџЖџџЕџџЖџџЕџџЖџУџЪџџџџџџџџџџУџџџџџЕџџЕџџЕџџЕџџЕџџџџ”џЪџЪџУџ›џМџџЕџџЕџџЕџџЕџџЕџ”џУџ›џЪџЂџМџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџЂџџџџџџџџУџУџЪџЕџџЕџџЕџџЕџџЕџџМџџџУџУџУџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџУџУџџџМџЕџџЕџџЕџџЕџџЕџџџџМџУџџџџџџџџЕџ›џУџџЕџџЕџџЕџџЕџџУџЂџМџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџУџ”џЪџ›џЕџџЕџџЕџџЕџџЕџ›џУџ”џџџџџџџџџЪџУџЕџџЖџџЕџџЖџџЕџУџУџУџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџУџУџУџџЖџџЕџџЖџџЕџџУџУџЕџџџџџџџџЕџџџЕџџЕџџЕџџЕџџЕџџУџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ›џЕџџЕџџЕџџЕџџЕџ”џџџџџџџџџџџџџџџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџџџџџџ›џЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџУџџџџџЖџџЕџџЖџџЕџџЖџџЕџУџЖџџУџУџЖџџУџУџЖџџУџУџЖџџџџУџЖџџџџУџЖџџџџџЖџџЕџџЖџџЕџџЖџџЕџџџЖџџџџџџџ›џЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџЪџџџџџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџџџџџџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџМџЕџџЖџџЕџџЖџџЕџџЖџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЖџџЕџџЖџџЕџџУџЪџЕџџџџџџџџЕџ›џУџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџ›џУџџџџџџџџџУџУџЪџЕџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџЕџџЪџУџУџџџџџџџџУџ”џџџџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџ›џџџџџџџџџЕџџџНџџЕџџЖџџЕџџЖџџЕџУџЖџџУџУџЖџџУџУџЖџџУџУџЖџџџџУџЖџџџџУџЖџџџџџЖџџЕџџЖџџЕџџЖџУџЪџџџџџџџџџџџџУџЂџЕџџЕџџЕџџЕџџЕџџУџџЕџ›џУџџЕџ›џУџџЕџ›џУџџЕџџџУџџЕџџџУџџЕџџџЕџџЕџџЕџџЕџџЕџџЪџ›џМџџџџџџџџџџУџМџџџџЕџџЕџџЕџџЕџџЕџУџЕџџУџУџЕџџУџУџЕџџУџУџЕџџџџУџЕџџџџУџЕџџџџџЕџџЕџџЕџџЕџџМџџџЕџУџџџџџџџџџџџЕџФџУџџЕџџЕџџЕџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЕџџЕџџЕџџЕџФџЪџџџџџџџџџџџџџУџМџџџНџџЕџџЖџџМџУџУџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџУџУџ”џЖџџЕџџЖџМџџџ”џУџџџџџџџџџџџџџџЪџЂџЕџџЕџџЕџ›џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ›џУџџЕџџЕџџЪџ›џЕџџџџџџџџџџџџџџУџџџџУџЕџџЕџЪџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџУџџџџЕџџУџџџЕџЪџџџџџџџџџџџџџџџМџ”џџџ”џЕџџУџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџџЕџџМџџџМџ”џџџџџџџџџџџџџџџџЪџЕџЪџџџџЕџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџУџџНџџџУџџџџџџџџџџџџџџџџџџџЪџЕџЂџЪџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџЪџЕџЪџЪџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџџџЪџЕџЂџџџ”џЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџџџЪџџЪџџџџџџџџџџџџџџџџџџџџџџџЪџЖџУџџџУџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЕџџЖџџЪџџџНџџЪџџџџџџџџџџџџџџџџџџџџџџџџџЂџЕџ”џЪџЂџМџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџ”џџџЪџМџџЪџџџџџџџџџџџџџџџџџџџџџџџџџџџџМџџУџџџЪџМџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџЕџџМџЪџџџУџЕџМџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџЪџ”џЕџ›џџџџџУџ”џЕџџЕџџЕџџЕџџЕџџЕџџМџ›џџџџџУџџМџЂџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџНџџМџУџџџџџЪџУџУџУџУџУџУџУџУџЪџџџџџУџ”џЖџМџЪџџџџџџџџџџџЪџУџУџУџџџџџџџџџџџџџџџџџџџџџџџџЪџ›џЕџџЕџ›џУџ›џУџ›џУџ›џУџ›џУџџЕџџУџЂџџџџџџџџџџџџџУџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџУџУџМџЕџџЕџџЕџџУџУџУџџџџџџџџџџџџџџџџџУџМџџЕџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ333333333333333333333333333333333333333333333333333333333333333333333333ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџџџџџ333333333333ffffffffffff™™™™™™™™™™™™ЬЬЬЬЬЬЬЬЬЬЬЬџџџџџџџџ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬџџ33ff™™ЬЬ""""DDDDUUUUwwwwˆˆˆˆЊЊЊЊЛЛЛЛннннююююџџџџџџџџ8BIMаPathю г쓆‚г쓆‚s:Щ–4>•вюЄтyaюЄт–;"юЄтЉŠдь•РнIУйEЬˆмчœуЕ,ђТ5—нJђТ5—нJђТ5cЫюђТ5cЫющvyKmŠмШ,Ї…Фiю_uЙИУю€­ –DсЁ|[–з цб‰zх­}Ы ­wВN­rјс лl#O Vd9#”acљЅZ{–[KШ ,^D“zэs7,#"Ж<a=2NFеLО[гмh"Жгмh"Жх„jюЄтх„jюЄтщюXюЄтюXGюЄтђТ5юЄтђТ5юЄтђТ5нIУђТ5нIУюXGнIУщюXнIУх„jнIУх„jнIУ8BIM ЗPath ў;: М@ЬRI†а